bd985914a2ea0c841055f9f0964d76f24c89e3de
[debian/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, autoconf, automake, autotools-dev, less
7 Build-Depends-Indep: mingw-w64
8 Standards-Version: 3.9.6
9 Vcs-Git: git://git.gag.com/debian/gzip
10 Vcs-Browser: http://git.gag.com/?p=debian/gzip
11
12 Package: gzip
13 Architecture: any
14 Essential: yes
15 Pre-Depends: ${shlibs:Depends}
16 Depends: dpkg (>= 1.15.4) | install-info
17 Suggests: less
18 Description: GNU compression utilities
19  This package provides the standard GNU file compression utilities, which 
20  are also the default compression tools for Debian.  They typically operate 
21  on files with names ending in '.gz', but can also decompress files ending 
22  in '.Z' created with 'compress'.
23
24 Package: gzip-win32
25 Architecture: all
26 Priority: extra
27 Suggests: wine
28 Description: GNU compression utility (win32 build)
29  This is a win32 version of gzip, meant to be used by the win32-loader
30  component of Debian-Installer.