summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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