[DHG_packages] 03/05: ed25519: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16:19:23 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 b9b53cc8e58200c0c02d652e1dc674a8da40d278
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:17:15 2016 -0400
ed25519: build with ghc 8 in experimental
---
p/haskell-ed25519/debian/changelog | 6 ++--
p/haskell-ed25519/debian/control | 56 ++++++++++++++++++++++++--------------
2 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-ed25519/debian/changelog b/p/haskell-ed25519/debian/changelog
index ae08170..134a4a9 100644
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,8 +1,8 @@
-haskell-ed25519 (0.0.5.0-2ubuntu1) UNRELEASED; urgency=medium
+haskell-ed25519 (0.0.5.0-3) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 18:55:16 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:16:59 -0400
haskell-ed25519 (0.0.5.0-2) unstable; urgency=medium
diff --git a/p/haskell-ed25519/debian/control b/p/haskell-ed25519/debian/control
index a8f7345..10f9e76 100644
--- a/p/haskell-ed25519/debian/control
+++ b/p/haskell-ed25519/debian/control
@@ -1,21 +1,24 @@
Source: haskell-ed25519
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-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.9),
- libghc-doctest-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-doctest-dev (<< 0.12),
-Build-Depends-Indep: ghc-doc,
+ libghc-doctest-dev (>= 0.10),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.4),
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: http://thoughtpolice.github.com/hs-ed25519
-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-ed25519
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Ed25519 cryptographic signatures
This package provides a simple, portable implementation of the
@@ -27,12 +30,16 @@ X-Description: Ed25519 cryptographic signatures
Package: libghc-ed25519-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}
.
@@ -40,11 +47,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ed25519-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}
.
@@ -53,10 +64,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ed25519-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