Compare commits
No commits in common. "ubuntu/plucky" and "ubuntu/noble" have entirely different histories.
ubuntu/plu
...
ubuntu/nob
31
debian/changelog
vendored
31
debian/changelog
vendored
@ -1,34 +1,3 @@
|
||||
libsysstat (1.1.0-0ubuntu3) plucky; urgency=medium
|
||||
|
||||
* Update Standards-Version to 4.7.1, no changes needed.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:11:46 -0600
|
||||
|
||||
libsysstat (1.1.0-0ubuntu2) plucky; urgency=medium
|
||||
|
||||
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:54:06 -0600
|
||||
|
||||
libsysstat (1.1.0-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Bump build dependencies.
|
||||
* Make the package Lintian-clean.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:11 -0600
|
||||
|
||||
libsysstat (1.0.0-0ubuntu1) oracular; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||
* Bump build deps.
|
||||
* Bump package names for Qt6.
|
||||
* Update copyright file.
|
||||
* Bump soname.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:04:14 -0500
|
||||
|
||||
libsysstat (0.4.6-2ubuntu1) lunar; urgency=medium
|
||||
|
||||
* Revert a sync from Debian.
|
||||
|
17
debian/control
vendored
17
debian/control
vendored
@ -1,22 +1,23 @@
|
||||
Source: libsysstat
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13), lxqt-build-tools (>= 2.1.0)
|
||||
Standards-Version: 4.7.1
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
lxqt-build-tools (>= 0.12.0),
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/libsysstat-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/libsysstat-packaging.git
|
||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libsysstat
|
||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libsysstat.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libsysstat
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libsysstat.git
|
||||
Homepage: https://github.com/lxqt/libsysstat
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: libsysstat-qt6-1
|
||||
Package: libsysstat-qt5-0
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
@ -25,10 +26,10 @@ Description: Qt-based interface to system statistics
|
||||
.
|
||||
This package contain the shared library.
|
||||
|
||||
Package: libsysstat-qt6-1-dev
|
||||
Package: libsysstat-qt5-0-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libsysstat-qt6-1 (= ${binary:Version}), ${misc:Depends}
|
||||
Depends: libsysstat-qt5-0 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Qt-based interface to system statistics (dev)
|
||||
SysStat is a Qt-based interface to system statistics.
|
||||
.
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,13 +3,13 @@ Upstream-Name: libsysstat
|
||||
Source: https://github.com/lxqt/libsysstat
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2024 LXQt team
|
||||
Copyright: 2012-2021 LXQt team
|
||||
2012 Razor team
|
||||
2009-2012, Kuzma Shapran <kuzma.shapran@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2018 Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
|
7
debian/libsysstat-qt5-0-dev.install
vendored
Normal file
7
debian/libsysstat-qt5-0-dev.install
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
usr/include/sysstat-qt5/
|
||||
usr/lib/*/libsysstat-qt5.so
|
||||
usr/lib/*/pkgconfig/sysstat-qt5.pc
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-config-version.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-config.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets-relwithdebinfo.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets.cmake
|
1
debian/libsysstat-qt5-0.install
vendored
Normal file
1
debian/libsysstat-qt5-0.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/libsysstat-qt5.so.*
|
@ -1,5 +1,5 @@
|
||||
libsysstat-qt6.so.1 libsysstat-qt6-1 #MINVER#
|
||||
* Build-Depends-Package: libsysstat-qt6-1-dev
|
||||
libsysstat-qt5.so.0 libsysstat-qt5-0 #MINVER#
|
||||
* Build-Depends-Package: libsysstat-qt5-0-dev
|
||||
(c++)"SysStat::CpuStat::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.2.0
|
||||
(c++)"SysStat::CpuStat::qt_metacast(char const*)@Base" 0.2.0
|
||||
(c++)"SysStat::CpuStat::setMonitoring(SysStat::CpuStat::Monitoring)@Base" 0.2.0
|
7
debian/libsysstat-qt6-1-dev.install
vendored
7
debian/libsysstat-qt6-1-dev.install
vendored
@ -1,7 +0,0 @@
|
||||
usr/include/sysstat-qt6/
|
||||
usr/lib/*/libsysstat-qt6.so
|
||||
usr/lib/*/pkgconfig/sysstat-qt6.pc
|
||||
usr/share/cmake/sysstat-qt6/sysstat-qt6-config-version.cmake
|
||||
usr/share/cmake/sysstat-qt6/sysstat-qt6-config.cmake
|
||||
usr/share/cmake/sysstat-qt6/sysstat-qt6-targets-relwithdebinfo.cmake
|
||||
usr/share/cmake/sysstat-qt6/sysstat-qt6-targets.cmake
|
1
debian/libsysstat-qt6-1.install
vendored
1
debian/libsysstat-qt6-1.install
vendored
@ -1 +0,0 @@
|
||||
usr/lib/*/libsysstat-qt6.so.*
|
2
debian/libsysstat-qt6-1.lintian-overrides
vendored
2
debian/libsysstat-qt6-1.lintian-overrides
vendored
@ -1,2 +0,0 @@
|
||||
# False positive
|
||||
libsysstat-qt6-1: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/*]
|
Loading…
x
Reference in New Issue
Block a user