[Python-modules-commits] r14029 - in packages/migrate/trunk/debian (changelog control)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Thu Jul 22 20:08:05 UTC 2010


    Date: Thursday, July 22, 2010 @ 20:07:58
  Author: jandd
Revision: 14029

Fix "migrate gives ImportError if tempita is not installed" by adding
missing dependency on python-tempita (>= 0.4) to debian/control (Closes:
#589990)

Modified:
  packages/migrate/trunk/debian/changelog
  packages/migrate/trunk/debian/control

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2010-07-22 12:57:31 UTC (rev 14028)
+++ packages/migrate/trunk/debian/changelog	2010-07-22 20:07:58 UTC (rev 14029)
@@ -1,3 +1,11 @@
+migrate (0.6-3) UNRELEASED; urgency=low
+
+  * Fix "migrate gives ImportError if tempita is not installed" by adding
+    missing dependency on python-tempita (>= 0.4) to debian/control (Closes:
+    #589990)
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 22 Jul 2010 22:05:10 +0200
+
 migrate (0.6-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2010-07-22 12:57:31 UTC (rev 14028)
+++ packages/migrate/trunk/debian/control	2010-07-22 20:07:58 UTC (rev 14029)
@@ -17,7 +17,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.5.1),
  python-pkg-resources, python-codespeak-lib, libjs-jquery,
- python-decorator
+ python-decorator, python-tempita (>= 0.4)
 Description: Database schema migration for SQLAlchemy
  Inspired by Ruby on Rails' migrations, migrate provides a way to deal
  with database schema changes in SQLAlchemy projects.




More information about the Python-modules-commits mailing list