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 37 38 39 40 41 42
|
Source: libcec
Section: libs
Priority: optional
Maintainer: Andres Mejia <amejia@debian.org>
Build-Depends: debhelper (>= 8.1.3~),
pkg-config,
libudev-dev [linux-any]
Standards-Version: 3.9.3
Homepage: http://libcec.pulse-eight.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/libcec.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libcec.git
Package: libcec-dev
Architecture: any
Section: libdevel
Depends: libcec1 (= ${binary:Version}),
${misc:Depends}
Description: USB CEC Adaptor communication Library (development files)
This library provides support for the Pulse-Eight USB-CEC adapter.
.
This package provides the necessary files needed for development.
Package: libcec1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: USB CEC Adaptor communication Library (shared library)
This library provides support for the Pulse-Eight USB-CEC adapter.
.
This package provides the shared library.
Package: cec-utils
Architecture: any
Section: utils
Depends: libcec1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: USB CEC Adaptor communication Library (utility programs)
This library provides support for the Pulse-Eight USB-CEC adapter.
.
This package provides the CEC utility programs.
|