[SCM] libav/master: Matching version in shlibs

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Apr 26 17:51:48 UTC 2015


The following commit has been merged in the master branch:
commit 250d55e52052a7421484f831de07c8a20337b404
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Apr 20 20:31:21 2015 +0200

    Matching version in shlibs
    
    LP: #1407103

diff --git a/debian/rules b/debian/rules
index 72227f5..361ca54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,12 +184,12 @@ binary-arch: build install
 	# operate e.g. the -extra- packages, produce shlibs that have alternative dependencies
 	for pkg in $(LIB_EXTRA_PKGS); do \
 	    npkg=$$(echo "$$pkg" | sed -r 's/-extra-//'); \
-	    dh_makeshlibs -p"$$pkg" -V"$$npkg (>= $(SHLIBS_VERSION)) | $$pkg (>= $(EPOCH)$(UPSTREAM_VERSION))"; \
+	    dh_makeshlibs -p"$$pkg" -V"$$npkg (>= $(SHLIBS_VERSION)) | $$pkg (>= $(SHLIBS_VERSION))"; \
 	done
 	# operate on packages with -extra- variants such as libavcodec54 - produce shlibs that have alternative dependencies
 	for pkg in $(LIB_PKGS2); do \
 	    upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-extra-\1/'); \
-	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(EPOCH)$(UPSTREAM_VERSION))"; \
+	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(SHLIBS_VERSION))"; \
 	done
 	dh_shlibdeps
 	dh_installdeb -a

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list