r8690 - in /trunk/libcgi-application-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 30 07:05:43 UTC 2007


Author: djpig
Date: Tue Oct 30 07:05:42 2007
New Revision: 8690

URL: http://svn.debian.org/wsvn/?sc=1&rev=8690
Log:
debian/rules: Fix target dependencies so that the package can be
build with dpkg-buildpackage -j. Found by Daniel Schepler.

Modified:
    trunk/libcgi-application-perl/debian/changelog
    trunk/libcgi-application-perl/debian/rules

Modified: trunk/libcgi-application-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-application-perl/debian/changelog?rev=8690&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/changelog (original)
+++ trunk/libcgi-application-perl/debian/changelog Tue Oct 30 07:05:42 2007
@@ -1,10 +1,15 @@
 libcgi-application-perl (4.06-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:27:46 +0200
+  [ Frank Lichtenheld ]
+  * debian/rules: Fix target dependencies so that the package can be
+    build with dpkg-buildpackage -j. Found by Daniel Schepler. 
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 08:04:31 +0100
 
 libcgi-application-perl (4.06-1) unstable; urgency=low
 

Modified: trunk/libcgi-application-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcgi-application-perl/debian/rules?rev=8690&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/rules (original)
+++ trunk/libcgi-application-perl/debian/rules Tue Oct 30 07:05:42 2007
@@ -17,8 +17,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
 	# Add here commands to compile the package.
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"




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