crun 1.8-1 source package in Ubuntu

Changelog

crun (1.8-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch to point to the GitHub API.
  * Ship the original upstream release, including its signature, instead of
    the DFSG repack. The two binary files were removed in the latest upstream
    release (PR #1126), and libocispec is DFSG-free, even if unused.
  * Rework debian/copyright, to simplify, document previously undocumented
    files (e.g.  libyajl).
  * Bump golang-github-opencontainers-specs-dev Build-Dependency to account
    for required changes there (memory.checkBeforeUpdate).
  * Regenerate a couple of pregenerated files using gperf.
  * Bump debhelper level to 13.
  * Switch buildsystem to autoreconf.
  * Various other misc packaging changes (override -> execute_after,
    d/install, wrap-and-sort -sabt, etc.)
  * Bump Standards-Version to 4.6.2, no further changes needed.
  * Add Reinhard Tartler to uploaders per his request.

 -- Faidon Liambotis <email address hidden>  Thu, 09 Feb 2023 03:36:22 +0200

Upload details

Uploaded by:
Dmitry Smirnov
Uploaded to:
Sid
Original maintainer:
Dmitry Smirnov
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
crun_1.8-1.dsc 2.3 KiB 7af5ac9104285f48fa077bf2fdc27fbc5f465c2df74701bb5d6b96d2d1e99576
crun_1.8.orig.tar.xz 674.4 KiB 6dc621b6825eaf0d6a8f70d2a7fa9adde24cee3ad9221a5efbadb0b8b25e0843
crun_1.8.orig.tar.xz.asc 488 bytes 890f0fe3263b8b70dd8c24c832e4aaa0586615ca4ec64fc7d24036a86e714e43
crun_1.8-1.debian.tar.xz 16.2 KiB 5d00f1fb25d3775a707eab25bd184818257e87c25db019236d58eccbf39e0110

Available diffs

No changes file available.

Binary packages built by this source

crun: lightweight OCI runtime for running containers

 crun is a command line program for running Linux containers that follow the
 Open Container Initiative (OCI) format. It is alternative to runc, but fully
 written in C, and focused on being fast and low-memory.
 .
 As an OCI runtime, crun is low-level and primarily intended to be used through
 a container engine, such as podman, docker, and containerd.

crun-dbgsym: debug symbols for crun