summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 83260db9c2ec8ff67565fd6d60ffc49db55051f9 (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
Source: golang-github-checkpoint-restore-go-criu
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:
 Dmitry Smirnov <onlyjob@debian.org>,
 Reinhard Tartler <siretart@tauware.de>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-github-spf13-cobra-dev,
 golang-google-protobuf-dev,
 protoc-gen-go,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.6.1
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/golang-github-checkpoint-restore-go-criu
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/golang-github-checkpoint-restore-go-criu
XSBC-Original-Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-go-criu
XSBC-Original-Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-go-criu.git
Homepage: https://github.com/checkpoint-restore/go-criu
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/checkpoint-restore/go-criu

Package: golang-github-checkpoint-restore-go-criu-dev
Architecture: all
Depends:
 golang-google-protobuf-dev,
 ${misc:Depends},
Breaks:
 golang-github-opencontainers-runc-dev (<< 1.0.2+ds1-1~),
Multi-Arch: foreign
Description: CRIU bindings for Golang
 Golang bindings for CRIU. The code is based on the Golang-based PHaul
 implementation from the CRIU repository.
 .
 Golang bindings provide an easy way to use the CRIU RPC calls from Golang
 without the need to set up all the infrastructure to make the actual RPC
 connection to CRIU.