[Python-modules-commits] r5794 - in packages/turbogears2/trunk/debian (control rules)
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Wed Jul 2 02:04:55 UTC 2008
Date: Wednesday, July 2, 2008 @ 02:04:53
Author: kov
Revision: 5794
fix pylons dependency requirement; remove obsolete code from rules
Modified:
packages/turbogears2/trunk/debian/control
packages/turbogears2/trunk/debian/rules
Modified: packages/turbogears2/trunk/debian/control
===================================================================
--- packages/turbogears2/trunk/debian/control 2008-07-02 01:48:35 UTC (rev 5793)
+++ packages/turbogears2/trunk/debian/control 2008-07-02 02:04:53 UTC (rev 5794)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Gustavo Noronha Silva <kov at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3), python-pylons (>= 0.9.7), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2)
+Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3), python-pylons (>= 0.9.7~beta3), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2)
Standards-Version: 3.8.0
Homepage: http://www.turbogears.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears2/trunk/
@@ -12,7 +12,7 @@
Package: python-turbogears2
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-pylons (>= 0.9.7), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2)
+Depends: ${python:Depends}, ${misc:Depends}, python-pylons (>= 0.9.7~beta3), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2)
Recommends: python-pysqlite2 (>= 2.3.0), python-elixir
Suggests: python-genshi
Description: Python-based web framework
Modified: packages/turbogears2/trunk/debian/rules
===================================================================
--- packages/turbogears2/trunk/debian/rules 2008-07-02 01:48:35 UTC (rev 5793)
+++ packages/turbogears2/trunk/debian/rules 2008-07-02 02:04:53 UTC (rev 5794)
@@ -8,7 +8,3 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-
-binary-post-install/python-turbogears::
- find debian/python-turbogears/usr/share/python-support/ -type f \
- -exec chmod a-x {} \;
More information about the Python-modules-commits
mailing list