[DHG_packages] 05/05: dpkg: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:06:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 67ac034590130f8225a0898752974473a2542601
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:05:12 2016 -0400

    dpkg: build with ghc 8 in experimental
---
 p/haskell-dpkg/debian/changelog |  8 +++---
 p/haskell-dpkg/debian/control   | 56 +++++++++++++++++++++++++----------------
 2 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-dpkg/debian/changelog b/p/haskell-dpkg/debian/changelog
index af2a9ff..2a902ce 100644
--- a/p/haskell-dpkg/debian/changelog
+++ b/p/haskell-dpkg/debian/changelog
@@ -1,14 +1,14 @@
-haskell-dpkg (0.0.3-9) UNRELEASED; urgency=medium
+haskell-dpkg (0.0.3-9) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:12 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:05:04 -0400
 
 haskell-dpkg (0.0.3-8) unstable; urgency=medium
 
diff --git a/p/haskell-dpkg/debian/control b/p/haskell-dpkg/debian/control
index 6b383e5..8610fdd 100644
--- a/p/haskell-dpkg/debian/control
+++ b/p/haskell-dpkg/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-dpkg
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ c2hs,
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-bindings-dsl-dev (>= 1.0.7),
+ haskell-devscripts (>= 0.10),
+ libdpkg-dev (>= 1.16.2),
  libghc-bindings-dsl-dev (<< 1.1),
+ libghc-bindings-dsl-dev (>= 1.0.7),
  libghc-monad-loops-dev,
  libghc-monad-loops-prof,
- libdpkg-dev (>= 1.16.2),
  pkg-config,
- c2hs,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-monad-loops-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/dpkg
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-dpkg
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-dpkg-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
  It binds to the volatile and unstable libdpkg API.
  .
@@ -37,11 +44,15 @@ Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
 
 Package: libghc-dpkg-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
  It binds to the volatile and unstable libdpkg API.
  .
@@ -50,10 +61,13 @@ Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
 Package: libghc-dpkg-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
  It binds to the volatile and unstable libdpkg API.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list