r53709 - in /trunk/libnet-patricia-perl/debian: changelog control rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 6 16:53:53 UTC 2010


Author: gregoa
Date: Sat Mar  6 16:53:43 2010
New Revision: 53709

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53709
Log:
* Add (build) dependency on libsocket6-perl.
* Set Standards-Version to 3.8.4, remove version from perl build dependency.
* Convert to source format 3.0 (quilt).
* Simplify debian/rules.

Added:
    trunk/libnet-patricia-perl/debian/source/
    trunk/libnet-patricia-perl/debian/source/format
Modified:
    trunk/libnet-patricia-perl/debian/changelog
    trunk/libnet-patricia-perl/debian/control
    trunk/libnet-patricia-perl/debian/rules

Modified: trunk/libnet-patricia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/changelog?rev=53709&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/changelog (original)
+++ trunk/libnet-patricia-perl/debian/changelog Sat Mar  6 16:53:43 2010
@@ -11,6 +11,10 @@
 
   [ gregor herrmann ]
   * New upstream release.
+  * Add (build) dependency on libsocket6-perl.
+  * Set Standards-Version to 3.8.4, remove version from perl build dependency.
+  * Convert to source format 3.0 (quilt).
+  * Simplify debian/rules.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Mar 2010 17:49:40 +0100
 

Modified: trunk/libnet-patricia-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/control?rev=53709&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/control (original)
+++ trunk/libnet-patricia-perl/debian/control Sat Mar  6 16:53:43 2010
@@ -4,15 +4,15 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 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>
-Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.0-3), quilt (>= 0.40)
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7), perl, libsocket6-perl
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Net-Patricia/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-patricia-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-patricia-perl/
 
 Package: libnet-patricia-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libsocket6-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

Modified: trunk/libnet-patricia-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/rules?rev=53709&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/rules (original)
+++ trunk/libnet-patricia-perl/debian/rules Sat Mar  6 16:53:43 2010
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
 
 %:
 	dh $@
-
-override_dh_auto_configure: $(QUILT_STAMPFN)
-	dh_auto_configure
-
-override_dh_auto_clean: unpatch
-	[ ! -f Makefile ] || touch Makefile
-	dh_auto_clean

Added: trunk/libnet-patricia-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/source/format?rev=53709&op=file
==============================================================================
--- trunk/libnet-patricia-perl/debian/source/format (added)
+++ trunk/libnet-patricia-perl/debian/source/format Sat Mar  6 16:53:43 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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