[neon/kf6/kf6-kmime/Neon/release] 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:48 BST 2026
Git commit d0a0fe7acbfb6b18260479e39dc7fcc02559f411 by Carlos De Maine.
Committed on 15/06/2026 at 05:06.
Pushed by carlosdem into branch 'Neon/release'.
don't install translations as they clash with the existing kpim6-kmime
(cherry picked from commit e5e82859a9d74a26158339291597185c7bad63f4)
Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>
A +1 -0 debian/not-installed
M +3 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-kmime/-/commit/d0a0fe7acbfb6b18260479e39dc7fcc02559f411
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