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

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Fri May 27 13:27:31 UTC 2011


    Date: Friday, May 27, 2011 @ 13:27:30
  Author: jandd
Revision: 17177

debian/control: remove unneeded 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-05-27 13:23:29 UTC (rev 17176)
+++ packages/migrate/trunk/debian/changelog	2011-05-27 13:27:30 UTC (rev 17177)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * add compatibility with SQLAlchemy 0.7
+  * debian/control: remove unneeded Breaks: ${python:Breaks}
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 27 May 2011 15:22:19 +0200
 

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2011-05-27 13:23:29 UTC (rev 17176)
+++ packages/migrate/trunk/debian/control	2011-05-27 13:27:30 UTC (rev 17177)
@@ -18,7 +18,6 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>=
  0.5.1), python-pkg-resources, libjs-jquery, python-decorator,
  python-tempita (>= 0.4)
-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