r2009 - packages/libspreadsheet-parseexcel-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Thu Jan 19 20:12:04 UTC 2006


Author: ntyni-guest
Date: 2006-01-19 20:12:03 +0000 (Thu, 19 Jan 2006)
New Revision: 2009

Added:
   packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/
Modified:
   packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog
   packages/libspreadsheet-parseexcel-perl/trunk/debian/control
   packages/libspreadsheet-parseexcel-perl/trunk/debian/rules
Log:
Add dpatch framework.


Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog
===================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog	2006-01-19 19:53:19 UTC (rev 2008)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog	2006-01-19 20:12:03 UTC (rev 2009)
@@ -1,3 +1,11 @@
+libspreadsheet-parseexcel-perl (0.2603-5) unstable; urgency=low
+
+  * Migrate to dpatch.
+  * Move debhelper from Build-Depends to Build-Depends-Indep,
+    as per policy.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 19 Jan 2006 22:10:24 +0200
+
 libspreadsheet-parseexcel-perl (0.2603-4) unstable; urgency=low
 
   * No longer reports "GENERAL" instead of the actual value in files

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/control
===================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/control	2006-01-19 19:53:19 UTC (rev 2008)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/control	2006-01-19 20:12:03 UTC (rev 2009)
@@ -4,7 +4,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 4.0.0), libole-storage-lite-perl
+Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9)
+Build-Depends-Indep: libole-storage-lite-perl
 
 Package: libspreadsheet-parseexcel-perl
 Architecture: all

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/rules
===================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/rules	2006-01-19 19:53:19 UTC (rev 2008)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/rules	2006-01-19 20:12:03 UTC (rev 2009)
@@ -11,11 +11,13 @@
 #export DH_VERBOSE=1
 export DH_COMPAT=4
 
+include /usr/share/dpatch/dpatch.make
+
 upstream: get-orig-source
 get-orig-source:
 	lynx http://www.cpan.org/authors/id/K/KW/KWITKNR/
 
-build: build-stamp
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 	perl Makefile.PL INSTALLDIRS=vendor
@@ -27,7 +29,8 @@
 	-$(MAKE) test
 	touch test-stamp
 
-clean:
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp test-stamp install-stamp




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