r14985 - in /trunk/libapache-authenhook-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 15 19:32:47 UTC 2008


Author: ntyni
Date: Fri Feb 15 19:32:46 2008
New Revision: 14985

URL: http://svn.debian.org/wsvn/?sc=1&rev=14985
Log:
* Fix inter-target dependencies in debian/rules for parallel builds.

Modified:
    trunk/libapache-authenhook-perl/debian/changelog
    trunk/libapache-authenhook-perl/debian/rules

Modified: trunk/libapache-authenhook-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/changelog?rev=14985&op=diff
==============================================================================
--- trunk/libapache-authenhook-perl/debian/changelog (original)
+++ trunk/libapache-authenhook-perl/debian/changelog Fri Feb 15 19:32:46 2008
@@ -8,6 +8,7 @@
   * Remove generated file 't/TEST' in the 'clean' target.
   * Explicitly disable the test suite, as it needs an interactive terminal
     (and an httpd) to run.
+  * Fix inter-target dependencies in debian/rules for parallel builds.
 
  -- Niko Tyni <ntyni at debian.org>  Fri, 15 Feb 2008 21:15:29 +0200
 

Modified: trunk/libapache-authenhook-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/rules?rev=14985&op=diff
==============================================================================
--- trunk/libapache-authenhook-perl/debian/rules (original)
+++ trunk/libapache-authenhook-perl/debian/rules Fri Feb 15 19:32:46 2008
@@ -39,7 +39,7 @@
 	# The test suite needs an interactive terminal (and httpd installed)
 	# $(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -50,8 +50,8 @@
 
 	dh_clean build-stamp install-stamp t/TEST
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -64,7 +64,7 @@
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install




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