golang-github-vbatts-tar-split 0.11.1-2 source package in Ubuntu

Changelog

golang-github-vbatts-tar-split (0.11.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 05 Feb 2021 03:00:47 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-vbatts-tar-split_0.11.1-2.dsc 2.4 KiB dc6aac9e1373847daef5012fb44fc6210d1f21e3ee85097bd88ae98e04457608
golang-github-vbatts-tar-split_0.11.1.orig.tar.xz 63.4 KiB 43b37bcc7a3e3f955968bf417fe84a87beddb2121ce3351c02b59aa380fc831a
golang-github-vbatts-tar-split_0.11.1-2.debian.tar.xz 4.6 KiB 28feda1f8afe3959a9ec655e6676ece0bf29f8f376c8443b20a6f4205d1c5b82

No changes file available.

Binary packages built by this source

golang-github-vbatts-tar-split-dev: No summary available for golang-github-vbatts-tar-split-dev in ubuntu hirsute.

No description available for golang-github-vbatts-tar-split-dev in ubuntu hirsute.

tar-split: tar archive assembly/disassembly

 Pristinely disassembling a tar archive, and stashing needed raw bytes and
 offsets to reassemble a validating original archive.
 .
 Eventually this should detect TARs that this is not possible with.
 .
 For example stored sparse files that have "holes" in them, will be read as a
 contiguous file, though the archive contents may be recorded in sparse format.
 Therefore when adding the file payload to a reassembled tar, to achieve
 identical output, the file payload would need be precisely re-sparsified. This
 is not something I seek to fix immediately, but would rather have an alert that
 precise reassembly is not possible. (see more
 http://www.gnu.org/software/tar/manual/html_node/Sparse-Formats.html)
 .
 Other caveat, while tar archives support having multiple file entries for the
 same path, we will not support this feature. If there are more than one entries
 with the same path, expect an err (like ErrDuplicatePath) or a resulting tar
 stream that does not validate your original checksum/signature.

tar-split-dbgsym: No summary available for tar-split-dbgsym in ubuntu kinetic.

No description available for tar-split-dbgsym in ubuntu kinetic.