[SCM] Debian packaging of libio-socket-multicast6-perl branch, master, updated. 6a88a38355c4cbc5356f56df7a8ffa02256f786d

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


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

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

diff --git a/debian/control b/debian/control
index b891cde..b0c611f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libio-socket-multicast6-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
- netbase
-Build-Depends-Indep: perl (>= 5.9.4), libsocket-multicast6-perl,
- libsocket6-perl, libio-socket-inet6-perl,
- libio-interface-perl (>= 1.01)
 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 (>= 7.0.8),
+               quilt,
+               netbase
+Build-Depends-Indep: perl,
+                     libsocket-multicast6-perl,
+                     libsocket6-perl,
+                     libio-socket-inet6-perl,
+                     libio-interface-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/IO-Socket-Multicast6/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-socket-multicast6-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-multicast6-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-socket-multicast6-perl.git
+Homepage: http://search.cpan.org/dist/IO-Socket-Multicast6/
 
 Package: libio-socket-multicast6-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libsocket-multicast6-perl, libsocket6-perl,
- libio-socket-inet6-perl, libio-interface-perl (>= 1.01)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsocket-multicast6-perl,
+         libsocket6-perl,
+         libio-socket-inet6-perl,
+         libio-interface-perl
 Description: module for sending and receiving IPv4 and IPv6 multicast messages
  The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you
  to manipulate multicast groups. With this module you will be able to receive
@@ -27,3 +33,4 @@ Description: module for sending and receiving IPv4 and IPv6 multicast messages
  IO::Socket::Multicast6 uses the same API as IO::Socket::Multicast, but with
  added support for IPv6 (IPv4 is still supported). Unlike
  IO::Socket::Multicast, this is a pure-perl module.
+

-- 
Debian packaging of libio-socket-multicast6-perl



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