]> git.cworth.org Git - gzip/blob - debian/control
Imported Debian patch 1.3.12-5
[gzip] / debian / control
1 Source: gzip
2 Section: utils
3 Priority: required
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 5), texinfo
6 Build-Depends-Indep: mingw32
7 Standards-Version: 3.7.3
8 XS-DM-Upload-Allowed: yes
9
10 Package: gzip
11 Architecture: any
12 Pre-Depends: ${shlibs:Depends}
13 Depends: debianutils (>= 1.6)
14 Essential: yes
15 Suggests: less
16 Description: The GNU compression utility
17  This is the standard GNU file compression utility, which is also the default
18  compression tool for Debian.  It typically operates on files with names 
19  ending in '.gz'.
20  .
21  This package can also decompress '.Z' files created with 'compress'.
22
23 Package: gzip-win32
24 Architecture: all
25 Priority: extra
26 Suggests: wine
27 Description: The GNU compression utility (win32 build)
28  This is a win32 version of gzip.  It's meant to be used by the win32-loader
29  component of Debian-Installer.