[neon/kde/libksysguard/Neon/unstable] debian: new libKSysGuardSystemStats lib

Jonathan Riddell null at kde.org
Wed Apr 21 17:23:45 BST 2021


Git commit b95f361c2de0e2ff29d9ff595a187b3aa31e7846 by Jonathan Riddell.
Committed on 21/04/2021 at 16:23.
Pushed by jriddell into branch 'Neon/unstable'.

new libKSysGuardSystemStats lib

M  +13   -0    debian/control
M  +1    -0    debian/libkf5sysguard-dev.install
A  +2    -0    debian/libksysguardsystemstats1.install

https://invent.kde.org/neon/kde/libksysguard/commit/b95f361c2de0e2ff29d9ff595a187b3aa31e7846

diff --git a/debian/control b/debian/control
index 8d4080e..0c17f01 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,7 @@ Depends: libkf5config-dev,
          libksignalplotter9 (= ${binary:Version}),
          libksysguardsensorfaces1 (= ${binary:Version}),
          libksysguardsensors1 (= ${binary:Version}),
+         libksysguardsensorsystemstats1 (= ${binary:Version}),
          liblsofui9 (= ${binary:Version}),
          libprocesscore9 (= ${binary:Version}),
          libprocessui9 (= ${binary:Version}),
@@ -176,6 +177,18 @@ Description: library for monitoring your system - sensor faces shared library
  .
  This package contains the sensor faces shared library
 
+Package: libksysguardsystemstats1
+Architecture: any
+Multi-Arch: same
+Depends: libkf5sysguard-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: library for monitoring your system - sensor faces shared library
+ KSysGuard is a program to monitor various elements of your system, or any
+ other remote system with the KSysGuard daemon (ksysgardd) installed.
+ .
+ This package contains the system stats shared library
+
 Package: libprocessui9
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libkf5sysguard-dev.install b/debian/libkf5sysguard-dev.install
index 1d0e969..93a2ea6 100644
--- a/debian/libkf5sysguard-dev.install
+++ b/debian/libkf5sysguard-dev.install
@@ -4,6 +4,7 @@ usr/lib/*/cmake/KSysGuard/
 usr/lib/*/libKSysGuardFormatter.so
 usr/lib/*/libKSysGuardSensorFaces.so
 usr/lib/*/libKSysGuardSensors.so
+usr/lib/*/libKSysGuardSystemStats.so
 usr/lib/*/libksgrd.so
 usr/lib/*/libksignalplotter.so
 usr/lib/*/liblsofui.so
diff --git a/debian/libksysguardsystemstats1.install b/debian/libksysguardsystemstats1.install
new file mode 100644
index 0000000..c929715
--- /dev/null
+++ b/debian/libksysguardsystemstats1.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKSysGuardSystemStats.so.1
+usr/lib/*/libKSysGuardSystemStats.so.5*


More information about the Neon-commits mailing list