File: control

package info (click to toggle)
golang-github-moby-term 0.0~git20201110.bea5bbe-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,202 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
Source: golang-github-moby-term
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-creack-pty-dev,
               golang-github-google-go-cmp-dev,
               golang-github-gotestyourself-gotest.tools-dev,
               golang-golang-x-sys-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/moby/term
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-moby-term
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-moby-term.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/moby/term

Package: golang-github-moby-term-dev
Architecture: all
Depends: golang-github-creack-pty-dev,
         golang-github-google-go-cmp-dev,
         golang-github-gotestyourself-gotest.tools-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends}
Description: utilities for dealing with terminals
 term provides structures and helper functions to work with terminal
 (state, sizes).