diff options
-rw-r--r-- | debian/control | 12 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/debian/control b/debian/control index 13bc16a..36b38a1 100644 --- a/debian/control +++ b/debian/control @@ -22,15 +22,3 @@ Description: data compressor based on the LZMA algorithm (decompressor) integrity checking and a user interface similar to the one of gzip or bzip2. . This package contains the decompressor. - -Package: lunzip-dbg -Section: debug -Architecture: any -Depends: - lunzip (= ${binary:Version}), - ${misc:Depends}, -Description: data compressor based on the LZMA algorithm (decompressor 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. - . - This package contains the debugging symbols for the decompressor. diff --git a/debian/rules b/debian/rules index f14314b..4777a52 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,3 @@ override_dh_auto_install: mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1 ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz - -override_dh_strip: - dh_strip --dbg-package=lunzip-dbg |