[Python-modules-commits] r4689 - in packages/migrate/trunk/debian (changelog control)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Sun Mar 2 20:21:42 UTC 2008
Date: Sunday, March 2, 2008 @ 20:21:41
Author: jandd-guest
Revision: 4689
* fix for #468723
Modified:
packages/migrate/trunk/debian/changelog
packages/migrate/trunk/debian/control
Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog 2008-03-02 13:06:23 UTC (rev 4688)
+++ packages/migrate/trunk/debian/changelog 2008-03-02 20:21:41 UTC (rev 4689)
@@ -1,3 +1,10 @@
+migrate (0.4.2-2) unstable; urgency=low
+
+ * Change Depends: in debian/control to use python-pkg-resources at
+ runtime instead of python-setuptools (Closes: #468723)
+
+ -- Jan Dittberner <jan at dittberner.info> Sun, 02 Mar 2008 21:16:42 +0100
+
migrate (0.4.2-1) unstable; urgency=medium
[ Jan Dittberner ]
Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control 2008-03-02 13:06:23 UTC (rev 4688)
+++ packages/migrate/trunk/debian/control 2008-03-02 20:21:41 UTC (rev 4689)
@@ -13,7 +13,7 @@
Package: python-migrate
Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-setuptools
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-pkg-resources
XB-Python-Version: ${python:Versions}
Description: Database schema migration for SQLAlchemy
Inspired by Ruby on Rails' migrations, migrate provides a way to deal
More information about the Python-modules-commits
mailing list