71c9c7cdeffa257f0ecbb5cdabf8632e9ed91888
[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, automake, autopoint, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any]
7 Standards-Version: 3.9.8
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 Multi-Arch: foreign
14 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
15 Essential: yes
16 Conflicts: cpio (<= 2.4.2-38)
17 Replaces: cpio (<< 2.4.2-39)
18 Breaks: dpkg-dev (<< 1.14.26)
19 Suggests: bzip2, ncompress, xz-utils, tar-scripts, tar-doc
20 Description: GNU version of the tar archiving utility
21  Tar is a program for packaging a set of files as a single archive in tar
22  format.  The function it performs is conceptually similar to cpio, and to
23  things like PKZIP in the DOS world.  It is heavily used by the Debian package
24  management system, and is useful for performing system backups and exchanging
25  sets of files with others.
26
27 Package: tar-scripts
28 Architecture: any
29 Priority: optional
30 Multi-Arch: foreign
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Conflicts: dump, openafs-client
33 Description: optional scripts for GNU version of the tar archiving utility
34  This package provides the backup, restore, backup.sh, and dump-remind
35  scripts that are mentioned in the tar documentation.