File: control

package info (click to toggle)
gdbuspp 3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: cpp: 9,462; python: 477; sh: 215; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (2)
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
Source: gdbuspp
Section: libs
Priority: optional
Maintainer: Marc Leeman <marc.leeman@gmail.com>
Uploaders: Marc Leeman <m.leeman@televic.com>
Build-Depends: debhelper-compat (= 13), libglib2.0-dev, meson, pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://codeberg.org/OpenVPN/gdbuspp
Vcs-Git: https://salsa.debian.org/erpel/gdbuspp.git
Vcs-Browser: https://salsa.debian.org/erpel/gdbuspp

Package: libgdbuspp3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple C++ based interface to implement D-Bus
 This library provides a simpler C++ based interface to implement D-Bus
 into applications in a more C++ approach, based on the C++17 standard.

Package: libgdbuspp-dev
Section: libdevel
Architecture: any
Depends: libgdbuspp3 (= ${binary:Version}), ${misc:Depends}
Description: GDbus++ Development Headers
 This library provides a simpler C++ based interface to implement D-Bus
 into applications in a more C++ approach, based on the C++17 standard.
 .
 This package contains the header files for development (API).