[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-1-6-g26f492d

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu May 7 20:54:53 UTC 2009


The following commit has been merged in the master branch:
commit de2dd704bcca1dc67c6df6b9032693734a37847b
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon May 4 07:43:13 2009 +0200

    fix dependencies for libavutil-dev and libavfilter-dev
    
    2 typos slipped into the previous upload. Nothing grave, but without
    fixing them, libavutil-dev and libavfilter-dev are not installable with
    the unstripped variants.

diff --git a/debian/control b/debian/control
index 9513085..3df7dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -151,7 +151,7 @@ Package: libavutil-dev
 Section: libdevel
 Architecture: any
 Depends: libavutil49 (>= ${binary:Version}) | libavutil-unstripped-49 (>= ${binary:Version}),
-         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-unstripped-49 (<= ${binary:Version})
+         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-unstripped-49 (<= ${source:Upstream-Version}-99)
 Description: development files for libavutil
  This is the common utility library from the ffmpeg project. It is required
  by all other ffmpeg libraries.
@@ -212,7 +212,7 @@ Package: libavfilter-dev
 Section: libdevel
 Architecture: any
 Depends: libavfilter0 (>= ${binary:Version}) | libavfilter-unstripped-0 (>= ${binary:Version}),
-         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-unstripped-0 (>= ${source:Upstream-Version}-99),
+         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-unstripped-0 (<= ${source:Upstream-Version}-99),
          libavcodec-dev (= ${binary:Version})
 Description: development files for libavfilter
  This is the video filtering library from the ffmpeg project.

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list