summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ba213d9..6ec4360 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lzip (1.15~pre2-3) experimental; urgency=low
+
+ * Correcting lzip-dbg package short-description.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 11 Jun 2013 17:51:07 +0200
+
lzip (1.15~pre2-2) experimental; urgency=low
* Adding lzip-alternative provides.
diff --git a/debian/control b/debian/control
index 7cc97f6..a7e6051 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, lzip (= ${binary:Version})
-Description: lossless data compressor based on the LZMA algorithm
+Description: lossless data compressor based on the LZMA algorithm (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.
Lzip decompresses almost as fast as gzip and compresses better than bzip2,