r8101 - in /trunk/libfilehandle-unget-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 9 00:31:44 UTC 2007


Author: djpig
Date: Tue Oct  9 00:31:44 2007
New Revision: 8101

URL: http://svn.debian.org/wsvn/?sc=1&rev=8101
Log:
build-stamp should depend on Makefile, not build. Fixes
parallel build. Found by Daniel Schepler.

Modified:
    trunk/libfilehandle-unget-perl/debian/changelog
    trunk/libfilehandle-unget-perl/debian/rules

Modified: trunk/libfilehandle-unget-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/changelog?rev=8101&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/changelog (original)
+++ trunk/libfilehandle-unget-perl/debian/changelog Tue Oct  9 00:31:44 2007
@@ -1,3 +1,10 @@
+libfilehandle-unget-perl (0.1621-4) UNRELEASED; urgency=low
+
+  * build-stamp should depend on Makefile, not build. Fixes
+    parallel build. Found by Daniel Schepler.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 09 Oct 2007 02:29:14 +0200
+
 libfilehandle-unget-perl (0.1621-3) unstable; urgency=low
 
   * Now maintained by the Debian perl group.

Modified: trunk/libfilehandle-unget-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/rules?rev=8101&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/rules (original)
+++ trunk/libfilehandle-unget-perl/debian/rules Tue Oct  9 00:31:44 2007
@@ -3,8 +3,8 @@
 Makefile:
 	perl Makefile.PL INSTALLDIRS=vendor
 
-build: Makefile build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: Makefile
 	dh_testdir
 	$(MAKE)
 	$(MAKE) test




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