Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d366e7c50f
commit
cb8f77e17d
2 changed files with 0 additions and 18 deletions
15
debian/control
vendored
15
debian/control
vendored
|
@ -11,21 +11,6 @@ Homepage: http://www.nongnu.org/lzip/lzlib.html
|
|||
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
|
||||
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
|
||||
|
||||
Package: liblz-dbg
|
||||
Section: debug
|
||||
Architecture: any
|
||||
Depends:
|
||||
liblz-dev (= ${binary:Version}),
|
||||
liblz1 (= ${binary:Version}),
|
||||
minilzip (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Description: data compressor based on the LZMA algorithm (debug)
|
||||
The lzlib compression library provides in-memory LZMA compression and
|
||||
decompression functions, including integrity checking of the uncompressed data.
|
||||
The compressed data format used by the library is the lzip format.
|
||||
.
|
||||
This package contains the debugging symbols.
|
||||
|
||||
Package: liblz-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -31,6 +31,3 @@ override_dh_auto_install:
|
|||
|
||||
override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=liblz-dbg
|
||||
|
|
Loading…
Add table
Reference in a new issue