From 8022764950d9b6d157d1070250a41ca1200a4022 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Nov 2017 07:53:54 +0100 Subject: Removing explicit debug package in favour of automated debug packages. Signed-off-by: Daniel Baumann --- debian/control | 17 ----------------- debian/rules | 3 --- 2 files changed, 20 deletions(-) diff --git a/debian/control b/debian/control index 6935119..64a6544 100644 --- a/debian/control +++ b/debian/control @@ -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 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. diff --git a/debian/rules b/debian/rules index 5a8bb91..52eea59 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,3 @@ override_dh_auto_install: # alternative handling mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd - -override_dh_strip: - dh_strip --dbg-package=lzd-dbg -- cgit v1.2.3