summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-12 15:18:20 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-25 09:56:04 +0000
commit7bf513713507f292c7b5fc994975eb352959955a (patch)
treec0bf9e40c06bc950f47fe1b420be27819d5c1640
parentRefreshing build.patch. (diff)
downloadpdlzip-7bf513713507f292c7b5fc994975eb352959955a.tar.xz
pdlzip-7bf513713507f292c7b5fc994975eb352959955a.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 ec1c65e..5c61ae4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: pdlzip
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/pdlzip.html
Vcs-Browser: https://github.com/daniel-baumann/pdlzip
@@ -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 (simple version)
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},
pdlzip (= ${binary:Version}),
+ ${misc:Depends},
Description: data compressor based on the LZMA algorithm (simple version; 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.