1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: libjpeg6b
Maintainer: Bill Allombert <ballombe@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper, autotools-dev
Standards-Version: 3.5.6
Package: libjpeg62
Architecture: any
Section: libs
Description: The Independent JPEG Group's JPEG runtime library
The Independent JPEG Group's JPEG shared library.
Conflicts: libjpeg6b
Replaces: libjpeg6b
Provides: libjpeg6b
Depends: ${shlibs:Depends}
Package: libjpeg62-dev
Architecture: any
Section: devel
Description: Development files for the IJG JPEG library
Development files for the IJG JPEG library.
This package contains the static library, headers and documentation.
Conflicts: libjpeg-dev, libjpegg-dev
Replaces: libjpeg-dev, libjpegg-dev
Provides: libjpeg-dev, libjpegg-dev
Depends: libjpeg62 (=${Source-Version}), libc6-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
Depends: ${shlibs:Depends}
|