[Python-modules-commits] r15740 - in packages/sphinx/branches/1.0/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Feb 16 22:17:49 UTC 2011
Date: Wednesday, February 16, 2011 @ 22:17:34
Author: jwilk
Revision: 15740
Ship grammar pickle in the binary package.
Modified:
packages/sphinx/branches/1.0/debian/changelog
packages/sphinx/branches/1.0/debian/rules
Modified: packages/sphinx/branches/1.0/debian/changelog
===================================================================
--- packages/sphinx/branches/1.0/debian/changelog 2011-02-16 22:01:43 UTC (rev 15739)
+++ packages/sphinx/branches/1.0/debian/changelog 2011-02-16 22:17:34 UTC (rev 15740)
@@ -5,8 +5,10 @@
[ Jakub Wilk ]
* Stop embedding Python version in filename of grammar pickle.
+ * Ship grammar pickle in the binary package (closes: #613412). Thanks to
+ Frederic-Emmanuel Picca for the bug report.
- -- Jakub Wilk <jwilk at debian.org> Wed, 16 Feb 2011 23:00:25 +0100
+ -- Jakub Wilk <jwilk at debian.org> Wed, 16 Feb 2011 23:11:09 +0100
sphinx (1.0.7-1) experimental; urgency=low
Modified: packages/sphinx/branches/1.0/debian/rules
===================================================================
--- packages/sphinx/branches/1.0/debian/rules 2011-02-16 22:01:43 UTC (rev 15739)
+++ packages/sphinx/branches/1.0/debian/rules 2011-02-16 22:17:34 UTC (rev 15740)
@@ -39,6 +39,7 @@
mv $(SITE_PACKAGES_DIR)/sphinx/texinputs $(PACKAGE_DIR)/usr/share/sphinx/
mv $(SITE_PACKAGES_DIR)/sphinx/themes $(PACKAGE_DIR)/usr/share/sphinx/
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/
for lang in `find $(SITE_PACKAGES_DIR)/sphinx/locale\
-maxdepth 1 -mindepth 1 -type d -printf "%f "`;\
More information about the Python-modules-commits
mailing list