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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 30 20:12:04 UTC 2007


Author: dmn
Date: Fri Nov 30 20:12:04 2007
New Revision: 10074

URL: http://svn.debian.org/wsvn/?sc=1&rev=10074
Log:
Fix inter-target dependencies

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=10074&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/rules (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/rules Fri Nov 30 20:12:04 2007
@@ -21,8 +21,8 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -41,12 +41,12 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
+install: install-stamp
 	# remove .packlist files inserted by MakeMaker
 	find $(TMP) -type f -name .packlist -print0 | xargs -0 -r rm -f
 
 
-install-stamp:
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




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