integ/kubernetes/containerd/debian/deb_folder/control
Davlet Panech d33ee40aff containerd: remove unnecessary Build-Depends
Remove "Build-Depends: build-info-dev" . This package is not required at
build time and causes a dependency error with "build-pkgs --reuse" .

TESTS
=====
Run build-pkgs --clean --reuse --parallel 4

Closes-Bug: 2029139

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Icab05e0ac8202a75e179d2a395ab8acbab4de340
2023-08-03 16:01:08 -04:00

26 lines
916 B
Plaintext

Source: containerd
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.4.1
Homepage: https://containerd.io/
Package: containerd
Architecture: linux-any
Depends: runc (>= 0.1.0~),
${misc:Depends},
${shlibs:Depends},
Description: open and reliable container runtime
Containerd is an industry-standard container runtime with an emphasis on
simplicity, robustness and portability. It is available as a daemon for
Linux and Windows, which can manage the complete container life cycle of
its host system: image transfer and storage, container execution and
supervision, low-level storage and network attachments, etc.
.
Containerd is designed to be embedded into a larger system, rather than
being used directly by developers or end-users.
.
This package contains the binaries.