Initial packaging commit

This commit is contained in:
Chris Josten 2021-03-02 17:00:34 +01:00
parent a1f3a16af3
commit d8ed32ec0f
24 changed files with 841 additions and 1 deletions

39
debian/control vendored Normal file
View file

@ -0,0 +1,39 @@
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