update control file to eliminate lintian warnings
[debian/pax] / debian / control
index e324624befcc54b4eb2a2124d531f84bc2a7dfea..b1cb201730af8889716d80b0dda4a0828db331e9 100644 (file)
@@ -2,18 +2,19 @@ Source: pax
 Section: utils
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.9.1
+Vcs-Git: git://git.gag.com/debian/pax
+Vcs-Browser: http://git.gag.com/?p=debian/pax
 
 Package: pax
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Portable Archive Interchange
  Pax is an archiving utility that reads and writes tar and cpio formats,
  both the traditional ones and the extended formats specified in IEEE 1003.1.
  It handles multi-volume archives and automatically determines the format 
- of an archive while reading it.  Three user interfaces are 
- supported: tar, cpio, and pax.  The pax interface was designed by IEEE
+ of an archive while reading it.  The pax interface was designed by IEEE
  1003.2 as a compromise in the chronic controversy over which of tar or
  cpio is best.
  .