[Python-modules-commits] r27859 - in packages/python-cliff/trunk/debian (6 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sat Feb 22 14:18:09 UTC 2014
Date: Saturday, February 22, 2014 @ 14:18:08
Author: jandd
Revision: 27859
* (Build-)Depends on python-cmd2 at least 0.6.7. (Closes: #739717)
* New upstream version
* debian/control:
- add python-coverage, pep8, python-pbr, python-six, python-stevedore,
python3-coverage, python3-pep8, python3-pbr, python3-six,
python3-stevedore to Build-Depends-Indep
- bump Standards-Version to 3.9.5 (no changes)
* debian/rules: clean pbr-*.egg that may get created when building on
systems without python-pbr installed
* add debian/patches/dont-install-distribute-for-tests.patch to avoid
installation of distribute from PyPI
Added:
packages/python-cliff/trunk/debian/patches/
packages/python-cliff/trunk/debian/patches/dont-install-distribute-for-tests.patch
packages/python-cliff/trunk/debian/patches/series
Modified:
packages/python-cliff/trunk/debian/changelog
packages/python-cliff/trunk/debian/control
packages/python-cliff/trunk/debian/rules
Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog 2014-02-22 13:30:30 UTC (rev 27858)
+++ packages/python-cliff/trunk/debian/changelog 2014-02-22 14:18:08 UTC (rev 27859)
@@ -1,9 +1,22 @@
-python-cliff (1.4.5-2) UNRELEASED; urgency=low
+python-cliff (1.5.2-1) UNRELEASED; urgency=low
- * (Build-)Depends on python-cmd2 at least 0.6.7.
+ [ Thomas Goirand ]
+ * (Build-)Depends on python-cmd2 at least 0.6.7. (Closes: #739717)
- -- Thomas Goirand <zigo at debian.org> Tue, 08 Oct 2013 07:50:04 +0000
+ [ Jan Dittberner ]
+ * New upstream version
+ * debian/control:
+ - add python-coverage, pep8, python-pbr, python-six, python-stevedore,
+ python3-coverage, python3-pep8, python3-pbr, python3-six,
+ python3-stevedore to Build-Depends-Indep
+ - bump Standards-Version to 3.9.5 (no changes)
+ * debian/rules: clean pbr-*.egg that may get created when building on
+ systems without python-pbr installed
+ * add debian/patches/dont-install-distribute-for-tests.patch to avoid
+ installation of distribute from PyPI
+ -- Jan Dittberner <jandd at debian.org> Sat, 22 Feb 2014 13:57:06 +0100
+
python-cliff (1.4.5-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control 2014-02-22 13:30:30 UTC (rev 27858)
+++ packages/python-cliff/trunk/debian/control 2014-02-22 14:18:08 UTC (rev 27859)
@@ -4,18 +4,28 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd at debian.org>, Thomas Goirand <zigo at debian.org>
Build-Depends: debhelper (>= 9),
+ pep8,
python-all (>= 2.6.6-3~),
python-cmd2 (>= 0.6.7),
+ python-coverage,
python-mock,
python-nose,
+ python-pbr,
python-prettytable,
python-pyparsing (>= 2.0.1),
python-setuptools,
+ python-six,
python-sphinx (>= 1.0.7+dfsg-1~),
+ python-stevedore,
python3-all,
+ python3-coverage,
+ python3-pbr,
+ python3-pep8,
python3-pyparsing (>= 2.0.1),
- python3-setuptools
-Standards-Version: 3.9.4
+ python3-setuptools,
+ python3-six,
+ python3-stevedore
+Standards-Version: 3.9.5
Homepage: https://github.com/dreamhost/cliff
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cliff/trunk
Added: packages/python-cliff/trunk/debian/patches/dont-install-distribute-for-tests.patch
===================================================================
--- packages/python-cliff/trunk/debian/patches/dont-install-distribute-for-tests.patch (rev 0)
+++ packages/python-cliff/trunk/debian/patches/dont-install-distribute-for-tests.patch 2014-02-22 14:18:08 UTC (rev 27859)
@@ -0,0 +1,10 @@
+Author: Jan Dittberner <jandd at debian.org>
+Subject: don't install distribute for tests, we have python-setuptools that provides the same functionality
+--- a/test-requirements.txt
++++ b/test-requirements.txt
+@@ -3,5 +3,4 @@
+ coverage
+ pep8
+ cmd2
+-distribute
+ PrettyTable
Added: packages/python-cliff/trunk/debian/patches/series
===================================================================
--- packages/python-cliff/trunk/debian/patches/series (rev 0)
+++ packages/python-cliff/trunk/debian/patches/series 2014-02-22 14:18:08 UTC (rev 27859)
@@ -0,0 +1 @@
+dont-install-distribute-for-tests.patch
Modified: packages/python-cliff/trunk/debian/rules
===================================================================
--- packages/python-cliff/trunk/debian/rules 2014-02-22 13:30:30 UTC (rev 27858)
+++ packages/python-cliff/trunk/debian/rules 2014-02-22 14:18:08 UTC (rev 27859)
@@ -24,7 +24,7 @@
override_dh_clean:
dh_clean
- rm -rf cliff.egg-info build
+ rm -rf cliff.egg-info build pbr-*.egg
override_dh_python2:
dh_python2 -O--buildsystem=python_distutils -ppython-cliff
More information about the Python-modules-commits
mailing list