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-23 19:23:40 +01:00
parent be71dda3e7
commit 4a50fe6f94
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 15 deletions

12
debian/control vendored
View file

@ -25,15 +25,3 @@ Description: data compressor based on the LZMA algorithm (simple version)
which makes it well suited for software distribution and data archiving.
.
This package contains a simpler implementation, put into the public domain.
Package: pdlzip-dbg
Section: debug
Architecture: any
Depends:
pdlzip (= ${binary:Version}),
${misc:Depends},
Description: data compressor based on the LZMA algorithm (simple version; 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 of the simpler implementation.

3
debian/rules vendored
View file

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