diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-12 15:13:12 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-20 06:55:20 +0000 |
commit | ae7d0a2e7ca4596a2a43640abe7a1265118c535d (patch) | |
tree | 491efcc0b03b8feafeb7793b9b38d2853a37636a | |
parent | Updating to standards version 3.9.8. (diff) | |
download | lziprecover-ae7d0a2e7ca4596a2a43640abe7a1265118c535d.tar.xz lziprecover-ae7d0a2e7ca4596a2a43640abe7a1265118c535d.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 29257a5..3e8003d 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 (recovery) 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. @@ -29,8 +30,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, lziprecover (= ${binary:Version}), + ${misc:Depends}, 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. |