X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=32068cbd5b811c36dc63909998f686b0250ae5f3;hb=38f082c50347e6d90cb93307c1077c68cd238d76;hp=db8b6cb00fed297f539296e063859462ede7f1f3;hpb=c8a093c9eb55fb10d535333522e038cec075e175;p=debian%2Ftar diff --git a/debian/control b/debian/control index db8b6cb0..32068cbd 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,19 @@ Essential: yes Conflicts: cpio (<= 2.4.2-38) Replaces: cpio (<< 2.4.2-39) Breaks: dpkg-dev (<< 1.14.26) -Suggests: bzip2, ncompress, xz-utils +Suggests: bzip2, ncompress, xz-utils, tar-scripts Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. + +Package: tar-scripts +Architecture: any +Multi-Arch: foreign +Depends: ${shlibs:Depends}, ${misc:Depends}, tar +Conflicts: dump +Description: optional scripts for GNU version of the tar archiving utility + This package provides the backup, restore, backup.sh, and dump-remind + scripts that are mentioned in the tar documentation.