[DHG_packages] 03/05: cryptonite: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:06:11 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 13f9d21d9630b851b76e338ba74bdf3c773b688b
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:03:53 2016 -0400
cryptonite: build with ghc 8 in experimental
---
p/haskell-cryptonite/debian/changelog | 6 ++++
p/haskell-cryptonite/debian/control | 58 ++++++++++++++++++++++-------------
2 files changed, 42 insertions(+), 22 deletions(-)
diff --git a/p/haskell-cryptonite/debian/changelog b/p/haskell-cryptonite/debian/changelog
index 4405f04..38041fa 100644
--- a/p/haskell-cryptonite/debian/changelog
+++ b/p/haskell-cryptonite/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptonite (0.20-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:03:45 -0400
+
haskell-cryptonite (0.20-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-cryptonite/debian/control b/p/haskell-cryptonite/debian/control
index 2b64b90..b026312 100644
--- a/p/haskell-cryptonite/debian/control
+++ b/p/haskell-cryptonite/debian/control
@@ -1,29 +1,32 @@
Source: haskell-cryptonite
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-memory-dev (>= 0.8),
- libghc-memory-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-byteable-dev,
libghc-byteorder-dev,
libghc-byteorder-prof,
- libghc-byteable-dev,
libghc-memory-dev,
+ libghc-memory-dev (>= 0.8),
+ libghc-memory-prof,
libghc-tasty-dev,
libghc-tasty-hunit-dev,
libghc-tasty-kat-dev,
libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-memory-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-byteorder-doc,
+ libghc-memory-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/vincenthz/cryptonite
-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-cryptonite
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: cryptographic primitives
A repository of cryptographic primitives.
@@ -44,12 +47,16 @@ X-Description: cryptographic primitives
Package: libghc-cryptonite-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}
.
@@ -57,11 +64,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cryptonite-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}
.
@@ -70,10 +81,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cryptonite-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