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
|
Source: libjpeg6b
Maintainer: Mark Mickan <mmickan@debian.org>
Section: graphics
Priority: optional
Standards-Version: 2.4.1.2
Package: libjpeg62
Architecture: any
Description: The Independent JPEG Group's JPEG runtime library [libc6]
This package contains the shared library.
Conflicts: libjpeg6b
Replaces: libjpeg6b
Provides: libjpeg6b
Depends: ${shlibs:Depends}
Package: libjpeg62-dev
Architecture: any
Description: Development files for the IJG JPEG library [libc6]
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
cjpeg/djpeg: convert to/from the jpeg file format
rdjpgcom/wrjpgcom: read/write comments in jpeg files
jpegtran: translate between jpeg formats
Depends: ${shlibs:Depends}, libjpeg62
|