patch to mark as Multi-Arch: foreign from Colin Watson, closes: #649478
[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.2
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
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.