[neon/kde/libksysguard/Neon/unstable] debian: lints
Carlos De Maine
null at kde.org
Sat Nov 25 06:47:43 GMT 2023
Git commit c77305471d67ae057320ef4c65a546e6756ddc6c by Carlos De Maine.
Committed on 25/11/2023 at 07:47.
Pushed by carlosdem into branch 'Neon/unstable'.
lints
M +0 -2 debian/libksysguard.maintscript
M +2 -2 debian/libksysguard.postinst.in
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/libksysguard/-/commit/c77305471d67ae057320ef4c65a546e6756ddc6c
diff --git a/debian/libksysguard.maintscript b/debian/libksysguard.maintscript
index 2443934..e69de29 100644
--- a/debian/libksysguard.maintscript
+++ b/debian/libksysguard.maintscript
@@ -1,2 +0,0 @@
-rm_conffile /etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
-rm_conffile /etc/xdg/libksysguard.categories
diff --git a/debian/libksysguard.postinst.in b/debian/libksysguard.postinst.in
index a390e89..760acbe 100644
--- a/debian/libksysguard.postinst.in
+++ b/debian/libksysguard.postinst.in
@@ -7,9 +7,9 @@ if [ "$1" = configure ]; then
if command -v setcap > /dev/null && \
setcap "CAP_NET_RAW=+ep" \
"/usr/lib/#DEB_HOST_MULTIARCH#/libexec/ksysguard/ksgrd_network_helper"; then
- echo "Sucessfully set capabilities for start_kdeinit"
+ echo "Sucessfully set capabilities for ksgrd_network_helper"
else
- echo "Failed to set capabilities for start_kdeinit" >&2
+ echo "Failed to set capabilities for ksgrd_network_helper" >&2
fi
fi
diff --git a/debian/rules b/debian/rules
index d48382c..431949e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_auto_configure:
override_dh_installdeb:
sed 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/' \
- debian/libkf5sysguard-bin.postinst.in > debian/libkf5sysguard-bin.postinst
+ debian/libksysguard.postinst.in > debian/libksysguard.postinst
dh_installdeb
More information about the Neon-commits
mailing list