r41579 - in /trunk/libnet-pcap-perl/debian: changelog control rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Aug 9 21:58:55 UTC 2009


Author: thialme-guest
Date: Sun Aug  9 21:58:48 2009
New Revision: 41579

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41579
Log:
* Set Standards-Version to 3.8.2 (no changes).
* Minimized debian/rules:
  + Refreshed debian/rules
  + Updated BD versions on debhelper and quilt to be able to use
    dh --with quilt


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

Modified: trunk/libnet-pcap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-pcap-perl/debian/changelog?rev=41579&op=diff
==============================================================================
--- trunk/libnet-pcap-perl/debian/changelog (original)
+++ trunk/libnet-pcap-perl/debian/changelog Sun Aug  9 21:58:48 2009
@@ -1,4 +1,11 @@
 libnet-pcap-perl (0.16-3) UNRELEASED; urgency=low
+
+  [ Franck Joncourt ]
+  * Set Standards-Version to 3.8.2 (no changes).
+  * Minimized debian/rules:
+    + Refreshed debian/rules
+    + Updated BD versions on debhelper and quilt to be able to use
+     dh --with quilt
 
   [ gregor herrmann ]
   * debian/control: improve long description, thanks to Peter Pentchev for

Modified: trunk/libnet-pcap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-pcap-perl/debian/control?rev=41579&op=diff
==============================================================================
--- trunk/libnet-pcap-perl/debian/control (original)
+++ trunk/libnet-pcap-perl/debian/control Sun Aug  9 21:58:48 2009
@@ -5,9 +5,9 @@
 Uploaders: Ola Lundqvist <opal at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Franck Joncourt <franck.mail at dthconnex.com>
-Build-Depends: debhelper (>= 7), perl (>= 5.8), libpcap0.8-dev,
- libtest-pod-perl, quilt
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.8), perl (>= 5.8), libpcap0.8-dev,
+ libtest-pod-perl, quilt (>= 0.46-7)
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Net-Pcap/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-pcap-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-pcap-perl/

Modified: trunk/libnet-pcap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-pcap-perl/debian/rules?rev=41579&op=diff
==============================================================================
--- trunk/libnet-pcap-perl/debian/rules (original)
+++ trunk/libnet-pcap-perl/debian/rules Sun Aug  9 21:58:48 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh $@ --with quilt




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