build using mingw-w64 instead of mingw32
[debian/gzip] / debian / control
index 74a4c222344154aa30901091b016f32cb8d709dc..53521ba1ce2b82c26cfee9e756fd30f3c221d719 100644 (file)
@@ -2,19 +2,28 @@ Source: gzip
 Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 5), texinfo
-Standards-Version: 3.7.2
+Uploaders: Carl Worth <cworth@cworth.org>
+Build-Depends: debhelper (>= 5), texinfo, autoconf, automake, autotools-dev
+Build-Depends-Indep: mingw-w64
+Standards-Version: 3.8.0
+Vcs-Git: git://git.gag.com/debian/gzip
+Vcs-Browser: http://git.gag.com/?p=debian/gzip
 
 Package: gzip
 Architecture: any
 Pre-Depends: ${shlibs:Depends}
-Depends: debianutils (>= 1.6)
 Essential: yes
 Suggests: less
-Description: The GNU compression utility
- This is the standard GNU file compression utility, which is also the default
- compression tool for Debian.  It typically operates on files with names 
- ending in '.gz'.
- .
- This package can also decompress '.Z' files created with 'compress'.
+Description: GNU compression utilities
+ This package provides the standard GNU file compression utilities, which 
+ are also the default compression tools for Debian.  They typically operate 
+ on files with names ending in '.gz', but can also decompress files ending 
+ in '.Z' created with 'compress'.
 
+Package: gzip-win32
+Architecture: all
+Priority: extra
+Suggests: wine
+Description: The GNU compression utility (win32 build)
+ This is a win32 version of gzip, meant to be used by the win32-loader
+ component of Debian-Installer.