[Python-modules-commits] r16171 - in packages/sphinx/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Mar 21 12:49:55 UTC 2011
Date: Monday, March 21, 2011 @ 12:49:53
Author: jwilk
Revision: 16171
Add ?\226?\128?\152set -e?\226?\128?\153 to a for loop in debian/rules.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2011-03-21 02:38:47 UTC (rev 16170)
+++ packages/sphinx/trunk/debian/changelog 2011-03-21 12:49:53 UTC (rev 16171)
@@ -35,6 +35,7 @@
reading files in /usr/share/sphinx.
+ Update debian/rules.
* Bump standards version to 3.9.1 (no changes needed).
+ * Add âset -eâ to a for loop in debian/rules.
[ Piotr Ożarowski ]
* Minimum required versions bumped:
@@ -45,7 +46,7 @@
[ Stefano Rivera ]
* Improve language and clarify options in manpages.
- -- Jakub Wilk <jwilk at debian.org> Thu, 17 Feb 2011 15:26:43 +0100
+ -- Jakub Wilk <jwilk at debian.org> Mon, 21 Mar 2011 13:49:06 +0100
sphinx (0.6.6-3) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2011-03-21 02:38:47 UTC (rev 16170)
+++ packages/sphinx/trunk/debian/rules 2011-03-21 12:49:53 UTC (rev 16171)
@@ -41,6 +41,7 @@
mv $(SITE_PACKAGES_DIR)/sphinx/pycode/Grammar.txt $(PACKAGE_DIR)/usr/share/sphinx/pycode/
cp sphinx/pycode/Grammar.pickle $(PACKAGE_DIR)/usr/share/sphinx/pycode/
mv $(SITE_PACKAGES_DIR)/sphinx/ext/autosummary/templates $(PACKAGE_DIR)/usr/share/sphinx/ext/autosummary/
+ set -e; \
for lang in `find $(SITE_PACKAGES_DIR)/sphinx/locale\
-maxdepth 1 -mindepth 1 -type d -printf "%f "`;\
do\
More information about the Python-modules-commits
mailing list