[SCM] Debian packaging of libnet-write-perl branch, master, updated. 18b0c32ab63d00ff74639e91db405ddf70a3df47

gregor herrmann gregoa at debian.org
Thu Jul 5 20:46:39 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 15943cf..1cd8e74 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,30 @@
 Source: libnet-write-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsocket6-perl, libnet-pcap-perl (>= 0.12),
- libclass-gomor-perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libsocket6-perl,
+                     libnet-pcap-perl,
+                     libclass-gomor-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Net-Write/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-write-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-write-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-write-perl.git
+Homepage: http://search.cpan.org/dist/Net-Write/
 
 Package: libnet-write-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsocket6-perl,
-  libnet-pcap-perl (>= 0.12), libclass-gomor-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsocket6-perl,
+         libnet-pcap-perl,
+         libclass-gomor-perl
 Description: a portable interface to open and send raw data to network
  Net::Write provides a portable interface to write raw data directly to a
  network interface. It provides three methods: open, send and close. It is
  especially useful because it can send arbitrary packets on the link layer
  (layer 2), network layer (layer 3) or transport layer (layer 4).
+

-- 
Debian packaging of libnet-write-perl



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