Add debian package patches.
[deb_libcec.git] / debian / control
index fa8b7616060336c527e350d4a175e07af9a94c13..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, liblockdev1-dev
-Standards-Version: 3.8.3
-Homepage: http://www.pulse-eight.net/
-
-Package: libcec
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdev1
-Description: Pulse-Eight CEC adapter control library
- With this library you can access your Pulse-Eight CEC adapter.
+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-dev
-Priority: optional
+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
-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.
+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: USB CEC Adaptor communication Library (shared library)
+ 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 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.
+