summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-12 15:12:53 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-08 16:34:01 +0000
commitba2162b5907c452f0ea537fb81d4e61ff816c7fd (patch)
tree0342231b8b9f7fa9c4d52afb1f191632d7e98097
parentMerging upstream version 0.9. (diff)
downloadlzd-ba2162b5907c452f0ea537fb81d4e61ff816c7fd.tar.xz
lzd-ba2162b5907c452f0ea537fb81d4e61ff816c7fd.zip
Wrap and sorting control file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index d78d344..5e2c5fd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: lzd
Section: utils
Priority: extra
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/lzd.html
Vcs-Browser: https://github.com/daniel-baumann/lzd
@@ -13,7 +14,8 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
-Provides: lzip-alternative
+Provides:
+ lzip-alternative,
Description: Educational, 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.
@@ -28,8 +30,8 @@ Section: debug
Priority: extra
Architecture: any
Depends:
- ${misc:Depends},
lzd (= ${binary:Version}),
+ ${misc:Depends},
Description: Educational, 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.