[Python-modules-commits] [flask-script] 01/02: Bump s-d to .7 and wrap-and-sort

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

commit 2e2e2a34b50471c5156c7ce34c0ff9357dbf11d2
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Tue Feb 23 12:09:29 2016 +0100

    Bump s-d to .7 and wrap-and-sort
---
 debian/control   | 34 ++++++++++++++--------------------
 debian/copyright | 16 ++++++++--------
 2 files changed, 22 insertions(+), 28 deletions(-)

diff --git a/debian/control b/debian/control
index 1d5b7f6..461780e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,18 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Thomas Bechtold <toabctl at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all (>= 2.6.6-3~),
-               python-setuptools,
-               python3-all,
-               python3-setuptools,
-               python-flask,
-               python3-flask,
-               python-pytest,
-               python3-pytest,
-Standards-Version: 3.9.6
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-flask,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-flask,
+ python3-pytest,
+ python3-setuptools,
+Standards-Version: 3.9.7
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.3
 Homepage: https://pypi.python.org/pypi/Flask-Script
@@ -22,11 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-scrip
 
 Package: python-flask-script
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
- python-flask,
- python-argparse,
+Depends: python-argparse, python-flask, ${misc:Depends}, ${python:Depends}
 Description: set of utilities for use with the Flask framework
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions.
@@ -35,10 +32,7 @@ Description: set of utilities for use with the Flask framework
 
 Package: python3-flask-script
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- python3-flask,
+Depends: python3-flask, ${misc:Depends}, ${python3:Depends}
 Description: set of utilities for use with the Flask framework and Python 3
  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 6f94b82..8690af5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,13 +32,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-script.git



More information about the Python-modules-commits mailing list