Adding debian version 0.3-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2e28a50fca
commit
a8f008d667
9 changed files with 168 additions and 0 deletions
debian
41
debian/control
vendored
Normal file
41
debian/control
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
Source: lzlib
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends: debhelper (>= 7), autotools-dev, texinfo
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://www.nongnu.org/lzip/lzlib.html
|
||||
Vcs-Browser: http://git.debian.net/?p=debian/lzlib.git
|
||||
Vcs-Git: git://git.debian.net/git/debian/lzlib.git
|
||||
|
||||
Package: liblz0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
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.
|
||||
The compressed data format used by the library is the lzip format.
|
||||
|
||||
Package: liblz-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: liblz0 (= ${binary:Version})
|
||||
Description: data compressor based on the LZMA algorithm (development)
|
||||
The lzlib compression library provides in-memory LZMA compression and
|
||||
decompression functions, including integrity checking of the uncompressed data.
|
||||
The compressed data format used by the library is the lzip format.
|
||||
.
|
||||
This package contains the development files.
|
||||
|
||||
Package: liblz-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: liblz0 (= ${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.
|
||||
The compressed data format used by the library is the lzip format.
|
||||
.
|
||||
This package contains the debugging symbols.
|
Loading…
Add table
Add a link
Reference in a new issue