[neon/kf6/kf6-kmime/Neon/unstable] debian: don't install translations as they clash with the existing kpim6-kmime

Carlos De Maine null at kde.org
Mon Jun 15 06:06:00 BST 2026


Git commit e5e82859a9d74a26158339291597185c7bad63f4 by Carlos De Maine.
Committed on 15/06/2026 at 05:05.
Pushed by carlosdem into branch 'Neon/unstable'.

don't install translations as they clash with the existing kpim6-kmime

A  +1    -0    debian/not-installed
M  +3    -0    debian/rules

https://invent.kde.org/neon/kf6/kf6-kmime/-/commit/e5e82859a9d74a26158339291597185c7bad63f4

diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..72b1f2e
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1 @@
+usr/share/locale/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ed86f34..9c51afc 100644
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,6 @@ override_dh_auto_install:
 	dh_auto_install
 	dh_auto_install -- install_html_docs
 	dh_auto_install -- install_qch_docs
+
+override_dh_install:
+	dh_install -X.qm
\ No newline at end of file


More information about the Neon-commits mailing list