r75590 - /trunk/libtest-www-mechanize-mojo-perl/debian/rules

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 13 10:03:27 UTC 2011


Author: fabreg-guest
Date: Mon Jun 13 10:03:14 2011
New Revision: 75590

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75590
Log:
Fixed debian/rules

Modified:
    trunk/libtest-www-mechanize-mojo-perl/debian/rules

Modified: trunk/libtest-www-mechanize-mojo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/debian/rules?rev=75590&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-mojo-perl/debian/rules (original)
+++ trunk/libtest-www-mechanize-mojo-perl/debian/rules Mon Jun 13 10:03:14 2011
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
+#PACKAGE = $(shell dh_listpackages)
+#TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
-override_dh_auto_install:
-	dh_auto_install
-	rm $(TMP)/usr/share/perl5/Test/WWW/Mechanize/tag-release.pl
+#override_dh_auto_install:
+#	dh_auto_install
+#	rm $(TMP)/usr/share/perl5/Test/WWW/Mechanize/tag-release.pl




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