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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: golang-github-containers-common
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang,
go-md2man,
golang-go (>> 2:1.14),
golang-github-containers-image-dev (>> 5.10~~),
golang-github-containers-storage-dev (>> 1.24.5~~),
golang-github-docker-docker-dev,
golang-github-docker-go-units-dev,
golang-github-onsi-ginkgo-dev,
golang-github-opencontainers-runc-dev (>> 1.0.0~rc92),
golang-github-opencontainers-selinux-dev (>> 1.8.0),
golang-github-opencontainers-specs-dev (>= 1.0.2.41.g7413a7f-1+deb11u1),
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
golang-gocapability-dev,
golang-golang-x-sys-dev,
golang-gomega-dev,
golang-logrus-dev,
golang-toml-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-common
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-common.git
Homepage: https://github.com/containers/common
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/common
Package: golang-github-containers-common
Architecture: all
Depends: golang-github-containers-image,
${misc:Depends}
Breaks: buildah (<< 1.19.2+dfsg1-2~~)
Description: Common files for github.com/containers repositories
This package contains common configuration files for use by
other container projects.
Package: golang-github-containers-common-dev
Architecture: all
Depends: golang-github-containers-image-dev (>> 5.10~~),
golang-github-containers-storage-dev (>> 1.24.5~~),
golang-github-docker-docker-dev,
golang-github-docker-go-units-dev,
golang-github-onsi-ginkgo-dev,
golang-github-opencontainers-runc-dev (>> 1.0.0~rc92),
golang-github-opencontainers-selinux-dev (>> 1.8.0),
golang-github-opencontainers-specs-dev (>= 1.0.2.41.g7413a7f-1+deb11u1),
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
golang-gocapability-dev,
golang-golang-x-sys-dev,
golang-gomega-dev,
golang-logrus-dev,
golang-toml-dev,
${misc:Depends}
Description: Common files for github.com/containers repositories (library)
This package contains shared common files and common go code
to manage those files in github.com/containers repos.
|