r8688 - in /trunk/libcrypt-cbc-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 30 07:01:33 UTC 2007


Author: djpig
Date: Tue Oct 30 07:01:33 2007
New Revision: 8688

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

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

Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/changelog?rev=8688&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Tue Oct 30 07:01:33 2007
@@ -2,6 +2,8 @@
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza). Removed: XS-Vcs-Svn fields.
+  * debian/rules: Fix target dependencies so that the package can be
+    build with dpkg-buildpackage -j. Found by Daniel Schepler.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:22 +0200
 

Modified: trunk/libcrypt-cbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/rules?rev=8688&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/rules (original)
+++ trunk/libcrypt-cbc-perl/debian/rules Tue Oct 30 07:01:33 2007
@@ -14,9 +14,9 @@
 Makefile: Makefile.PL
 	${PERL} Makefile.PL INSTALLDIRS=vendor PERL=${PERL}
 
-build: Makefile build-stamp
+build: build-stamp
 
-build-stamp:
+build-stamp: Makefile
 	dh_testdir
 	${MAKE}
 	$(MAKE) test




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