[Python-modules-commits] r28908 - in packages/python-gear/trunk/debian (changelog control)
hashar-guest at users.alioth.debian.org
hashar-guest at users.alioth.debian.org
Thu May 15 09:44:17 UTC 2014
Date: Thursday, May 15, 2014 @ 09:44:16
Author: hashar-guest
Revision: 28908
python-gear: tweak build dependencies
Modified:
packages/python-gear/trunk/debian/changelog
packages/python-gear/trunk/debian/control
Modified: packages/python-gear/trunk/debian/changelog
===================================================================
--- packages/python-gear/trunk/debian/changelog 2014-05-15 03:01:55 UTC (rev 28907)
+++ packages/python-gear/trunk/debian/changelog 2014-05-15 09:44:16 UTC (rev 28908)
@@ -1,12 +1,13 @@
python-gear (0.5.4-1) unstable; urgency=low
* New upstream version
- * python-statsd is now a build depends (required to run tests) but is only a
- suggestion since it users do not need to have it configured.
+ * python-statsd is now a build dependency (required to run tests) but is
+ only a suggestion since the package works fine without it.
+ * Tweak build dependencies
* [Alexandros Kosiaris] Package predepends on dpkg (>= 1.15.6~) to fix
lintian error data.tar.xz-member-without-dpkg-pre-depends
- -- Antoine Musso <hashar at free.fr> Wed, 16 Apr 2014 12:20:34 +0000
+ -- Antoine Musso <hashar at free.fr> Thu, 15 May 2014 09:03:05 +0000
python-gear (0.4.0-1) unstable; urgency=low
Modified: packages/python-gear/trunk/debian/control
===================================================================
--- packages/python-gear/trunk/debian/control 2014-05-15 03:01:55 UTC (rev 28907)
+++ packages/python-gear/trunk/debian/control 2014-05-15 09:44:16 UTC (rev 28908)
@@ -13,17 +13,19 @@
python-all (>= 2.6.6-3),
python-daemon,
python-extras,
- python-fixtures (>=0.3.12),
python-statsd (>=1.0.0),
python-setuptools (>= 0.6b3),
python-sphinx (>=1.1.2),
+ python-pbr,
+# Tests related:
+ python-fixtures (>=0.3.12),
+ python-hacking (>=0.5.3),
+ python-sphinxcontrib-programoutput,
python-subunit,
- python-pbr,
python-testrepository (>=0.0.13),
python-testresources,
python-testscenarios,
python-testtools (>=0.9.27),
- python-tox
#Build-Depends-Indep:
# From test-requirements.txt we are missing:
#coverage>=3.6
More information about the Python-modules-commits
mailing list