[Python-modules-commits] [python-gear] 02/06: * New upstream release. * Fixed (build-)depends for this release. * Removed non-active uploaders. * Move stuff from build-depends to build-depends-indep. * Better call unit test suite (directly with testr).
Thomas Goirand
zigo at moszumanska.debian.org
Tue Sep 8 09:38:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch debian/unstable
in repository python-gear.
commit 0f3bc4f4cfecbd3cfd4d61e9b26d82d7614e67ed
Author: Thomas Goirand <thomas at goirand.fr>
Date: Tue Sep 8 09:19:22 2015 +0000
* New upstream release.
* Fixed (build-)depends for this release.
* Removed non-active uploaders.
* Move stuff from build-depends to build-depends-indep.
* Better call unit test suite (directly with testr).
---
debian/changelog | 8 +++++---
debian/control | 9 ++++-----
debian/rules | 1 -
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c63314b..f550fdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,20 @@
-python-gear (0.5.7-1) unstable; urgency=medium
+python-gear (0.5.8-1) unstable; urgency=medium
* New upstream release.
* Merged upstream code within the packaging branch, and switching to a more
OpenStack-ish branch name (ie: debian/unstable):
- Updated debian/gbp.conf
+ * Fixed (build-)depends for this release.
+ * Removed non-active uploaders.
* Moved test related build-depends into build-depends-indep.
* Ran wrap-and-sort -t -a
+ * Better call unit test suite (directly with testr).
* Added missing build-depends: dh-python.
* Added missing build-depends-indep: subunit, testrepository.
- * Removed Mehdi and Julien who are unlikely to contribute to this package.
* Calling testr directly instead of using python setup.py testr.
* Added Python3 support.
- -- Thomas Goirand <zigo at debian.org> Thu, 11 Jun 2015 15:18:32 +0200
+ -- Thomas Goirand <zigo at debian.org> Tue, 08 Sep 2015 09:11:03 +0000
python-gear (0.5.5-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 62559d8..43e9ec7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,6 @@ 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>,
- Ghe Rivero <ghe.rivero at stackops.com>,
- Paul Belanger <paul.belanger at polybeacon.com>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
@@ -14,12 +12,13 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python-sphinx,
Build-Depends-Indep: python-coverage,
- python-daemon,
+ python-daemon (>= 2.0.4),
python-extras,
python-fixtures,
python-hacking,
python-openssl,
- python-sphinxcontrib-programoutput,
+
+ python-sphinxcontrib.programoutput,
python-statsd (>= 1.0.0),
python-testresources,
python-testscenarios,
@@ -43,7 +42,7 @@ Homepage: https://pypi.python.org/pypi/gear
Package: python-gear
Architecture: all
-Depends: python-daemon,
+Depends: python-daemon (>= 2.0.4),
python-extras,
python-pbr,
${misc:Depends},
diff --git a/debian/rules b/debian/rules
index ca3ec24..fe15e4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@ PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/openstack-infra/gear.git
include /usr/share/openstack-pkg-tools/pkgos.make
-
export OSLO_PACKAGE_VERSION=$(VERSION)
%:
--
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