r35079 - /trunk/libdbix-password-perl/debian/rules

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Sat May 9 13:04:06 UTC 2009


Author: roam-guest
Date: Sat May  9 13:04:01 2009
New Revision: 35079

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35079
Log:
Note that we really need "$(MAKE) -f debian/rules unpatch" here.

Modified:
    trunk/libdbix-password-perl/debian/rules

Modified: trunk/libdbix-password-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-password-perl/debian/rules?rev=35079&op=diff
==============================================================================
--- trunk/libdbix-password-perl/debian/rules (original)
+++ trunk/libdbix-password-perl/debian/rules Sat May  9 13:04:01 2009
@@ -10,8 +10,14 @@
 
 # Do not try to run the test script - it actually attempts to connect
 # to databases!
+#
 override_dh_auto_test:
 
+# We can't really use "clean: unpatch" here since we're modifying
+# the build system (Makefile.PL) and bad things happen if "make clean"
+# finds out that Makefile.PL has been modified and tries to re-run
+# the original interactive configuration.
+#
 override_dh_auto_clean:
 	dh_auto_clean
 	$(MAKE) -f debian/rules unpatch




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