[neon/kde/libksysguard/Neon/unstable] debian: moved files from ksysguard and pcap faff
Jonathan Riddell
null at kde.org
Mon Apr 26 15:36:00 BST 2021
Git commit f051744cdb470f5f18e0c9512a604c45386934b3 by Jonathan Riddell.
Committed on 26/04/2021 at 14:35.
Pushed by jriddell into branch 'Neon/unstable'.
moved files from ksysguard and pcap faff
M +2 -2 debian/control
M +3 -0 debian/libkf5sysguard-bin.install
M +5 -0 debian/rules
https://invent.kde.org/neon/kde/libksysguard/commit/f051744cdb470f5f18e0c9512a604c45386934b3
diff --git a/debian/control b/debian/control
index d671c07..f2eb4f0 100644
--- a/debian/control
+++ b/debian/control
@@ -71,8 +71,8 @@ Multi-Arch: no
Depends: libkf5sysguard-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Breaks: libkf5sysguard5 (<< 4:5.4.2)
-Replaces: libkf5sysguard5 (<< 4:5.4.2)
+Breaks: libkf5sysguard5 (<< 4:5.4.2), ksysguard (<< 4:5.21.80)
+Replaces: libkf5sysguard5 (<< 4:5.4.2), ksysguard (<< 4:5.21.80)
Description: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
diff --git a/debian/libkf5sysguard-bin.install b/debian/libkf5sysguard-bin.install
index 6343564..342c21d 100644
--- a/debian/libkf5sysguard-bin.install
+++ b/debian/libkf5sysguard-bin.install
@@ -1 +1,4 @@
usr/lib/kauth/libexec/ksysguardprocesslist_helper
+usr/lib/*/libexec/ksysguard/ksgrd_network_helper
+usr/lib/*/qt5/plugins/ksysguard/process/ksysguard_plugin_network.so
+usr/lib/*/qt5/plugins/ksysguard/process/ksysguard_plugin_nvidia.so
diff --git a/debian/rules b/debian/rules
index 8b14770..e5712a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,8 @@ override_dh_strip:
override_dh_auto_test:
# Disable dh_auto_test at build time
:
+
+override_dh_installdeb:
+ sed 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/' \
+ debian/libkf5sysguard-bin.postinst.in > debian/libkf5sysguard-bin.postinst
+ dh_installdeb
More information about the Neon-commits
mailing list