Source: golang-github-vbatts-tar-split
Section: golang
Standards-Version: 4.7.4
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-sirupsen-logrus-dev,
               golang-github-stretchr-testify-dev,
               golang-github-urfave-cli-dev,
               help2man
Homepage: https://github.com/vbatts/tar-split
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbatts-tar-split
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbatts-tar-split.git
XS-Go-Import-Path: github.com/vbatts/tar-split
Testsuite: autopkgtest-pkg-go

Package: tar-split
Section: devel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: 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 yet fixed; an alert is emitted when 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, this feature is not supported. 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.

Package: golang-github-vbatts-tar-split-dev
Architecture: all
Depends: golang-github-sirupsen-logrus-dev,
         golang-github-urfave-cli-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: 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 yet fixed; an alert is emitted when 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, this feature is not supported. 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 this fork (ideally find
 an upstream mergeable solution).
 .
 This package contains the source.
