[Python-modules-commits] r5282 - in packages/turbokid/trunk/debian (changelog control)
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat May 10 13:57:27 UTC 2008
Date: Saturday, May 10, 2008 @ 13:57:22
Author: kov
Revision: 5282
* debian/control:
- replaced python-setuptools runtime dependency with a
python-pkg-resources one (Closes: #468707)
Modified:
packages/turbokid/trunk/debian/changelog
packages/turbokid/trunk/debian/control
Modified: packages/turbokid/trunk/debian/changelog
===================================================================
--- packages/turbokid/trunk/debian/changelog 2008-05-10 11:18:35 UTC (rev 5281)
+++ packages/turbokid/trunk/debian/changelog 2008-05-10 13:57:22 UTC (rev 5282)
@@ -1,3 +1,11 @@
+turbokid (1.0.4-2) unstable; urgency=low
+
+ * debian/control:
+ - replaced python-setuptools runtime dependency with a
+ python-pkg-resources one (Closes: #468707)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 10 May 2008 09:36:29 -0300
+
turbokid (1.0.4-1) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/turbokid/trunk/debian/control
===================================================================
--- packages/turbokid/trunk/debian/control 2008-05-10 11:18:35 UTC (rev 5281)
+++ packages/turbokid/trunk/debian/control 2008-05-10 13:57:22 UTC (rev 5282)
@@ -11,7 +11,7 @@
Package: python-turbokid
Architecture: all
-Depends: ${python:Depends}, python-kid (>= 0.9.5), python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-kid (>= 0.9.5), python-pkg-resources (>= 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
More information about the Python-modules-commits
mailing list