atool 0.39.0-3 source package in Ubuntu

Changelog

atool (0.39.0-3) unstable; urgency=medium


  * Bump Standards-Version to 3.9.6
  * Switch to a machine-readable copyright file
  * Use canonical VCS URLs

 -- Francois Marier <email address hidden>  Thu, 18 Sep 2014 22:10:26 +1200

Upload details

Uploaded by:
François Marier
Uploaded to:
Sid
Original maintainer:
François Marier
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
atool_0.39.0-3.dsc 1.9 KiB 312f9b1d9632eb8645aec2d63f83b7691485f8032ab4e8dcf9b66b6335d0e5be
atool_0.39.0.orig.tar.gz 116.5 KiB aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
atool_0.39.0-3.debian.tar.xz 5.8 KiB e141332ef677d1b66a8d106d3b51b7f1676a58c9ac852b085ab5d5d713ea0bdd

Available diffs

No changes file available.

Binary packages built by this source

atool: tool for managing file archives of various types

 atool is a script for managing file archives of various types (tar,
 tar+gzip, zip etc). The main command is probably aunpack,
 extracting files from an archive. It overcomes the dreaded "multiple
 files in archive root" problem by first extracting to a unique
 subdirectory, and then moving back the files if possible. aunpack
 also prevents local files from being overwritten by mistake.
 .
 Other commands provided are apack (create archives), als (list files
 in archives), and acat (extract files to standard out).