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 6f342e1..ba213d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lzip (1.15~pre2-2) experimental; urgency=low
+
+ * Adding lzip-alternative provides.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 04 Jun 2013 16:55:20 +0200
+
lzip (1.15~pre2-1) experimental; urgency=low
* Merging upstream version 1.15~pre2.
diff --git a/debian/control b/debian/control
index cea803d..7cc97f6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://www.nongnu.org/lzip/lzip.html
Package: lzip
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: lziprecover, plzip
+Provides: lzip-alternative
Description: lossless data compressor based on the LZMA algorithm
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.