Source: minizip-ng
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 libbz2-dev,
 liblzma-dev,
 libssl-dev,
 libzstd-dev,
 pkgconf,
 pkg-config,
 zlib1g-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/zlib-ng/minizip-ng
Vcs-Browser: https://github.com/zlib-ng/minizip-ng
Vcs-Git: https://github.com/zlib-ng/minizip-ng.git

Package: libminizip-ng1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
 ${misc:Depends},
Provides: libminizip1t64,
Replaces: libminizip1t64,
Description: minizip-ng - Fork of the popular zip manipulation library found in the zlib distribution.
 Minizip was originally developed by Gilles Vollant in 1998. It was first included in the zlib distribution as an additional code contribution starting in zlib 1.1.2. Since that time, it has been continually improved upon and contributed to by many people. The original project can still be found in the zlib distribution that is maintained by Mark Adler. The motivation behind this repository has been the need for new features and bug fixes to the original library which had not been maintained for a long period of time. The code has been largely refactored and rewritten in order to help improve maintainability and readability. A compatibility layer has been provided for consumers of the original minizip library.

Package: libminizip-ng-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libminizip-ng1 (= ${binary:Version}),
Replaces: libkml-dev (<< 1.3.0~r864+git20150723-0fa2f22-1~),
 libminizip-dev,
Conflicts: libkml-dev (<< 1.3.0~r864+git20150723-0fa2f22-1~),
 libminizip-dev,
Description: minizip-ng - Fork of the popular zip manipulation library found in the zlib distribution.
 Minizip was originally developed by Gilles Vollant in 1998. It was first included in the zlib distribution as an additional code contribution starting in zlib 1.1.2. Since that time, it has been continually improved upon and contributed to by many people. The original project can still be found in the zlib distribution that is maintained by Mark Adler. The motivation behind this repository has been the need for new features and bug fixes to the original library which had not been maintained for a long period of time. The code has been largely refactored and rewritten in order to help improve maintainability and readability. A compatibility layer has been provided for consumers of the original minizip library.