[Python-modules-commits] r26973 - in packages/flask-migrate/trunk/debian (control rules)

toabctl at users.alioth.debian.org toabctl at users.alioth.debian.org
Fri Jan 3 10:02:02 UTC 2014


    Date: Friday, January 3, 2014 @ 10:02:01
  Author: toabctl
Revision: 26973

Make lintian happy

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

Modified: packages/flask-migrate/trunk/debian/control
===================================================================
--- packages/flask-migrate/trunk/debian/control	2014-01-03 09:46:39 UTC (rev 26972)
+++ packages/flask-migrate/trunk/debian/control	2014-01-03 10:02:01 UTC (rev 26973)
@@ -19,8 +19,6 @@
  ${python: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 python2 module.
+ 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.

Modified: packages/flask-migrate/trunk/debian/rules
===================================================================
--- packages/flask-migrate/trunk/debian/rules	2014-01-03 09:46:39 UTC (rev 26972)
+++ packages/flask-migrate/trunk/debian/rules	2014-01-03 10:02:01 UTC (rev 26973)
@@ -9,6 +9,11 @@
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
+override_dh_auto_configure:
+	dh_auto_configure
+	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