[DHG_packages] 04/05: http-streams: Upgrading from 0.8.3.3 to 0.8.4.0
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:38:22 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 c20130be656601b1cc6602e4602062ea81392d5e
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 20:29:08 2016 -0400
http-streams: Upgrading from 0.8.3.3 to 0.8.4.0
---
p/haskell-http-streams/debian/changelog | 6 +++
p/haskell-http-streams/debian/control | 67 +++++++++++++++++++++------------
2 files changed, 48 insertions(+), 25 deletions(-)
diff --git a/p/haskell-http-streams/debian/changelog b/p/haskell-http-streams/debian/changelog
index c229e55..719476a 100644
--- a/p/haskell-http-streams/debian/changelog
+++ b/p/haskell-http-streams/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-streams (0.8.4.0-1) experimental; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Fri, 07 Oct 2016 20:29:07 -0400
+
haskell-http-streams (0.8.3.3-3) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-http-streams/debian/control b/p/haskell-http-streams/debian/control
index 0da72db..16d0555 100644
--- a/p/haskell-http-streams/debian/control
+++ b/p/haskell-http-streams/debian/control
@@ -1,15 +1,15 @@
Source: haskell-http-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.5),
- libghc-hsopenssl-prof,
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev,
libghc-aeson-prof,
libghc-attoparsec-dev,
@@ -20,10 +20,12 @@ Build-Depends: debhelper (>= 9),
libghc-blaze-builder-prof,
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
+ libghc-hsopenssl-dev (>= 0.10.3.5),
+ libghc-hsopenssl-prof,
libghc-http-common-dev (>= 0.8.2),
libghc-http-common-prof,
- libghc-io-streams-dev (>= 1.3),
libghc-io-streams-dev (<< 1.4),
+ libghc-io-streams-dev (>= 1.3),
libghc-io-streams-prof,
libghc-mtl-dev,
libghc-mtl-prof,
@@ -31,20 +33,21 @@ Build-Depends: debhelper (>= 9),
libghc-network-prof,
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-openssl-streams-dev (>= 1.1),
libghc-openssl-streams-dev (<< 1.4),
+ libghc-openssl-streams-dev (>= 1.1),
libghc-openssl-streams-prof,
libghc-text-dev,
libghc-text-prof,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hsopenssl-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-base64-bytestring-doc,
libghc-blaze-builder-doc,
libghc-case-insensitive-doc,
+ libghc-hsopenssl-doc,
libghc-http-common-doc,
libghc-io-streams-doc,
libghc-mtl-doc,
@@ -55,7 +58,7 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: http://research.operationaldynamics.com/projects/http-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-http-streams
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: An HTTP client using io-streams
This package provides an HTTP client, using the Snap Framework's 'io-streams'
@@ -68,13 +71,18 @@ X-Description: An HTTP client using io-streams
Package: libghc-http-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}
.
@@ -82,12 +90,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-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}
.
@@ -96,11 +109,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-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