summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-05 06:53:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-05 06:53:54 +0000
commitd8ba43b9b28639b0ea8c8270657c6d316ea26bed (patch)
tree0225931dcdfadc6459976674b3aa48cd02224df3
parentReleasing debian version 1.9-4. (diff)
downloadlzlib-d8ba43b9b28639b0ea8c8270657c6d316ea26bed.tar.xz
lzlib-d8ba43b9b28639b0ea8c8270657c6d316ea26bed.zip
Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control15
-rwxr-xr-xdebian/rules3
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index 228f1c9..1263144 100644
--- a/debian/control
+++ b/debian/control
@@ -11,21 +11,6 @@ Homepage: http://www.nongnu.org/lzip/lzlib.html
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
-Package: liblz-dbg
-Section: debug
-Architecture: any
-Depends:
- liblz-dev (= ${binary:Version}),
- liblz1 (= ${binary:Version}),
- minilzip (= ${binary:Version}),
- ${misc:Depends},
-Description: data compressor based on the LZMA algorithm (debug)
- The lzlib compression library provides in-memory LZMA compression and
- decompression functions, including integrity checking of the uncompressed data.
- The compressed data format used by the library is the lzip format.
- .
- This package contains the debugging symbols.
-
Package: liblz-dev
Section: libdevel
Architecture: any
diff --git a/debian/rules b/debian/rules
index 9a92972..34233ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,3 @@ override_dh_auto_install:
override_dh_install:
dh_install --fail-missing
-
-override_dh_strip:
- dh_strip --dbg-package=liblz-dbg