[DHG_packages] 05/05: network-conduit-tls: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:22:50 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 76225c302530e4c3ea4bc514f9bf6e37ccf5c6df
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:21:47 2016 -0400
network-conduit-tls: build with ghc 8 in experimental
---
p/haskell-network-conduit-tls/debian/changelog | 6 +--
p/haskell-network-conduit-tls/debian/control | 62 ++++++++++++++++----------
2 files changed, 41 insertions(+), 27 deletions(-)
diff --git a/p/haskell-network-conduit-tls/debian/changelog b/p/haskell-network-conduit-tls/debian/changelog
index dee25fa..3a4d260 100644
--- a/p/haskell-network-conduit-tls/debian/changelog
+++ b/p/haskell-network-conduit-tls/debian/changelog
@@ -1,8 +1,8 @@
-haskell-network-conduit-tls (1.2.2-2) UNRELEASED; urgency=medium
+haskell-network-conduit-tls (1.2.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:50 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:21:44 -0400
haskell-network-conduit-tls (1.2.2-1) unstable; urgency=medium
diff --git a/p/haskell-network-conduit-tls/debian/control b/p/haskell-network-conduit-tls/debian/control
index 369b242..2b399dc 100644
--- a/p/haskell-network-conduit-tls/debian/control
+++ b/p/haskell-network-conduit-tls/debian/control
@@ -1,25 +1,31 @@
Source: haskell-network-conduit-tls
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.com>,
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-conduit-dev,
libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
+ libghc-conduit-extra-dev,
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-connection-dev,
libghc-connection-prof,
libghc-cprng-aes-dev,
libghc-cprng-aes-prof,
libghc-data-default-dev,
libghc-data-default-prof,
+ libghc-hunit-dev,
libghc-monad-control-dev,
libghc-monad-control-prof,
+ libghc-mtl-dev,
libghc-network-dev,
libghc-network-prof,
libghc-streaming-commons-dev,
@@ -28,11 +34,8 @@ Build-Depends: debhelper (>= 9),
libghc-tls-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
- libghc-hunit-dev,
- libghc-conduit-dev,
- libghc-conduit-extra-dev,
- libghc-mtl-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
libghc-connection-doc,
@@ -45,19 +48,23 @@ Build-Depends-Indep: ghc-doc,
libghc-transformers-base-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/conduit
-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-network-conduit-tls
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Create TLS-aware network code with conduits
+X-Description: create TLS-aware network code with conduits
Uses the tls package for a pure-Haskell implementation.
Package: libghc-network-conduit-tls-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}
.
@@ -65,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-conduit-tls-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}
.
@@ -78,10 +89,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-conduit-tls-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