[SCM] high performance full-featured event loop branch, master, updated. debian/4.11-2-8-gcf0e6cb

gregor herrmann gregoa at debian.org
Fri Jul 26 16:04:01 UTC 2013


The following commit has been merged in the master branch:
commit a663fd01dbe280e20839c149abe9cd5577294e81
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 26 18:00:38 2013 +0200

    cme: wrap fields
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 6d02023..0bbfb36 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: libev-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
-Build-Depends: debhelper (>= 9.20120312), perl, libcommon-sense-perl
+           Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+               perl,
+               libcommon-sense-perl
 Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libev-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libev-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libev-perl.git
 Homepage: https://metacpan.org/release/EV/
 
 Package: libev-perl
-Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libcommon-sense-perl
 Architecture: any
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends},
+         libcommon-sense-perl
 Description: Perl interface to libev, the high performance event loop
  EV provides a Perl interface to libev, a high performance and full-featured
  event loop that is loosely modelled after libevent.
@@ -25,3 +30,4 @@ Description: Perl interface to libev, the high performance event loop
  It uses a priority queue to manage timers and uses arrays as fundamental 
  data structure. It has no artificial limitations on the number of watchers 
  waiting for the same event.
+

-- 
high performance full-featured event loop



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