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

toabctl at users.alioth.debian.org toabctl at users.alioth.debian.org
Wed Jan 8 06:03:58 UTC 2014


    Date: Wednesday, January 8, 2014 @ 06:03:56
  Author: toabctl
Revision: 27107

* New upstream release.
* debian/rules: enable testsuite. tests/ dir is now included in upstream
  tarball from pypi.
* debian/control: Add python-flask-script, python-flask-sqlalchemy and
  alembic to Build-Depends. Needed for testsuite.

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

Modified: packages/flask-migrate/trunk/debian/changelog
===================================================================
--- packages/flask-migrate/trunk/debian/changelog	2014-01-07 21:56:53 UTC (rev 27106)
+++ packages/flask-migrate/trunk/debian/changelog	2014-01-08 06:03:56 UTC (rev 27107)
@@ -1,3 +1,13 @@
+flask-migrate (1.1.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/rules: enable testsuite. tests/ dir is now included in upstream
+    tarball from pypi.
+  * debian/control: Add python-flask-script, python-flask-sqlalchemy and
+    alembic to Build-Depends. Needed for testsuite.
+
+ -- Thomas Bechtold <toabctl at debian.org>  Wed, 08 Jan 2014 06:38:25 +0100
+
 flask-migrate (1.1.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #734040).

Modified: packages/flask-migrate/trunk/debian/control
===================================================================
--- packages/flask-migrate/trunk/debian/control	2014-01-07 21:56:53 UTC (rev 27106)
+++ packages/flask-migrate/trunk/debian/control	2014-01-08 06:03:56 UTC (rev 27107)
@@ -8,6 +8,9 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-setuptools,
+ python-flask-script,
+ python-flask-sqlalchemy,
+ alembic,
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/Flask-Migrate

Modified: packages/flask-migrate/trunk/debian/rules
===================================================================
--- packages/flask-migrate/trunk/debian/rules	2014-01-07 21:56:53 UTC (rev 27106)
+++ packages/flask-migrate/trunk/debian/rules	2014-01-08 06:03:56 UTC (rev 27107)
@@ -14,7 +14,3 @@
 	chmod a-x flask_migrate/templates/flask/README
 	chmod a-x flask_migrate/templates/flask/script.py.mako
 
-# disable test suite for now because tests/ dir is not included in tarball
-# see https://github.com/miguelgrinberg/Flask-Migrate/issues/14
-override_dh_auto_test:
-




More information about the Python-modules-commits mailing list