[Python-modules-commits] [pytest-httpbin] 04/05: Refreshing the debian files

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Fri Jan 12 12:20:03 UTC 2018


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

peb-guest pushed a commit to branch debian/master
in repository pytest-httpbin.

commit f8880c3d62786ae78471535326677763a3ceae81
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Fri Jan 12 13:12:05 2018 +0100

    Refreshing the debian files
---
 debian/changelog |  7 +++++++
 debian/compat    |  2 +-
 debian/control   | 60 ++++++++++++++++++++++++--------------------------------
 3 files changed, 34 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1be133..ef48c7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,13 @@ pytest-httpbin (0.3.0-1) unstable; urgency=medium
 
   [ Pierre-Elliott Bécue ]
   * New upstream release.
+  * $ wrap-and-sort
+  * d/control:
+    - Add myself in uploaders (Closes: #868845)
+    - Bump Standards-Version to 4.1.3
+    - Bump dh requirement on 11
+  * d/compat:
+    - Bump compat to 11
 
  -- Pierre-Elliott Bécue <becue at crans.org>  Fri, 12 Jan 2018 13:06:11 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index b6eaaf4..f3c9b48 100644
--- a/debian/control
+++ b/debian/control
@@ -2,42 +2,37 @@ Source: pytest-httpbin
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Daniel Stender <stender at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- pandoc,
- python-all,
- python3-all,
- python-decorator,
- python3-decorator,
- python-flask,
- python3-flask,
- python-httpbin,
- python3-httpbin,
- python-pytest,
- python3-pytest,
- python-requests,
- python3-requests,
- python-setuptools,
- python3-setuptools,
- python-six,
- python3-six,
- python-werkzeug,
- python3-werkzeug
-Standards-Version: 3.9.8
+Uploaders: Daniel Stender <stender at debian.org>,
+           Pierre-Elliott Bécue <becue at crans.org>
+Build-Depends: debhelper (>= 11),
+               dh-python,
+               pandoc,
+               python-all,
+               python-decorator,
+               python-flask,
+               python-httpbin,
+               python-pytest,
+               python-requests,
+               python-setuptools,
+               python-six,
+               python-werkzeug,
+               python3-all,
+               python3-decorator,
+               python3-flask,
+               python3-httpbin,
+               python3-pytest,
+               python3-requests,
+               python3-setuptools,
+               python3-six,
+               python3-werkzeug
+Standards-Version: 4.1.3
 Homepage: https://github.com/kevin1024/pytest-httpbin
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-httpbin.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-httpbin.git
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.4
 
 Package: python-pytest-httpbin
 Architecture: all
-Depends:
- ${python:Depends},
- python-pytest,
- ${misc:Depends}
+Depends: python-pytest, ${misc:Depends}, ${python:Depends}
 Description: py.test plugin providing a local httpbin
  httpbin is a WSGI based test server for testing HTTP applications.
  pytest-httpbin creates a fixture for the py.test framework that
@@ -49,10 +44,7 @@ Description: py.test plugin providing a local httpbin
 
 Package: python3-pytest-httpbin
 Architecture: all
-Depends:
- ${python3:Depends},
- python3-pytest,
- ${misc:Depends}
+Depends: python3-pytest, ${misc:Depends}, ${python3:Depends}
 Description: py.test plugin providing a local httpbin (Python 3)
  httpbin is a WSGI based test server for testing HTTP applications.
  pytest-httpbin creates a fixture for the py.test framework that

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



More information about the Python-modules-commits mailing list