r17960 - in /trunk/dh-make-perl: debian/changelog rules.Module-Build.noxs rules.Module-Build.xs

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Tue Mar 25 00:18:25 UTC 2008


Author: ivan
Date: Tue Mar 25 00:18:24 2008
New Revision: 17960

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17960
Log:
Add "--allow_mb_mismatch 1" to M:B invocation of "Build distclean" in
rules.Module-Build.* templates.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=17960&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Mar 25 00:18:24 2008
@@ -1,5 +1,6 @@
 dh-make-perl (0.41) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   * new command line switch, --refresh, causing re-creation of debian/rules
     using the current templates. Useful when updating packages with ancient
     debian/rules.
@@ -7,7 +8,11 @@
   * create debian/watch whenever upstream URL is available, not only if --cpan
     is given
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 24 Mar 2008 16:24:29 +0200
+  [ Ivan Kohler ]
+  * Add "--allow_mb_mismatch 1" to M:B invocation of "Build distclean" in
+    rules.Module-Build.* templates.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 24 Mar 2008 17:11:28 -0700
 
 dh-make-perl (0.40) unstable; urgency=low
 

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.Module-Build.noxs?rev=17960&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Tue Mar 25 00:18:24 2008
@@ -32,7 +32,7 @@
 	dh_testroot
 	dh_clean build-stamp install-stamp
 	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build distclean
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
 install-stamp: build-stamp

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.Module-Build.xs?rev=17960&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Tue Mar 25 00:18:24 2008
@@ -38,7 +38,7 @@
 	dh_testroot
 	dh_clean build-stamp install-stamp
 	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build distclean
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
 install-stamp: build-stamp




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