r8687 - in /trunk/libdevice-cdio-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 30 06:53:58 UTC 2007


Author: djpig
Date: Tue Oct 30 06:53:58 2007
New Revision: 8687

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

Modified:
    trunk/libdevice-cdio-perl/debian/changelog
    trunk/libdevice-cdio-perl/debian/rules

Modified: trunk/libdevice-cdio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevice-cdio-perl/debian/changelog?rev=8687&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/changelog (original)
+++ trunk/libdevice-cdio-perl/debian/changelog Tue Oct 30 06:53:58 2007
@@ -1,3 +1,10 @@
+libdevice-cdio-perl (0.2.4-4) UNRELEASED; urgency=low
+
+  * Clean up debian/rules 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 07:51:06 +0100
+
 libdevice-cdio-perl (0.2.4-3) unstable; urgency=medium
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libdevice-cdio-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevice-cdio-perl/debian/rules?rev=8687&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/rules (original)
+++ trunk/libdevice-cdio-perl/debian/rules Tue Oct 30 06:53:58 2007
@@ -30,8 +30,8 @@
         CFLAGS += -O2
 endif
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: patch-stamp
 	# remove files that will be regenerated by SWIG (and fail because of
 	# permissions in the original tarball)
 	rm -f $(CURDIR)/perlcdio_wrap.c $(CURDIR)/perliso9660_wrap.c \
@@ -50,13 +50,12 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
 	# Add commands to clean up after the build process here
 	[ ! -f Build ] || $(PERL) Build distclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




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