rust-tar 0.4.37-2 source package in Ubuntu

Changelog

rust-tar (0.4.37-2) unstable; urgency=medium

  * Team upload.
  * Package tar 0.4.37 from crates.io using debcargo 2.4.4
  * Disable tests that rely on test data which is not included on crates.io
    and hence not included in the Debian package. The prior version in
    Debian testing skipped all tests due to dependency issues so this
    represents an improvement of test coverage.

 -- Peter Michael Green <email address hidden>  Tue, 09 Nov 2021 11:23:25 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rust-tar_0.4.37-2.dsc 2.4 KiB 3a9e8185a9956cb16e17b63c7aab8c8408656a5028e1d07f4f2d663093e54358
rust-tar_0.4.37.orig.tar.gz 46.3 KiB d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c
rust-tar_0.4.37-2.debian.tar.xz 5.4 KiB 71fa7d39474d1912bc35f0ed0040cb83a439068fddb3e8c3c8fa9ef6dfb395b1

Available diffs

No changes file available.

Binary packages built by this source

librust-tar+default-dev: A TAR file reader and writer - feature "default" and 1 more

 This library does not currently handle compression, but it is abstract over all
 I/O readers and writers. Additionally, great lengths are taken to ensure that
 the entire contents are never required to be entirely resident in memory all at
 once.
 .
 This metapackage enables feature "default" for the Rust tar crate, by pulling
 in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "xattr" feature.

librust-tar-dev: A TAR file reader and writer - Rust source code

 This library does not currently handle compression, but it is abstract over all
 I/O readers and writers. Additionally, great lengths are taken to ensure that
 the entire contents are never required to be entirely resident in memory all at
 once.
 .
 This package contains the source for the Rust tar crate, packaged by debcargo
 for use with cargo and dh-cargo.