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

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Fri Feb 11 21:44:10 UTC 2011


    Date: Friday, February 11, 2011 @ 21:43:46
  Author: jandd
Revision: 15614

  - drop XS-Python-Version, add X-Python-Version
  - add Breaks: ${python:Breaks}

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

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2011-02-11 21:26:50 UTC (rev 15613)
+++ packages/migrate/trunk/debian/changelog	2011-02-11 21:43:46 UTC (rev 15614)
@@ -4,8 +4,8 @@
   * debian/control:
     - remove dependency on python-support
     - bump python dependency version to 2.6.5~
-    - set XS-Python-Version to all
-    - add XB-Python-Version: ${python:Versions}
+    - drop XS-Python-Version, add X-Python-Version
+    - add Breaks: ${python:Breaks}
   * debian/rules:
     - add --with python2 to dh call
   * remove debian/patches/use-absolute-imports-of-exception-

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2011-02-11 21:26:50 UTC (rev 15613)
+++ packages/migrate/trunk/debian/control	2011-02-11 21:43:46 UTC (rev 15614)
@@ -8,7 +8,7 @@
  python-sphinx (>= 0.6.1), python-sqlalchemy (>= 0.5.1), python-decorator,
  python-tempita (>= 0.4)
 Standards-Version: 3.9.1
-XS-Python-Version: all
+X-Python-Version: >= 2.4
 Homepage: http://code.google.com/p/sqlalchemy-migrate/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/migrate/trunk/
@@ -18,7 +18,7 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>=
  0.5.1), python-pkg-resources, libjs-jquery, python-decorator,
  python-tempita (>= 0.4)
-XB-Python-Version: ${python:Versions}
+Breaks: ${python:Breaks}
 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