[Python-modules-commits] r10109 - in packages/turbogears/trunk/debian (control rules)
federico-guest at users.alioth.debian.org
federico-guest at users.alioth.debian.org
Sun Oct 18 15:48:03 UTC 2009
Date: Sunday, October 18, 2009 @ 15:48:01
Author: federico-guest
Revision: 10109
debian/rules: File permission fix added.
Modified:
packages/turbogears/trunk/debian/control
packages/turbogears/trunk/debian/rules
Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control 2009-10-18 15:09:36 UTC (rev 10108)
+++ packages/turbogears/trunk/debian/control 2009-10-18 15:48:01 UTC (rev 10109)
@@ -12,7 +12,7 @@
Package: python-turbogears
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-pkg-resources, python-simplejson, python-sqlalchemy | python-sqlobject, python-turbokid, python-turbojson
-Recommends: python-elixir, python-pysqlite2, python-myghty
+Recommends: python-elixir, python-pysqlite2, python-myghty, python-genshi
Suggests: python-genshi
XB-Python-Version: ${python:Versions}
Description: Python-based web framework
Modified: packages/turbogears/trunk/debian/rules
===================================================================
--- packages/turbogears/trunk/debian/rules 2009-10-18 15:09:36 UTC (rev 10108)
+++ packages/turbogears/trunk/debian/rules 2009-10-18 15:48:01 UTC (rev 10109)
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
%:
dh --with quilt $@
+
+override_dh_fixperms:
+ dh_fixperms
+ find ./debian/python-turbogears/usr/share/pyshared/turbogears/ -executable -type f -exec chmod -x "{}" \;
+
+
More information about the Python-modules-commits
mailing list