[Python-modules-commits] [flask-sqlalchemy] 01/01: wrap-and-sort'ed files and updated s-d version

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Tue Feb 23 14:27:28 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-sqlalchemy.

commit 7070d3be47f2de05f20c28261eed4ec5408b2be3
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Tue Feb 23 12:26:24 2016 +0100

    wrap-and-sort'ed files and updated s-d version
---
 debian/changelog |  3 ++-
 debian/control   | 47 +++++++++++++++++++++++++----------------------
 debian/copyright | 16 ++++++++--------
 3 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4445476..4570ad0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,8 @@ flask-sqlalchemy (2.1-1) unstable; urgency=medium
   * Team upload.
   * New upstream release (Closes: #803095)
   * Pump up standards version
-  * Switch to https for the Vcs-git field
+  * Vcs fields switched to git due to the svn-> git transition
+  * Run wrap-and-sort
 
  -- Orestis Ioannou <orestis at oioannou.com>  Thu, 18 Feb 2016 05:33:07 +0100
 
diff --git a/debian/control b/debian/control
index d5e5ecd..00d3cf7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,31 +3,33 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Thomas Bechtold <thomasbechtold at jpberlin.de>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all (>= 2.6.6-3~),
-               python-docutils,
-               python-setuptools,
-               python3-all,
-               python3-setuptools,
-               python-flask (>= 0.10),
-               python3-flask (>= 0.10),
-               python-sqlalchemy,
-               python3-sqlalchemy,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-docutils,
+ python-flask (>= 0.10),
+ python-setuptools,
+ python-sqlalchemy,
+ python3-all,
+ python3-flask (>= 0.10),
+ python3-setuptools,
+ python3-sqlalchemy,
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://pypi.python.org/pypi/Flask-SQLAlchemy
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-sqlalchemy.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-sqlalchemy.git
 
 Package: python-flask-sqlalchemy
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-sqlalchemy,
-         python-flask (>= 0.10),
-Description: adds SQLAlchemy support to your Flask application 
+Depends:
+ python-flask (>= 0.10),
+ python-sqlalchemy,
+ ${misc:Depends},
+ ${python:Depends},
+Description: adds SQLAlchemy support to your Flask application
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions.
  .
@@ -35,11 +37,12 @@ Description: adds SQLAlchemy support to your Flask application
 
 Package: python3-flask-sqlalchemy
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         python3-sqlalchemy,
-         python3-flask (>= 0.10),
-Description: adds SQLAlchemy support to your Python 3 Flask application 
+Depends:
+ python3-flask (>= 0.10),
+ python3-sqlalchemy,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: adds SQLAlchemy support to your Python 3 Flask application
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions.
  .
diff --git a/debian/copyright b/debian/copyright
index 517e855..eafd417 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -33,13 +33,13 @@ License: BSD-3-Clause
     without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-sqlalchemy.git



More information about the Python-modules-commits mailing list