Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
90493cdf49
commit
602cc1cf86
2 changed files with 0 additions and 20 deletions
17
debian/control
vendored
17
debian/control
vendored
|
@ -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.
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue