[SCM] libva/master: Fix shlibs.local generation

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 12 18:14:16 UTC 2017


The following commit has been merged in the master branch:
commit a337baf3021a0f61703a6a324db670c4ae43a10f
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Nov 12 19:10:15 2017 +0100

    Fix shlibs.local generation

diff --git a/debian/rules b/debian/rules
index 6b7faa1..136b39b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_build: debian/dh/dh_libva.1
 	dh_auto_build
 
 debian/shlibs.local:
-	echo "libva 1 libva1 (>= $(DEB_VERSION_UPSTREAM)), libva1 (<< $(DEB_VERSION_UPSTREAM).1)" > debian/shlibs.local
+	echo "libva 2 libva2 (>= $(DEB_VERSION_UPSTREAM)), libva2 (<< $(DEB_VERSION_UPSTREAM).1)" > debian/shlibs.local
 
 override_dh_shlibdeps: debian/shlibs.local
 	dh_shlibdeps

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list