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
|
Source: golang-tags.cncf-container-device-interface
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-fsnotify-fsnotify-dev,
golang-github-opencontainers-runtime-tools-dev,
golang-github-opencontainers-specs-dev,
golang-github-stretchr-testify-dev,
golang-github-xeipuuv-gojsonschema-dev,
golang-golang-x-mod-dev,
golang-golang-x-sys-dev,
golang-k8s-sigs-yaml-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-tags.cncf-container-device-interface
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-tags.cncf-container-device-interface.git
Homepage: https://github.com/cncf-tags/container-device-interface
XS-Go-Import-Path: tags.cncf.io/container-device-interface
Package: golang-tags.cncf-container-device-interface-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-fsnotify-fsnotify-dev,
golang-github-opencontainers-runtime-tools-dev,
golang-github-opencontainers-specs-dev,
golang-github-xeipuuv-gojsonschema-dev,
golang-golang-x-mod-dev,
golang-golang-x-sys-dev,
golang-k8s-sigs-yaml-dev,
${misc:Depends},
Provides: golang-github-container-orchestrated-devices-container-device-interface-dev (= ${source:Version}),
Breaks: golang-github-container-orchestrated-devices-container-device-interface-dev (<< 0.8.0-4),
Replaces: golang-github-container-orchestrated-devices-container-device-interface-dev (<< 0.8.0-4),
Description: container device interface
CDI (Container Device Interface), is a specification for container runtimes,
to support third party devices.
.
CDI concerns itself only with enabling container to be device aware.
Areas like resource management are explicitly left out of CDI (and is
expected to be handled by the orchestrator). Because of this focus, the
CDI specification is simple to implement and allows great flexibility to
runtimes and orchestrators.
Package: golang-github-container-orchestrated-devices-container-device-interface-dev
Section: oldlibs
Multi-Arch: foreign
Architecture: all
Depends: golang-tags.cncf-container-device-interface-dev,
${misc:Depends},
Description: Transitional package for golang-tags.cncf-container-device-interface-dev
This is a transitional package to ease upgrades to the
golang-tags.cncf-container-device-interface-dev package.
It can be safely removed.
|