r27817 - in /trunk/libbusiness-isbn-data-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Dec 6 17:02:34 UTC 2008


Author: gregoa
Date: Sat Dec  6 17:02:31 2008
New Revision: 27817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27817
Log:
debian/rules: touch Makefile if it exists since we unpatch Makefile.PL
before.

Modified:
    trunk/libbusiness-isbn-data-perl/debian/changelog
    trunk/libbusiness-isbn-data-perl/debian/rules

Modified: trunk/libbusiness-isbn-data-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/changelog?rev=27817&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/changelog (original)
+++ trunk/libbusiness-isbn-data-perl/debian/changelog Sat Dec  6 17:02:31 2008
@@ -6,6 +6,8 @@
   * Add a short description to 01_manpage-section.patch.
   * debian/copyright: update years of upstream copyright.
   * Install make_data.pl as an example, might be useful for users too.
+  * debian/rules: touch Makefile if it exists since we unpatch Makefile.PL
+    before.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:40:01 +0100
 

Modified: trunk/libbusiness-isbn-data-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/rules?rev=27817&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/rules (original)
+++ trunk/libbusiness-isbn-data-perl/debian/rules Sat Dec  6 17:02:31 2008
@@ -8,6 +8,7 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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