[Python-modules-commits] [python-gear] 01/02: Ran wrap-and-sort -bast.

Thomas Goirand zigo at moszumanska.debian.org
Sun Nov 5 20:49:36 UTC 2017


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

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

commit 2b748ddcb8c3286dccecb1ee69efcbfbc3e1451e
Author: Thomas Goirand <zigo at debian.org>
Date:   Sun Nov 5 20:43:59 2017 +0000

    Ran wrap-and-sort -bast.
---
 debian/changelog |   7 ++++
 debian/control   | 103 +++++++++++++++++++++++++++++--------------------------
 debian/rules     |   2 ++
 3 files changed, 64 insertions(+), 48 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbc9f48..6363d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-gear (0.5.8-4) unstable; urgency=medium
+
+  * Fixed shebang to python3 instead of python3.x.
+  * Ran wrap-and-sort -bast.
+
+ -- Thomas Goirand <zigo at debian.org>  Sun, 05 Nov 2017 20:43:07 +0000
+
 python-gear (0.5.8-3) unstable; urgency=high
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 2cde3cd..33b4c71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,42 +2,45 @@ Source: python-gear
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Antoine Musso <hashar at free.fr>,
-           Thomas Goirand <zigo at debian.org>,
-           Paul Belanger <paul.belanger at polybeacon.com>,
-Build-Depends: debhelper (>= 9),
-               openstack-pkg-tools,
-               dh-python,
-               python-all,
-               python-pbr,
-               python-setuptools,
-               python-sphinx,
-               python3-all,
-               python3-pbr,
-               python3-setuptools,
-Build-Depends-Indep: python-coverage,
-                     python-daemon (>= 2.0.4),
-                     python-extras,
-                     python-fixtures,
-                     python-hacking,
-                     python-openssl,
-                     python-sphinxcontrib.programoutput,
-                     python-statsd (>= 1.0.0),
-                     python-testresources,
-                     python-testscenarios,
-                     python-testtools,
-                     python3-daemon,
-                     python3-extras,
-                     python3-fixtures,
-                     python3-hacking,
-                     python3-openssl,
-                     python3-statsd (>= 1.0.0),
-                     python3-subunit,
-                     python3-testresources,
-                     python3-testscenarios,
-                     python3-testtools,
-                     subunit,
-                     testrepository,
+Uploaders:
+ Antoine Musso <hashar at free.fr>,
+ Thomas Goirand <zigo at debian.org>,
+ Paul Belanger <paul.belanger at polybeacon.com>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ openstack-pkg-tools,
+ python-all,
+ python-pbr,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-pbr,
+ python3-setuptools,
+Build-Depends-Indep:
+ python-coverage,
+ python-daemon (>= 2.0.4),
+ python-extras,
+ python-fixtures,
+ python-hacking,
+ python-openssl,
+ python-sphinxcontrib.programoutput,
+ python-statsd (>= 1.0.0),
+ python-testresources,
+ python-testscenarios,
+ python-testtools,
+ python3-daemon,
+ python3-extras,
+ python3-fixtures,
+ python3-hacking,
+ python3-openssl,
+ python3-statsd (>= 1.0.0),
+ python3-subunit,
+ python3-testresources,
+ python3-testscenarios,
+ python3-testtools,
+ subunit,
+ testrepository,
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gear.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gear.git
@@ -45,12 +48,14 @@ Homepage: https://pypi.python.org/pypi/gear
 
 Package: python-gear
 Architecture: all
-Depends: python-daemon (>= 2.0.4),
-         python-extras,
-         python-pbr,
-         ${misc:Depends},
-         ${python:Depends},
-Suggests: python-statsd,
+Depends:
+ python-daemon (>= 2.0.4),
+ python-extras,
+ python-pbr,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-statsd,
 Description: Pure Python Async Gear Protocol Library - Python 2.x
  python-gear is a pure-Python asynchronous library to interface with Gearman.
  .
@@ -70,12 +75,14 @@ Description: Pure Python Async Gear Protocol Library - Python 2.x
 
 Package: python3-gear
 Architecture: all
-Depends: python3-daemon,
-         python3-extras,
-         python3-pbr,
-         ${misc:Depends},
-         ${python3:Depends},
-Suggests: python3-statsd,
+Depends:
+ python3-daemon,
+ python3-extras,
+ python3-pbr,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python3-statsd,
 Description: Pure Python Async Gear Protocol Library - Python 3.x
  python-gear is a pure-Python asynchronous library to interface with Gearman.
  .
diff --git a/debian/rules b/debian/rules
index c1c34ab..b740539 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,5 +38,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 	done
 endif
 
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3
 
 .PHONY: get-orig-source override_dh_auto_test

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



More information about the Python-modules-commits mailing list