File: control

package info (click to toggle)
golang-github-muka-go-bluetooth 5.60-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,688 kB
  • sloc: makefile: 92; sh: 2
file content (73 lines) | stat: -rw-r--r-- 2,959 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: golang-github-muka-go-bluetooth
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-dbus-dev,
               golang-github-fatih-structs-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-github-suapapa-go-eddystone-dev,
               golang-golang-x-sys-dev,
               golang-golang-x-tools-dev,
               golang-logrus-dev,
# stuff also needed but not automagically detected
               golang-github-google-uuid-dev,
# tests need real hardware, that is not available on buildd, so deactivate tests
## external binaries that are needed for tests
#               rfkill,
#               bluez
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-muka-go-bluetooth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-muka-go-bluetooth.git
Homepage: https://github.com/muka/go-bluetooth
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/muka/go-bluetooth

Package: golang-github-muka-go-bluetooth-dev
Architecture: all
Depends: golang-dbus-dev,
         golang-github-fatih-structs-dev,
         golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev,
         golang-github-suapapa-go-eddystone-dev,
         golang-golang-x-sys-dev,
         golang-golang-x-tools-dev,
         golang-logrus-dev,
         ${misc:Depends}
Description: Golang bluetooth client based on bluez DBus interfaces (library)
 This package contains a Go bluetooth API for Linux-based Bluez DBus interface.
 .
 High level features supported:
  - Client code generation from bluez documentation
  - Shell wrappers for rfkill, btmgmt, hciconfig, hcitool
  - An hci socket basic API (inspired by go-ble/ble
  - Expose bluetooth service from go code [unstable]
  - Pairing and authentication support (via agent)
  - Beaconing send & receive (iBeacon and Eddystone)
  - Mesh API support (since v5.53)
 .
 This package contains the development files.

Package: go-bluetooth
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Golang bluetooth client based on bluez DBus interfaces (program)
 This package contains a Go bluetooth API for Linux-based Bluez DBus interface.
 .
 High level features supported:
  - Client code generation from bluez documentation
  - Shell wrappers for rfkill, btmgmt, hciconfig, hcitool
  - An hci socket basic API (inspired by go-ble/ble
  - Expose bluetooth service from go code [unstable]
  - Pairing and authentication support (via agent)
  - Beaconing send & receive (iBeacon and Eddystone)
  - Mesh API support (since v5.53)
 .
 This package contains the client software.