r13382 - in /trunk/libdate-manip-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 24 08:22:08 UTC 2008


Author: dmn
Date: Thu Jan 24 08:22:08 2008
New Revision: 13382

URL: http://svn.debian.org/wsvn/?sc=1&rev=13382
Log:
* debian/rules:
  + touch $@ for configure-stamp too
  + make install-stamp depend on build-stamp, not build

Modified:
    trunk/libdate-manip-perl/debian/changelog
    trunk/libdate-manip-perl/debian/rules

Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/changelog?rev=13382&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Thu Jan 24 08:22:08 2008
@@ -17,6 +17,9 @@
 
   [ Damyan Ivanov ]
   * Add .pod update to 03_manip_arst_tz.diff
+  * debian/rules:
+    + touch $@ for configure-stamp too
+    + make install-stamp depend on build-stamp, not build
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 23 Jan 2008 22:46:29 +0100
 

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/rules?rev=13382&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Thu Jan 24 08:22:08 2008
@@ -21,11 +21,11 @@
 
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 
-	touch configure-stamp
+	touch $@
 
 
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 
 	$(MAKE)
@@ -41,7 +41,7 @@
 	[ ! -e Makefile ] || $(MAKE) distclean
 
 install: install-stamp
-install-stamp: build
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -50,7 +50,7 @@
 
 	# Remove any empty directories
 
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	
 	touch $@
 




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