diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-12 15:12:42 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:02:37 +0000 |
commit | 9286bdd889871943b2b72dd075086277812409b3 (patch) | |
tree | fae9f5cf901022bc62a899879f2f08d330392b84 | |
parent | Updating to standards version 3.9.8. (diff) | |
download | lunzip-9286bdd889871943b2b72dd075086277812409b3.tar.xz lunzip-9286bdd889871943b2b72dd075086277812409b3.zip |
Wrap and sorting control file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 973abec..22136eb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: lunzip Section: utils Priority: optional Maintainer: Daniel Baumann <mail@daniel-baumann.ch> -Build-Depends: debhelper (>= 9) +Build-Depends: + debhelper (>= 9), Standards-Version: 3.9.8 Homepage: http://www.nongnu.org/lzip/lunzip.html Vcs-Browser: https://github.com/daniel-baumann/lunzip @@ -13,7 +14,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, -Provides: lzip-alternative +Provides: + lzip-alternative, Description: data compressor based on the LZMA algorithm (decompressor) 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. @@ -25,8 +27,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, lunzip (= ${binary:Version}), + ${misc:Depends}, Description: data compressor based on the LZMA algorithm (decompressor 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. |