[Python-modules-commits] r677 - in /packages/turbogears/branches/0.9/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 20 17:50:04 UTC 2006


Author: kov
Date: Sat May 20 17:50:03 2006
New Revision: 677

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=677
Log:
fix permissions after installing files

Modified:
    packages/turbogears/branches/0.9/debian/changelog
    packages/turbogears/branches/0.9/debian/rules

Modified: packages/turbogears/branches/0.9/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/changelog?rev=677&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/changelog (original)
+++ packages/turbogears/branches/0.9/debian/changelog Sat May 20 17:50:03 2006
@@ -30,6 +30,8 @@
   * debian/rules:
   - do not use python-distutils cdbs class, run setup by hand
     so creating the three packages will work
+  - fix permissions, so we don't have lots of file with the executable
+    bit set without the need for that
   * debian/python-turbogears.{postinst,prerm}:
   - renamed the turbogears directory for python-support;
 

Modified: packages/turbogears/branches/0.9/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/rules?rev=677&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/rules (original)
+++ packages/turbogears/branches/0.9/debian/rules Sat May 20 17:50:03 2006
@@ -15,6 +15,8 @@
 	-find . -name '*.py[co]' -exec rm {} \;
 
 binary-post-install/python-turbogears::
+	find debian/python-turbogears/usr/share/python-support/ -type f \
+		-exec chmod a-x {} \;
 	install -D -o root -g root -m 644 debian/python-support.version \
 		debian/python-turbogears/usr/share/python-support/python-turbogears/.version
 	sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' debian/python-turbogears/usr/bin/tg-admin




More information about the Python-modules-commits mailing list