[neon/extras/kraft/Neon/release] debian: switch again to de_DE.utf8 locale
Pino Toscano
null at kde.org
Wed Oct 4 11:17:06 BST 2023
Git commit f02222ab7e58c3c44cb9fbf02fbc634f8a026ba6 by Pino Toscano.
Committed on 17/09/2023 at 05:33.
Pushed by jriddell into branch 'Neon/release'.
switch again to de_DE.utf8 locale
M +1 -1 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/kraft/-/commit/f02222ab7e58c3c44cb9fbf02fbc634f8a026ba6
diff --git a/debian/changelog b/debian/changelog
index 247127d..3b8bb62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,7 @@ kraft (1.1-0r1) UNRELEASED; urgency=medium
assumes it is there (while it is not) in case .git is not present
* Make the tests pass:
- add the locales-all build dependency
- - run tests using the C.utf8 locale
+ - run tests using the de_DE.utf8 locale
- fix the expected date strings when no date format is configured; patch
tests-dateformat.diff
diff --git a/debian/rules b/debian/rules
index ac958c7..8a70b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,4 @@ override_dh_auto_configure:
rm .tag
override_dh_auto_test:
- xvfb-run -a env KRAFT_HOME="$(CURDIR)" LC_ALL=C.utf8 dh_auto_test --no-parallel
+ xvfb-run -a env KRAFT_HOME="$(CURDIR)" LC_ALL=de_DE.utf8 dh_auto_test --no-parallel
More information about the Neon-commits
mailing list