[SCM] libdvbpsi packaging branch, master, updated. b8b913257f6a46be0dcb111eee942f8730543f48

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sun May 2 21:30:51 UTC 2010


The following commit has been merged in the master branch:
commit 3cb8d362c323ac9694fd0ae95a386a1483dc5520
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sun May 2 18:29:00 2010 +0100

    Add ${misc:Depends}
    
    To silence lintian

diff --git a/debian/control b/debian/control
index 6c6fa91..30decba 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://www.videolan.org/developers/libdvbpsi.html
 Package: libdvbpsi6
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for MPEG TS and DVB PSI tables decoding and generating
  libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
  decoding and generating.
@@ -23,7 +23,7 @@ Description: library for MPEG TS and DVB PSI tables decoding and generating
 Package: libdvbpsi-dev
 Section: libdevel
 Architecture: any
-Depends: libdvbpsi6 (>= ${binary:Version})
+Depends: libdvbpsi6 (>= ${binary:Version}), ${misc:Depends}
 Conflicts: libdvbpsi0-dev, libdvbpsi1-dev, libdvbpsi2-dev, libdvbpsi3-dev, libdvbpsi4-dev, libdvbpsi5-dev
 Description: development files for libdvbpsi6
  libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables

-- 
libdvbpsi packaging



More information about the pkg-multimedia-commits mailing list