Add debian package patches.
[deb_libcec.git] / debian / control
index 4ca7e36fd2dba63173c9fcde449cbee4b2fdddaa..232fdf5255b59b303cf209d11dc3bcdd47c650c2 100644 (file)
@@ -1,23 +1,52 @@
 Source: libcec
-Section: video
-Priority: extra
+Section: libs
+Priority: optional
 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/
+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: 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: 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 a static library and C/CPP header files.
+ This package provides the CEC utility programs.
+
+Package: libcec
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcec2 (= ${binary:Version})
+Description: Meta package libcec.
+