[Pkg-symfony-commits] [SCM] Symfony1.4 repository under the pkg-symfony Debian group branch, master, updated. eb44a9e4623b20cbd6b4cd467f200dad15b72890

Federico Gimenez Nieto fgimenez at coit.es
Thu Mar 4 13:42:11 UTC 2010


The following commit has been merged in the master branch:
commit eb44a9e4623b20cbd6b4cd467f200dad15b72890
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date:   Thu Mar 4 14:39:51 2010 +0100

    Changing the mode of symfony files to not executable restricted to the debian/symfony1.4 directory, so that source files, git hooks, debian/rules... are not changed

diff --git a/debian/rules b/debian/rules
index 4b4de19..e78bf0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,19 +22,20 @@ override_dh_install:
 	# remove empty dirs
 	find debian/$(PACKAGE_VER) -type d -empty -delete	
 
-override_dh_fixperms:
-	dh_fixperms
-
 	#fix mode for executable files
-	find -perm -a=x -type f | xargs chmod -c a-x
+	find debian/$(PACKAGE_VER) -perm -a=x -type f | xargs chmod -c a-x
 
-	# fix mode for executable scripts
+        # fix mode for executable scripts
 	chmod a+x $(INSTALL_LIB_DIR)/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-propel-gen \
-	      $(INSTALL_LIB_DIR)/task/generator/skeleton/project/symfony \
-	      $(INSTALL_LIB_DIR)/plugins/sfDoctrinePlugin/test/functional/fixtures/symfony \
-	      $(INSTALL_LIB_DIR)/plugins/sfPropelPlugin/lib/vendor/propel-generator/bin/propel-gen \
-	      $(INSTALL_LIB_DIR)/plugins/sfPropelPlugin/test/functional/fixtures/symfony \
-	      $(INSTALL_DATA_DIR)/bin/create_sandbox.sh \
-	      $(INSTALL_DATA_DIR)/bin/symfony \
-	      $(INSTALL_TEST_DIR)/functional/fixtures/symfony
+              $(INSTALL_LIB_DIR)/task/generator/skeleton/project/symfony \
+              $(INSTALL_LIB_DIR)/plugins/sfDoctrinePlugin/test/functional/fixtures/symfony \
+              $(INSTALL_LIB_DIR)/plugins/sfPropelPlugin/lib/vendor/propel-generator/bin/propel-gen \
+              $(INSTALL_LIB_DIR)/plugins/sfPropelPlugin/test/functional/fixtures/symfony \
+              $(INSTALL_DATA_DIR)/bin/create_sandbox.sh \
+              $(INSTALL_DATA_DIR)/bin/symfony \
+              $(INSTALL_TEST_DIR)/functional/fixtures/symfony
+
+
+
+
 

-- 
Symfony1.4 repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list