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-17 22:24:32 +01:00
parent 7a4180fe9c
commit fccefe4c43
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 15 deletions

12
debian/control vendored
View file

@ -22,15 +22,3 @@ Description: data compressor based on the LZMA algorithm (decompressor)
integrity checking and a user interface similar to the one of gzip or bzip2. integrity checking and a user interface similar to the one of gzip or bzip2.
. .
This package contains the decompressor. This package contains the decompressor.
Package: lunzip-dbg
Section: debug
Architecture: any
Depends:
lunzip (= ${binary:Version}),
${misc:Depends},
Description: data compressor based on the LZMA algorithm (decompressor 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.
.
This package contains the debugging symbols for the decompressor.

3
debian/rules vendored
View file

@ -12,6 +12,3 @@ override_dh_auto_install:
mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1 mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1
ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz
override_dh_strip:
dh_strip --dbg-package=lunzip-dbg