[Python-modules-commits] [python-webob] 06/06: Fixed (build-)depends for this release and ran wrap-and-sort -bast.

Thomas Goirand zigo at moszumanska.debian.org
Mon Sep 11 11:39:52 UTC 2017


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

zigo pushed a commit to branch master
in repository python-webob.

commit b29445600995ec3526eb7ef6f7e22f8409423731
Author: Thomas Goirand <zigo at debian.org>
Date:   Mon Sep 11 13:30:46 2017 +0200

    Fixed (build-)depends for this release and ran wrap-and-sort -bast.
---
 debian/changelog |  1 +
 debian/control   | 76 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 47 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66dec60..013f007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-webob (1:1.7.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Switching back to pytest.
+  * Fixed (build-)depends for this release and ran wrap-and-sort -bast.
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 10 Sep 2017 11:51:33 +0200
 
diff --git a/debian/control b/debian/control
index 1de4d82..94d92b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,32 +2,41 @@ Source: python-webob
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Piotr Ożarowski <piotr at debian.org>,
-           Soren Hansen <soren at ubuntu.com>,
-           Barry Warsaw <barry at debian.org>,
-           Thomas Goirand <zigo at debian.org>
-Build-Depends: debhelper (>= 9), dh-python
-Build-Depends-Indep: python-all (>= 2.6.6-3),
-                     python-doc,
-                     python-pytest,
-                     python-setuptools (>= 0.6b3-1~),
-                     python-sphinx (>= 1.0.7+dfsg-1~),
-                     python3-all,
-                     python3-doc,
-                     python3-pytest,
-                     python3-setuptools
+Uploaders:
+ Piotr Ożarowski <piotr at debian.org>,
+ Soren Hansen <soren at ubuntu.com>,
+ Barry Warsaw <barry at debian.org>,
+ Thomas Goirand <zigo at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-setuptools,
+Build-Depends-Indep:
+ python-doc,
+ python-pytest,
+ python-simplejson,
+ python3-doc,
+ python3-pytest,
+ python3-simplejson,
 Standards-Version: 3.9.8
 Homepage: http://webob.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-webob.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-webob.git
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.2
 
 Package: python-webob
 Architecture: all
-Depends: python, ${misc:Depends}, ${python:Depends}
-Suggests: python-webob-doc
-Breaks: python-pylons (<< 1.0.1)
+Depends:
+ python,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-webob-doc,
+Breaks:
+ python-pylons (<< 1.0.1),
 Description: Python module providing WSGI request and response objects (Python 2)
  WebOb provides wrappers around the WSGI request environment, and an object to
  help create WSGI responses.
@@ -37,29 +46,36 @@ Description: Python module providing WSGI request and response objects (Python 2
  .
  This is the Python 2 version of the package.
 
-Package: python3-webob
+Package: python-webob-doc
 Architecture: all
-Depends: python3, ${misc:Depends}, ${python3:Depends}
-Suggests: python-webob-doc
-Description: Python module providing WSGI request and response objects (Python 3)
+Section: doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Suggests:
+ libjs-jquery,
+Description: Python module providing WSGI request and response objects (documentation)
  WebOb provides wrappers around the WSGI request environment, and an object to
  help create WSGI responses.
  .
  The objects map much of the specified behavior of HTTP, including header
  parsing and accessors for other standard parts of the environment.
  .
- This is the Python 3 version of the package.
+ This is the common documentation.
 
-Package: python-webob-doc
+Package: python3-webob
 Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Suggests: libjs-jquery
-Description: Python module providing WSGI request and response objects (documentation)
+Depends:
+ python3,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-webob-doc,
+Description: Python module providing WSGI request and response objects (Python 3)
  WebOb provides wrappers around the WSGI request environment, and an object to
  help create WSGI responses.
  .
  The objects map much of the specified behavior of HTTP, including header
  parsing and accessors for other standard parts of the environment.
  .
- This is the common documentation.
+ This is the Python 3 version of the package.

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



More information about the Python-modules-commits mailing list