update to current standards version
[debian/gzip] / debian / control
index 53521ba1ce2b82c26cfee9e756fd30f3c221d719..a180fbb85ea51f8cc4cb2c36c86443b884c69a9f 100644 (file)
@@ -3,27 +3,30 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
-Build-Depends: debhelper (>= 5), texinfo, autoconf, automake, autotools-dev
+Build-Depends: debhelper (>= 11), texinfo, autoconf, automake, less
 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
+Rules-Requires-Root: no
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/debian/gzip.git
+Vcs-Browser: https://salsa.debian.org/debian/gzip
+Homepage: https://www.gnu.org/software/gzip/
 
 Package: gzip
 Architecture: any
-Pre-Depends: ${shlibs:Depends}
 Essential: yes
+Pre-Depends: ${shlibs:Depends}
+Depends: dpkg (>= 1.15.4) | install-info
 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 
+ 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
+Priority: optional
 Suggests: wine
-Description: The GNU compression utility (win32 build)
+Description: GNU compression utility (win32 build)
  This is a win32 version of gzip, meant to be used by the win32-loader
  component of Debian-Installer.