]> git.cworth.org Git - tar/blobdiff - debian/control
fold in previous work on tar 1.20
[tar] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..d0f0dab
--- /dev/null
@@ -0,0 +1,20 @@
+Source: tar
+Section: utils
+Priority: required
+Maintainer: Bdale Garbee <bdale@gag.com>
+Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev
+Standards-Version: 3.7.3
+
+Package: tar
+Architecture: any
+Pre-Depends: ${shlibs:Depends}
+Essential: yes
+Conflicts: cpio (<= 2.4.2-38)
+Replaces: cpio (<< 2.4.2-39)
+Suggests: bzip2, ncompress
+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.