diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 06:53:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 06:53:54 +0000 |
commit | 368e1236b155199e2d6b8126ce1cabee6576504e (patch) | |
tree | 041abc2da4016c0bc6860342fa3338673873b8bb | |
parent | Releasing debian version 1.9-3. (diff) | |
download | lunzip-368e1236b155199e2d6b8126ce1cabee6576504e.tar.xz lunzip-368e1236b155199e2d6b8126ce1cabee6576504e.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/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 |