r12055 - in /trunk/libole-storage-lite-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 5 14:16:46 UTC 2008


Author: dmn
Date: Sat Jan  5 14:16:46 2008
New Revision: 12055

URL: http://svn.debian.org/wsvn/?sc=1&rev=12055
Log:
* touch $@ instead of *-stamp

Modified:
    trunk/libole-storage-lite-perl/debian/changelog
    trunk/libole-storage-lite-perl/debian/rules

Modified: trunk/libole-storage-lite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libole-storage-lite-perl/debian/changelog?rev=12055&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/debian/changelog (original)
+++ trunk/libole-storage-lite-perl/debian/changelog Sat Jan  5 14:16:46 2008
@@ -1,5 +1,6 @@
 libole-storage-lite-perl (0.15-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
@@ -15,6 +16,9 @@
     - don't install README (only perldoc output)
     - don't compress examples
   * debian/copyright: add generic upstream URL; update years of copyright.
+
+  [ Damyan Ivanov ]
+  * touch $@ instead of *-stamp
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 17 Dec 2007 22:28:38 +0100
 

Modified: trunk/libole-storage-lite-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libole-storage-lite-perl/debian/rules?rev=12055&op=diff
==============================================================================
--- trunk/libole-storage-lite-perl/debian/rules (original)
+++ trunk/libole-storage-lite-perl/debian/rules Sat Jan  5 14:16:46 2008
@@ -14,7 +14,7 @@
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -34,12 +34,12 @@
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(debtmp)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_perl	
+	dh_perl
 	dh_installdocs
 	dh_installexamples	sample/*
 	dh_installchangelogs	Changes




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