r26827 - in /trunk/libnet-pcap-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Nov 13 22:06:05 UTC 2008


Author: gregoa
Date: Thu Nov 13 22:06:02 2008
New Revision: 26827

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26827
Log:
* debian/control:
  - bumped versioned build dependency on libpcap-dev
  - mentions module name in long description
  - add /me to Uploaders
  - add build dependency on libtest-pod-perl to enable an additional test
    (various other tests depend on not existing packages or are not
    functional)
  - change Section to perl

Modified:
    trunk/libnet-pcap-perl/debian/changelog
    trunk/libnet-pcap-perl/debian/control

Modified: trunk/libnet-pcap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-pcap-perl/debian/changelog?rev=26827&op=diff
==============================================================================
--- trunk/libnet-pcap-perl/debian/changelog (original)
+++ trunk/libnet-pcap-perl/debian/changelog Thu Nov 13 22:06:02 2008
@@ -20,6 +20,14 @@
   * Set Standards-Version to 3.8.0 (no changes).
   * debian/copyright: switch to new format.
   * Remove the created funcs.txt during clean.
+  * debian/control:
+    - bumped versioned build dependency on libpcap-dev
+    - mentions module name in long description
+    - add /me to Uploaders
+    - add build dependency on libtest-pod-perl to enable an additional test
+      (various other tests depend on not existing packages or are not
+      functional)
+    - change Section to perl
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 13 Nov 2008 22:09:16 +0100
 

Modified: trunk/libnet-pcap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-pcap-perl/debian/control?rev=26827&op=diff
==============================================================================
--- trunk/libnet-pcap-perl/debian/control (original)
+++ trunk/libnet-pcap-perl/debian/control Thu Nov 13 22:06:02 2008
@@ -1,9 +1,11 @@
 Source: libnet-pcap-perl
-Section: libs
+Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ola Lundqvist <opal at debian.org>
-Build-Depends: debhelper (>= 7), perl (>= 5.8), libpcap-dev (>= 0.6.2-1)
+Uploaders: Ola Lundqvist <opal at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 7), perl (>= 5.8), libpcap-dev (>= 0.8),
+ libtest-pod-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Net-Pcap/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-pcap-perl/
@@ -17,4 +19,4 @@
  to capture data from a network interface in similar matter that
  tcpdump can do.
  .
- This package contains the perl interface to the pcap C library.
+ Net::Pcap is a Perl interface to the pcap C library.




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