[SCM] Debian packaging of libnet-rawip-perl branch, master, updated. 4fdad2c7deb08f200ecdde93f6ec7b34d7c6485c

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


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

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

diff --git a/debian/control b/debian/control
index a70c85f..03a3d5d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: libnet-rawip-perl
-Section: perl
-Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hammers <ch at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+           Jose Luis Rivas <ghostbar38 at gmail.com>
+Section: perl
+Priority: extra
+Build-Depends: debhelper (>= 7),
+               perl,
+               libpcap-dev,
+               libtest-pod-perl,
+               libtest-pod-coverage-perl,
+               libtest-perl-critic-perl,
+               libproc-processtable-perl,
+               quilt
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 7), perl (>= 5.8), 
- libpcap-dev, libtest-pod-perl, libtest-pod-coverage-perl,
- libtest-perl-critic-perl, libproc-processtable-perl, quilt
-Homepage: http://search.cpan.org/dist/Net-RawIP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-rawip-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-rawip-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-rawip-perl.git
+Homepage: http://search.cpan.org/dist/Net-RawIP/
 
 Package: libnet-rawip-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl interface to lowlevel TCP/IP
  Net::RawIP gives you the ability to create and manipulate arbitrary IP
  packages and fiddle around with every bit in the protocol header.
@@ -22,3 +29,4 @@ Description: Perl interface to lowlevel TCP/IP
  This module is useful if you want to implement a "traceroute" or "ping" in
  PERL or you just want to learn about TCP/IP protocol suite but are afraid of
  the C language.
+

-- 
Debian packaging of libnet-rawip-perl



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