1
0
Fork 0

Adding debug package.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:16:35 +01:00
parent 6d8a608379
commit deb1b98fb8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 16 additions and 1 deletions

12
debian/control vendored
View file

@ -15,3 +15,15 @@ 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.