File: control

package info (click to toggle)
golang-dbus 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: sh: 41; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
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
Source: golang-dbus
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Michael Hudson-Doyle <mwhudson@debian.org>,
Section: devel
Priority: extra
Build-Depends: dbus-x11,
               debhelper (>= 9),
               dh-golang,
               golang-any,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-dbus.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-dbus.git
Homepage: https://github.com/godbus/dbus
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/godbus/dbus

Package: golang-dbus-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Go client bindings for D-Bus
 Package "dbus" is a simple library that implements native Go client bindings
 for the D-Bus message bus system.
 .
 This package contains the source.