Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7a4180fe9c
commit
fccefe4c43
2 changed files with 0 additions and 15 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -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.
|
integrity checking and a user interface similar to the one of gzip or bzip2.
|
||||||
.
|
.
|
||||||
This package contains the decompressor.
|
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.
|
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
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
|
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue