File: control

package info (click to toggle)
tar 1.14-2.4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,676 kB
  • ctags: 2,459
  • sloc: ansic: 22,822; sh: 5,326; yacc: 1,023; makefile: 266; perl: 111; sed: 16
file content (20 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: tar
Section: base
Priority: required
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>> 3.0.0), gettext
Standards-Version: 3.6.1.0

Package: tar
Architecture: any
Pre-Depends: ${shlibs:Depends}
Essential: yes
Conflicts: cpio (<= 2.4.2-38)
Replaces: cpio
Suggests: bzip2
Description: GNU tar
 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.