[SCM] libav/experimental: Fix generation of shlibs file not only for libavcodec*, but for all the other library packages as well.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Oct 1 08:42:58 UTC 2012


The following commit has been merged in the experimental branch:
commit b654688acfa3586b1b30e4b6e34ab8d7a51aca57
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Aug 7 22:34:50 2012 +0200

    Fix generation of shlibs file not only for libavcodec*, but for all the other library packages as well.

diff --git a/debian/rules b/debian/rules
index 33623eb..e1bb83a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,7 +171,7 @@ binary-arch: build install
 	dh_strip --dbg-package=libav-dbg
 
 	for pkg in $(LIB_PKGS) $(LIB_EXTRA_PKGS); do \
-	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(DEB_VERSION))"; \
+	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION))"; \
 	done
 	for pkg in $(LIB_PKGS2); do \
 	    upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-extra-\1/'); \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list