summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-05 06:53:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-17 07:03:04 +0000
commit8022764950d9b6d157d1070250a41ca1200a4022 (patch)
treeb09794e7d211df01cbffa34306f9a4cb2196ec52
parentReleasing debian version 1.0-3. (diff)
downloadlzd-8022764950d9b6d157d1070250a41ca1200a4022.tar.xz
lzd-8022764950d9b6d157d1070250a41ca1200a4022.zip
Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control17
-rwxr-xr-xdebian/rules3
2 files changed, 0 insertions, 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