r12748 - in /trunk/libxml-sax-perl/debian: changelog rules
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Mon Jan 14 19:33:53 UTC 2008
Author: ntyni
Date: Mon Jan 14 19:33:49 2008
New Revision: 12748
URL: http://svn.debian.org/wsvn/?sc=1&rev=12748
Log:
* Handle stamp files with 'touch $@'.
Modified:
trunk/libxml-sax-perl/debian/changelog
trunk/libxml-sax-perl/debian/rules
Modified: trunk/libxml-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/changelog?rev=12748&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Mon Jan 14 19:33:49 2008
@@ -5,6 +5,7 @@
* Upgrade to Standards-Version 3.7.3. No changes needed.
* Don't set INSTALLVENDORARCH and the like; remove the empty /usr/lib/perl5
directory only if it exists.
+ * Handle stamp files with 'touch $@'.
-- Niko Tyni <ntyni at debian.org> Thu, 27 Dec 2007 18:39:47 +0200
Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/rules?rev=12748&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Mon Jan 14 19:33:49 2008
@@ -38,7 +38,7 @@
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
- touch build-stamp
+ touch $@
install: install-stamp
install-stamp: build-stamp
@@ -49,7 +49,7 @@
$(MAKE) install PREFIX=$(TMP_DIR)/usr
[ ! -d $(TMP_DIR)/usr/lib/perl5 ] || \
rmdir --parents --ignore-fail-on-non-empty $(TMP_DIR)/usr/lib/perl5
- touch install-stamp
+ touch $@
binary-indep: build install
dh_testdir
More information about the Pkg-perl-cvs-commits
mailing list