[Python-modules-commits] r6021 - in packages/migrate/trunk/debian (changelog control)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Tue Jul 22 21:28:40 UTC 2008
Date: Tuesday, July 22, 2008 @ 21:28:38
Author: jandd-guest
Revision: 6021
new upstream release 0.4.5
Modified:
packages/migrate/trunk/debian/changelog
packages/migrate/trunk/debian/control
Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog 2008-07-22 21:21:46 UTC (rev 6020)
+++ packages/migrate/trunk/debian/changelog 2008-07-22 21:28:38 UTC (rev 6021)
@@ -1,8 +1,11 @@
-migrate (0.4.4-2) UNRELEASED; urgency=low
+migrate (0.4.5-1) unstable; urgency=low
- * Updated Standards-Version to 3.8.0 in debian/control
+ * New upstream version
+ * debian/control
+ + updated Standards-Version to 3.8.0 (no changes needed)
+ + add python-codespeak-lib to Depends to avoid pkg_resources warnings
- -- Jan Dittberner <jan at dittberner.info> Sat, 14 Jun 2008 17:15:40 +0200
+ -- Jan Dittberner <jan at dittberner.info> Tue, 22 Jul 2008 23:04:59 +0200
migrate (0.4.4-1) unstable; urgency=low
Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control 2008-07-22 21:21:46 UTC (rev 6020)
+++ packages/migrate/trunk/debian/control 2008-07-22 21:28:38 UTC (rev 6021)
@@ -13,7 +13,8 @@
Package: python-migrate
Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-pkg-resources
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10),
+ python-pkg-resources, python-codespeak-lib
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