merge NMUs, deliver NEWS, document move to salsa
[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 (>= 11), texinfo, autoconf, automake, less
7 Build-Depends-Indep: mingw-w64
8 Rules-Requires-Root: no
9 Standards-Version: 4.3.0
10 Vcs-Git: https://salsa.debian.org/debian/gzip.git
11 Vcs-Browser: https://salsa.debian.org/debian/gzip
12 Homepage: https://www.gnu.org/software/gzip/
13
14 Package: gzip
15 Architecture: any
16 Essential: yes
17 Pre-Depends: ${shlibs:Depends}
18 Depends: dpkg (>= 1.15.4) | install-info
19 Suggests: less
20 Description: GNU compression utilities
21  This package provides the standard GNU file compression utilities, which 
22  are also the default compression tools for Debian.  They typically operate 
23  on files with names ending in '.gz', but can also decompress files ending 
24  in '.Z' created with 'compress'.
25
26 Package: gzip-win32
27 Architecture: all
28 Priority: optional
29 Suggests: wine
30 Description: GNU compression utility (win32 build)
31  This is a win32 version of gzip, meant to be used by the win32-loader
32  component of Debian-Installer.