[PATCH 4/5] Add misc-depends to the control file, since we use debhelper.

Rogério Brito rbrito at ime.usp.br
Fri Mar 19 01:47:20 PDT 2010


Since we are using debhelper to build the binary package, the
pseudo-dependency ${misc:Depends} should be filled by debhelper tools
(it detects some extra potential dependencies that may be needed to
generate a correct binary package).

Signed-off-by: Rogério Brito <rbrito at ime.usp.br>
---
 debian/control |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 766a8a5..6267e8b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Section: libdevel
 Architecture: any
 Depends: libva1 (= ${binary:Version}),
          libdrm-dev (>= 2.3.0),
-         pkg-config
+         pkg-config,
+	 ${misc:Depends}
 Description: Video Acceleration (VA) API for Linux -- development files
  The libva library implements the Video Acceleration (VA) API for Linux.
  The library loads a hardware dependendent driver.
@@ -28,7 +29,8 @@ Package: libva1
 Architecture: any
 Depends: libx11-6,
          libxext6, 
-         libdrm2 (>= 2.3.0)
+         libdrm2 (>= 2.3.0),
+	 ${misc:Depends}x
 Description: Video Acceleration (VA) API for Linux -- runtime
  The libva library implements the Video Acceleration (VA) API for Linux.
  The library loads a hardware dependendent driver.
-- 
1.7.0




More information about the Libva mailing list