[DHG_packages] 02/05: hs-bibutils: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:11:53 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 f836e42f5b51c7fcea7537fb601736b7380b8bd7
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:07:37 2016 -0400

    hs-bibutils: build with ghc 8 in experimental
---
 p/haskell-hs-bibutils/debian/changelog |  8 +++----
 p/haskell-hs-bibutils/debian/control   | 43 +++++++++++++++++-----------------
 2 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/p/haskell-hs-bibutils/debian/changelog b/p/haskell-hs-bibutils/debian/changelog
index 4645365..b75a575 100644
--- a/p/haskell-hs-bibutils/debian/changelog
+++ b/p/haskell-hs-bibutils/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hs-bibutils (5.5-4) UNRELEASED; urgency=medium
+haskell-hs-bibutils (5.5-4) 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)
 
-  [ 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:29 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:07:30 -0400
 
 haskell-hs-bibutils (5.5-3) unstable; urgency=medium
 
diff --git a/p/haskell-hs-bibutils/debian/control b/p/haskell-hs-bibutils/debian/control
index f2c77d7..0642131 100644
--- a/p/haskell-hs-bibutils/debian/control
+++ b/p/haskell-hs-bibutils/debian/control
@@ -3,31 +3,32 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libbibutils-dev (>= 4.12-5),
  libghc-syb-dev,
  libghc-syb-prof,
- libbibutils-dev (>= 4.12-5),
  pkg-config,
-Build-Depends-Indep: ghc-doc,
- libghc-syb-doc,
+Build-Depends-Indep: ghc-doc, libghc-syb-doc
 Standards-Version: 3.9.8
 Homepage: http://istitutocolli.org/repos/hs-bibutils/
-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-hs-bibutils
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hs-bibutils-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libbibutils-dev (>= 4.12-3.1),
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This
@@ -37,11 +38,10 @@ Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
 
 Package: libghc-hs-bibutils-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This
@@ -52,10 +52,9 @@ Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
 Package: libghc-hs-bibutils-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This

-- 
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