atool 0.39.0-4 source package in Ubuntu

Changelog

atool (0.39.0-4) unstable; urgency=medium

  [ John Billings ]
  * Fix obsolete path for bash completion

  [ Francois Marier ]
  * Run wrap-and-sort on debian/control

 -- Francois Marier <email address hidden>  Fri, 21 Aug 2015 23:01:24 -0700

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
Xenial release universe utils

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
atool_0.39.0-4.dsc 1.9 KiB a8077ae22e940bfc2c869b6db0060fb1eb3f4070dc76be488e10403815003858
atool_0.39.0.orig.tar.gz 116.5 KiB aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
atool_0.39.0-4.debian.tar.xz 5.9 KiB 213fffa7ef8a7b4807d9d344f79a31a1a3eecf7647b67f386eb1a75b812a5932

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).