r64571 - in /trunk/libnet-patricia-perl/debian: changelog control

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Fri Nov 5 06:34:42 UTC 2010


Author: jotamjr-guest
Date: Fri Nov  5 06:34:11 2010
New Revision: 64571

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64571
Log:
debian/control: Add (build) dependancy on libnet-cidr-lite-perl

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

Modified: trunk/libnet-patricia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/changelog?rev=64571&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/changelog (original)
+++ trunk/libnet-patricia-perl/debian/changelog Fri Nov  5 06:34:11 2010
@@ -5,6 +5,7 @@
     135 of DEP5 proposal for machine readable copyright information
   * debian/control: Add myself to Uploaders
   * debian/control: Bump Standard Versions to 3.9.1, no changes needed
+  * debian/control: Add (build) dependancy on libnet-cidr-lite-perl
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Thu, 04 Nov 2010 00:54:18 -0600
 

Modified: trunk/libnet-patricia-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/control?rev=64571&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/control (original)
+++ trunk/libnet-patricia-perl/debian/control Fri Nov  5 06:34:11 2010
@@ -5,7 +5,7 @@
 Uploaders: Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Ryan Niebur <ryan at debian.org>,
  Jotam Jr. Trejo <jotamjr at debian.org.sv>
-Build-Depends: debhelper (>= 7), perl, libsocket6-perl
+Build-Depends: debhelper (>= 7), perl, libsocket6-perl, libnet-cidr-lite-perl
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Net-Patricia/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-patricia-perl/
@@ -13,7 +13,8 @@
 
 Package: libnet-patricia-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libsocket6-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libsocket6-perl,
+ libnet-cidr-lite-perl
 Description: Perl module for fast IP address lookups
  Net::Patricia uses a Patricia Trie data structure to quickly
  perform IP address prefix matching for applications such as




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