[SCM] Debian packaging of libio-socket-ip-perl branch, master, updated. debian/0.16-1-2-g54f3f4a

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


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

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

diff --git a/debian/control b/debian/control
index 6c6e923..1e475ca 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,25 @@
 Source: libio-socket-ip-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl
+Build-Depends: debhelper (>= 8),
+               perl
 Build-Depends-Indep: libio-socket-inet6-perl,
- libtest-pod-perl,
- netbase,
- perl (>= 5.15.6) | libsocket-perl (>= 1.97)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+                     libtest-pod-perl,
+                     netbase,
+                     libsocket-perl | perl (>= 5.15.6)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/IO-Socket-IP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-socket-ip-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-ip-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-socket-ip-perl.git
+Homepage: http://search.cpan.org/dist/IO-Socket-IP/
 
 Package: libio-socket-ip-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- netbase,
- perl (>= 5.15.6) | libsocket-perl (>= 1.97)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         netbase,
+         libsocket-perl | perl (>= 5.15.6)
 Description: module for using IPv4 and IPv6 sockets in a protocol-independent way
  IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
  sockets. It allows new connections to be made by specifying the hostname and
@@ -32,3 +34,4 @@ Description: module for using IPv4 and IPv6 sockets in a protocol-independent wa
  It provides an API which, for most typical cases, should be a drop-in
  replacement for IO::Socket::INET; most constructor arguments and methods are
  provided in a compatible way.
+

-- 
Debian packaging of libio-socket-ip-perl



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