[neon/mobile/plasma-settings/Neon/release] debian: do not install locale

Jonathan Riddell null at kde.org
Wed Feb 28 12:42:17 GMT 2024


Git commit ea1aec448c5e675e9b1c32df18ead698f71c12ef by Jonathan Riddell.
Committed on 28/02/2024 at 12:42.
Pushed by jriddell into branch 'Neon/release'.

do not install locale

M  +1    -1    debian/control
A  +4    -0    debian/plasma-settings.install
M  +5    -1    debian/rules

https://invent.kde.org/neon/mobile/plasma-settings/-/commit/ea1aec448c5e675e9b1c32df18ead698f71c12ef

diff --git a/debian/control b/debian/control
index a9a0028..3a34281 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Depends: kaccounts-integration,
          kaccounts-providers,
          kwin-common,
          plasma-framework,
+         plasma-nm,
          qml-module-org-kde-kaccounts,
          qml-module-org-kde-kcm,
          qml-module-org-kde-kirigami-addons-labs-mobileform,
@@ -57,7 +58,6 @@ Depends: kaccounts-integration,
          qml-module-org-kde-kirigamiaddons,
          qml-module-org-kde-kitemmodels,
          qml-module-ubuntu-onlineaccounts,
-	 plasma-nm,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Plasma phone settings application
diff --git a/debian/plasma-settings.install b/debian/plasma-settings.install
new file mode 100644
index 0000000..0c232af
--- /dev/null
+++ b/debian/plasma-settings.install
@@ -0,0 +1,4 @@
+/usr/bin/
+/usr/lib/
+/usr/share/applications/
+/usr/share/kpackage/
diff --git a/debian/rules b/debian/rules
index b57f3e9..0d43fae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp


More information about the Neon-commits mailing list