]> git.cworth.org Git - gzip/blob - debian/control
fix some lintian warnings about the control file
[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.8.0
8 XS-DM-Upload-Allowed: yes
9
10 Package: gzip
11 Architecture: any
12 Pre-Depends: ${shlibs:Depends}
13 Essential: yes
14 Suggests: less
15 Description: GNU compression utilities
16  This package provides the standard GNU file compression utilities, which 
17  are also the default compression tools for Debian.  They typically operate 
18  on files with names ending in '.gz', but can also decompress files ending 
19  in '.Z' created with 'compress'.
20
21 Package: gzip-win32
22 Architecture: all
23 Priority: extra
24 Suggests: wine
25 Description: The GNU compression utility (win32 build)
26  This is a win32 version of gzip, meant to be used by the win32-loader
27  component of Debian-Installer.