diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-12 15:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 14:15:56 +0000 |
commit | c0ccdbd44216077fbe1ae54cff7c74c4d5a245f7 (patch) | |
tree | 25564f518ab06cb17f4cefd8a535a5d1559e3a3f | |
parent | Merging upstream version 1.5. (diff) | |
download | plzip-c0ccdbd44216077fbe1ae54cff7c74c4d5a245f7.tar.xz plzip-c0ccdbd44216077fbe1ae54cff7c74c4d5a245f7.zip |
Wrap and sorting control file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-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. |