r19239 - in /trunk/libpoe-component-client-http-perl/debian: changelog rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Apr 28 17:01:34 UTC 2008
Author: gregoa
Date: Mon Apr 28 17:01:33 2008
New Revision: 19239
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19239
Log:
* debian/rules:
- add unpatch as a prerequisite to clean target
- touch Makefile in clean target after unpatching Makefile.PL to prevent
it from being re-built; allows building twice in a row
Modified:
trunk/libpoe-component-client-http-perl/debian/changelog
trunk/libpoe-component-client-http-perl/debian/rules
Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=19239&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Mon Apr 28 17:01:33 2008
@@ -1,3 +1,12 @@
+libpoe-component-client-http-perl (0.83-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - add unpatch as a prerequisite to clean target
+ - touch Makefile in clean target after unpatching Makefile.PL to prevent
+ it from being re-built; allows building twice in a row
+
+ -- gregor herrmann <gregoa at debian.org> Mon, 28 Apr 2008 18:59:44 +0200
+
libpoe-component-client-http-perl (0.83-1) unstable; urgency=low
* debian/control: fix completely b0rked Vcs-* fields (my fault for not using
Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=19239&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Mon Apr 28 17:01:33 2008
@@ -22,11 +22,11 @@
#$(MAKE) test
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
- [ ! -f Makefile ] || $(MAKE) realclean
+ [ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
install: install-stamp
install-stamp: build-stamp
More information about the Pkg-perl-cvs-commits
mailing list