Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
be71dda3e7
commit
4a50fe6f94
2 changed files with 0 additions and 15 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -25,15 +25,3 @@ Description: data compressor based on the LZMA algorithm (simple version)
|
||||||
which makes it well suited for software distribution and data archiving.
|
which makes it well suited for software distribution and data archiving.
|
||||||
.
|
.
|
||||||
This package contains a simpler implementation, put into the public domain.
|
This package contains a simpler implementation, put into the public domain.
|
||||||
|
|
||||||
Package: pdlzip-dbg
|
|
||||||
Section: debug
|
|
||||||
Architecture: any
|
|
||||||
Depends:
|
|
||||||
pdlzip (= ${binary:Version}),
|
|
||||||
${misc:Depends},
|
|
||||||
Description: data compressor based on the LZMA algorithm (simple version; 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 of the simpler implementation.
|
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -12,6 +12,3 @@ override_dh_auto_install:
|
||||||
|
|
||||||
mv debian/pdlzip/usr/share/man/man1/pdlzip.1 debian/pdlzip/usr/share/man/man1/lzip.pdlzip.1
|
mv debian/pdlzip/usr/share/man/man1/pdlzip.1 debian/pdlzip/usr/share/man/man1/lzip.pdlzip.1
|
||||||
ln -s /usr/share/man/man1/lzip.pdlzip.1.gz debian/pdlzip/usr/share/man/man1/pdlzip.1.gz
|
ln -s /usr/share/man/man1/lzip.pdlzip.1.gz debian/pdlzip/usr/share/man/man1/pdlzip.1.gz
|
||||||
|
|
||||||
override_dh_strip:
|
|
||||||
dh_strip --dbg-package=pdlzip-dbg
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue