[Python-modules-commits] r20431 - in packages/python-docutils/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Feb 13 13:51:08 UTC 2012
Date: Monday, February 13, 2012 @ 13:51:06
Author: jwilk
Revision: 20431
Don't run dh_testroot in the clean target.
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/rules
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2012-02-13 13:49:38 UTC (rev 20430)
+++ packages/python-docutils/trunk/debian/changelog 2012-02-13 13:51:06 UTC (rev 20431)
@@ -19,8 +19,12 @@
reStructuredText.
+ Remove docbook-to-man from Build-Depends-Indep.
+ Update debian/rules.
+ * Don't run dh_testroot in the clean target. There's a good chance that root
+ privileges are not needed (e.g. because binary target was run under
+ fakeroot), and even if they are actually needed, the target will fail
+ quickly.
- -- Jakub Wilk <jwilk at debian.org> Mon, 13 Feb 2012 14:49:15 +0100
+ -- Jakub Wilk <jwilk at debian.org> Mon, 13 Feb 2012 14:50:45 +0100
python-docutils (0.8.1-4) unstable; urgency=low
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2012-02-13 13:49:38 UTC (rev 20430)
+++ packages/python-docutils/trunk/debian/rules 2012-02-13 13:51:06 UTC (rev 20431)
@@ -55,7 +55,6 @@
clean:
dh_testdir
- dh_testroot
rm -f build-stamp
rm -rf build/
find -name '*.py[co]' -delete
More information about the Python-modules-commits
mailing list