[Pkg-symfony-commits] [SCM] Doctrine repository under the pkg-symfony Debian group branch, master, updated. upstream/1.2.2-13-g56cbf42

Federico Gimenez Nieto fgimenez at coit.es
Mon May 24 18:05:51 UTC 2010


The following commit has been merged in the master branch:
commit b5ee86a628ffece2392e31c9013447f079191ffa
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date:   Sun May 23 12:57:07 2010 +0200

    Just run the tests before build

diff --git a/debian/rules b/debian/rules
index 6afa932..886acb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_fixperms:
 	find debian/doctrine -perm -a=x -type f | xargs chmod -c a-x
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-build binary:: $(test_stamp)
+build:: $(test_stamp)
 $(test_stamp):
 	cd $(PACKAGE_VER) && php ./tests/run.php
 	touch $@

-- 
Doctrine repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list