Source: libjpeg9
Maintainer: Bill Allombert <ballombe@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.ijg.org/

Package: libjpeg9
Architecture: any
Section: libs
Multi-Arch: same
Description: Independent JPEG Group's JPEG runtime library
 The Independent JPEG Group's JPEG library is a library for handling
 JPEG files.
 .
 This package contains the shared library.
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},${misc:Depends}

Package: libjpeg9-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Description: Development files for the IJG JPEG library
 The Independent JPEG Group's JPEG library is a library for handling
 JPEG files.
 .
 This package contains the static library, headers and documentation.
Depends: libjpeg9 (=${binary:Version}), libc-dev, ${misc:Depends}
Conflicts: libjpeg62-dev, libjpeg8-dev
Replaces: libjpeg62-dev, libjpeg8-dev

Package: libjpeg-progs
Architecture: any
Description: Programs for manipulating JPEG files
 This package contains programs for manipulating JPEG files:
  cjpeg/djpeg: convert to/from the JPEG file format
  rdjpgcom/wrjpgcom: read/write comments in JPEG files
  jpegtran: lossless transformations of JPEG files
  jpegexiforient/exifautotran: manipulate EXIF orientation tag
Depends: ${shlibs:Depends}, ${misc:Depends}
