File: control

package info (click to toggle)
golang-github-burntsushi-xgb 0.0~git20210121.deaf085-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 2,100 kB
  • sloc: makefile: 61
file content (28 lines) | stat: -rw-r--r-- 1,033 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
Source: golang-github-burntsushi-xgb
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.org>,
 Felix Yan <felixonmars@archlinux.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               xvfb,
               xauth
Standards-Version: 4.5.1
Homepage: https://github.com/BurntSushi/xgb
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/golang-github-burntsushi-xgb
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/golang-github-burntsushi-xgb.git
XS-Go-Import-Path: github.com/BurntSushi/xgb
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-burntsushi-xgb-dev
Architecture: all
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         golang-go
Description: Low-level API to communicate with the X server. See the reference
 (https://github.com/BurntSushi/xgb) for more info.