[SCM] Debian packaging of libcoro-perl branch, master, updated. debian/6.100-1-2-g5f3a38e

Xavier Guimard x.guimard at free.fr
Thu Nov 8 06:01:55 UTC 2012


The following commit has been merged in the master branch:
commit 5f3a38e3f8e989d46348f7ec3e5058c77a0d7fdf
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Nov 8 07:00:48 2012 +0100

    Add libev-perl and libevent-perl in dependencies

diff --git a/debian/changelog b/debian/changelog
index 8ce12cf..e338c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libcoro-perl (6.100-2) UNRELEASED; urgency=low
+libcoro-perl (6.100-2) unstable; urgency=low
 
-  * Add libev-perl support to build Core::EV
+  * Add libev-perl and libevent-perl in build dependencies to build Core::EV
+    and Coro::Event
+  * Add libev-perl to Recommends: (libevent-perl was already here, but why ?)
 
- -- Xavier Guimard <x.guimard at free.fr>  Thu, 08 Nov 2012 06:44:52 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Thu, 08 Nov 2012 06:54:49 +0100
 
 libcoro-perl (6.100-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 75b8e18..c160625 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libcoro-perl
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 9.20120312),
- libguard-perl, libanyevent-perl, libcommon-sense-perl, libev-perl
+ libanyevent-perl, libcommon-sense-perl, libev-perl, libevent-perl, libguard-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>,
@@ -17,8 +17,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcoro-perl.
 Package: libcoro-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libguard-perl, libanyevent-perl, libcommon-sense-perl
-Recommends: libevent-perl, libio-aio-perl
+ libanyevent-perl, libcommon-sense-perl, libguard-perl
+Recommends: libio-aio-perl, libev-perl, libevent-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"

-- 
Debian packaging of libcoro-perl



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