From b692286690f6b878d797bff1c15a13035d4d3668 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 15 Jun 2017 17:08:44 -0500 Subject: [PATCH] deb packaging: cleaner locale fix --- contrib/debian/control | 1 + contrib/debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/debian/control b/contrib/debian/control index ddedaf16b..2237ed5c9 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10.3), fontconfig, fontconfig-config, fonts-dejavu, + locales, libappstream-glib-dev (>= 0.6.13), libarchive-dev, libcolord-dev (>= 1.0.0), diff --git a/contrib/debian/rules b/contrib/debian/rules index f37fe6c3b..f9c343263 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +export LC_ALL := C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all #GPGME needs this for proper building on 32 bit archs