r74986 - in /trunk/libzeromq-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue May 31 22:07:32 UTC 2011


Author: gregoa
Date: Tue May 31 22:05:35 2011
New Revision: 74986

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74986
Log:
Fix typo in Depends, it's -weaken-; thanks to Mehdi Dogguy for the bug
report (closes: #628739).

Modified:
    trunk/libzeromq-perl/debian/changelog
    trunk/libzeromq-perl/debian/control

Modified: trunk/libzeromq-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libzeromq-perl/debian/changelog?rev=74986&op=diff
==============================================================================
--- trunk/libzeromq-perl/debian/changelog (original)
+++ trunk/libzeromq-perl/debian/changelog Tue May 31 22:05:35 2011
@@ -1,9 +1,11 @@
 libzeromq-perl (0.15-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 0.15
-  Little change to pkg-config handling code
+  [ Alessandro Ghedini ]
+  * New upstream release
 
-  * New upstream release
+  [ gregor herrmann ]
+  * Fix typo in Depends, it's -weaken-; thanks to Mehdi Dogguy for the bug
+    report (closes: #628739).
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Tue, 24 May 2011 20:12:05 +0200
 

Modified: trunk/libzeromq-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libzeromq-perl/debian/control?rev=74986&op=diff
==============================================================================
--- trunk/libzeromq-perl/debian/control (original)
+++ trunk/libzeromq-perl/debian/control Tue May 31 22:05:35 2011
@@ -25,7 +25,7 @@
 Package: libzeromq-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
- libtask-waken-perl
+ libtask-weaken-perl
 Recommends: libjson-perl
 Description: messaging library using ZeroMQ
  ZeroMQ (also known as 0MQ) is a lightweight messaging kernel. It supports:




More information about the Pkg-perl-cvs-commits mailing list