r30781 - in /trunk/libpalm-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Feb 16 22:59:21 UTC 2009


Author: gregoa
Date: Mon Feb 16 22:59:18 2009
New Revision: 30781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30781
Log:
* debian/rules: touch Makefile after unpatching Makefile.PL.

Modified:
    trunk/libpalm-perl/debian/changelog
    trunk/libpalm-perl/debian/rules

Modified: trunk/libpalm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/changelog?rev=30781&op=diff
==============================================================================
--- trunk/libpalm-perl/debian/changelog (original)
+++ trunk/libpalm-perl/debian/changelog Mon Feb 16 22:59:18 2009
@@ -4,7 +4,6 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
-  * debian/control: Added: Homepage field (source stanza).
 
   [ Tim Retout ]
   * New maintainer. (Closes: #352616)
@@ -30,6 +29,10 @@
     from man page generation.
   * debian/patches/clean-up-test-pdb.patch: Remove t/Test.pdb when running
     'make clean'.
+
+  [ gregor herrmann ]
+  * debian/control: Added: Homepage field (source stanza).
+  * debian/rules: touch Makefile after unpatching Makefile.PL.
 
  -- Tim Retout <tim at retout.co.uk>  Sun, 15 Feb 2009 23:31:01 +0000
 

Modified: trunk/libpalm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpalm-perl/debian/rules?rev=30781&op=diff
==============================================================================
--- trunk/libpalm-perl/debian/rules (original)
+++ trunk/libpalm-perl/debian/rules Mon Feb 16 22:59:18 2009
@@ -14,6 +14,7 @@
 	touch $@
 
 clean: $(UNPATCH_TARGET)
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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