[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Aeromq4-haskell?=: New upstream release, with changed source package name
Joachim Breitner
mail at joachim-breitner.de
Mon Mar 31 21:55:30 UTC 2014
Mon Mar 31 20:27:18 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release, with changed source package name
M ./changelog -2 +3
M ./control -36 +31
M ./copyright -2 +2
M ./watch -1 +1
Mon Mar 31 20:27:18 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release, with changed source package name
diff -rN -u old-haskell-zeromq4-haskell/changelog new-haskell-zeromq4-haskell/changelog
--- old-haskell-zeromq4-haskell/changelog 2014-03-31 21:55:30.458399736 +0000
+++ new-haskell-zeromq4-haskell/changelog 2014-03-31 21:55:30.458399736 +0000
@@ -1,8 +1,9 @@
-haskell-zeromq3-haskell (0.4-2) UNRELEASED; urgency=low
+haskell-zeromq4-haskell (0.4-2) UNRELEASED; urgency=low
* Adjust watch file to new hackage layout
+ * New upstream release, with changed source package name
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:22:22 +0200
+ -- Joachim Breitner <nomeata at debian.org> Mon, 31 Mar 2014 22:20:03 +0200
haskell-zeromq3-haskell (0.4-1) unstable; urgency=low
diff -rN -u old-haskell-zeromq4-haskell/control new-haskell-zeromq4-haskell/control
--- old-haskell-zeromq4-haskell/control 2014-03-31 21:55:30.458399736 +0000
+++ new-haskell-zeromq4-haskell/control 2014-03-31 21:55:30.458399736 +0000
@@ -1,4 +1,4 @@
-Source: haskell-zeromq3-haskell
+Source: haskell-zeromq4-haskell
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
@@ -8,76 +8,71 @@
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-async-dev
+ , libghc-async-dev (>= 2.0)
+ , libghc-async-dev (<< 2.1)
, libghc-async-prof
- , libghc-monadcatchio-transformers-dev
- , libghc-monadcatchio-transformers-prof
- , libghc-semigroups-dev
+ , libghc-exceptions-dev (>= 0.4)
+ , libghc-exceptions-dev (<< 0.5)
+ , libghc-exceptions-prof
+ , libghc-semigroups-dev (>= 0.8)
, libghc-semigroups-prof
- , libghc-transformers-dev
+ , libghc-transformers-dev (>= 0.3)
, libghc-transformers-prof
- , libzmq3-dev (>= 3.2.3-0)
+ , libzmq3-dev (>= 4)
# , libghc-quickcheck2-dev (>> 2.6)
# , libghc-checkers-dev (>> 0.3)
# , libghc-ansi-terminal-dev (>> 0.6)
Build-Depends-Indep: ghc-doc
, libghc-async-doc
- , libghc-monadcatchio-transformers-doc
+ , libghc-exceptions-doc
, libghc-semigroups-doc
, libghc-transformers-doc
Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/zeromq3-haskell
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zeromq3-haskell
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zeromq3-haskell
+Homepage: http://hackage.haskell.org/package/zeromq4-haskell
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zeromq4-haskell
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zeromq4-haskell
+X-Description: bindings to ZeroMQ 4.x
+ The 0MQ lightweight messaging kernel is a library which extends the standard
+ socket interfaces with features traditionally provided by specialised
+ messaging middleware products.
+ .
+ 0MQ sockets provide an abstraction of asynchronous message queues, multiple
+ messaging patterns, message filtering (subscriptions), seamless access to
+ multiple transport protocols and more.
-Package: libghc-zeromq3-haskell-dev
+Package: libghc-zeromq4-haskell-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
- , libzmq3-dev (>= 3.2.3-0)
+ , libzmq3-dev (>= 4)
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
- The 0MQ lightweight messaging kernel is a library which extends the standard
- socket interfaces with features traditionally provided by specialised
- messaging middleware products. 0MQ sockets provide an abstraction of
- asynchronous message queues, multiple messaging patterns, message filtering
- (subscriptions), seamless access to multiple transport protocols and more.
- This library provides the Haskell language binding to 0MQ.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
-Package: libghc-zeromq3-haskell-prof
+Package: libghc-zeromq4-haskell-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
- The 0MQ lightweight messaging kernel is a library which extends the standard
- socket interfaces with features traditionally provided by specialised
- messaging middleware products. 0MQ sockets provide an abstraction of
- asynchronous message queues, multiple messaging patterns, message filtering
- (subscriptions), seamless access to multiple transport protocols and more.
- This library provides the Haskell language binding to 0MQ.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
-Package: libghc-zeromq3-haskell-doc
+Package: libghc-zeromq4-haskell-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
- The 0MQ lightweight messaging kernel is a library which extends the standard
- socket interfaces with features traditionally provided by specialised
- messaging middleware products. 0MQ sockets provide an abstraction of
- asynchronous message queues, multiple messaging patterns, message filtering
- (subscriptions), seamless access to multiple transport protocols and more.
- This library provides the Haskell language binding to 0MQ.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
diff -rN -u old-haskell-zeromq4-haskell/copyright new-haskell-zeromq4-haskell/copyright
--- old-haskell-zeromq4-haskell/copyright 2014-03-31 21:55:30.454399736 +0000
+++ new-haskell-zeromq4-haskell/copyright 2014-03-31 21:55:30.458399736 +0000
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: zeromq3-haskell
+Upstream-Name: zeromq4-haskell
Upstream-Contact: Toralf Wittner <tw at dtex.org>
-Source: http://hackage.haskell.org/package/zeromq3-haskell
+Source: http://hackage.haskell.org/package/zeromq4-haskell
Files: *
Copyright: 2010-2013 zeromq-haskell authors
diff -rN -u old-haskell-zeromq4-haskell/watch new-haskell-zeromq4-haskell/watch
--- old-haskell-zeromq4-haskell/watch 2014-03-31 21:55:30.454399736 +0000
+++ new-haskell-zeromq4-haskell/watch 2014-03-31 21:55:30.458399736 +0000
@@ -1,2 +1,2 @@
version=3
-http://hackage.haskell.org/package/zeromq3-haskell/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+http://hackage.haskell.org/package/zeromq4-haskell/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list