[neon/extras/rsibreak/Neon/release] debian: do not ship x-test translations
Pino Toscano
null at kde.org
Wed Sep 4 11:36:52 BST 2024
Git commit d40a1d79f95f6cda0eac08c673feb9b2f8d2b65b by Pino Toscano.
Committed on 09/06/2022 at 04:32.
Pushed by jriddell into branch 'Neon/release'.
do not ship x-test translations
M +1 -0 debian/changelog
M +4 -0 debian/rules
https://invent.kde.org/neon/extras/rsibreak/-/commit/d40a1d79f95f6cda0eac08c673feb9b2f8d2b65b
diff --git a/debian/changelog b/debian/changelog
index f505f53..0cce186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ rsibreak (4:0.12.15-0r1) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.1, no changes required.
* Remove inactive Uploaders.
* Add a simple upstream/metadata file.
+ * Do not ship x-test "translations".
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 09 Jun 2022 06:12:08 +0200
diff --git a/debian/rules b/debian/rules
index e6f1959..fd62b89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,7 @@
override_dh_auto_test:
xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test
+
+execute_after_dh_auto_install:
+ # remove the testing x-test "translations"
+ rm -rfv debian/tmp/usr/share/locale/x-test/
More information about the Neon-commits
mailing list