[Python-modules-commits] [flask-migrate] 05/06: d/rules build python3 package
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Tue Feb 23 09:30:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository flask-migrate.
commit 84ea734ea6e1bd4d8ea7fafce8bce747df8b6a64
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Sat Feb 20 12:11:20 2016 +0100
d/rules build python3 package
---
debian/rules | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2e7a4a8..fbe544f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,13 @@
export PYBUILD_NAME=flask-migrate
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_configure:
dh_auto_configure
chmod a-x flask_migrate/templates/flask/README
+ chmod a-x flask_migrate/templates/flask/env.py
chmod a-x flask_migrate/templates/flask/script.py.mako
-
+ chmod a-x flask_migrate/templates/flask-multidb/README
+ chmod a-x flask_migrate/templates/flask-multidb/script.py.mako
+ chmod a-x flask_migrate/templates/flask-multidb/env.py
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-migrate.git
More information about the Python-modules-commits
mailing list