Source: gfxboot
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Some locales may trigger differences in the generated documentation and
various other files.

The attached patch fixes this by setting the locale to C.UTF-8 in
debian/rules.


Thanks for maintaining gfxboot!


live well,
  vagrant
From c007c4a382996cbc1878ea064fcbb5245ff92709 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Fri, 1 Jan 2021 03:28:32 +0000
Subject: [PATCH 3/6] debian/rules: Pass C.UTF-8 locale when building
 documentation.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 70fa8d1..41568cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ GFXBOOT_PATH = $(CURDIR)
 override_dh_auto_build:
 	dh_auto_build -- CFLAGS="$(CFLAGS) $(CPPFLAGS)"
 
-	$(MAKE) -C doc doc
+	LC_ALL=C.UTF-8 $(MAKE) -C doc doc
 
 	# gfxboot-dev
 	mkdir -p build/examples
-- 
2.30.0

Attachment: signature.asc
Description: PGP signature

Reply via email to