[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090119-38-g4098a63

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jan 25 22:34:45 UTC 2009


The following commit has been merged in the master branch:
commit 00958498a84af90af688e236c7450500e27f5c6a
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jan 25 10:58:15 2009 +0100

    loosen the depends in shlibs.local a bit
    
    we want to work around internal, not exposed API/ABI changes. Having the
    packages depend on the exact build is a bit too tight.
    
    this should still be strict enough to prevent bugs like #512844 and #512466

diff --git a/debian/shlibs.local b/debian/shlibs.local
index 0949ad1..0fb77f8 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1,7 +1,7 @@
-libavutil 49 libavutil49 (= ${binary:Version})
-libavcodec 52 libavcodec52 (= ${binary:Version})
-libavdevice 52 libavdevice52 (= ${binary:Version})
-libavformat 52 libavformat52 (= ${binary:Version})
-libavfilter 0 libavfilter0 (= ${binary:Version})
-libpostproc 51 libpostproc51 (= ${binary:Version})
-libswscale 0 libswscale0 (= ${binary:Version})
+libavutil 49 libavutil49 (>= ${source:Upstream-Version})
+libavcodec 52 libavcodec52 (>= ${source:Upstream-Version})
+libavdevice 52 libavdevice52 (>= ${source:Upstream-Version})
+libavformat 52 libavformat52 (>= ${source:Upstream-Version})
+libavfilter 0 libavfilter0 (>= ${source:Upstream-Version})
+libpostproc 51 libpostproc51 (>= ${source:Upstream-Version})
+libswscale 0 libswscale0 (>= ${source:Upstream-Version})

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list