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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Feb 16 23:07:48 UTC 2008


    Date: Saturday, February 16, 2008 @ 23:07:46
  Author: piotr
Revision: 4560

* add python-setuptools to Depends

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

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2008-02-16 23:01:08 UTC (rev 4559)
+++ packages/migrate/trunk/debian/changelog	2008-02-16 23:07:46 UTC (rev 4560)
@@ -1,4 +1,4 @@
-migrate (0.4.1-1) unstable; urgency=low
+migrate (0.4.1-1) unstable; urgency=medium
 
   * New upstream release (Closes: #464413)
   * incorporate upstream copyright changes
@@ -8,6 +8,7 @@
   * depend on python-sqlalchemy (>= 0.3.10)
   * add Debian Python Modules Team to Uploaders
   * use default Python version in /usr/bin/migrate's hashbang
+  * add python-setuptools to Depends
 
  -- Jan Dittberner <jan at dittberner.info>  Sat, 16 Feb 2008 12:38:56 +0100
 

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2008-02-16 23:01:08 UTC (rev 4559)
+++ packages/migrate/trunk/debian/control	2008-02-16 23:07:46 UTC (rev 4560)
@@ -13,7 +13,7 @@
 
 Package: python-migrate
 Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10)
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-setuptools
 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