X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=232fdf5255b59b303cf209d11dc3bcdd47c650c2;hb=b1bd94283cef75676b987f30d61f26fad09c19c3;hp=1041755e978a003e3ec065182821cd529adec485;hpb=abbca718e0f6b5a20170561beeacafa0b5852500;p=deb_libcec.git diff --git a/debian/control b/debian/control index 1041755..232fdf5 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,52 @@ Source: libcec -Section: video -Priority: extra -Maintainer: Lars Op den Kamp -Build-Depends: debhelper (>= 7), libudev-dev, mime-support, - locales, gawk, autotools-dev, autoconf, automake, -Standards-Version: 3.8.3 -Homepage: http://www.pulse-eight.net/ +Section: libs +Priority: optional +Maintainer: Lars Op den Kamp +Build-Depends: debhelper (>= 7), + pkg-config, + libudev-dev, + liblockdev1-dev +Standards-Version: 3.8.4 +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 +Package: libcec-dev +Architecture: any +Section: libdevel +Depends: libcec2 (= ${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: libcec2 Architecture: any +Multi-Arch: same +Provides: libcec, libcec1 +Replaces: libcec (<< 1.6), libcec1 +Conflicts: libcec (<< 1.6), libcec1 +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Description: CEC interface library - CEC interface library. +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: libcec2 (= ${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. + +Package: libcec +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcec2 (= ${binary:Version}) +Description: Meta package libcec. +