[SCM] libav/master: 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
Tue Aug 7 20:39:12 UTC 2012
The following commit has been merged in the master branch:
commit 71b86e5e1d3989c505a7db4a1f4351617a100e39
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 fa5a4a0..58c12d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -172,7 +172,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