[DHG_packages] 05/05: openssl-streams: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:57:16 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 136473f9095d26d61e28bbf4b141b9639853788d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:56:18 2016 -0400
openssl-streams: build with ghc 8 in experimental
---
p/haskell-openssl-streams/debian/changelog | 8 ++--
p/haskell-openssl-streams/debian/control | 65 +++++++++++++++++++-----------
2 files changed, 45 insertions(+), 28 deletions(-)
diff --git a/p/haskell-openssl-streams/debian/changelog b/p/haskell-openssl-streams/debian/changelog
index 99487a7..e175e7f 100644
--- a/p/haskell-openssl-streams/debian/changelog
+++ b/p/haskell-openssl-streams/debian/changelog
@@ -1,13 +1,13 @@
-haskell-openssl-streams (1.2.1.0-3) UNRELEASED; urgency=medium
+haskell-openssl-streams (1.2.1.0-3) 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:54 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:56:08 -0400
haskell-openssl-streams (1.2.1.0-2) unstable; urgency=medium
diff --git a/p/haskell-openssl-streams/debian/control b/p/haskell-openssl-streams/debian/control
index 86cd3c6..072814a 100644
--- a/p/haskell-openssl-streams/debian/control
+++ b/p/haskell-openssl-streams/debian/control
@@ -1,43 +1,51 @@
Source: haskell-openssl-streams
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,
- libghc-hsopenssl-dev (>= 0.10.3),
+ haskell-devscripts (>= 0.10),
libghc-hsopenssl-dev (<< 0.12),
+ libghc-hsopenssl-dev (>= 0.10.3),
libghc-hsopenssl-prof,
- libghc-io-streams-dev (>= 1.0),
libghc-io-streams-dev (<< 1.4),
+ libghc-io-streams-dev (>= 1.0),
libghc-io-streams-prof,
- libghc-network-dev (>= 2.4),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.4),
libghc-network-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hsopenssl-doc,
libghc-io-streams-doc,
libghc-network-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/openssl-streams
-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-openssl-streams
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: OpenSSL network support for io-streams.
+X-Description: OpenSSL network support for io-streams
The openssl-streams library contains io-streams routines for secure
networking using OpenSSL (by way of HsOpenSSL).
Package: libghc-openssl-streams-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -45,12 +53,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-openssl-streams-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -59,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-openssl-streams-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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