merge the remaining content from the 1.24-1.1 NMU
[debian/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.9.1
8 Vcs-Git: git://git.gag.com/debian/tar
9 Vcs-Browser: http://git.gag.com/?p=debian/tar
10
11 Package: tar
12 Architecture: any
13 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
14 Essential: yes
15 Conflicts: cpio (<= 2.4.2-38)
16 Replaces: cpio (<< 2.4.2-39)
17 Suggests: bzip2, ncompress, xz-utils
18 Description: GNU version of the tar archiving utility
19  Tar is a program for packaging a set of files as a single archive in tar
20  format.  The function it performs is conceptually similar to cpio, and to
21  things like PKZIP in the DOS world.  It is heavily used by the Debian package
22  management system, and is useful for performing system backups and exchanging
23  sets of files with others.