r17012 - in /trunk/libauthen-krb5-perl/debian: changelog rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 8 23:46:44 UTC 2008


Author: rra
Date: Sat Mar  8 23:46:43 2008
New Revision: 17012

URL: http://svn.debian.org/wsvn/?sc=1&rev=17012
Log:
* Touch Makefile before make distclean so that Perl doesn't try to
  rebuild it from Makefile.PL after removing the patch.

Modified:
    trunk/libauthen-krb5-perl/debian/changelog
    trunk/libauthen-krb5-perl/debian/rules

Modified: trunk/libauthen-krb5-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/changelog?rev=17012&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/changelog (original)
+++ trunk/libauthen-krb5-perl/debian/changelog Sat Mar  8 23:46:43 2008
@@ -13,6 +13,8 @@
     - Remove extraneous .patch file suffixes and rename patches.
     - Remove unnecessary time stamps and patch headers.
     - Add explanatory comments to each patch.
+  * Touch Makefile before make distclean so that Perl doesn't try to
+    rebuild it from Makefile.PL after removing the patch.
   * Use a distribution-based watch URL.
   * Minor debian/rules cleanup.
 

Modified: trunk/libauthen-krb5-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/rules?rev=17012&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/rules (original)
+++ trunk/libauthen-krb5-perl/debian/rules Sat Mar  8 23:46:43 2008
@@ -41,6 +41,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp
+	[ ! -f Makefile ] || touch Makefile
 	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 




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