[Python-modules-commits] r29138 - in packages/python-urllib3/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed May 28 17:44:11 UTC 2014
Date: Wednesday, May 28, 2014 @ 17:44:10
Author: eriol-guest
Revision: 29138
Cleaned .coverage file generated by nose using coverage plugin
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/clean
packages/python-urllib3/trunk/debian/rules
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2014-05-28 15:52:50 UTC (rev 29137)
+++ packages/python-urllib3/trunk/debian/changelog 2014-05-28 17:44:10 UTC (rev 29138)
@@ -1,6 +1,8 @@
python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/clean
+ - Removed .coverage entry
* debian/control
- Added python3-coverage, python3-mock, python3-nose to Build-Depends
- Bumped python(3)-coverage to (>=3.6)
@@ -24,9 +26,10 @@
* debian/rules
- Enabled tests at build time also for Python 3 using the custom build
plugin of pybuild
+ - Cleaned .coverage file generated by nose using coverage plugin
- No need to remove dummyserver since it is not installed anymore
- -- Daniele Tricoli <eriol at mornie.org> Wed, 28 May 2014 17:51:59 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 28 May 2014 19:41:18 +0200
python-urllib3 (1.8-2) unstable; urgency=medium
Modified: packages/python-urllib3/trunk/debian/clean
===================================================================
--- packages/python-urllib3/trunk/debian/clean 2014-05-28 15:52:50 UTC (rev 29137)
+++ packages/python-urllib3/trunk/debian/clean 2014-05-28 17:44:10 UTC (rev 29138)
@@ -1,2 +1 @@
urllib3.egg-info/*
-.coverage
Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules 2014-05-28 15:52:50 UTC (rev 29137)
+++ packages/python-urllib3/trunk/debian/rules 2014-05-28 17:44:10 UTC (rev 29138)
@@ -18,6 +18,9 @@
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage" dh_auto_test
+ # Clean here .coverage because it is created by nose using the coverage
+ # plugin
+ find . -name .coverage -delete
override_dh_installchangelogs:
dh_installchangelogs CHANGES.rst
More information about the Python-modules-commits
mailing list