1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: posixsignalmanager
Maintainer: Christoph Hueffelmann <chr@istoph.de>
Section: libs
Priority: optional
Standards-Version: 4.7.2
Build-Depends:
debhelper-compat (=13),
meson,
ninja-build,
pkgconf,
qt5-qmake,
qttools5-dev-tools,
qtbase5-dev,
qmake6,
qt6-base-dev,
qt6-tools-dev-tools,
catch2
Homepage: https://github.com/textshell/posixsignalmanager
Vcs-Git: https://salsa.debian.org/chr/posixsignalmanager.git
Vcs-Browser: https://salsa.debian.org/chr/posixsignalmanager
Package: libposixsignalmanager0a
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: posix signal handling for qt - shared library
Library safe, synchronous and asynchronous handling of posix signals
for Qt applications and libraries.
.
This package contains the shared libraries necessary to run programs
compiled with posixsignalmanager.
Package: libposixsignalmanager-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libposixsignalmanager0a (= ${binary:Version}), ${misc:Depends}
Description: posix signal handling for qt - headers
Library safe, synchronous and asynchronous handling of posix signals
for Qt applications and libraries.
.
This package contains the header files and symbolic links need for
building software using posixsignalmanager.
Package: libposixsignalmanager-qt6-0a
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: posix signal handling for Qt6 - shared library
Library safe, synchronous and asynchronous handling of posix signals
for Qt6 applications and libraries.
.
This package contains the shared libraries necessary to run programs
compiled with posixsignalmanager for Qt6.
Package: libposixsignalmanager-qt6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libposixsignalmanager-qt6-0a (= ${binary:Version}), ${misc:Depends}
Description: posix signal handling for Qt6 - headers
Library safe, synchronous and asynchronous handling of posix signals
for Qt6 applications and libraries.
.
This package contains the header files and symbolic links needed for
building software using posixsignalmanager with Qt6.
|