[Python-modules-commits] [flask-migrate] 04/06: d/control add vcs fields and dependencies for the python 3 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 3645042256527ee739f7973bffbbc0e5d9c818ea
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Sat Feb 20 12:11:56 2016 +0100

    d/control add vcs fields and dependencies for the python 3 package
---
 debian/control | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7037bb4..6465132 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,22 @@ Build-Depends:
  debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3),
+ python3-all,
  python-setuptools,
+ python3-setuptools,
  python-flask-script,
+ python3-flask-script,
  python-flask-sqlalchemy,
+ python3-flask-sqlalchemy,
  alembic,
+ python3-alembic,
+ python-alembic,
 X-Python-Version: >= 2.7
-Standards-Version: 3.9.5
+X-Python3-Version: >= 3.3
+Standards-Version: 3.9.6
 Homepage: https://pypi.python.org/pypi/Flask-Migrate
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-migrate.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-migrate.git
 
 Package: python-flask-migrate
 Architecture: all
@@ -25,3 +34,18 @@ 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 is the Python 2 package
+
+Package: python3-flask-migrate
+Architecture: all
+Depends:
+ ${misc:Depends}, 
+ ${python3:Depends},
+ alembic (>= 0.6),
+Description: SQLAlchemy migrations for Flask using Alembic and Python 3
+ 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 is the Python 3 package

-- 
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