Source: lzfse
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 automake,
 architecture-is-little-endian,
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 make,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/lzfse/lzfse
Vcs-Browser: https://github.com/lzfse/lzfse
Vcs-Git: https://github.com/lzfse/lzfse.git

Package: liblzfse1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
 ${misc:Depends},
Breaks: liblzfse (<= 1.0-1),
Replaces: liblzfse (<= 1.0-1),
Description: LZFSE compression library and command line tool
 This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.

Package: liblzfse-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 liblzfse1 (= ${binary:Version}),
Breaks: lzfse-dev (<= 1.0-1),
Replaces: lzfse-dev (<= 1.0-1),
Description: LZFSE compression library and command line tool
 This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.

Package: lzfse
Section: misc
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc:Depends},
 liblzfse1 (= ${binary:Version}),
Breaks: lzfse-bin (<= 1.0-1),
Replaces: lzfse-bin (<= 1.0-1),
Description: LZFSE compression library and command line tool
 This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.