summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.