[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090706-2ubuntu5.ppa2-15-gb057096

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jan 6 17:46:13 UTC 2010


The following commit has been merged in the master branch:
commit 8b886551655d11f07aa8fecb3ecbcb91f8a944af
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Jan 6 17:38:14 2010 +0100

    tighten internal dependencies
    
    because of the introduction of symbol versioning, the lower bound of the
    internal dependencies needs to be more strict.

diff --git a/debian/rules b/debian/rules
index cb13bc8..1aa1b74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,7 +125,7 @@ binary-arch: build install formats.txt
 # strict internal dependencies
 	for pkg in $(LIB_PKGS); do \
 	    upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-extra-\1/'); \
-	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(EPOCH)$(UPSTREAM_VERSION)) | $$upkg (>= $(EPOCH)$(UPSTREAM_VERSION)), $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99) | $$upkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
+	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(DEB_VERSION)) | $$upkg (>= $(DEB_VERSION)), $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99) | $$upkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
 	done
 	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
 	dh_shlibdeps

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list