[libsocket6-perl] 09/15: debian/control + Modify build-depends + Remove perl-base from Depends + Modify description to include the module name

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 15 22:12:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libsocket6-perl.

commit 362ba81116072ad20085b7dbacd46cde4add25de
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Feb 15 20:06:41 2014 +0000

    debian/control
      + Modify build-depends
      + Remove perl-base from Depends
      + Modify description to include the module name
---
 debian/control | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index efb6c07..003e67f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libsocket6-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9), perl (>= 5.8.0-10)
+Build-Depends: debhelper (>= 9.20120312~), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel Lintott <daniel at serverb.co.uk>
 Standards-Version: 3.9.5
@@ -11,11 +11,10 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsocket6-perl.git
 
 Package: libsocket6-perl
 Architecture: any
-Depends: perl-base (>= 5.8.0-10),
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
 Description: Perl extensions for IPv6
- This module supports getaddrinfo() and getnameinfo() to intend to enable
- protocol independent programming. If your environment supports IPv6,
- IPv6 related defines such as AF_INET6 are included.
+ The Socket6 module supports getaddrinfo() and getnameinfo() to intend 
+ to enable protocol independent programming. If your environment 
+ supports IPv6, IPv6 related defines such as AF_INET6 are included.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsocket6-perl.git



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