r10815 - /trunk/libhtml-treebuilder-xpath-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 4 20:35:38 UTC 2007


Author: dmn
Date: Tue Dec  4 20:35:38 2007
New Revision: 10815

URL: http://svn.debian.org/wsvn/?sc=1&rev=10815
Log:
Stop removing .packlist files as they are not there

Modified:
    trunk/libhtml-treebuilder-xpath-perl/debian/rules

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/rules?rev=10815&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/rules (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/rules Tue Dec  4 20:35:38 2007
@@ -42,10 +42,6 @@
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
-	# remove .packlist files inserted by MakeMaker
-	find $(TMP) -type f -name .packlist -print0 | xargs -0 -r rm -f
-
-
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot




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