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

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Thu Dec 3 21:20:26 UTC 2009


    Date: Thursday, December 3, 2009 @ 21:20:26
  Author: vdanjean
Revision: 4232

Remove patch 'force_C_locale'

A similar fix has been applied upstream

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

Deleted: packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch
===================================================================
--- packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch	2009-12-03 21:17:14 UTC (rev 4231)
+++ packages/mercurial/trunk/debian/patches/for_upstream__force_C_locale.patch	2009-12-03 21:20:26 UTC (rev 4232)
@@ -1,13 +0,0 @@
-Force C local when generating the documentation
-Without the C locale, the generated file can already have translations in the current locale...
---- a/doc/Makefile
-+++ b/doc/Makefile
-@@ -18,7 +18,7 @@
- 	touch hg.1.txt
- 
- hg.1.gendoc.txt: $(GENDOC)
--	${PYTHON} gendoc.py > $@.tmp
-+	env LC_ALL=C ${PYTHON} gendoc.py > $@.tmp
- 	mv $@.tmp $@
- 
- %: %.txt common.txt

Modified: packages/mercurial/trunk/debian/patches/series
===================================================================
--- packages/mercurial/trunk/debian/patches/series	2009-12-03 21:17:14 UTC (rev 4231)
+++ packages/mercurial/trunk/debian/patches/series	2009-12-03 21:20:26 UTC (rev 4232)
@@ -1,4 +1,3 @@
-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