File: control

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,108 kB
  • sloc: sh: 557; makefile: 104
file content (47 lines) | stat: -rw-r--r-- 2,231 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
44
45
46
47
Source: golang-github-opencontainers-runtime-tools
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any (>= 2:1.7~),
               golang-github-blang-semver-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-mrunalp-fileutils-dev,
               golang-github-opencontainers-specs-dev (>= 1.0.1+git20181111~),
               golang-github-opencontainers-selinux-dev (>= 1.3.0~),
               golang-github-satori-go.uuid-dev,
               golang-github-sirupsen-logrus-dev (>= 1.0.2~),
               golang-github-stretchr-testify-dev,
               golang-github-urfave-cli-dev,
               golang-github-xeipuuv-gojsonschema-dev,
               golang-gocapability-dev,
               golang-golang-x-sys-dev,
Homepage: https://github.com/opencontainers/runtime-tools
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-runtime-tools
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-runtime-tools.git
XS-Go-Import-Path: github.com/opencontainers/runtime-tools
Testsuite: autopkgtest-pkg-go

Package: golang-github-opencontainers-runtime-tools-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-blang-semver-dev,
         golang-github-hashicorp-go-multierror-dev,
         golang-github-mrunalp-fileutils-dev,
         golang-github-opencontainers-specs-dev (>= 1.0.1+git20181111~),
         golang-github-satori-go.uuid-dev,
         golang-github-sirupsen-logrus-dev (>= 1.0.2~),
         golang-github-opencontainers-selinux-dev (>= 1.3.0~),
         golang-github-stretchr-testify-dev,
         golang-github-urfave-cli-dev,
         golang-github-xeipuuv-gojsonschema-dev,
         golang-gocapability-dev,
         golang-golang-x-sys-dev,
Description: OCI Runtime Tools
 oci-runtime-tool is a collection of tools for working with the OCI
 runtime specification (https://github.com/opencontainers/runtime-spec).
 .
 This package provides the development files.