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

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:46:07 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 9a28775b1ba39f5ac63a96edd8b81a99268c8ebd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:42:46 2016 -0400

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

diff --git a/p/haskell-gitlib/debian/changelog b/p/haskell-gitlib/debian/changelog
index 6dc5039..ce870e1 100644
--- a/p/haskell-gitlib/debian/changelog
+++ b/p/haskell-gitlib/debian/changelog
@@ -1,13 +1,13 @@
-haskell-gitlib (3.1.1-2) UNRELEASED; urgency=medium
+haskell-gitlib (3.1.1-2) 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:21 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:42:42 -0400
 
 haskell-gitlib (3.1.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-gitlib/debian/control b/p/haskell-gitlib/debian/control
index a77f52a..d1e9c01 100644
--- a/p/haskell-gitlib/debian/control
+++ b/p/haskell-gitlib/debian/control
@@ -1,19 +1,21 @@
 Source: haskell-gitlib
 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:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-base16-bytestring-dev (>= 0.1.1.5),
  libghc-base16-bytestring-prof,
- libghc-conduit-dev (>= 1.1.0),
- libghc-conduit-prof,
  libghc-conduit-combinators-dev (>= 1),
  libghc-conduit-combinators-prof,
+ libghc-conduit-dev (>= 1.1.0),
+ libghc-conduit-prof,
  libghc-exceptions-dev (>= 0.5),
  libghc-exceptions-prof,
  libghc-hashable-dev (>= 1.1.2.5),
@@ -36,10 +38,11 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-unordered-containers-dev (>= 0.2.3.0),
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base16-bytestring-doc,
- libghc-conduit-doc,
  libghc-conduit-combinators-doc,
+ libghc-conduit-doc,
  libghc-exceptions-doc,
  libghc-hashable-doc,
  libghc-lifted-async-doc,
@@ -53,7 +56,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/gitlib
-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-gitlib
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: API library for working with Git repositories
  gitlib is a high-level, lazy and conduit-aware set of abstractions
@@ -69,12 +72,16 @@ X-Description: API library for working with Git repositories
 
 Package: libghc-gitlib-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -82,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-gitlib-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -95,10 +106,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-gitlib-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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