[SCM] VLC media player packaging branch, sid, updated. debian/1.0.1-1-17-g5f5e1a8

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Sep 10 16:07:19 UTC 2009


The following commit has been merged in the sid branch:
commit f080a36b82a83d99dd020147029ee3dcf74a420a
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Sep 10 14:35:08 2009 +0200

    Fix Hurd install
    
    For the day the buildd catch up

diff --git a/debian/rules b/debian/rules
index 380b64e..8ad3573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,6 +150,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 	rm -f debian/vlc-nox.install.kfreebsd
+	rm -f debian/vlc-nox.install.hurd
 	# Clean VLC
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf tmp/
@@ -170,6 +171,8 @@ install: build
 	dh_prep
 	sed -e '/\(lib\|libaccess_\)\(alsa\|dvb\|v4l\|v4l2\|pvr\)_/d' \
 	 debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd
+	sed -e '/\(lib\|libaccess_\)\(probe_hal\)_/d' \
+	 debian/vlc-nox.install.kfreebsd > debian/vlc-nox.install.hurd
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
 	cp tmp/libvlc.a debian/tmp/usr/lib

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list