summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 6bdd9f9..348f218 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
-Provides: lzip-alternative
+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.
@@ -27,8 +28,8 @@ Section: debug
Priority: extra
Architecture: any
Depends:
- ${misc:Depends},
lzip (= ${binary:Version}),
+ ${misc:Depends},
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.