File: control

package info (click to toggle)
atool 0.11.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 108 kB
  • ctags: 31
  • sloc: perl: 643; makefile: 95
file content (18 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: atool
Section: utils
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: atool
Architecture: all
Depends: ${perl:Depends}
Suggests: tar, unzip, bzip2, gzip, fastjar
Description: A script 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.