[Python-modules-commits] r1640 - in /packages/turbogears/trunk/debian: changelog patches/01_disable_requirements.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Jan 5 19:27:36 CET 2007


Author: kov
Date: Fri Jan  5 19:27:35 2007
New Revision: 1640

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1640
Log:
  * New upstream release. 1.0 is here!
  * debian/patches/01_disable_requirements.diff:
  - updated to the new version
  * urgency set to medium since this is basically the 1.0~b series
    with bug fixes

Modified:
    packages/turbogears/trunk/debian/changelog
    packages/turbogears/trunk/debian/patches/01_disable_requirements.diff

Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1640&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Fri Jan  5 19:27:35 2007
@@ -1,3 +1,13 @@
+turbogears (1.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release. 1.0 is here!
+  * debian/patches/01_disable_requirements.diff:
+  - updated to the new version
+  * urgency set to medium since this is basically the 1.0~b series
+    with bug fixes
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Fri,  5 Jan 2007 16:21:16 -0200
+
 turbogears (1.0~b1-4) UNRELEASED; urgency=low
 
   * Added XS-Vcs-Svn field

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=1640&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/patches/01_disable_requirements.diff (original)
+++ packages/turbogears/trunk/debian/patches/01_disable_requirements.diff Fri Jan  5 19:27:35 2007
@@ -1,12 +1,16 @@
---- 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 @@
+diff -urN TurboGears-1.0.old/setup.py TurboGears-1.0/setup.py
+--- TurboGears-1.0.old/setup.py	2007-01-03 13:43:12.000000000 -0200
++++ TurboGears-1.0/setup.py	2007-01-05 16:25:24.000000000 -0200
+@@ -1,5 +1,6 @@
 -from ez_setup import use_setuptools
 -use_setuptools()
++# commented out for the Debian build
++#from ez_setup import use_setuptools
++#use_setuptools()
  from setuptools import setup, find_packages
  from pkg_resources import DistributionNotFound
  
-@@ -34,21 +32,21 @@
+@@ -34,19 +35,19 @@
  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,
@@ -15,7 +19,6 @@
 -        "TurboCheetah >= 0.9.5",
 -        "TurboKid >= 0.9.8",
 -        "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",
@@ -23,14 +26,12 @@
 -        "FormEncode >= 0.5.1",
 -        "setuptools >= 0.6c2",
 -        "RuleDispatch", 
--        "ConfigObj >= 4.3.2", 
--        "nose >= 0.9"],
-+    #install_requires = [
+-        "ConfigObj >= 4.3.2"],
++    #install_requires = [ # in Debian we take care of those by our own means
 +    #    "TurboJson >= 0.9.9", 
 +    #    "TurboCheetah >= 0.9.5",
 +    #    "TurboKid >= 0.9.8",
 +    #    "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",
@@ -38,8 +39,7 @@
 +    #    "FormEncode >= 0.5.1",
 +    #    "setuptools >= 0.6c2",
 +    #    "RuleDispatch", 
-+    #    "ConfigObj >= 4.3.2", 
-+    #    "nose >= 0.9"],
++    #    "ConfigObj >= 4.3.2"],
      packages=find_packages(),
      include_package_data=True,
      exclude_package_data={"thirdparty" : ["*"]},




More information about the Python-modules-commits mailing list