[Python-modules-commits] [pastewebkit] 03/06: wrap-and-sort

Mattia Rizzolo mattia at debian.org
Sun Apr 2 19:18:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository pastewebkit.

commit 2644af36bf73b69c095eaa9159e9370a2da0be84
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Apr 2 21:11:54 2017 +0200

    wrap-and-sort
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control   | 26 +++++++++++++++++---------
 debian/copyright |  2 +-
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 45d6419..b2bc0fa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,30 @@ Source: pastewebkit
 Section: python
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3-1~), python-docutils, dh-python
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+Build-Depends-Indep:
+ dh-python,
+ python-all,
+ python-docutils,
+ python-setuptools,
 Standards-Version: 3.9.2
 Homepage: http://pythonpaste.org/webkit/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pastewebkit.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pastewebkit.git
-X-Python-Version: >= 2.4
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pastewebkit.git
 
 Package: python-pastewebkit
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-paste, python-pastedeploy, python-pastescript,
- python-pkg-resources
+Depends:
+ python-paste,
+ python-pastedeploy,
+ python-pastescript,
+ python-pkg-resources,
+ ${misc:Depends},
+ ${python:Depends},
 Description: port/reimplementation of Webware WebKit in WSGI and Paste
  This is a reimplementation of the Webware WebKit servlet API. This
  implementation uses WSGI internally very heavily, and builds upon the
  framework-neutral tools and services in Paste
-
diff --git a/debian/copyright b/debian/copyright
index 434ae97..e485221 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -43,7 +43,7 @@ files in paste/webkit/FakeWebware directery (except paste/webkit/FakeWebware/Web
  notice and this permission notice appear in supporting documentation, and that
  the names of the authors not be used in advertising or publicity pertaining to
  distribution of the software without specific, written prior permission.
- 
+
  THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY

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



More information about the Python-modules-commits mailing list