From fccefe4c430c054cc4224839fa07623f1b9d6147 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 22:24:32 +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 13bc16a..36b38a1 100644 --- a/debian/control +++ b/debian/control @@ -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. . 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. diff --git a/debian/rules b/debian/rules index f14314b..4777a52 100755 --- a/debian/rules +++ b/debian/rules @@ -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 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