From 382875db785484c914e1650d313bd42f50a9f88a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 2 Jan 2018 14:07:47 +0000 Subject: [PATCH] d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally --- debian/changelog | 1 + debian/rules | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 96996c99..c12d0829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ostree (2017.15-1) UNRELEASED; urgency=medium * New upstream release - d/libostree-1-1.symbols: Update + * d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally -- Simon McVittie Tue, 02 Jan 2018 14:06:18 +0000 diff --git a/debian/rules b/debian/rules index 60855cbc..7aef179b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -# Some tests assert that we will see English strings -export LC_ALL=C.UTF-8 binaries := $(shell dh_listpackages)