[neon/kde/plasma-nm/Neon/release] debian: lint cleanups
Carlos De Maine
null at kde.org
Thu Jan 2 00:27:54 GMT 2025
Git commit 9193824568bf0dc5dcf3a6fe00b79ac12d4da163 by Carlos De Maine.
Committed on 02/01/2025 at 00:27.
Pushed by carlosdem into branch 'Neon/release'.
lint cleanups
M +5 -16 debian/control
D +0 -1 debian/kde-config-mobile-networking.install
M +4 -3 debian/plasma-nm.lintian-overrides
M +3 -1 debian/plasma-nm.qml-ignore
https://invent.kde.org/neon/kde/plasma-nm/-/commit/9193824568bf0dc5dcf3a6fe00b79ac12d4da163
diff --git a/debian/control b/debian/control
index 46772b6..0f1e36b 100644
--- a/debian/control
+++ b/debian/control
@@ -51,13 +51,16 @@ Vcs-Git: https://invent.kde.org/plasma/plasma-nm.git
Package: plasma-nm
Architecture: linux-any
-Depends: kf6-kcoreaddons,
+Depends: kf6-kcmutils,
+ kf6-kcoreaddons,
kf6-kdeclarative,
kf6-kirigami2,
kf6-kquickcharts,
+ kf6-ksvg,
kf6-prison,
mobile-broadband-provider-info,
network-manager,
+ qt6-declarative,
${misc:Depends},
${shlibs:Depends}
Recommends: kf6-kwallet
@@ -65,22 +68,8 @@ Suggests: network-manager-openconnect,
network-manager-openvpn,
network-manager-pptp,
network-manager-vpnc
-Replaces: plasma-nm-data
+Replaces: plasma-nm-data, kde-config-mobile-networking
Description: Plasma 6 networkmanager library.
Plasma desktop network manager.
.
This package is part of the KDE Plasma.
-
-Package: kde-config-mobile-networking
-Architecture: linux-any
-Depends: kf6-kcmutils,
- kf6-kirigami2,
- plasma-nm,
- qml6-module-qtquick,
- qml6-module-qtquick-controls,
- qml6-module-qtquick-layouts,
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Plasma networkmanager config tools
- Configuration KCM tools for mobile devicies to setup broadband and
- wifi.
diff --git a/debian/kde-config-mobile-networking.install b/debian/kde-config-mobile-networking.install
deleted file mode 100644
index 8b13789..0000000
--- a/debian/kde-config-mobile-networking.install
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/plasma-nm.lintian-overrides b/debian/plasma-nm.lintian-overrides
index 2ad6eec..20c049f 100644
--- a/debian/plasma-nm.lintian-overrides
+++ b/debian/plasma-nm.lintian-overrides
@@ -1,7 +1,8 @@
-plasma-nm: shlib-without-versioned-soname usr/lib/*/libplasmanm_editor.so libplasmanm_editor.so
-plasma-nm: shlib-without-versioned-soname usr/lib/*/libplasmanm_internal.so libplasmanm_internal.so
+plasma-nm: desktop-command-not-in-package systemsettings [usr/share/applications/kcm_networkmanagement.desktop]
+plasma-nm: desktop-command-not-in-package systemsettings [usr/share/applications/org.kde.vpnimport.desktop]
plasma-nm: package-must-activate-ldconfig-trigger usr/lib/*/libplasmanm_internal.so
plasma-nm: package-name-doesnt-match-sonames libplasmanm-editor libplasmanm-internal
-plasma-nm: desktop-command-not-in-package usr/share/applications/kcm_networkmanagement.desktop systemsettings
\ No newline at end of file
+plasma-nm: shlib-without-versioned-soname usr/lib/*/libplasmanm_editor.so libplasmanm_editor.so
+plasma-nm: shlib-without-versioned-soname usr/lib/*/libplasmanm_internal.so libplasmanm_internal.so
diff --git a/debian/plasma-nm.qml-ignore b/debian/plasma-nm.qml-ignore
index 9423ac8..c66d1ea 100644
--- a/debian/plasma-nm.qml-ignore
+++ b/debian/plasma-nm.qml-ignore
@@ -1 +1,3 @@
-org.kde.plasma.plasmoid 2.0
\ No newline at end of file
+org.kde.plasma.plasmoid*
+org.kde.plasma.components*
+org.kde.plasma.extras*
\ No newline at end of file
More information about the Neon-commits
mailing list