1
0
Fork 0

Removing explicit debug package in favour of automated debug packages.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 15:02:55 +01:00
parent 38f4f582c9
commit 4ada649f32
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 20 deletions

17
debian/control vendored
View file

@ -25,20 +25,3 @@ Description: Educational, lossless data compressor based on the LZMA algorithm
. .
Lzd is a very simplified decompressor for lzip files with an educational Lzd is a very simplified decompressor for lzip files with an educational
purpose. Studying its source is a good first step to understand how lzip works. purpose. Studying its source is a good first step to understand how lzip works.
Package: lzd-dbg
Section: debug
Architecture: any
Depends:
lzd (= ${binary:Version}),
${misc:Depends},
Description: Educational, lossless data compressor based on the LZMA algorithm (debug)
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
integrity checking and a user interface similar to the one of gzip or bzip2.
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
which makes it well suited for software distribution and data archiving.
.
Lzd is a very simplified decompressor for lzip files with an educational
purpose. Studying its source is a good first step to understand how lzip works.
.
This package contains the debugging symbols.

3
debian/rules vendored
View file

@ -9,6 +9,3 @@ override_dh_auto_install:
# alternative handling # alternative handling
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd
ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd
override_dh_strip:
dh_strip --dbg-package=lzd-dbg