Run wrap-and-sort.
This commit is contained in:
parent
8d1eafebe4
commit
e7e2892a65
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <arraybolt3@gmail.com> Wed, 22 Jun 2022 02:27:34 -0500
|
||||
|
||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -6,8 +6,7 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||
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.
|
||||
.
|
||||
|
6
debian/libsysstat-qt5-0-dev.install
vendored
6
debian/libsysstat-qt5-0-dev.install
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user