[Python-apps-commits] r3247 - in packages/mercurial/trunk/debian/patches (2 files)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Wed Jul 8 15:35:53 UTC 2009


    Date: Wednesday, July 8, 2009 @ 15:35:45
  Author: vdanjean
Revision: 3247

Documentation must be generated with the C locale

Added:
  packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch
Modified:
  packages/mercurial/trunk/debian/patches/series

Added: packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch
===================================================================
--- packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch	                        (rev 0)
+++ packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch	2009-07-08 15:35:45 UTC (rev 3247)
@@ -0,0 +1,12 @@
+Force C local when generating the documentation
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -17,7 +17,7 @@
+ 	touch hg.1.txt
+ 
+ hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
+-	${PYTHON} gendoc.py > $@
++	env LC_ALL=C ${PYTHON} gendoc.py > $@
+ 
+ %: %.xml
+ 	xmlto man $*.xml && \

Modified: packages/mercurial/trunk/debian/patches/series
===================================================================
--- packages/mercurial/trunk/debian/patches/series	2009-07-08 13:23:27 UTC (rev 3246)
+++ packages/mercurial/trunk/debian/patches/series	2009-07-08 15:35:45 UTC (rev 3247)
@@ -1,3 +1,4 @@
+for_upstream__force_C_locale.patch
 deb_specific__mergetools
 proposed_upstream__dont-install-i18n
 deb_specific__install-templates-separately




More information about the Python-apps-commits mailing list