r1706 - in packages/libemail-localdelivery-perl/trunk/debian: . patches

Niko Tyni ntyni-guest at costa.debian.org
Mon Dec 19 23:02:48 UTC 2005


Author: ntyni-guest
Date: 2005-12-19 23:02:48 +0000 (Mon, 19 Dec 2005)
New Revision: 1706

Added:
   packages/libemail-localdelivery-perl/trunk/debian/patches/
   packages/libemail-localdelivery-perl/trunk/debian/patches/00list
Modified:
   packages/libemail-localdelivery-perl/trunk/debian/control
   packages/libemail-localdelivery-perl/trunk/debian/rules
Log:
Add dpatch support.


Modified: packages/libemail-localdelivery-perl/trunk/debian/control
===================================================================
--- packages/libemail-localdelivery-perl/trunk/debian/control	2005-12-19 23:00:34 UTC (rev 1705)
+++ packages/libemail-localdelivery-perl/trunk/debian/control	2005-12-19 23:02:48 UTC (rev 1706)
@@ -1,7 +1,7 @@
 Source: libemail-localdelivery-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: perl (>= 5.8.0-7), libfile-path-expand-perl (>= 1.01-1), libemail-foldertype-perl (>= 0.7-1), libemail-simple-perl (>= 1.92-0.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>

Added: packages/libemail-localdelivery-perl/trunk/debian/patches/00list
===================================================================

Modified: packages/libemail-localdelivery-perl/trunk/debian/rules
===================================================================
--- packages/libemail-localdelivery-perl/trunk/debian/rules	2005-12-19 23:00:34 UTC (rev 1705)
+++ packages/libemail-localdelivery-perl/trunk/debian/rules	2005-12-19 23:02:48 UTC (rev 1706)
@@ -4,6 +4,8 @@
 # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
 # be used freely wherever it is useful.
 
+include /usr/share/dpatch/dpatch.make
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -19,7 +21,7 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 
@@ -29,7 +31,8 @@
 
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 




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