summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d9ff5026c68ca4cb675bf7f4cd89425ee7004c24 (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: golang-github-containers-storage
Section: devel
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
XSBC-Original-Uploaders: Reinhard Tartler <siretart@tauware.de>,
           Dmitry Smirnov <onlyjob@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 11),
               dh-golang,
               ffjson,
               go-md2man,
               golang-github-burntsushi-toml-dev,
               golang-github-containerd-stargz-snapshotter-dev (>= 0.8.0-3),
               golang-github-cyphar-filepath-securejoin-dev,
               golang-github-containerd-btrfs-dev (>= 1.0.0),
               golang-github-datadog-zstd-dev,
               golang-github-docker-go-units-dev,
               golang-github-google-go-intervals-dev,
               golang-github-gotestyourself-gotest.tools-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-json-iterator-go-dev,
               golang-github-klauspost-pgzip-dev,
               golang-github-mattn-go-shellwords-dev,
               golang-github-moby-sys-dev,
               golang-github-opencontainers-go-digest-dev,
               golang-github-opencontainers-runc-dev,
               golang-github-opencontainers-selinux-dev (>= 1.5.0),
               golang-github-opencontainers-specs-dev,
               golang-github-pkg-errors-dev,
               golang-github-pquerna-ffjson-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-stretchr-testify-dev,
               golang-github-ulikunitz-xz-dev,
               golang-github-vbatts-tar-split-dev,
               golang-go (>> 2:1.14~~),
               golang-go-patricia-dev,
               golang-go-zfs-dev,
               golang-gocapability-dev,
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev (>> 0.0~git20201223),
               libbtrfs-dev,
               libdevmapper-dev
Standards-Version: 4.5.0
Homepage: https://github.com/containers/storage
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-storage
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-storage.git
XS-Go-Import-Path: github.com/containers/storage
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-containers-storage-dev
Architecture: all
Depends: golang-github-burntsushi-toml-dev,
         golang-github-containerd-stargz-snapshotter-dev,
         golang-github-cyphar-filepath-securejoin-dev,
         golang-github-datadog-zstd-dev,
         golang-github-docker-go-units-dev,
         golang-github-google-go-intervals-dev,
         golang-github-gotestyourself-gotest.tools-dev,
         golang-github-hashicorp-go-multierror-dev,
         golang-github-json-iterator-go-dev,
         golang-github-klauspost-pgzip-dev,
         golang-github-mattn-go-shellwords-dev,
         golang-github-moby-sys-dev,
         golang-github-opencontainers-go-digest-dev,
         golang-github-opencontainers-runc-dev,
         golang-github-opencontainers-selinux-dev (>= 1.0.0),
         golang-github-opencontainers-specs-dev,
         golang-github-pkg-errors-dev,
         golang-github-pquerna-ffjson-dev,
         golang-github-sirupsen-logrus-dev,
         golang-github-stretchr-testify-dev,
         golang-github-vbatts-tar-split-dev,
         golang-go-patricia-dev,
         golang-go-zfs-dev,
         golang-gocapability-dev,
         golang-golang-x-net-dev,
         golang-golang-x-sys-dev,
         libbtrfs-dev,
         libdevmapper-dev,
         ${misc:Depends}
Breaks: golang-github-containers-buildah-dev (<< 1.30)
Description: Go library for handling how containers are stored on disk
 storage is a Go library which aims to provide methods for storing
 filesystem layers, container images, and containers.  A containers-storage
 CLI wrapper is also included for manual and scripting use.
 .
 This package contains the library.

Package: containers-storage
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: CLI tools for handling how containers are stored on disk
 storage is a Go library which aims to provide methods for storing
 filesystem layers, container images, and containers.  A containers-storage
 CLI wrapper is also included for manual and scripting use.
 .
 This package contains the CLI tools.