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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Jul 29 09:48:52 UTC 2011


The following commit has been merged in the master-0.6 branch:
commit e831c8b89ca54e10d3eec1208f349d6b772eca79
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
    (cherry picked from commit 25b4e1894ea2f93065be1e01ad24cddd69816be8)

diff --git a/debian/control b/debian/control
index 707d3e2..4eefa46 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,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.
  .
@@ -96,6 +97,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.
@@ -106,7 +108,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