[Python-modules-commits] r8460 - in packages/sphinx/trunk/debian (changelog rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed May 13 18:45:39 UTC 2009
Date: Wednesday, May 13, 2009 @ 18:45:38
Author: piotr
Revision: 8460
Install .mo files (Closes: #526027)
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2009-05-13 16:50:36 UTC (rev 8459)
+++ packages/sphinx/trunk/debian/changelog 2009-05-13 18:45:38 UTC (rev 8460)
@@ -1,7 +1,11 @@
sphinx (0.6.1-2) UNRELEASED; urgency=low
+ [ Mikhail Gusarov ]
* Fix debian/README.source: s/dpatch/quilt/ (Closes: #523293).
+ [ Piotr Ożarowski ]
+ * Install .mo files (Closes: #526027)
+
-- Mikhail Gusarov <dottedmag at dottedmag.net> Sun, 12 Apr 2009 14:37:30 +0700
sphinx (0.6.1-1) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2009-05-13 16:50:36 UTC (rev 8459)
+++ packages/sphinx/trunk/debian/rules 2009-05-13 18:45:38 UTC (rev 8460)
@@ -40,8 +40,11 @@
-maxdepth 1 -mindepth 1 -type d -printf "%f "`;\
do\
mkdir $(PACKAGE_DIR)/usr/share/sphinx/locale/$$lang;\
+ mkdir -p $(PACKAGE_DIR)/usr/share/locale/$$lang/LC_MESSAGES;\
mv $(SITE_PACKAGES_DIR)/sphinx/locale/$$lang/LC_MESSAGES/sphinx.js\
$(PACKAGE_DIR)/usr/share/sphinx/locale/$$lang/;\
+ mv $(SITE_PACKAGES_DIR)/sphinx/locale/$$lang/LC_MESSAGES/sphinx.mo\
+ $(PACKAGE_DIR)/usr/share/locale/$$lang/LC_MESSAGES;\
rm -rf $(SITE_PACKAGES_DIR)/sphinx/locale/$$lang;\
done
rm -f $(SITE_PACKAGES_DIR)/sphinx/locale/sphinx.pot
More information about the Python-modules-commits
mailing list