summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:21:05 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:21:05 +0000
commit2575e74d7214524cf4d520fe9e4bfcd4c549f673 (patch)
tree890e6d3505c3742764d67a752c0a0b65a2a5f802 /debian/control
parentAdding debian version 0.9-1. (diff)
downloadzutils-2575e74d7214524cf4d520fe9e4bfcd4c549f673.tar.xz
zutils-2575e74d7214524cf4d520fe9e4bfcd4c549f673.zip
Adding debian version 0.9-2.debian/0.9-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c596224..a05ed04 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,20 @@ Package: zutils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: bzip2, lzip, xz-utils
+Enhances: bzip2, gzip, lzip, xz-utils
Description: utilities for dealing with compressed files transparently
Zutils is a collection of utilities for dealing with any combination of
compressed and non-compressed files transparently. Currently the supported
compressors are gzip, bzip2, lzip, and xz.
+
+Package: zutils-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, zutils (= ${binary:Version})
+Description: utilities for dealing with compressed files transparently (debug)
+ Zutils is a collection of utilities for dealing with any combination of
+ compressed and non-compressed files transparently. Currently the supported
+ compressors are gzip, bzip2, lzip, and xz.
+ .
+ This package contains the debugging symbols.