[Python-modules-commits] [flask-migrate] 01/02: update s-d version and run wrap-and-sort
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Tue Feb 23 15:22:50 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 020e7b2596fcb96f3e91ffbcfb574235ce4305ab
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Tue Feb 23 12:22:40 2016 +0100
update s-d version and run wrap-and-sort
---
debian/changelog | 3 +++
debian/control | 27 ++++++++++++++-------------
debian/copyright | 4 ++--
3 files changed, 19 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0fb8480..62a1af3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ flask-migrate (1.7.0-1) unstable; urgency=medium
* New upstream release
* Provide python 3 package
* Switch to pypi.debian.net for watch file
+ * Add missing Vcs fields
+ * Pump up s-d version
+ * Run wrap-and-sort
-- Orestis Ioannou <orestis at oioannou.com> Thu, 18 Feb 2016 13:19:14 +0100
diff --git a/debian/control b/debian/control
index 6465132..afb1f84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,25 @@ Source: flask-migrate
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Thomas Bechtold <toabctl at debian.org>
+Uploaders:
+ Thomas Bechtold <toabctl at debian.org>,
Build-Depends:
+ alembic,
debhelper (>= 9),
dh-python,
+ python-alembic,
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,
+ python-setuptools,
python3-alembic,
- python-alembic,
+ python3-all,
+ python3-flask-script,
+ python3-flask-sqlalchemy,
+ python3-setuptools,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
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
@@ -27,9 +28,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-migra
Package: python-flask-migrate
Architecture: all
Depends:
- ${misc:Depends},
- ${python:Depends},
alembic (>= 0.6),
+ ${misc:Depends},
+ ${python:Depends},
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
@@ -40,9 +41,9 @@ Description: SQLAlchemy database migrations for Flask applications using Alembic
Package: python3-flask-migrate
Architecture: all
Depends:
- ${misc:Depends},
- ${python3:Depends},
alembic (>= 0.6),
+ ${misc:Depends},
+ ${python3:Depends},
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
diff --git a/debian/copyright b/debian/copyright
index e7e376c..4fb3ec1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,6 +25,6 @@ License: MIT
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--
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