X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=24fdb86d379d2533956bb1d4eefc2dcadd585957;hb=24831707b7434a272d4ea27c706e0f70abff8068;hp=efa237c2582ad9c0aa87fc588b58cea9028335f1;hpb=8f94ab178da95f87bd131b8faaec313a5d9d672f;p=debian%2Fgzip diff --git a/debian/control b/debian/control index efa237c..24fdb86 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,30 @@ Source: gzip -Section: base +Section: utils Priority: required Maintainer: Bdale Garbee -Build-Depends: debhelper, automake, autoconf (>= 2.52) -Standards-Version: 3.5.6.0 +Uploaders: Carl Worth +Build-Depends: debhelper (>= 5), texinfo, autoconf, automake, autotools-dev, less +Build-Depends-Indep: mingw-w64 +Standards-Version: 4.1.5 +Vcs-Git: git://git.gag.com/debian/gzip +Vcs-Browser: https://git.gag.com/?p=debian/gzip Package: gzip Architecture: any -Pre-Depends: ${shlibs:Depends} -Depends: debianutils (>= 1.6) Essential: yes -Description: The GNU compression utility. - This is the standard GNU file compression utility, which is also the default - compression tool for Debian. It typically operates on files with names - ending in '.gz'. - . - This package can also decompress '.Z' files created with 'compress'. +Pre-Depends: ${shlibs:Depends} +Depends: dpkg (>= 1.15.4) | install-info +Suggests: less +Description: GNU compression utilities + This package provides the standard GNU file compression utilities, which + are also the default compression tools for Debian. They typically operate + on files with names ending in '.gz', but can also decompress files ending + in '.Z' created with 'compress'. +Package: gzip-win32 +Architecture: all +Priority: extra +Suggests: wine +Description: GNU compression utility (win32 build) + This is a win32 version of gzip, meant to be used by the win32-loader + component of Debian-Installer.