[Python-modules-commits] r2358 - in /packages/turbokid/trunk/debian: changelog control patches/01_disable_requirements.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 12 18:10:07 UTC 2007


Author: kov
Date: Sat May 12 18:10:07 2007
New Revision: 2358

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2358
Log:
update kid requirement and disable it correctly in setup.py

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

Modified: packages/turbokid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/changelog?rev=2358&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/changelog (original)
+++ packages/turbokid/trunk/debian/changelog Sat May 12 18:10:07 2007
@@ -9,6 +9,9 @@
   - updated version requirements for python-support and move it
     and python-all-dev to Build-Deps, since they are needed to
     run clean target
+  - updated Depends on python-kid to >= 0.9.5
+  * debian/patches/01_disable_requirements.diff:
+  - update to cope with changes in the upstream file
   * debian/watch:
   - added to watch for new versions automatically
   * debian/pycompat:

Modified: packages/turbokid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/control?rev=2358&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/control (original)
+++ packages/turbokid/trunk/debian/control Sat May 12 18:10:07 2007
@@ -9,7 +9,7 @@
 
 Package: python-turbokid
 Architecture: all
-Depends: ${python:Depends}, python-kid (>= 0.9.1), python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-kid (>= 0.9.5), python-setuptools (>= 0.6b3-1)
 XB-Python-Version: ${python:Versions}
 Description: TurboGears template plugin that supports Kid templates
  This package enables the use of kid templates in the TurboGears

Modified: packages/turbokid/trunk/debian/patches/01_disable_requirements.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/patches/01_disable_requirements.diff?rev=2358&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/patches/01_disable_requirements.diff (original)
+++ packages/turbokid/trunk/debian/patches/01_disable_requirements.diff Sat May 12 18:10:07 2007
@@ -1,11 +1,11 @@
---- setup.py~	2006-09-14 18:58:17.000000000 -0300
-+++ setup.py	2006-11-20 22:38:18.000000000 -0200
+--- setup.py~	2007-05-01 16:15:40.000000000 -0300
++++ setup.py	2007-05-12 15:08:21.000000000 -0300
 @@ -10,7 +10,7 @@
      download_url="http://www.turbogears.org/download/",
      license="MIT",
      keywords=["python.templating.engines", "turbogears"],
--    install_requires = ["kid >= 0.9.1"],
-+    #install_requires = ["kid >= 0.9.1"],
+-    install_requires = ["kid >= 0.9.5"],
++    install_requires = []#["kid >= 0.9.5"],
      zip_safe=False,
      packages=find_packages(),
      classifiers = [




More information about the Python-modules-commits mailing list