sharp: check whether the 'auto power on' option is disabled and tell the user how...
[deb_libcec.git] / debian / control
CommitLineData
abbca718 1Source: libcec
142d1b01
LOK
2Section: libs
3Priority: optional
354ded4d 4Maintainer: Lars Op den Kamp <lars.opdenkamp@pulse-eight.com>
142d1b01
LOK
5Build-Depends: debhelper (>= 7),
6 pkg-config,
7 libudev-dev,
8 liblockdev1-dev
9Standards-Version: 3.8.4
10Homepage: http://libcec.pulse-eight.com/
11Vcs-Git: git://anonscm.debian.org/collab-maint/libcec.git
12Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libcec.git
354ded4d
LOK
13
14Package: libcec-dev
142d1b01 15Architecture: any
354ded4d 16Section: libdevel
a0b9b368 17Depends: libcec2 (= ${binary:Version}),
142d1b01
LOK
18 ${misc:Depends}
19Description: USB CEC Adaptor communication Library (development files)
20 This library provides support for the Pulse-Eight USB-CEC adapter.
21 .
22 This package provides the necessary files needed for development.
23
a0b9b368 24Package: libcec2
354ded4d 25Architecture: any
142d1b01 26Multi-Arch: same
a0b9b368 27Provides: libcec, libcec1
6ce73542
LOK
28Replaces: libcec (<< 1.6), libcec1
29Conflicts: libcec (<< 1.6), libcec1
142d1b01
LOK
30Pre-Depends: ${misc:Pre-Depends}
31Depends: ${shlibs:Depends}, ${misc:Depends}
32Description: USB CEC Adaptor communication Library (shared library)
33 This library provides support for the Pulse-Eight USB-CEC adapter.
354ded4d 34 .
142d1b01
LOK
35 This package provides the shared library.
36
37Package: cec-utils
38Architecture: any
39Section: utils
a0b9b368 40Depends: libcec2 (= ${binary:Version}),
142d1b01
LOK
41 ${shlibs:Depends},
42 ${misc:Depends}
43Description: USB CEC Adaptor communication Library (utility programs)
44 This library provides support for the Pulse-Eight USB-CEC adapter.
45 .
46 This package provides the CEC utility programs.
47
48Package: libcec
49Architecture: any
a0b9b368
LOK
50Depends: ${shlibs:Depends}, ${misc:Depends}, libcec2 (= ${binary:Version})
51Description: Meta package libcec.
142d1b01 52