r9604 - in /trunk/libsys-syslog-perl/debian: changelog rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Mon Nov 19 21:52:21 UTC 2007
Author: dmn
Date: Mon Nov 19 21:52:21 2007
New Revision: 9604
URL: http://svn.debian.org/wsvn/?sc=1&rev=9604
Log:
* Use '$@' when touching stamps
Modified:
trunk/libsys-syslog-perl/debian/changelog
trunk/libsys-syslog-perl/debian/rules
Modified: trunk/libsys-syslog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/changelog?rev=9604&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/changelog (original)
+++ trunk/libsys-syslog-perl/debian/changelog Mon Nov 19 21:52:21 2007
@@ -6,6 +6,7 @@
[ Damyan Ivanov ]
* Fix usage of DESTDIR and PREFIX when invoking $(MAKE) install
+ * Use '$@' when touching stamps
-- gregor herrmann <gregor+debian at comodo.priv.at> Sat, 17 Nov 2007 23:02:58 +0100
Modified: trunk/libsys-syslog-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/rules?rev=9604&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/rules (original)
+++ trunk/libsys-syslog-perl/debian/rules Mon Nov 19 21:52:21 2007
@@ -11,7 +11,7 @@
configure-stamp: $(QUILT_STAMPFN)
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
- touch configure-stamp
+ touch $@
build: build-stamp
build-stamp: configure-stamp
@@ -19,7 +19,7 @@
$(PERL) Makefile.PL
$(MAKE)
$(MAKE) test
- touch build-stamp
+ touch $@
clean: unpatch
dh_testdir
More information about the Pkg-perl-cvs-commits
mailing list