File: control

package info (click to toggle)
golang-github-containerd-cgroups 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 804 kB
  • sloc: makefile: 17
file content (43 lines) | stat: -rw-r--r-- 1,848 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
36
37
38
39
40
41
42
43
Source: golang-github-containerd-cgroups
Section: golang
Priority: optional
Standards-Version: 4.6.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               gogoprotobuf,
               golang-any,
               golang-dbus-dev,
               golang-github-cilium-ebpf-dev,
               golang-github-coreos-go-systemd-dev,
               golang-github-docker-go-units-dev,
               golang-github-gogo-protobuf-dev,
               golang-github-opencontainers-specs-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sys-dev,
               libprotobuf-dev,
Rules-Requires-Root: no
Homepage: https://github.com/containerd/cgroups
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-cgroups
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-cgroups.git
XS-Go-Import-Path: github.com/containerd/cgroups
Testsuite: autopkgtest-pkg-go

Package: golang-github-containerd-cgroups-dev
Architecture: all
Depends: golang-dbus-dev,
         golang-github-cilium-ebpf-dev,
         golang-github-coreos-go-systemd-dev,
         golang-github-docker-go-units-dev,
         golang-github-gogo-protobuf-dev,
         golang-github-opencontainers-specs-dev,
         golang-github-sirupsen-logrus-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
Description: cgroups package for Go
 Go package for creating, managing, inspecting, and destroying
 cgroups.  The resources format for settings on the cgroup uses the OCI
 runtime-spec found here (https://github.com/opencontainers/runtime-spec).