[SCM] VLC media player packaging branch, sid, updated. debian/0.9.8a-2-8-gb388ba2

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Feb 26 23:25:51 UTC 2009


The following commit has been merged in the sid branch:
commit b388ba2a6235220fb665434436b0902679c371d9
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Feb 26 17:28:58 2009 +0100

    Add lintian overrides.
    
    Necessary due to the vlc/vlc-nox and vlc/vlc-data splits

diff --git a/debian/rules b/debian/rules
index 06d27ef..73abb03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,7 +110,7 @@ confflags += --enable-alsa --enable-v4l --enable-v4l2 --enable-pvr
 endif
 
 # svgalib is only for x86 and x86-64 on Linux
-ifneq ($(filter $(DEBi_HOST_ARCH), amd64 i386),)
+ifneq ($(filter $(DEB_HOST_ARCH), amd64 i386),)
 confflags += --enable-svgalib
 endif
 
@@ -233,6 +233,7 @@ binary-arch: build install
 	dh_installchangelogs ChangeLog -p vlc
 	dh_installchangelogs ChangeLog -p vlc-nox
 	dh_desktop
+	dh_lintian 
 	dh_strip -s --dbg-package=vlc-dbg
 	dh_compress -s
 	dh_fixperms -s
diff --git a/debian/vlc.lintian-overrides b/debian/vlc.lintian-overrides
new file mode 100644
index 0000000..d0b97d0
--- /dev/null
+++ b/debian/vlc.lintian-overrides
@@ -0,0 +1,2 @@
+vlc binary: desktop-command-not-in-package /usr/share/applications/vlc.desktop vlc
+vlc binary: menu-icon-missing /usr/share/vlc/vlc.xpm

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list