[Python-modules-commits] r22145 - in packages/circuits/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue Jun 12 22:04:08 UTC 2012
Date: Tuesday, June 12, 2012 @ 22:04:02
Author: eriol-guest
Revision: 22145
Clean properly to build twice in a row
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2012-06-12 16:54:33 UTC (rev 22144)
+++ packages/circuits/trunk/debian/changelog 2012-06-12 22:04:02 UTC (rev 22145)
@@ -49,6 +49,8 @@
- Switched to dh sequencer
- Run tests at build time for the default Python version (Closes: #634153).
Thanks Jakub Wilk for the report.
+ - Clean properly to build twice in a row (Closes: #671077).
+ Thanks Jakub Wilk for the report.
* debian/source/format
- Switched to dpkg-source 3.0 (quilt) format
* debian/watch
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2012-06-12 16:54:33 UTC (rev 22144)
+++ packages/circuits/trunk/debian/rules 2012-06-12 22:04:02 UTC (rev 22145)
@@ -8,9 +8,11 @@
override_dh_auto_clean:
rm -rf build
+ rm -rf docs/build/html
+ rm circuits.egg-info/PKG-INFO
rm circuits.egg-info/SOURCES.txt
- rm -rf docs/build/html
find . -name *.pyc -delete
+ find . -name *.coverage.* -delete
override_dh_auto_build:
set -e -x; \
More information about the Python-modules-commits
mailing list