Source: libmng
Section: libs
Priority: optional
Build-Depends: autoconf,
               automake,
               debhelper (>= 11),
               dpkg-dev (>= 1.16.1.1),
               libjpeg-dev,
               liblcms2-dev,
               libtool,
               zlib1g-dev
Maintainer: Kartik Mistry <kartik@debian.org>
Homepage: https://www.libmng.com
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/libmng.git
Vcs-Browser: https://salsa.debian.org/debian/libmng

Package: libmng2
Architecture: any
Multi-Arch: same
Replaces: libmng, libmng-dev (<< 1.0.0-3)
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Multiple-image Network Graphics library
 The libmng library supports decoding, displaying, encoding, and various other
 manipulations of the Multiple-image Network Graphics (MNG) format image files.
 It uses the zlib compression library, and optionally the JPEG library by the
 Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
 library by Marti Maria Saguar.

Package: libmng-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Replaces: libmng
Depends: libjpeg-dev,
         liblcms2-dev,
         libmng2 (= ${binary:Version}),
         zlib1g-dev,
         ${misc:Depends}
Description: M-N-G library (Development headers)
 The libmng library supports decoding, displaying, encoding, and various other
 manipulations of the Multiple-image Network Graphics (MNG) format image files.
 It uses the zlib compression library, and optionally the JPEG library by the
 Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
 library by Marti Maria Saguar.
 .
 This package provides development headers.
