summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-12 15:12:30 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-30 04:45:47 +0000
commitdfc44ac473c88916e16af90929588e0997d44f84 (patch)
tree778bdc72ea5607082ac5e93062cd801b5673c1f5
parentRefreshing build.patch. (diff)
downloadclzip-dfc44ac473c88916e16af90929588e0997d44f84.tar.xz
clzip-dfc44ac473c88916e16af90929588e0997d44f84.zip
Wrap and sorting control file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 06db884..7ebc09a 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: C, 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.
@@ -32,8 +33,8 @@ Section: debug
Priority: extra
Architecture: any
Depends:
- ${misc:Depends},
clzip (= ${binary:Version}),
+ ${misc:Depends},
Description: C, 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.