X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=4ca7e36fd2dba63173c9fcde449cbee4b2fdddaa;hb=354ded4d2780bf0cd0ebc4053cf71517d440dea3;hp=1041755e978a003e3ec065182821cd529adec485;hpb=acec5f4851b1930cafb6ddc044131204a017401e;p=deb_libcec.git diff --git a/debian/control b/debian/control index 1041755..4ca7e36 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,23 @@ 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, +Maintainer: Lars Op den Kamp +Build-Depends: debhelper (>= 7), libudev-dev, mime-support, locales, gawk, autotools-dev, autoconf, automake, pkg-config Standards-Version: 3.8.3 Homepage: http://www.pulse-eight.net/ Package: libcec Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: CEC interface library - CEC interface library. +Description: Pulse-Eight CEC adapter control library + With this library you can access your Pulse-Eight CEC adapter. + +Package: libcec-dev +Priority: optional +Section: libdevel +Architecture: any +Depends: libcec (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Pulse-Eight CEC adapter control library (development files) + With libcec you can access your Pulse-Eight CEC adapter. + . + This package provides a static library and C/CPP header files.