golang-github-sjoerdsimons-ostree-go 0.0~git20201014.8fae757-2 source package in Ubuntu

Changelog

golang-github-sjoerdsimons-ostree-go (0.0~git20201014.8fae757-2) unstable; urgency=medium

  * Add the dependencies for the binary development package.
  * Wrap and sort control.
  * Bump debhelper from old 12 to 13.
  * Bump Standards-Version to 4.5.0.
  * Improve the package description.
  * Update copyrights.

 -- Andrej Shadura <email address hidden>  Wed, 14 Oct 2020 22:29:56 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sjoerdsimons-ostree-go_0.0~git20201014.8fae757-2.dsc 2.3 KiB 77e2cc2476264f956b53b5d7aa836dc5b52a199430d0179b05b7725a5c0fa71b
golang-github-sjoerdsimons-ostree-go_0.0~git20201014.8fae757.orig.tar.xz 17.2 KiB 0c54272b6492818b78d5df1ffcda1d62c3c6ea590d052163db4cd6948cb4ec80
golang-github-sjoerdsimons-ostree-go_0.0~git20201014.8fae757-2.debian.tar.xz 3.0 KiB a51bbe67154dfcbca0e8da40233d6100c6209d67dccc9085d0d128b64623b92e

No changes file available.

Binary packages built by this source

golang-github-sjoerdsimons-ostree-go-dev: Golang bindings for OSTree

 libostree is a library for managing bootable, immutable, versioned
 filesystem trees. It is like git in that it checksums individual files
 and has a content-addressed object store; unlike git, it "checks out"
 the files using hardlinks into an immutable directory tree. This
 can be used to provide atomic upgrades with rollback, history and
 parallel-installation, particularly useful on "fixed purpose" systems
 such as embedded devices. It is also used by the Flatpak application
 runtime system.
 .
 This package provides Go bindings for libostree.