[SCM] libav/experimental: Fix generation of shlibs file
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Mon Oct 1 08:42:57 UTC 2012
The following commit has been merged in the experimental branch:
commit 55455a221bf24a569457796367f3cdc9d705efe1
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sat Aug 4 09:03:39 2012 +0200
Fix generation of shlibs file
Wrong make variables where used for the shlibs generation.
Closes: #679542
Conflicts:
debian/rules
diff --git a/debian/rules b/debian/rules
index f4f1aed..33623eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,7 +175,7 @@ binary-arch: build install
done
for pkg in $(LIB_PKGS2); do \
upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-extra-\1/'); \
- dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(DEB_VERSION)) | $$upkg (>= $(DEB_VERSION))"; \
+ dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(EPOCH)$(UPSTREAM_VERSION))"; \
done
dh_shlibdeps
dh_installdeb
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list