From 4a50fe6f94b6f40a1707e4de229478b16883c6aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Feb 2025 19:23:40 +0100 Subject: [PATCH] Removing explicit debug package in favour of automated debug packages. Signed-off-by: Daniel Baumann --- debian/control | 12 ------------ debian/rules | 3 --- 2 files changed, 15 deletions(-) diff --git a/debian/control b/debian/control index 2b4e692..7a51a0b 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index e006113..6b3a579 100755 --- a/debian/rules +++ b/debian/rules @@ -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