[DHG_packages] 05/05: crypto-numbers: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:41:34 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 d22fc68c3303e118ae5207f5b787984606cc01d1
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:40:37 2016 -0400

    crypto-numbers: build with ghc 8 in experimental
---
 p/haskell-crypto-numbers/debian/changelog |  8 ++---
 p/haskell-crypto-numbers/debian/control   | 60 +++++++++++++++++++------------
 2 files changed, 41 insertions(+), 27 deletions(-)

diff --git a/p/haskell-crypto-numbers/debian/changelog b/p/haskell-crypto-numbers/debian/changelog
index 0622cd0..8b454d6 100644
--- a/p/haskell-crypto-numbers/debian/changelog
+++ b/p/haskell-crypto-numbers/debian/changelog
@@ -1,13 +1,13 @@
-haskell-crypto-numbers (0.2.7-6) UNRELEASED; urgency=medium
+haskell-crypto-numbers (0.2.7-6) 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:02 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:40:33 -0400
 
 haskell-crypto-numbers (0.2.7-5) unstable; urgency=medium
 
diff --git a/p/haskell-crypto-numbers/debian/control b/p/haskell-crypto-numbers/debian/control
index 251c863..14da73f 100644
--- a/p/haskell-crypto-numbers/debian/control
+++ b/p/haskell-crypto-numbers/debian/control
@@ -1,39 +1,46 @@
 Source: haskell-crypto-numbers
 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-crypto-random-dev (>= 0.0),
- libghc-crypto-random-dev (<< 0.1),
- libghc-crypto-random-prof,
- libghc-vector-dev,
- libghc-vector-prof,
+ haskell-devscripts (>= 0.10),
  libghc-byteable-dev,
  libghc-crypto-random-dev,
+ libghc-crypto-random-dev (<< 0.1),
+ libghc-crypto-random-dev (>= 0.0),
+ libghc-crypto-random-prof,
  libghc-tasty-dev,
  libghc-tasty-hunit-dev,
  libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-crypto-random-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/vincenthz/hs-crypto-numbers
-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-crypto-numbers
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-crypto-numbers-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: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.
@@ -42,11 +49,15 @@ Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb
 
 Package: libghc-crypto-numbers-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: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.
@@ -56,10 +67,13 @@ Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb
 Package: libghc-crypto-numbers-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: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.

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