[Python-modules-commits] r26972 - in packages/flask-migrate/trunk/debian (4 files)

toabctl at users.alioth.debian.org toabctl at users.alioth.debian.org
Fri Jan 3 09:46:40 UTC 2014


    Date: Friday, January 3, 2014 @ 09:46:39
  Author: toabctl
Revision: 26972

* Remove python3 support. Alembic needs py3 support first
* Add ITP bug number

Modified:
  packages/flask-migrate/trunk/debian/changelog
  packages/flask-migrate/trunk/debian/control
  packages/flask-migrate/trunk/debian/rules
Deleted:
  packages/flask-migrate/trunk/debian/py3dist-overrides

Modified: packages/flask-migrate/trunk/debian/changelog
===================================================================
--- packages/flask-migrate/trunk/debian/changelog	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/trunk/debian/changelog	2014-01-03 09:46:39 UTC (rev 26972)
@@ -1,5 +1,5 @@
 flask-migrate (1.1.0-1) UNRELEASED; urgency=medium
 
-  * Initial release.
+  * Initial release (Closes: #734040).
 
  -- Thomas Bechtold <toabctl at debian.org>  Fri, 03 Jan 2014 06:36:35 +0100

Modified: packages/flask-migrate/trunk/debian/control
===================================================================
--- packages/flask-migrate/trunk/debian/control	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/trunk/debian/control	2014-01-03 09:46:39 UTC (rev 26972)
@@ -8,10 +8,7 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-setuptools,
- python3-all,
- python3-setuptools,
 X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
 Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/Flask-Migrate
 
@@ -27,16 +24,3 @@
  arguments for Flask-Script.
  .
  This package contains the python2 module.
-
-Package: python3-flask-migrate
-Architecture: all
-Depends:
- ${misc:Depends}, 
- ${python3:Depends},
- alembic (>= 0.6),
-Description: SQLAlchemy database migrations for Flask applications using Alembic
-  Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask
- applications using Alembic. The database operations are provided as command line
- arguments for Flask-Script.
- .
- This package contains the python3 module.

Deleted: packages/flask-migrate/trunk/debian/py3dist-overrides
===================================================================
--- packages/flask-migrate/trunk/debian/py3dist-overrides	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/trunk/debian/py3dist-overrides	2014-01-03 09:46:39 UTC (rev 26972)
@@ -1 +0,0 @@
-alembic alembic

Modified: packages/flask-migrate/trunk/debian/rules
===================================================================
--- packages/flask-migrate/trunk/debian/rules	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/trunk/debian/rules	2014-01-03 09:46:39 UTC (rev 26972)
@@ -7,7 +7,7 @@
 export PYBUILD_NAME=flask-migrate
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 # disable test suite for now because tests/ dir is not included in tarball
 # see https://github.com/miguelgrinberg/Flask-Migrate/issues/14




More information about the Python-modules-commits mailing list