[SCM] Debian packaging of Socket CPAN distribution branch, master, updated. debian/2.002-1-2-g5390b37

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:14 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 52250f3..1f947e0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libsocket-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: intrigeri <intrigeri at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- netbase,
- perl,
- perl-modules (>= 0.23)
+               netbase,
+               perl,
+               perl-modules
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsocket-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libsocket-perl.git
@@ -14,8 +14,9 @@ Homepage: http://search.cpan.org/dist/Socket/
 
 Package: libsocket-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: networking constants and support functions
  Socket provides a variety of constants, structure manipulators and other
  functions related to socket-based networking. The values and functions
@@ -23,3 +24,4 @@ Description: networking constants and support functions
  socket(), setsockopt() and bind(). It also provides several other support
  functions, mostly for dealing with conversions of network addresses between
  human-readable and native binary forms, and for hostname resolver operations.
+

-- 
Debian packaging of Socket CPAN distribution



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