Source: golang-github-godbus-dbus-v5
Section: golang
Maintainer: Romeo Calotă <mail@romeocalota.me>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-golang-x-sys-dev,
 dbus-daemon <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://gitlab.com/kicsyromy/golang-github-godbus-dbus-v5-debian
Vcs-Git: https://gitlab.com/kicsyromy/golang-github-godbus-dbus-v5-debian.git
Homepage: https://github.com/godbus/dbus
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/godbus/dbus/v5

Package: golang-github-godbus-dbus-v5-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 golang-golang-x-sys-dev
Description: native Go bindings for D-Bus (v5 import path)
 godbus is a native Go implementation of the D-Bus protocol — it does not
 wrap the libdbus C library and has no external dependencies beyond the
 Go standard library and golang.org/x/sys.
 .
 This package provides the Go source for the v5 import path,
 github.com/godbus/dbus/v5. It coexists with golang-dbus-dev, which
 ships the same library under the older import path
 github.com/godbus/dbus (without the /v5 suffix). New code should
 prefer the v5 path.
