diff options
-rw-r--r-- | debian/control | 17 | ||||
-rwxr-xr-x | debian/rules | 3 |
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 |