build using mingw-w64 instead of mingw32
[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
7 Build-Depends-Indep: mingw-w64
8 Standards-Version: 3.8.0
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 Pre-Depends: ${shlibs:Depends}
15 Essential: yes
16 Suggests: less
17 Description: GNU compression utilities
18  This package provides the standard GNU file compression utilities, which 
19  are also the default compression tools for Debian.  They typically operate 
20  on files with names ending in '.gz', but can also decompress files ending 
21  in '.Z' 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, meant to be used by the win32-loader
29  component of Debian-Installer.