File: control

package info (click to toggle)
golang-github-fsouza-go-dockerclient 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, experimental, sid, trixie
  • size: 1,340 kB
  • sloc: makefile: 26
file content (35 lines) | stat: -rw-r--r-- 1,576 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
Source: golang-github-fsouza-go-dockerclient
Section: golang
Priority: optional
Standards-Version: 4.6.1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-docker-docker-dev (>= 17.12.1~),
               golang-github-docker-go-units-dev,
               golang-github-google-go-cmp-dev (>= 0.2.0~),
               golang-github-gorilla-mux-dev,
               golang-golang-x-term-dev,
Homepage: https://github.com/fsouza/go-dockerclient
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fsouza-go-dockerclient
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fsouza-go-dockerclient.git
XS-Go-Import-Path: github.com/fsouza/go-dockerclient
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-fsouza-go-dockerclient-dev
Architecture: all
Depends: golang-github-docker-docker-dev (>= 17.12.1~),
         golang-github-docker-go-units-dev,
         golang-github-gorilla-mux-dev,
         ${misc:Depends},
Description: Docker client library in Go
 Client for the Docker remote API with support for the extensions in the
 Swarm API.
 .
 This package also provides support for docker's network API, which is a
 simple passthrough to the libnetwork remote API.  Note that docker's
 network API is only available in docker 1.8 and above, and only enabled in
 docker if DOCKER_EXPERIMENTAL is defined during the docker build process.