[DHG_packages] 04/04: cipher-rc4: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:21:49 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 0b6afc213161d75f161cbe51b7b0708103c45b36
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:20:50 2016 -0400
cipher-rc4: build with ghc 8 in experimental
---
p/haskell-cipher-rc4/debian/changelog | 8 +++---
p/haskell-cipher-rc4/debian/control | 54 ++++++++++++++++++++++-------------
2 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-cipher-rc4/debian/changelog b/p/haskell-cipher-rc4/debian/changelog
index c1f8aa5..dd6806b 100644
--- a/p/haskell-cipher-rc4/debian/changelog
+++ b/p/haskell-cipher-rc4/debian/changelog
@@ -1,13 +1,13 @@
-haskell-cipher-rc4 (0.1.4-6) UNRELEASED; urgency=medium
+haskell-cipher-rc4 (0.1.4-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:34:57 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:20:45 -0400
haskell-cipher-rc4 (0.1.4-5) unstable; urgency=medium
diff --git a/p/haskell-cipher-rc4/debian/control b/p/haskell-cipher-rc4/debian/control
index e606506..854079a 100644
--- a/p/haskell-cipher-rc4/debian/control
+++ b/p/haskell-cipher-rc4/debian/control
@@ -1,38 +1,45 @@
Source: haskell-cipher-rc4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-byteable-dev,
libghc-byteable-prof,
- libghc-crypto-cipher-types-dev (>= 0.0.5),
+ libghc-crypto-cipher-tests-dev (>= 0.0.7),
libghc-crypto-cipher-types-dev (<< 0.1),
+ libghc-crypto-cipher-types-dev (>= 0.0.5),
libghc-crypto-cipher-types-prof,
libghc-quickcheck2-dev (>= 2),
- libghc-crypto-cipher-tests-dev (>= 0.0.7),
libghc-test-framework-dev (>= 0.3.3),
libghc-test-framework-quickcheck2-dev (>= 0.2.9),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-byteable-doc,
libghc-crypto-cipher-types-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/vincenthz/hs-cipher-rc4
-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-cipher-rc4
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-cipher-rc4-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: Fast RC4 cipher implementation${haskell:ShortBlurb}
This package provides a RC 4 cipher implementation.
.
@@ -40,11 +47,15 @@ Description: Fast RC4 cipher implementation${haskell:ShortBlurb}
Package: libghc-cipher-rc4-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: Fast RC4 cipher implementation${haskell:ShortBlurb}
This package provides a RC 4 cipher implementation.
.
@@ -53,10 +64,13 @@ Description: Fast RC4 cipher implementation${haskell:ShortBlurb}
Package: libghc-cipher-rc4-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: Fast RC4 cipher implementation${haskell:ShortBlurb}
This package provides a RC 4 cipher implementation.
.
--
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