r4034 - in /packages/libnet-arp-perl/trunk/debian: changelog control patches/ rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Oct 5 18:38:33 UTC 2006


Author: ntyni-guest
Date: Thu Oct  5 18:38:32 2006
New Revision: 4034

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4034
Log:
add dpatch framework

Added:
    packages/libnet-arp-perl/trunk/debian/patches/
Modified:
    packages/libnet-arp-perl/trunk/debian/changelog
    packages/libnet-arp-perl/trunk/debian/control
    packages/libnet-arp-perl/trunk/debian/rules

Modified: packages/libnet-arp-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-arp-perl/trunk/debian/changelog?rev=4034&op=diff
==============================================================================
--- packages/libnet-arp-perl/trunk/debian/changelog (original)
+++ packages/libnet-arp-perl/trunk/debian/changelog Thu Oct  5 18:38:32 2006
@@ -1,3 +1,9 @@
+libnet-arp-perl (0.8-2) unstable; urgency=low
+
+  * Add dpatch framework.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu,  5 Oct 2006 21:36:43 +0300
+
 libnet-arp-perl (0.8-1) unstable; urgency=low
 
   * Initial Release. (Closes: #387179)

Modified: packages/libnet-arp-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-arp-perl/trunk/debian/control?rev=4034&op=diff
==============================================================================
--- packages/libnet-arp-perl/trunk/debian/control (original)
+++ packages/libnet-arp-perl/trunk/debian/control Thu Oct  5 18:38:32 2006
@@ -1,9 +1,9 @@
 Source: libnet-arp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libnet-pcap-perl, perl (>= 5.8.8-6)
+Build-Depends: debhelper (>= 5.0.0), libnet-pcap-perl, perl (>= 5.8.8-6), dpatch (>= 2.0.9)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libnet-arp-perl/trunk/
 

Modified: packages/libnet-arp-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-arp-perl/trunk/debian/rules?rev=4034&op=diff
==============================================================================
--- packages/libnet-arp-perl/trunk/debian/rules (original)
+++ packages/libnet-arp-perl/trunk/debian/rules Thu Oct  5 18:38:32 2006
@@ -19,6 +19,8 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
+include /usr/share/dpatch/dpatch.make
+
 # Allow disabling build optimation by setting noopt in
 # $DEB_BUILD_OPTIONS
 CFLAGS = -Wall -g
@@ -28,7 +30,7 @@
         CFLAGS += -O2
 endif
 
-build: build-stamp
+build: patch-stamp build-stamp
 build-stamp:
 	dh_testdir
 
@@ -38,7 +40,9 @@
 
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
 	dh_testdir
 	dh_testroot
 




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