r62542 - in /trunk/libcoro-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Sep 13 19:49:29 UTC 2010


Author: gregoa
Date: Mon Sep 13 19:49:15 2010
New Revision: 62542

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62542
Log:
debian/control: bump (build) dependency on libanyevent-perl to 5.271-2
accordingly.

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

Modified: trunk/libcoro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/changelog?rev=62542&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Mon Sep 13 19:49:15 2010
@@ -3,9 +3,11 @@
   * debian/rules: remove architecture-specific backend selection; potentially
     buggy and not the cause of the problems; thanks to Niko Tyni for the
     hints! (Cf. #578458)
+  * debian/control: bump (build) dependency on libanyevent-perl to 5.271-2
+    accordingly.
   * debian/copyright: refresh License stanzas.
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 10 Sep 2010 16:51:06 +0200
+ -- gregor herrmann <gregoa at debian.org>  Mon, 13 Sep 2010 21:44:48 +0200
 
 libcoro-perl (5.230-3) unstable; urgency=low
 

Modified: trunk/libcoro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/control?rev=62542&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/control (original)
+++ trunk/libcoro-perl/debian/control Mon Sep 13 19:49:15 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7),
- libguard-perl, libanyevent-perl (>= 5), libcommon-sense-perl
+ libguard-perl, libanyevent-perl (>= 5.271-2), libcommon-sense-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>
@@ -14,7 +14,7 @@
 Package: libcoro-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libguard-perl, libanyevent-perl (>= 5), libcommon-sense-perl
+ libguard-perl, libanyevent-perl (>= 5.271-2), libcommon-sense-perl
 Description: Perl framework implementing coroutines
  Coro is a collection of modules which manages continuations in general, most
  often in the form of cooperative threads (also called coros, or simply "coro"




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