add a tar-scripts package to contain --enable-backup-scripts content
[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.4
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
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 Multi-Arch: foreign
30 Depends: ${shlibs:Depends}, ${misc:Depends}, tar
31 Conflicts: dump
32 Description: optional scripts for GNU version of the tar archiving utility
33  This package provides the backup, restore, backup.sh, and dump-remind
34  scripts that are mentioned in the tar documentation.