From e2e9026f14a4d41d23ea3372968da18669d427c4 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Mon, 3 Jun 2024 11:41:32 +0200 Subject: [PATCH] packaging: set LANG=C.utf-8 during tests Signed-off-by: Zygmunt Krynicki Gbp-Pq: Name 0009-PATCH-08-18-packaging-set-LANG-C.utf-8-during-tests.patch --- packaging/debian-sid/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian-sid/rules b/packaging/debian-sid/rules index 1a0139a1..02de8f40 100755 --- a/packaging/debian-sid/rules +++ b/packaging/debian-sid/rules @@ -189,7 +189,7 @@ endif $(MAKE) -C data all override_dh_auto_test: - GO111MODULE=off dh_auto_test -- $(BUILDFLAGS) -tags "$(TAGS)" $(GCCGOFLAGS) $(DH_GOPKG)/... + LANG=C.utf-8 GO111MODULE=off dh_auto_test -- $(BUILDFLAGS) -tags "$(TAGS)" $(GCCGOFLAGS) $(DH_GOPKG)/... # a tested default (production) build should have no test keys ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # check that only the main trusted account-keys are included -- 2.30.2