[DHG_packages] 03/05: x509-util: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:54:59 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 cac6d5ff284b327244679b754f9d68541d7c81e0
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:51:34 2016 -0400

    x509-util: build with ghc 8 in experimental
---
 p/haskell-x509-util/debian/changelog |  8 ++++----
 p/haskell-x509-util/debian/control   | 26 ++++++++++++++++----------
 2 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/p/haskell-x509-util/debian/changelog b/p/haskell-x509-util/debian/changelog
index d4424fc..683cb36 100644
--- a/p/haskell-x509-util/debian/changelog
+++ b/p/haskell-x509-util/debian/changelog
@@ -1,12 +1,12 @@
-haskell-x509-util (1.6.1-2) UNRELEASED; urgency=medium
+haskell-x509-util (1.6.1-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * 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 10:35:20 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:51:31 -0400
 
 haskell-x509-util (1.6.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-x509-util/debian/control b/p/haskell-x509-util/debian/control
index f00dbd8..9b697f7 100644
--- a/p/haskell-x509-util/debian/control
+++ b/p/haskell-x509-util/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-x509-util
 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-asn1-encoding-dev,
  libghc-asn1-types-dev (>= 0.3),
  libghc-cryptonite-dev,
@@ -19,17 +21,21 @@ Build-Depends: debhelper (>= 9),
  libghc-x509-validation-dev (>= 1.6.3),
 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-util
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: x509-util
 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: utility for X.509 certificates and chains
  Utility to parse, show, validate, sign and produce X.509 certificates
  and chains.

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