]> git.cworth.org Git - tar/blob - debian/control
a83a11335140f71158abf2a2d79b69853e45e27f
[tar] / debian / control
1 Source: tar
2 Section: utils
3 Priority: required
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Uploaders: Carl Worth <cworth@cworth.org>
6 Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev
7 Standards-Version: 3.8.4
8
9 Package: tar
10 Architecture: any
11 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
12 Essential: yes
13 Conflicts: cpio (<= 2.4.2-38)
14 Replaces: cpio (<< 2.4.2-39)
15 Suggests: bzip2, ncompress, xz-utils
16 Description: GNU version of the tar archiving utility
17  Tar is a program for packaging a set of files as a single archive in tar
18  format.  The function it performs is conceptually similar to cpio, and to
19  things like PKZIP in the DOS world.  It is heavily used by the Debian package
20  management system, and is useful for performing system backups and exchanging
21  sets of files with others.