]> git.cworth.org Git - gzip/blobdiff - debian/control
Imported Debian patch 1.3.2-3woody3
[gzip] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..efa237c
--- /dev/null
@@ -0,0 +1,19 @@
+Source: gzip
+Section: base
+Priority: required
+Maintainer: Bdale Garbee <bdale@gag.com>
+Build-Depends: debhelper, automake, autoconf (>= 2.52)
+Standards-Version: 3.5.6.0
+
+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'.
+