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 Zutils is a collection of utilities for dealing with any combination of
compressed and non-compressed files transparently. Currently the supported compressed and non-compressed files transparently. Currently the supported
compressors are gzip, bzip2, lzip, and xz. 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.

5
debian/rules vendored
View file

@ -7,7 +7,10 @@ override_dh_auto_configure:
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/ LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
override_dh_auto_install: override_dh_auto_install:
dh_auto_install dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
# removing unused files # removing unused files
rm -f debian/zutils/usr/share/info/dir* rm -f debian/zutils/usr/share/info/dir*
override_dh_strip:
dh_strip --dbg-package=zutils-dbg