]> git.cworth.org Git - gzip/blobdiff - debian/control
fix some lintian warnings about the control file
[gzip] / debian / control
index efa237c2582ad9c0aa87fc588b58cea9028335f1..0a43066b8d91c1609bbf746d43036b9cfe6b2a20 100644 (file)
@@ -1,19 +1,27 @@
 Source: gzip
-Section: base
+Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper, automake, autoconf (>= 2.52)
-Standards-Version: 3.5.6.0
+Build-Depends: debhelper (>= 5), texinfo
+Build-Depends-Indep: mingw32
+Standards-Version: 3.8.0
+XS-DM-Upload-Allowed: yes
 
 Package: gzip
 Architecture: any
 Pre-Depends: ${shlibs:Depends}
-Depends: debianutils (>= 1.6)
 Essential: yes
-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'.
+Suggests: less
+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.