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