[linux] 01/02: Remove leading space from LC_CTYPE set in Documentation/DocBook/Makefile
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Aug 31 09:13:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit e99baa4adc647550ef575fcb23eeb8edcadf9e33
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Aug 31 02:06:02 2015 +0100
Remove leading space from LC_CTYPE set in Documentation/DocBook/Makefile
This sort of worked in that the C library would fall back to the "C"
locale, but it's not really what I intended.
---
debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch b/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch
index c20cdc1..cbeafd3 100644
--- a/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch
+++ b/debian/patches/bugfix/all/docbook-use-a-fixed-encoding-for-output.patch
@@ -22,7 +22,7 @@ Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
+
+# Use a fixed encoding - UTF-8 if the C library has support built-in
+# or ASCII if not
-+LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE), C.UTF-8, C)
++LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C)
+export LC_CTYPE
XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list