summaryrefslogtreecommitdiffstats
path: root/debian/control
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 /debian/control
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>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 0 insertions, 17 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.