[Pkg-php-commits] r928 - php5/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Tue Dec 4 01:37:16 UTC 2007


Author: atomo64-guest
Date: 2007-12-04 01:37:15 +0000 (Tue, 04 Dec 2007)
New Revision: 928

Modified:
   php5/trunk/debian/changelog
   php5/trunk/debian/rules
Log:
Fixed test-results.txt target so parallel package building doesn't fail


Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2007-12-03 02:56:27 UTC (rev 927)
+++ php5/trunk/debian/changelog	2007-12-04 01:37:15 UTC (rev 928)
@@ -10,8 +10,9 @@
   * Updated description of the php5 meta-package to reflect removal of apache (Closes: #418038)
   * Capitalise apache where needed (Closes: #439575)
   * Homepage is now a control entry (moved from Description), Closes: #439578
+  * Fixed test-results.txt target so parallel package building doesn't fail
 
- -- Raphael Geissert <atomo64 at gmail.com>  Tue, 20 Nov 2007 22:11:16 -0600
+ -- Raphael Geissert <atomo64 at gmail.com>  Mon, 03 Dec 2007 19:31:21 -0600
 
 php5 (5.2.4-2) unstable; urgency=low
 

Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2007-12-03 02:56:27 UTC (rev 927)
+++ php5/trunk/debian/rules	2007-12-04 01:37:15 UTC (rev 928)
@@ -130,7 +130,7 @@
 	rm -f build/libtool.m4 main/php_config.h.in
 	rm -f prepared-stamp
 
-test-results.txt:
+test-results.txt: build-apache2-stamp build-cli-stamp build-cgi-stamp
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p temp_session_store
 	env NO_INTERACTION=1 TEST_PHP_CGI_EXECUTABLE=./cgi-build/sapi/cgi/cgi-bin.php5 TEST_PHP_EXECUTABLE=./apache2-build/sapi/cli/php ./apache2-build/sapi/cli/php run-tests.php > test-results.txt




More information about the Pkg-php-commits mailing list