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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 30 14:49:33 UTC 2007


Author: gregoa-guest
Date: Fri Nov 30 14:49:33 2007
New Revision: 10029

URL: http://svn.debian.org/wsvn/?sc=1&rev=10029
Log:
debian/rules: let -stamp targests only depend on other -stamp targets.

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=10029&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Fri Nov 30 14:49:33 2007
@@ -5,6 +5,7 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
+  * debian/rules: let -stamp targests only depend on other -stamp targets.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 15:29:49 +0100
 

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/rules?rev=10029&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Fri Nov 30 14:49:33 2007
@@ -16,7 +16,7 @@
 TMP = $(CURDIR)/debian/$(PACKAGE)
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: $(DPATCH_STAMPFN)
 	dh_testdir
 
 	perl Makefile.PL verbose INSTALLDIRS=vendor
@@ -24,7 +24,7 @@
 	touch configure-stamp
 
 
-build: patch build-stamp
+build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 
@@ -51,11 +51,11 @@
 
 	find $(TMP)/usr -type d -empty -print0 | xargs --null --no-run-if-empty rmdir -p --ignore-fail-on-non-empty
 
-# Build architecture-independent files here.
+# Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do by default.
 
-# Build architecture-dependent files here.
+# Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir
 	dh_testroot




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