[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-48-g8c8c94f
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Wed Jun 23 22:26:35 UTC 2010
The following commit has been merged in the experimental branch:
commit 6c33b1d7aa9f5d2e74493c60e74b9890029882af
Author: Christophe Mutricy <xtophe at videolan.org>
Date: Wed Jun 23 23:12:24 2010 +0100
Remove unneeded -V for dh_makeshlibs
Upstream is quite rigourous with its ABIs and SONAMEs
diff --git a/debian/rules b/debian/rules
index e9a3f36..d426fd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -246,8 +246,8 @@ binary-arch: build install
dh_strip -s --dbg-package=vlc-dbg
dh_compress -s
dh_fixperms -s
- dh_makeshlibs -plibvlc5 -V # -V is nasty, but I mean it
- dh_makeshlibs -plibvlccore4 -V # -V is nasty, but I mean it
+ dh_makeshlibs -plibvlc5
+ dh_makeshlibs -plibvlccore4
dh_installdeb -s
dh_shlibdeps -s -ldebian/libvlc5/usr/lib:debian/libvlccore4/usr/lib
dh_gencontrol -s
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list