merge with master
[external/lcms.git] / debian / control
1 Source: lcms2
2 Section: libs
3 Priority: optional
4 Maintainer: GangHeok Kim<gangheok.kim@samsung.com>, Taeksu Shin <taeksu.shin@samsung.com>
5 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libjpeg-dev, zlib1g-dev, quilt, libtiff4-dev
6 Standards-Version: 3.9.2
7 Homepage: http://www.littlecms.com/
8 #Vcs-Git: git://git.debian.org/collab-maint/liblcms2.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/liblcms2.git;a=summary
10
11 Package: liblcms2-dev
12 Section: libdevel
13 Architecture: any
14 #Multi-Arch: same
15 #Pre-Depends: multiarch-support
16 Depends: liblcms2-2 (= ${binary:Version}), ${misc:Depends}
17 Description: Little CMS 2 color management library development headers
18  LittleCMS 2 intends to be a small-footprint color management engine, with
19  special focus on accuracy and performance. It uses the International Color
20  Consortium standard (ICC) of color management. Little CMS 2 is a full
21  implementation of ICC specification 4.2 plus all addendums. It fully supports
22  all V2 and V4 profiles, including abstract, devicelink and named color
23  profiles. This package contains the development headers used for building
24  software that uses Little CMS.
25
26 Package: liblcms2-2
27 Section: libs
28 Architecture: any
29 #Multi-Arch: same
30 #Pre-Depends: multiarch-support
31 Suggests: liblcms2-utils
32 Depends: ${shlibs:Depends}, ${misc:Depends}
33 Description: Little CMS 2 color management library
34  LittleCMS 2 intends to be a small-footprint color management engine, with
35  special focus on accuracy and performance. It uses the International Color
36  Consortium standard (ICC) of color management. LittleCMS 2 is a full
37  implementation of ICC specification 4.2 plus all addendums. It fully supports
38  all V2 and V4 profiles, including abstract, devicelink and named color
39  profiles.
40
41 Package: liblcms2-utils
42 Section: utils
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Description: Little CMS 2 color management library
46  LittleCMS 2 intends to be a small-footprint color management engine, with
47  special focus on accuracy and performance. It uses the International Color
48  Consortium standard (ICC) of color management. LittleCMS 2 is a full
49  implementation of ICC specification 4.2 plus all addendums. It fully supports
50  all V2 and V4 profiles, including abstract, devicelink and named color
51  profiles. This package contains additional utilities (jpegicc and tifficc).
52
53 Package: liblcms2-dbg
54 Section: libdevel
55 Architecture: any
56 Priority: extra
57 Depends: liblcms2-2 (= ${binary:Version})
58 Description: Color management library - debugging symbols
59  Debugging symbols for Little CMS 2 color management library.
60  lcms is a standalone CMM engine, which deals with the color management.
61  It implements a fast transformation between ICC profiles. The intention
62  of it is to be portable across several platforms.
63