[DHG_packages] 02/05: pipes-zlib: Upgrading from 0.4.0.1 to 0.4.4.1
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:04:58 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 2118b2c36bb23df7826502e9253c1aa22463f190
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 21:58:22 2016 -0400
pipes-zlib: Upgrading from 0.4.0.1 to 0.4.4.1
---
p/haskell-pipes-zlib/debian/changelog | 8 ++---
p/haskell-pipes-zlib/debian/control | 64 ++++++++++++++++++++---------------
2 files changed, 41 insertions(+), 31 deletions(-)
diff --git a/p/haskell-pipes-zlib/debian/changelog b/p/haskell-pipes-zlib/debian/changelog
index 4508405..536a225 100644
--- a/p/haskell-pipes-zlib/debian/changelog
+++ b/p/haskell-pipes-zlib/debian/changelog
@@ -1,13 +1,13 @@
-haskell-pipes-zlib (0.4.0.1-6) UNRELEASED; urgency=medium
+haskell-pipes-zlib (0.4.4.1-1) 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 ]
+ * New upstream version.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:59 +0300
+ -- Clint Adams <clint at debian.org> Fri, 07 Oct 2016 21:58:22 -0400
haskell-pipes-zlib (0.4.0.1-5) unstable; urgency=medium
diff --git a/p/haskell-pipes-zlib/debian/control b/p/haskell-pipes-zlib/debian/control
index 0eb89a2..a6d5214 100644
--- a/p/haskell-pipes-zlib/debian/control
+++ b/p/haskell-pipes-zlib/debian/control
@@ -1,29 +1,28 @@
Source: haskell-pipes-zlib
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,
+ haskell-devscripts (>= 0.10),
+ libghc-pipes-dev (<< 4.3),
libghc-pipes-dev (>= 4.0),
- libghc-pipes-dev (<< 4.2),
libghc-pipes-prof,
- libghc-zlib-dev (>= 0.5),
- libghc-zlib-dev (<< 0.7),
- libghc-zlib-prof,
- libghc-zlib-bindings-dev (>= 0.1),
- libghc-zlib-bindings-dev (<< 0.2),
- libghc-zlib-bindings-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-streaming-commons-dev (<< 0.2),
+ libghc-streaming-commons-dev (>= 0.1.15),
+ libghc-streaming-commons-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-pipes-doc,
- libghc-zlib-doc,
- libghc-zlib-bindings-doc,
+ libghc-streaming-commons-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/k0001/pipes-zlib
-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-pipes-zlib
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Zlib compression and decompression for Pipes streams
This module exports utility functions to compress and decompress
@@ -31,12 +30,16 @@ X-Description: Zlib compression and decompression for Pipes streams
Package: libghc-pipes-zlib-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}
.
@@ -44,11 +47,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-pipes-zlib-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}
.
@@ -57,10 +64,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-pipes-zlib-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