[SCM] vlc/experimental: Be backports friendly

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Dec 10 18:33:25 UTC 2017


The following commit has been merged in the experimental branch:
commit 93dcf8dbc813741edeb3d2817afb79c370289f3d
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Dec 10 16:43:46 2017 +0100

    Be backports friendly

diff --git a/debian/rules b/debian/rules
index e1522aa..42f2839 100755
--- a/debian/rules
+++ b/debian/rules
@@ -320,8 +320,8 @@ override_dh_makeshlibs:
 	dh_makeshlibs -Xlibvlc_vdpau -Xlibvlc_pulse -Xlibvlc_xcb_events
 
 debian/shlibs.local:
-	echo "libvlc 5 libvlc5 (>= $(DEB_VERSION_UPSTREAM))" > debian/shlibs.local
-	echo "libvlccore 9 libvlccore9 (>= $(DEB_VERSION_UPSTREAM))" >> debian/shlibs.local
+	echo "libvlc 5 libvlc5 (>= $(DEB_VERSION_UPSTREAM)~)" > debian/shlibs.local
+	echo "libvlccore 9 libvlccore9 (>= $(DEB_VERSION_UPSTREAM)~)" >> debian/shlibs.local
 
 override_dh_shlibdeps: debian/shlibs.local
 	dh_shlibdeps

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list