[Python-modules-commits] r20348 - in packages/sphinx/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Feb 5 18:23:12 UTC 2012
Date: Sunday, February 5, 2012 @ 18:23:11
Author: jwilk
Revision: 20348
Don't remove *.egg-info in the clean target; add it to extend-diff-ignore instead.
Added:
packages/sphinx/trunk/debian/source/options
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2012-02-05 18:13:32 UTC (rev 20347)
+++ packages/sphinx/trunk/debian/changelog 2012-02-05 18:23:11 UTC (rev 20348)
@@ -2,8 +2,10 @@
* Make the build actually fail if integration tests for the JavaScript
code fail.
+ * Don't remove *.egg-info in the clean target; add it to extend-diff-ignore
+ instead.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 Feb 2012 18:30:38 +0100
+ -- Jakub Wilk <jwilk at debian.org> Sun, 05 Feb 2012 19:15:43 +0100
sphinx (1.1.2+dfsg-3) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2012-02-05 18:13:32 UTC (rev 20347)
+++ packages/sphinx/trunk/debian/rules 2012-02-05 18:23:11 UTC (rev 20348)
@@ -45,7 +45,7 @@
dh_testroot
python setup.py clean
find . -name '*.py[co]' -delete
- rm -rf build *.egg-info
+ rm -rf build
rm -f $(basename $(wildcard debian/*.in))
dh_clean
Added: packages/sphinx/trunk/debian/source/options
===================================================================
--- packages/sphinx/trunk/debian/source/options (rev 0)
+++ packages/sphinx/trunk/debian/source/options 2012-02-05 18:23:11 UTC (rev 20348)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
More information about the Python-modules-commits
mailing list