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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 13 22:01:53 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 13 22:01:15 2009
New Revision: 45756

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45756
Log:
Add common::sense as a dependency. Now builds lintian clean, dch -r.

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=45756&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Tue Oct 13 22:01:15 2009
@@ -1,8 +1,9 @@
-libcoro-perl (5.200-1) UNRELEASED; urgency=low
+libcoro-perl (5.200-1) unstable; urgency=low
 
   * New upstream release
+    + Now depends on common::sense
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 13 Oct 2009 14:11:20 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 13 Oct 2009 14:21:05 -0400
 
 libcoro-perl (5.170-1) unstable; urgency=low
 

Modified: trunk/libcoro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/control?rev=45756&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/control (original)
+++ trunk/libcoro-perl/debian/control Tue Oct 13 22:01:15 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7.0.8), quilt (>= 0.46-7),
- libguard-perl, libanyevent-perl (>= 5)
+ libguard-perl, libanyevent-perl (>= 5), libcommon-sense-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -13,7 +13,7 @@
 Package: libcoro-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libguard-perl, libanyevent-perl (>= 5)
+ libguard-perl, libanyevent-perl (>= 5), 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