40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
Source: libddbus
|
|
Priority: optional
|
|
Maintainer: Chris Josten <chris@netsoj.nl>
|
|
Build-Depends: debhelper (>= 11),
|
|
dh-dlang,
|
|
meson
|
|
Standards-Version: 4.1.3
|
|
Section: libs
|
|
Homepage: https://github.com/trishume/ddbus
|
|
Vcs-Browser: https://githee.netsoj.nl/debian-packages/libddbus
|
|
Vcs-Git: https://githee.netsoj.nl/debian-packages/libddbus.git
|
|
|
|
Package: libddbus-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: libddbus1 (= ${binary:Version}), ${misc:Depends},
|
|
libddbus-1-dev (>= 1.12.0)
|
|
Description: D library for interfacing with dbus
|
|
A dbus library for the D programming language.
|
|
.
|
|
Provides fancy and convenient highly templated methods that automagically
|
|
serialize and deserialize things into DBus types so that calling DBus methods
|
|
is almost as easy as calling local ones.
|
|
.
|
|
Provides development files for libddbus1
|
|
|
|
Package: libddbus1
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: D library for interfacing with dbus
|
|
A dbus library for the D programming language.
|
|
.
|
|
Provides fancy and convenient highly templated methods that automagically
|
|
serialize and deserialize things into DBus types so that calling DBus methods
|
|
is almost as easy as calling local ones.
|
|
.
|
|
Provides development files for libddbus1
|