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

Federico Gimenez Nieto fgimenez at coit.es
Sat Sep 11 11:27:50 UTC 2010


The following commit has been merged in the master branch:
commit fec6ec1035e8393c411ea873c9e7c9fa3911ebd0
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date:   Sat Sep 11 13:11:25 2010 +0200

    Removed test related commands and added commands to prevent LICENSE file installation

diff --git a/debian/changelog b/debian/changelog
index b7d38d1..6f2b965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ doctrine (1.2.3-1) unstable; urgency=low
 
   * New upstream version. (closes: #594410)
   * debian/rules:
-	+ removed the comands related to test running, there are no tests
-          included in this version (closes: #591115)
-	+ removed commands to install CHANGELOG
+     + removed the comands related to test running, there are no tests
+       included in this version (closes: #591115)
+     + removed commands to install CHANGELOG
+     + added commands to prevent LICENSE installation
   * debian/install: fixed path
   * Added doctrine ini file for php (closes: #590006), patch by Micah <micahg at ubuntu.com>
     fixed with the new path
diff --git a/debian/rules b/debian/rules
index f8d02e6..5a91f8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,13 @@ PACKAGE_VER :=  Doctrine-1.2.3
 %:
 	dh $@
 
+override_dh_install:
+	dh_install -XLICENSE
+
 override_dh_fixperms:
 	dh_fixperms
 
 	#fix mode for executable files  
 	find debian/doctrine -perm -a=x -type f | xargs chmod -c a-x
 
-override_dh_clean:
-	dh_clean
-	$(RM) -rf $(PACKAGE_VER)/tests/DbTestCase.php \
-		  $(PACKAGE_VER)/tests/DoctrineTest/doctrine_tests/ \
-		  $(PACKAGE_VER)/tests/tmp
+

-- 
Doctrine repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list