updated debian package. split up libcec and libcec-dev
[deb_libcec.git] / debian / control
index 1041755e978a003e3ec065182821cd529adec485..4ca7e36fd2dba63173c9fcde449cbee4b2fdddaa 100644 (file)
@@ -1,14 +1,23 @@
 Source: libcec
 Section: video
 Priority: extra
-Maintainer: Lars Op den Kamp <info@pulse-eight.com>
-Build-Depends: debhelper (>= 7), libudev-dev, mime-support,
- locales, gawk, autotools-dev, autoconf, automake,
+Maintainer: Lars Op den Kamp <lars.opdenkamp@pulse-eight.com>
+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.