diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 06:51:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 06:51:56 +0000 |
commit | b72340c88ff18a2a2e42749e86139b4e750e0733 (patch) | |
tree | 8674d74c7d44e604b395e8056ab39e50c71cc5b3 | |
parent | Releasing debian version 1.9-3. (diff) | |
download | clzip-b72340c88ff18a2a2e42749e86139b4e750e0733.tar.xz clzip-b72340c88ff18a2a2e42749e86139b4e750e0733.zip |
Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 a19ba25..b5e7f20 100644 --- a/debian/control +++ b/debian/control @@ -28,20 +28,3 @@ Description: C, lossless data compressor based on the LZMA algorithm produced by clzip are fully compatible with lzip. . Clzip is intended for embedded devices or systems lacking a C++ compiler. - -Package: clzip-dbg -Section: debug -Architecture: any -Depends: - clzip (= ${binary:Version}), - ${misc:Depends}, -Description: C, 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. - . - Clzip is a C language version of lzip using the lzip file format; the files - produced by clzip are fully compatible with lzip. - . - This package contains the debugging symbols. diff --git a/debian/rules b/debian/rules index f2f3d73..46a8531 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,3 @@ override_dh_auto_install: # removing unused files rm -f debian/clzip/usr/share/info/dir* - -override_dh_strip: - dh_strip --dbg-package=clzip-dbg |