Source: alt-libzip
Priority: optional
Maintainer: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf,
  unzip,
  zlib1g-dev,
  libbz2-dev,
  perl,
  cmake,
  pkg-config,
  libssl-dev,
  liblzma-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.nih.at/libzip/

Package: alt-libzip-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: alt-libzip (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
Description: library for reading, creating, and modifying zip archives (development)
 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the static libraries and headers for developing
 applications that use the libzip library API.

Package: alt-libzip
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading, creating, and modifying zip archives (runtime)
 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the files necessary for running applications that
 use the libzip library.

Package: alt-libzip-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: command line tools
 tools package provides command line tools split off libzip:
 - zipcmp
 - zipmerge
 - ziptool
