Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
38f4f582c9
commit
4ada649f32
2 changed files with 0 additions and 20 deletions
17
debian/control
vendored
17
debian/control
vendored
|
@ -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
|
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.
|
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.
|
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -9,6 +9,3 @@ override_dh_auto_install:
|
||||||
# alternative handling
|
# alternative handling
|
||||||
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd
|
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd
|
||||||
ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd
|
ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd
|
||||||
|
|
||||||
override_dh_strip:
|
|
||||||
dh_strip --dbg-package=lzd-dbg
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue