golang-github-vbatts-tar-split 0.11.2+ds1-1 source package in Ubuntu

Changelog

golang-github-vbatts-tar-split (0.11.2+ds1-1) unstable; urgency=medium

  * Team upload.

  [ Felix Geyer ]
  * New upstream release.
  * Repack upstream archive to strip vendor/
  * Disable DH_GOLANG_INSTALL_ALL, dh-golang installs testdata by default now.
  * Remove codegangsta-aliases.patch, not needed anymore.
  * Switch to debhelper compat level 13.
  * Upgrade watch file to version 4.

  [ Debian Janitor ]
  * golang-github-vbatts-tar-split-dev: Add Multi-Arch: foreign.

 -- Felix Geyer <email address hidden>  Thu, 13 Oct 2022 23:34:27 +0200

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-vbatts-tar-split_0.11.2+ds1-1.dsc 2.4 KiB 7ae29f1dd9f4d86469f859fa0a9699b8ce7f47bb7ad53b29bd2396e189868bc8
golang-github-vbatts-tar-split_0.11.2+ds1.orig.tar.xz 64.5 KiB e2e54697f301c0a03893b36f6675e0892349f3808fc8d4dd93f3146f7a090c06
golang-github-vbatts-tar-split_0.11.2+ds1-1.debian.tar.xz 4.1 KiB 09a15cafde13bde6eae054aee664e6b2bd9a274ce72b513f2a6bd8ab3a4f0d2f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-vbatts-tar-split-dev: tar archive assembly/disassembly (source)

 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.
 .
 Contract: Do not break the API of stdlib archive/tar in our fork (ideally find
 an upstream mergeable solution).
 .
 This package contains the source.

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: debug symbols for tar-split