diff options
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b7ca036..70f18d1 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, -Provides: lzip-alternative +Provides: + lzip-alternative, Description: parallel, 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. @@ -36,8 +37,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, plzip (= ${binary:Version}), + ${misc:Depends}, Description: parallel, 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. |