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 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: sdbus-cpp
Section: libdevel
Priority: optional
Maintainer: Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends:
cmake,
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
libexpat1-dev,
libgmock-dev (>= 1.10.0~) <!nocheck>,
libsystemd-dev,
pkgconf,
Build-Depends-Indep:
doxygen <!nodoc>,
Standards-Version: 4.7.0
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
Package: libsdbus-c++-bin
Section: utils
Architecture: linux-any
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: libsdbus-c++-dev
Architecture: linux-any
Multi-Arch: same
Depends:
libsdbus-c++2 (= ${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: libsdbus-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: libsdbus-c++2
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.
|