summaryrefslogtreecommitdiffstats
path: root/debian/control
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
commit317ba70f0a49c1f9292b751c46181057e2472d73 (patch)
tree06ad1c8defc68f607d6556ed6893a990e40d68b1 /debian/control
parentReleasing debian version 1.8-3. (diff)
downloadpdlzip-317ba70f0a49c1f9292b751c46181057e2472d73.tar.xz
pdlzip-317ba70f0a49c1f9292b751c46181057e2472d73.zip
Removing explicit debug package in favour of automated debug packages.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 2b4e692..7a51a0b 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
.
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.