[DHG_packages] 13/21: pipes: Upgrading from 4.1.5 to 4.1.6

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 12:18:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 779d6945fab44930ac0da9870862d895da0d8f2a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 13:57:04 2015 +0200

    pipes: Upgrading from 4.1.5 to 4.1.6
---
 p/haskell-pipes/debian/changelog |  6 ++++
 p/haskell-pipes/debian/control   | 70 +++++++++++++++++++---------------------
 2 files changed, 39 insertions(+), 37 deletions(-)

diff --git a/p/haskell-pipes/debian/changelog b/p/haskell-pipes/debian/changelog
index c62b3de..047f1ad 100644
--- a/p/haskell-pipes/debian/changelog
+++ b/p/haskell-pipes/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pipes (4.1.6-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 12 Aug 2015 13:57:04 +0200
+
 haskell-pipes (4.1.5-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-pipes/debian/control b/p/haskell-pipes/debian/control
index f2d2124..79b8369 100644
--- a/p/haskell-pipes/debian/control
+++ b/p/haskell-pipes/debian/control
@@ -1,31 +1,26 @@
 Source: haskell-pipes
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , libghc-mmorph-dev (>= 1.0.0)
-  , libghc-mmorph-dev (<< 1.1)
-  , libghc-mmorph-prof
-  , libghc-mtl-dev (>= 2.1)
-  , libghc-mtl-dev (<< 2.3)
-  , libghc-mtl-prof
-  , libghc-quickcheck2-dev (>= 2.4)
-  , libghc-test-framework-dev (>= 0.4)
-  , libghc-test-framework-dev (<< 1)
-  , libghc-test-framework-quickcheck2-dev (>= 0.2.0)
-  , libghc-test-framework-quickcheck2-dev (<< 0.4)
-Build-Depends-Indep: ghc-doc
-  , libghc-mmorph-doc
-  , libghc-mtl-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mmorph-dev (>= 1.0.0),
+ libghc-mmorph-dev (<< 1.1),
+ libghc-mmorph-prof,
+ libghc-mtl-dev (>= 2.1),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mmorph-doc,
+ libghc-mtl-doc,
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/pipes
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pipes
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes
 X-Description: compositional pipelines
  pipes is a clean and powerful stream processing library that lets you
  build and connect reusable streaming components
@@ -42,12 +37,12 @@ X-Description: compositional pipelines
 
 Package: libghc-pipes-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -55,22 +50,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pipes-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-pipes-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell: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