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