move to dh, update standards version, mv git-buildpackage config to .git/
[debian/pax] / debian / control
1 Source: pax
2 Section: utils
3 Priority: optional
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.9.2
7 Vcs-Git: git://git.gag.com/debian/pax
8 Vcs-Browser: http://git.gag.com/?p=debian/pax
9
10 Package: pax
11 Architecture: any
12 Depends: ${misc:Depends}, ${shlibs:Depends}
13 Description: Portable Archive Interchange
14  Pax is an archiving utility that reads and writes tar and cpio formats,
15  both the traditional ones and the extended formats specified in IEEE 1003.1.
16  It handles multi-volume archives and automatically determines the format 
17  of an archive while reading it.  The pax interface was designed by IEEE
18  1003.2 as a compromise in the chronic controversy over which of tar or
19  cpio is best.
20  .
21  This is the free OpenBSD's version written by Keith Muller.