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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Feb 9 20:23:45 UTC 2009


    Date: Monday, February 9, 2009 @ 20:23:45
  Author: piotr
Revision: 7473

* remove duplicated pytho-central in build depends
* bump minimum required SQLAlchemy version to 0.5.1
* s/UNRELEASED/experimental

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

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2009-02-09 08:53:18 UTC (rev 7472)
+++ packages/migrate/trunk/debian/changelog	2009-02-09 20:23:45 UTC (rev 7473)
@@ -1,4 +1,4 @@
-migrate (0.5.1.2-1) UNRELEASED; urgency=low
+migrate (0.5.1.2-1) experimental; urgency=low
 
   * New upstream version 
   * remove debian/patches/disable_py.dpatch because py is not used by
@@ -14,8 +14,7 @@
     - remove dpatch from Build-Depends
     - remove python-docutils from Build-Depends-Indep
     - add python-sphinx to Build-Depends-Indep and Depends
-    - add python-central to Build-Depends-Indep it is needed for properly
-      detecting sphinx's path at build time
+    - bump python-sqlalchemy's minimum required version
   * add debian/migrate-repository repository migration script
   * add debian/migrate-repository.1 man page for migrate-repository
   * remove debian/README.source because of dpatch removal

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2009-02-09 08:53:18 UTC (rev 7472)
+++ packages/migrate/trunk/debian/control	2009-02-09 20:23:45 UTC (rev 7473)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5.0.38)
 Build-Depends-Indep: python (>= 2.4), python-all-dev, python-central
  (>= 0.5.6), python-setuptools (>= 0.6b3), python-codespeak-lib,
- python-sphinx (>= 0.5.1), python-central
+ python-sphinx (>= 0.5.1)
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.4
 Homepage: http://code.google.com/p/sqlalchemy-migrate/
@@ -15,7 +15,7 @@
 
 Package: python-migrate
 Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.5),
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.5.1),
  python-pkg-resources, python-codespeak-lib, python-sphinx (>= 0.5.1)
 XB-Python-Version: ${python:Versions}
 Description: Database schema migration for SQLAlchemy




More information about the Python-modules-commits mailing list