X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=e28796f1cde00fbcb8d15b5907e920fd1cc81cba;hb=0a61dc2416f3eacb839ff67ac5abf0024c1d2f40;hp=ad3d09ce473cd8674ef711a3756a53fd1baea412;hpb=d37ed3d33c3253d522e4b02949791ae4051bc218;p=deb_libcec.git diff --git a/debian/control b/debian/control index ad3d09c..e28796f 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,52 @@ Source: libcec -Section: video -Priority: extra +Section: libs +Priority: optional Maintainer: Lars Op den Kamp -Build-Depends: debhelper (>= 7), libudev-dev, mime-support, locales, gawk, autotools-dev, autoconf, automake, pkg-config, libboost-dev -Standards-Version: 3.8.3 -Homepage: http://www.pulse-eight.net/ +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: 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 +Provides: libcec +Replaces: libcec (<< 1.6) +Conflicts: libcec (<< 1.6) +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Pulse-Eight CEC adapter control library - With this library you can access your Pulse-Eight CEC adapter. +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: libcec-dev -Priority: optional -Section: libdevel +Package: cec-utils 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. +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 a static library and C/CPP header files. + This package provides the CEC utility programs. + +Package: libcec +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcec1 +Description: Transitional package libcec. +