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

Xavier Guimard x.guimard at free.fr
Mon Dec 10 20:11:42 UTC 2012


The following commit has been merged in the master branch:
commit beee94c40c7f0300329dd3d656b78a5ea8117798
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Dec 10 21:05:17 2012 +0100

    Just cosmetic change

diff --git a/debian/control b/debian/control
index c160625..873ae0a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,35 @@
 Source: libcoro-perl
-Section: perl
-Priority: optional
-Build-Depends: perl, debhelper (>= 9.20120312),
- 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>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Xavier Guimard <x.guimard at free.fr>
+           gregor herrmann <gregoa at debian.org>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+               libanyevent-perl,
+               libcommon-sense-perl,
+               libev-perl,
+               libevent-perl,
+               libguard-perl,
+               perl
 Standards-Version: 3.9.4
-Homepage: http://search.cpan.org/dist/Coro/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcoro-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcoro-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcoro-perl.git
+Homepage: http://search.cpan.org/dist/Coro/
 
 Package: libcoro-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libanyevent-perl, libcommon-sense-perl, libguard-perl
-Recommends: libio-aio-perl, libev-perl, libevent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libanyevent-perl,
+         libcommon-sense-perl,
+         libguard-perl
+Recommends: libev-perl,
+            libevent-perl,
+            libio-aio-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"
@@ -35,3 +46,4 @@ Description: Perl framework implementing coroutines
  threads very easy. A parallel matrix multiplication benchmark runs over 300
  times faster on a single core than perl's ithreads on a quad core using all
  four cores.
+

-- 
Debian packaging of libcoro-perl



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