[SCM] VLC media player packaging branch, sid, updated. debian/1.0.0.rc2-1-17-g8bfc378

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Jul 7 23:02:25 UTC 2009


The following commit has been merged in the sid branch:
commit 8d5993b0041d3c2919905f1bfd53bc7a7b3fb075
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Jul 2 17:20:05 2009 +0200

    Don't install the alsa and OSS access module on kfreeBSD
    
    Thanks: Javier Mendez Gomez
    Closes: #535101

diff --git a/debian/rules b/debian/rules
index 56d46c5..5a91e06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -164,8 +164,8 @@ install: build
 	dh_testdir
 	dh_testroot
 	dh_prep
-	sed -e '/lib\(alsa\|dvb\|v4l\|pvr\)_/d' debian/vlc-nox.install \
-	 >debian/vlc-nox.install.kfreebsd-i386
+	sed -e '/\(lib\|libaccess_\)\(alsa\|dvb\|v4l\|pvr\)_/d' \
+	 debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd-i386
 	cp debian/vlc-nox.install.kfreebsd-i386 \
 	 debian/vlc-nox.install.kfreebsd-amd64
 	dh_installdirs

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list