[neon/kde/kwin/Neon/unstable] debian: use debhelper-compat and a wildcard for all translations
Carlos De Maine
null at kde.org
Fri Apr 28 22:05:59 BST 2023
Git commit 7566f44f5313f8c51bf7b3be9e049d192e406df3 by Carlos De Maine.
Committed on 28/04/2023 at 21:05.
Pushed by carlosdem into branch 'Neon/unstable'.
use debhelper-compat and a wildcard for all translations
D +0 -1 debian/compat
M +2 -2 debian/control
M +1 -13 debian/kwin-data.install
https://invent.kde.org/neon/kde/kwin/commit/7566f44f5313f8c51bf7b3be9e049d192e406df3
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 2a96c4d..3fc2b77 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: breeze-dev (>= 4:5.9.0~),
+Build-Depends: breeze-dev,
cmake (>= 3.1~),
- debhelper (>= 11~),
+ debhelper-compat (= 13),
hwdata,
kf6-extra-cmake-modules,
kf6-kactivities-dev,
diff --git a/debian/kwin-data.install b/debian/kwin-data.install
index f56a231..b7b8428 100644
--- a/debian/kwin-data.install
+++ b/debian/kwin-data.install
@@ -25,16 +25,4 @@ usr/kf6/share/kpackage/kcms/kcm_kwinxwayland/
usr/kf6/share/kpackage/kcms/kcm_virtualkeyboard/
usr/kf6/share/krunner/dbusplugins/kwin-runner-windows.desktop
usr/kf6/share/kwin/
-usr/kf6/share/locale/*/*/kcm_kwin_effects.mo
-usr/kf6/share/locale/*/*/kcm_kwin_scripts.mo
-usr/kf6/share/locale/*/*/kcm_kwin_virtualdesktops.mo
-usr/kf6/share/locale/*/*/kcm_kwindecoration.mo
-usr/kf6/share/locale/*/*/kcm_kwinrules.mo
-usr/kf6/share/locale/*/*/kcm_kwintabbox.mo
-usr/kf6/share/locale/*/*/kcm_kwinxwayland.mo
-usr/kf6/share/locale/*/*/kcm_virtualkeyboard.mo
-usr/kf6/share/locale/*/*/kcmkwincommon.mo
-usr/kf6/share/locale/*/*/kcmkwincompositing.mo
-usr/kf6/share/locale/*/*/kcmkwinscreenedges.mo
-usr/kf6/share/locale/*/*/kcmkwm.mo
-usr/kf6/share/locale/*/*/kwin.mo
+usr/kf6/share/locale/*/*/*.mo
\ No newline at end of file
More information about the Neon-commits
mailing list