Adding debug package.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6d8a608379
commit
deb1b98fb8
2 changed files with 16 additions and 1 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -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
5
debian/rules
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue