summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 15 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 2a8794e..1688732 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,20 @@ Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends: debhelper (>= 9), texinfo
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/lzlib.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/lzlib.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/lzlib.git
Package: liblz1
Section: libs
Architecture: any
Pre-Depends: multiarch-support
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
-Provides: minilzip, lzip-alternative
+Provides:
+ minilzip,
+ lzip-alternative,
Description: data compressor based on the LZMA algorithm (library)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.
@@ -21,7 +27,10 @@ Description: data compressor based on the LZMA algorithm (library)
Package: liblz-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, liblz1 (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ liblz1 (= ${binary:Version}),
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: data compressor based on the LZMA algorithm (development)
@@ -36,7 +45,9 @@ Section: debug
Priority: extra
Architecture: any
Depends:
- ${misc:Depends}, liblz1 (= ${binary:Version}), liblz-dev (= ${binary:Version})
+ ${misc:Depends},
+ liblz1 (= ${binary:Version}),
+ liblz-dev (= ${binary:Version}),
Description: data compressor based on the LZMA algorithm (debug)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.