X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=81bc658f173d9caab605ebf7dc24481a15538d6e;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=fc588f626f50659f153836a324c43e2e4ce95c9b;hpb=1a4ad4f083a12797dfcce0de74b5461a539969a2;p=debian%2Fgzip diff --git a/debian/control b/debian/control index fc588f6..81bc658 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,32 @@ Source: gzip -Section: base +Section: utils Priority: required Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 3), texinfo -Standards-Version: 3.6.2.1 +Uploaders: Carl Worth +Build-Depends: debhelper (>= 11), texinfo, autoconf, automake, less +Build-Depends-Indep: mingw-w64 +Rules-Requires-Root: no +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/debian/gzip.git +Vcs-Browser: https://salsa.debian.org/debian/gzip +Homepage: https://www.gnu.org/software/gzip/ Package: gzip Architecture: any -Pre-Depends: ${shlibs:Depends} -Depends: debianutils (>= 1.6) Essential: yes +Pre-Depends: ${shlibs:Depends} +Depends: dpkg (>= 1.15.4) | install-info Suggests: less -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'. +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: optional +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.