r9600 - in /trunk/libtree-simple-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 19 21:44:21 UTC 2007


Author: dmn
Date: Mon Nov 19 21:44:20 2007
New Revision: 9600

URL: http://svn.debian.org/wsvn/?sc=1&rev=9600
Log:
  + Use '$@' when touching stamps

Modified:
    trunk/libtree-simple-perl/debian/changelog
    trunk/libtree-simple-perl/debian/rules

Modified: trunk/libtree-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtree-simple-perl/debian/changelog?rev=9600&op=diff
==============================================================================
--- trunk/libtree-simple-perl/debian/changelog (original)
+++ trunk/libtree-simple-perl/debian/changelog Mon Nov 19 21:44:20 2007
@@ -16,6 +16,7 @@
     + Properly use DESTDIR and PREFIX when invoking $(MAKE) install
     + Let build: depend in 'install', stamps still do their job
     + Move stamp-cleaning before distclean
+    + Use '$@' when touching stamps
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 23:13:01 +0100
 

Modified: trunk/libtree-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtree-simple-perl/debian/rules?rev=9600&op=diff
==============================================================================
--- trunk/libtree-simple-perl/debian/rules (original)
+++ trunk/libtree-simple-perl/debian/rules Mon Nov 19 21:44:20 2007
@@ -15,7 +15,7 @@
 
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
 
-	touch configure-stamp
+	touch $@
 
 build: build-stamp
 build-stamp: configure-stamp
@@ -24,11 +24,11 @@
 	$(MAKE)
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
-	dh_testroot 
+	dh_testroot
 
 	dh_clean build-stamp configure-stamp
 




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