diff options
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 06db884..7ebc09a 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: C, 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. @@ -32,8 +33,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, clzip (= ${binary:Version}), + ${misc:Depends}, Description: C, 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. |