sdbus-cpp/debian/control

79 lines
2.4 KiB
Plaintext
Raw Normal View History

2024-10-27 14:59:34 +01:00
Source: sdbus-cpp2
Section: libdevel
2024-10-27 14:51:21 +01:00
Priority: optional
2024-10-27 14:59:34 +01:00
Maintainer: Shengjing Zhu <zhsj@debian.org>
2024-10-27 14:51:21 +01:00
Rules-Requires-Root: no
2024-10-27 14:59:34 +01:00
Build-Depends:
cmake,
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
libexpat1-dev,
libgmock-dev (>= 1.10.0~) <!nocheck>,
libsystemd-dev,
pkg-config,
Build-Depends-Indep:
doxygen <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/Kistler-Group/sdbus-cpp
Vcs-Git: https://salsa.debian.org/zhsj/sdbus-cpp.git
Vcs-Browser: https://salsa.debian.org/zhsj/sdbus-cpp
2024-10-27 14:51:21 +01:00
2024-10-27 14:59:34 +01:00
Package: libsdbus2-c++-bin
Section: utils
2024-10-27 14:51:21 +01:00
Architecture: linux-any
2024-10-27 14:59:34 +01:00
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High-level C++ D-Bus library for Linux in modern C++ (utilities)
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide
expressive, easy-to-use API in modern C++. It adds another layer of
abstraction on top of sd-bus, a nice, fresh C D-Bus implementation by systemd.
.
This package contains binary utilities.
Package: libsdbus2-c++-dev
Architecture: linux-any
Multi-Arch: same
Depends:
libsdbus2-c++1 (= ${binary:Version}),
libsystemd-dev,
${misc:Depends},
${shlibs:Depends},
Suggests:
libsdbus-c++-bin,
Description: High-level C++ D-Bus library for Linux in modern C++ (development files)
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide
expressive, easy-to-use API in modern C++. It adds another layer of
abstraction on top of sd-bus, a nice, fresh C D-Bus implementation by systemd.
.
This package contains development files.
Package: libsdbus2-c++-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High-level C++ D-Bus library for Linux in modern C++ (documentation)
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide
expressive, easy-to-use API in modern C++. It adds another layer of
abstraction on top of sd-bus, a nice, fresh C D-Bus implementation by systemd.
.
This package contains documentation.
Package: libsdbus2-c++1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High-level C++ D-Bus library for Linux in modern C++ (library)
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide
expressive, easy-to-use API in modern C++. It adds another layer of
abstraction on top of sd-bus, a nice, fresh C D-Bus implementation by systemd.
.
This package contains library.