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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:00:16 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 e0e03f1e3c5006bad87f177ea6f87e7b1ca0d1f2
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:54:46 2016 -0400

    x509: build with ghc 8 in experimental
---
 p/haskell-x509/debian/changelog |  6 +++++
 p/haskell-x509/debian/control   | 60 +++++++++++++++++++++++++----------------
 2 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/p/haskell-x509/debian/changelog b/p/haskell-x509/debian/changelog
index 3ebe286..538ebbd 100644
--- a/p/haskell-x509/debian/changelog
+++ b/p/haskell-x509/debian/changelog
@@ -1,3 +1,9 @@
+haskell-x509 (1.6.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:54:42 -0400
+
 haskell-x509 (1.6.4-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-x509/debian/control b/p/haskell-x509/debian/control
index baf3b8d..7ae15b5 100644
--- a/p/haskell-x509/debian/control
+++ b/p/haskell-x509/debian/control
@@ -1,21 +1,24 @@
 Source: haskell-x509
 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,
- libghc-asn1-encoding-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
  libghc-asn1-encoding-dev (<< 0.10),
+ libghc-asn1-encoding-dev (>= 0.9),
  libghc-asn1-encoding-prof,
- libghc-asn1-parse-dev (>= 0.9.3),
  libghc-asn1-parse-dev (<< 0.10),
+ libghc-asn1-parse-dev (>= 0.9.3),
  libghc-asn1-parse-prof,
- libghc-asn1-types-dev (>= 0.3.1),
+ libghc-asn1-types-dev,
  libghc-asn1-types-dev (<< 0.4),
+ libghc-asn1-types-dev (>= 0.3.1),
  libghc-asn1-types-prof,
  libghc-cryptonite-dev,
  libghc-cryptonite-prof,
@@ -25,13 +28,13 @@ Build-Depends: debhelper (>= 9),
  libghc-memory-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-pem-dev (>= 0.1),
  libghc-pem-dev (<< 0.3),
+ libghc-pem-dev (>= 0.1),
  libghc-pem-prof,
- libghc-asn1-types-dev,
  libghc-tasty-dev,
  libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-asn1-encoding-doc,
  libghc-asn1-parse-doc,
  libghc-asn1-types-doc,
@@ -42,7 +45,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-pem-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-certificate
-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-x509
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: X.509 reader and writer
  Reads/writes X.509 Certificate, CRLs and their signed equivalents.
@@ -50,12 +53,16 @@ X-Description: X.509 reader and writer
 
 Package: libghc-x509-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}
  .
@@ -63,11 +70,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-x509-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}
  .
@@ -76,10 +87,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-x509-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