File: control

package info (click to toggle)
golang-github-coreos-gexpect 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,179 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-coreos-gexpect
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang (>= 1.17~),
               golang-any,
               golang-github-creack-pty-dev (>= 1.1.10),
               golang-github-kballard-go-shellquote-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-gexpect
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-gexpect.git
Homepage: https://github.com/coreos/gexpect
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/coreos/gexpect

Package: golang-github-coreos-gexpect-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-creack-pty-dev (>= 1.1.10),
         golang-github-kballard-go-shellquote-dev
Description: library for starting and controlling subprocesses
 Pure golang expect library, for easily starting and controlling subprocesses.