r9251 - in /trunk/libwww-mechanize-shell-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 13 05:49:04 UTC 2007


Author: dmn
Date: Tue Nov 13 05:49:04 2007
New Revision: 9251

URL: http://svn.debian.org/wsvn/?sc=1&rev=9251
Log:
Use $(QUILT_STAMPFN) instaed of patch-stamp

Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=9251&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Tue Nov 13 05:49:04 2007
@@ -23,7 +23,11 @@
   * debian/patches/* added - handle some special cases (see the comment
     in the patch file)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 06 Nov 2007 20:14:54 +0100
+  [ Damyan Ivanov ]
+  * [debian/rules] fix target interdependencies
+    + stamp targets depend on stamp targets only
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 07:43:50 +0200
 
 libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
 

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/rules?rev=9251&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Tue Nov 13 05:49:04 2007
@@ -21,8 +21,8 @@
 
 include /usr/share/quilt/quilt.make
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -39,8 +39,8 @@
 
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




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