[Python-modules-commits] r14161 - in packages/migrate/trunk/debian (changelog control)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sat Aug 7 16:21:04 UTC 2010
Date: Saturday, August 7, 2010 @ 16:20:58
Author: jandd
Revision: 14161
add build dependency on python-tempita (>= 0.4)
Modified:
packages/migrate/trunk/debian/changelog
packages/migrate/trunk/debian/control
Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog 2010-08-07 16:09:32 UTC (rev 14160)
+++ packages/migrate/trunk/debian/changelog 2010-08-07 16:20:58 UTC (rev 14161)
@@ -3,9 +3,10 @@
* debian/control:
- remove dependency on python-codespeak-lib (Closes: #592102)
- remove build dependency on python-codespeak-lib
+ - add build dependency on python-tempita (>= 0.4)
- bump Standards-Version to 3.9.1 (no changes needed)
- -- Jan Dittberner <jandd at debian.org> Sat, 07 Aug 2010 17:47:21 +0200
+ -- Jan Dittberner <jandd at debian.org> Sat, 07 Aug 2010 18:12:58 +0200
migrate (0.6-3) unstable; urgency=low
Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control 2010-08-07 16:09:32 UTC (rev 14160)
+++ packages/migrate/trunk/debian/control 2010-08-07 16:20:58 UTC (rev 14161)
@@ -6,7 +6,8 @@
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.6.4),
python-setuptools (>= 0.6b3), python-sphinx (>= 0.6.1),
- python-sqlalchemy (>= 0.5.1), python-decorator
+ python-sqlalchemy (>= 0.5.1), python-decorator, python-tempita (>=
+ 0.4)
Standards-Version: 3.9.1
XS-Python-Version: >= 2.4
Homepage: http://code.google.com/p/sqlalchemy-migrate/
More information about the Python-modules-commits
mailing list