[SCM] Debian packaging of libio-async-perl branch, master, updated. debian/0.51-1-10-g6349429

gregor herrmann gregoa at debian.org
Thu Jul 5 20:34:01 UTC 2012


The following commit has been merged in the master branch:
commit aa06e126d83aedbaa728959aa9081e58cc5282c2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:35:14 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 29818f0..7e823b9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,36 @@
 Source: libio-async-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>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl
+Build-Depends: debhelper (>= 8),
+               perl
 Build-Depends-Indep: libasync-mergepoint-perl (>= 0.03),
- libcps-perl,
- libtest-fatal-perl,
- libtest-identity-perl,
- libtest-pod-perl,
- libtest-refcount-perl,
- netbase,
- perl (>= 5.14) | libsocket-getaddrinfo-perl,
- perl (>= 5.15.6) | libsocket-perl (>= 1.95)
-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>, Nicholas Bamber <nicholas at periapt.co.uk>
+                     libcps-perl,
+                     libtest-fatal-perl,
+                     libtest-identity-perl,
+                     libtest-pod-perl,
+                     libtest-refcount-perl,
+                     netbase,
+                     perl (>= 5.14) | libsocket-getaddrinfo-perl,
+                     libsocket-perl | perl (>= 5.15.6)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/IO-Async/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-async-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-async-perl.git
+Homepage: http://search.cpan.org/dist/IO-Async/
 
 Package: libio-async-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libasync-mergepoint-perl (>= 0.03),
- libcps-perl,
- perl (>= 5.14) | libsocket-getaddrinfo-perl,
- perl (>= 5.15.6) | libsocket-perl (>= 1.95)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libasync-mergepoint-perl (>= 0.03),
+         libcps-perl,
+         perl (>= 5.14) | libsocket-getaddrinfo-perl,
+         libsocket-perl | perl (>= 5.15.6)
 Breaks: libio-async-loop-epoll-perl (<< 0.09),
- libio-async-loop-glib-perl (<< 0.19)
+        libio-async-loop-glib-perl (<< 0.19)
 Description: module providing asynchronous filehandle I/O
  IO::Async is a collection of Perl modules that allow programs to perform
  various operations on filehandles asynchronously.
@@ -36,3 +39,4 @@ Description: module providing asynchronous filehandle I/O
  other objects that perform the actual I/O work required by the program. This
  versatile loop supports features like timers and signal handlers through its
  various included subclasses.
+

-- 
Debian packaging of libio-async-perl



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