summaryrefslogtreecommitdiff
path: root/p/haskell-pipes
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 13:57:04 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 14:17:59 +0200
commit779d6945fab44930ac0da9870862d895da0d8f2a (patch)
treee600112a2364ab56f101ba79f28c7d758ff7a973 /p/haskell-pipes
parent5ae613157b69eec3f8f0ffe62b9bb8eb05e2e207 (diff)
downloadDHG_packages-779d6945fab44930ac0da9870862d895da0d8f2a.tar.gz
pipes: Upgrading from 4.1.5 to 4.1.6
Diffstat (limited to 'p/haskell-pipes')
-rw-r--r--p/haskell-pipes/debian/changelog6
-rw-r--r--p/haskell-pipes/debian/control70
2 files changed, 39 insertions, 37 deletions
diff --git a/p/haskell-pipes/debian/changelog b/p/haskell-pipes/debian/changelog
index c62b3deeb..047f1ad99 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@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 f2d2124e3..79b836906 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@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@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}
.