r11410 - in /trunk/libend-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 18 20:23:23 UTC 2007


Author: dmn
Date: Tue Dec 18 20:23:23 2007
New Revision: 11410

URL: http://svn.debian.org/wsvn/?sc=1&rev=11410
Log:
  + use "$@" when touching stamps
  + add "touch $@" to install-stamp target

Modified:
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/rules

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/changelog?rev=11410&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Tue Dec 18 20:23:23 2007
@@ -23,6 +23,8 @@
     + drop unneeded OPTIMIZE setting
     + drop --destdir argument to dh_builddeb
     + add "$(MAKE) test" to build target
+    + use "$@" when touching stamps
+    + add "touch $@" to install-stamp target
   * Bump debhelper compat level to 5
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 16:16:21 +0200

Modified: trunk/libend-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/rules?rev=11410&op=diff
==============================================================================
--- trunk/libend-perl/debian/rules (original)
+++ trunk/libend-perl/debian/rules Tue Dec 18 20:23:23 2007
@@ -24,7 +24,7 @@
 	$(MAKE)
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -45,6 +45,8 @@
 	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
+
+	touch $@
 
 
 # Build architecture-dependent files here.




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