[Python-modules-commits] r1146 - in /packages/turbogears/trunk/debian: changelog patches/03_disable_sqlobject_requirement.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sun Jul 9 18:11:51 UTC 2006


Author: kov
Date: Sun Jul  9 18:11:50 2006
New Revision: 1146

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1146
Log:
ignore sqlobject requirement in egg

Added:
    packages/turbogears/trunk/debian/patches/03_disable_sqlobject_requirement.diff
Modified:
    packages/turbogears/trunk/debian/changelog

Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1146&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sun Jul  9 18:11:50 2006
@@ -3,8 +3,12 @@
   * debian/control:
   - fixed dependencies so that the sqlobject snapshot from experimental
     is required, as well as the new python-policy conformant cheetah
+  * debian/patches/03_disable_sqlobject_requirement.diff:
+  - do not require a sqlobject version in the egg-info; we're handling
+    this with in the package and the requirement does not work very well
+    with sqlobject's versioning
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sun,  9 Jul 2006 15:06:51 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun,  9 Jul 2006 15:11:05 -0300
 
 turbogears (0.9a6-1) experimental; urgency=low
 

Added: packages/turbogears/trunk/debian/patches/03_disable_sqlobject_requirement.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/03_disable_sqlobject_requirement.diff?rev=1146&op=file
==============================================================================
--- packages/turbogears/trunk/debian/patches/03_disable_sqlobject_requirement.diff (added)
+++ packages/turbogears/trunk/debian/patches/03_disable_sqlobject_requirement.diff Sun Jul  9 18:11:50 2006
@@ -1,0 +1,17 @@
+--- TurboGears.egg-info/requires.txt~	2006-05-10 07:58:53.000000000 -0300
++++ TurboGears.egg-info/requires.txt	2006-07-09 15:08:23.000000000 -0300
+@@ -2,7 +2,6 @@
+ TurboCheetah >= 0.9.5
+ TurboKid >= 0.9.5
+ CherryPy >= 2.2.1
+-SQLObject >= 0.7.1dev_r1457
+ simplejson >= 1.3
+ elementtree >= 1.2.6
+ PasteScript >= 0.5.1
+@@ -14,4 +13,4 @@
+ nose >= 0.8
+ 
+ [exp]
+-TGFastData
+\ No newline at end of file
++TGFastData




More information about the Python-modules-commits mailing list