[SCM] ffmpeg/master: Add additional debhelper specific ${misc:Depends} substvars

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun May 15 09:56:37 UTC 2011


The following commit has been merged in the master branch:
commit 25b4e1894ea2f93065be1e01ad24cddd69816be8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 15 10:52:47 2011 +0200

    Add additional debhelper specific ${misc:Depends} substvars
    
    reported by lintian

diff --git a/debian/control b/debian/control
index 59ba400..d8b5808 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,8 @@ Package: ffmpeg-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libav-dbg
+Depends: libav-dbg,
+ ${misc:Depends}
 Description: Debug symbols for Libav related packages
  This package contains debug data of the Libav related shared libraries.
  .
@@ -91,6 +92,7 @@ Description: Debug symbols for Libav related packages
 Package: libav-source
 Architecture: all
 Section: devel
+Depends: ${misc:Depends}
 Description: Patched Libav sources
  This package contains a tarball the source file that were used to produce
  this package, containing all modifications that have been applied inline.
@@ -101,7 +103,8 @@ Description: Patched Libav sources
 Package: ffmpeg-doc
 Section: doc
 Architecture: all
-Depends: libav-doc
+Depends: libav-doc,
+ ${misc:Depends}
 Description: Documentation of the Libav API (transitional package)
  This package contains the html doxygen documentation of the Libav API.
  .

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list