]> git.cworth.org Git - gzip/blobdiff - debian/control
improve package descriptions, remove ancient package relationship spec in
[gzip] / debian / control
index 74a4c222344154aa30901091b016f32cb8d709dc..9065c4e1d52be36a44e2b5486556d2b97ad68b15 100644 (file)
@@ -3,18 +3,25 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Build-Depends: debhelper (>= 5), texinfo
-Standards-Version: 3.7.2
+Build-Depends-Indep: mingw32
+Standards-Version: 3.7.3
+XS-DM-Upload-Allowed: yes
 
 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.  It's meant to be used by the win32-loader
+ component of Debian-Installer.