[Python-modules-commits] r1358 - in
/packages/turbogears/trunk/debian: changelog
patches/01_disable_requirements.diff python-turbogears.doc-base.docs rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sun Sep 10 23:38:20 UTC 2006
Author: kov
Date: Sun Sep 10 23:38:19 2006
New Revision: 1358
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1358
Log:
* First TG beta release
- no longer provides the docs HTMLs, for they are being worked on
the wiki and site; check them for the docs
* debian/python-turbogears.doc-base.docs:
- removed;
* debian/patches/01_disable_requirements.diff:
- updated for the new version
Removed:
packages/turbogears/trunk/debian/python-turbogears.doc-base.docs
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/patches/01_disable_requirements.diff
packages/turbogears/trunk/debian/rules
Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1358&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sun Sep 10 23:38:19 2006
@@ -1,3 +1,15 @@
+turbogears (1.0~b1-1) UNRELEASED; urgency=low
+
+ * First TG beta release
+ - no longer provides the docs HTMLs, for they are being worked on
+ the wiki and site; check them for the docs
+ * debian/python-turbogears.doc-base.docs:
+ - removed;
+ * debian/patches/01_disable_requirements.diff:
+ - updated for the new version
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 10 Sep 2006 20:34:24 -0300
+
turbogears (0.9a9-1) experimental; urgency=low
[ Gustavo Noronha Silva ]
Modified: packages/turbogears/trunk/debian/patches/01_disable_requirements.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/01_disable_requirements.diff?rev=1358&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/patches/01_disable_requirements.diff (original)
+++ packages/turbogears/trunk/debian/patches/01_disable_requirements.diff Sun Sep 10 23:38:19 2006
@@ -1,14 +1,12 @@
---- setup.py~ 2006-08-17 18:55:57.000000000 -0300
-+++ setup.py 2006-08-26 18:07:45.000000000 -0300
-@@ -1,5 +1,5 @@
+--- TurboGears-1.0b1.old/setup.py 2006-09-07 19:01:38.000000000 -0300
++++ TurboGears-1.0b1/setup.py 2006-09-10 20:26:03.000000000 -0300
+@@ -1,5 +1,3 @@
-from ez_setup import use_setuptools
-use_setuptools()
-+#from ez_setup import use_setuptools
-+#use_setuptools()
from setuptools import setup, find_packages
from pkg_resources import DistributionNotFound
-@@ -34,21 +34,21 @@
+@@ -34,21 +32,21 @@
The latest development version is available in <a href="http://www.turbogears.org/svn/turbogears/trunk#egg=turbogears-dev">the TurboGears subversion repository</a>.""",
url="http://www.turbogears.org",
zip_safe=False,
@@ -16,14 +14,14 @@
- "TurboJson >= 0.9.9",
- "TurboCheetah >= 0.9.5",
- "TurboKid >= 0.9.8",
-- "CherryPy >= 2.2.1",
+- "CherryPy >= 2.2.1,<3.0.0alpha",
- "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
- "simplejson >= 1.3",
- "elementtree >= 1.2.6",
- "PasteScript >= 0.9.7",
- "cElementTree >= 1.0.5",
- "FormEncode >= 0.5.1",
-- "setuptools >= 0.6c1",
+- "setuptools >= 0.6c2",
- "RuleDispatch",
- "ConfigObj >= 4.3.2",
- "nose >= 0.9"],
@@ -31,14 +29,14 @@
+ # "TurboJson >= 0.9.9",
+ # "TurboCheetah >= 0.9.5",
+ # "TurboKid >= 0.9.8",
-+ # "CherryPy >= 2.2.1",
++ # "CherryPy >= 2.2.1,<3.0.0alpha",
+ # "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
+ # "simplejson >= 1.3",
+ # "elementtree >= 1.2.6",
+ # "PasteScript >= 0.9.7",
+ # "cElementTree >= 1.0.5",
+ # "FormEncode >= 0.5.1",
-+ # "setuptools >= 0.6c1",
++ # "setuptools >= 0.6c2",
+ # "RuleDispatch",
+ # "ConfigObj >= 4.3.2",
+ # "nose >= 0.9"],
Modified: packages/turbogears/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/rules?rev=1358&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/rules (original)
+++ packages/turbogears/trunk/debian/rules Sun Sep 10 23:38:19 2006
@@ -12,6 +12,3 @@
binary-post-install/python-turbogears::
find debian/python-turbogears/usr/share/python-support/ -type f \
-exec chmod a-x {} \;
- find debian/python-turbogears/usr/share/doc/python-turbogears/docs/ \
- -type f -name \*html | \
- xargs sed -i 's,$${root},/usr/share/doc/python-turbogears/,g'
More information about the Python-modules-commits
mailing list