r8699 - in /trunk/libcrypt-des-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 30 09:05:32 UTC 2007


Author: djpig
Date: Tue Oct 30 09:05:32 2007
New Revision: 8699

URL: http://svn.debian.org/wsvn/?sc=1&rev=8699
Log:
build-stamp should depend on configure-stamp, not build.
Fixes build with dpkg-buildpackage -j. Found by Daniel Schepler.

Modified:
    trunk/libcrypt-des-perl/debian/changelog
    trunk/libcrypt-des-perl/debian/rules

Modified: trunk/libcrypt-des-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-des-perl/debian/changelog?rev=8699&op=diff
==============================================================================
--- trunk/libcrypt-des-perl/debian/changelog (original)
+++ trunk/libcrypt-des-perl/debian/changelog Tue Oct 30 09:05:32 2007
@@ -1,10 +1,15 @@
 libcrypt-des-perl (2.05-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:23 +0200
+  [ Frank Lichtenheld ]
+  * debian-rules: build-stamp should depend on configure-stamp, not build.
+    Fixes build with dpkg-buildpackage -j. Found by Daniel Schepler.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 10:04:00 +0100
 
 libcrypt-des-perl (2.05-1) unstable; urgency=low
 

Modified: trunk/libcrypt-des-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-des-perl/debian/rules?rev=8699&op=diff
==============================================================================
--- trunk/libcrypt-des-perl/debian/rules (original)
+++ trunk/libcrypt-des-perl/debian/rules Tue Oct 30 09:05:32 2007
@@ -14,8 +14,8 @@
 	perl Makefile.PL INSTALLDIRS=vendor
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
 	$(MAKE) test




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