summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: bda156becf1025079484c9671f9b388fecdf9cd2 (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
Source: golang-github-checkpoint-restore-checkpointctl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-checkpoint-restore-go-criu-dev (>> 6),
               golang-github-containers-storage-dev,
               golang-github-olekukonko-tablewriter-dev,
               golang-github-opencontainers-specs-dev,
               golang-github-spf13-cobra-dev,
               golang-github-ulikunitz-xz-dev,
               golang-github-xlab-treeprint-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-checkpointctl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-checkpointctl.git
Homepage: https://github.com/checkpoint-restore/checkpointctl
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/checkpoint-restore/checkpointctl

Package: golang-github-checkpoint-restore-checkpointctl-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-checkpoint-restore-go-criu-dev (>> 6),
         golang-github-containers-storage-dev,
         golang-github-olekukonko-tablewriter-dev,
         golang-github-opencontainers-specs-dev,
         golang-github-spf13-cobra-dev,
         golang-github-ulikunitz-xz-dev,
         golang-github-xlab-treeprint-dev,
         ${misc:Depends}
Description: Tool to inspect Kubernetes and Podman checkpoints (library)
 Container engines like *Podman* and *CRI-O* have the ability to
 checkpoint a container.  All data related to a checkpoint is collected
 in a checkpoint archive.
 .
 This library contains code to create and make use of checkpoint archives.

Package: checkpointctl
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Tool to inspect Kubernetes and Podman checkpoints (program)
 Container engines like *Podman* and *CRI-O* have the ability to
 checkpoint a container.  All data related to a checkpoint is collected
 in a checkpoint archive.
 .
 This package provides the tool checkpointctl to display information about
 these checkpoint archives.