File: control

package info (click to toggle)
golang-github-hanwen-usb 0.0~git20141217.69aee45-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 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
Source: golang-github-hanwen-usb
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>,
           Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               libusb-1.0-0-dev,
               pkg-config
Standards-Version: 4.5.1
Homepage: https://github.com/hanwen/usb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hanwen-usb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hanwen-usb.git
XS-Go-Import-Path: github.com/hanwen/usb

Package: golang-github-hanwen-usb-dev
Architecture: all
Depends: golang-any, ${misc:Depends}, ${shlibs:Depends}
Description: CGO bindings for libusb
 These are CGO bindings for libusb, created and tested on Linux.
 .
 They used to be part of go-mtpfs, a FUSE filesystem for mounting MTP
 devices on Linux.