summaryrefslogtreecommitdiffstats
path: root/debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:21 +0000
commit6ff351f1dface7e0a33ffb17d21c32989eb7f747 (patch)
treecf07bbb9e7d34f5e8bd9db0e82b2e708bc1f6c95 /debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch
parentAdding upstream version 2.1.6. (diff)
downloadpacemaker-6ff351f1dface7e0a33ffb17d21c32989eb7f747.tar.xz
pacemaker-6ff351f1dface7e0a33ffb17d21c32989eb7f747.zip
Adding debian version 2.1.6-4.debian/2.1.6-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch')
-rw-r--r--debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch b/debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch
new file mode 100644
index 0000000..ac8898b
--- /dev/null
+++ b/debian/patches/Always-run-Inkscape-under-the-C.UTF-8-locale.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@debian.org>
+Date: Wed, 18 Nov 2020 22:43:38 +0100
+Subject: Always run Inkscape under the C.UTF-8 locale
+
+---
+ doc/sphinx/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
+index c4ade5c..6ecb9ab 100644
+--- a/doc/sphinx/Makefile.am
++++ b/doc/sphinx/Makefile.am
+@@ -98,7 +98,7 @@ DEPS_Pacemaker_Remote = $(PNGS_Pacemaker_Remote)
+
+ if BUILD_SPHINX_DOCS
+
+-INKSCAPE_CMD = $(INKSCAPE) --export-dpi=90 -C
++INKSCAPE_CMD = LC_ALL=C.UTF-8 $(INKSCAPE) --export-dpi=90 -C
+
+ # Pattern rule to generate PNGs from SVGs
+ # (--export-png works with Inkscape <1.0, --export-filename with >=1.0;