From e7e2892a6560605891807409c8967098facfe1b4 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 22 Jun 2022 02:42:18 -0500 Subject: [PATCH] Run wrap-and-sort. --- debian/changelog | 1 + debian/control | 9 +++------ debian/libsysstat-qt5-0-dev.install | 6 ++---- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index a66a733..ef49a89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libsysstat (0.4.6-1ubuntu1~ppa1) jammy; urgency=medium * Backport to Jammy. * Removed "-Wl,--as-needed" flag from debian/rules. + * Ran wrap-and-sort. -- Aaron Rainbolt Wed, 22 Jun 2022 02:27:34 -0500 diff --git a/debian/control b/debian/control index 0ad94cd..505d7cf 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,7 @@ Uploaders: Alf Gaida , Shih-Yuan Lee (FourDollars) Section: libs Priority: optional -Build-Depends: debhelper-compat (= 13), - lxqt-build-tools (>= 0.6.0~), +Build-Depends: debhelper-compat (= 13), lxqt-build-tools (>= 0.6.0~) Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/lxqt-team/libsysstat @@ -17,8 +16,7 @@ Homepage: https://github.com/lxqt/libsysstat Package: libsysstat-qt5-0 Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Qt-based interface to system statistics SysStat is a Qt-based interface to system statistics. . @@ -27,8 +25,7 @@ Description: Qt-based interface to system statistics Package: libsysstat-qt5-0-dev Architecture: any Section: libdevel -Depends: ${misc:Depends}, - libsysstat-qt5-0 (= ${binary:Version}) +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. . diff --git a/debian/libsysstat-qt5-0-dev.install b/debian/libsysstat-qt5-0-dev.install index 59b70ad..2f4771d 100644 --- a/debian/libsysstat-qt5-0-dev.install +++ b/debian/libsysstat-qt5-0-dev.install @@ -1,9 +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.cmake usr/share/cmake/sysstat-qt5/sysstat-qt5-config-version.cmake -usr/share/cmake/sysstat-qt5/sysstat-qt5-targets.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