[SCM] VLC media player packaging branch, sid, updated. debian/1.0.5-1-3-gfebaeca

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Wed Feb 17 14:25:47 UTC 2010


The following commit has been merged in the sid branch:
commit 495cdf4a6571b56c42f9517ebfca613202d7bea4
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Wed Feb 17 12:10:28 2010 +0100

    Install reportbug files also in vlc-data
    
    LP: #472893

diff --git a/debian/rules b/debian/rules
index 1ffb022..11422b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -200,8 +200,10 @@ install: build
 	ln -s /etc/vlc/http/.hosts debian/vlc-data/usr/share/vlc/http/.hosts
 
 	#install BTS stuff
-	mkdir -p  debian/vlc-nox/usr/share/bug/vlc-nox
-	cp debian/bug/* debian/vlc-nox/usr/share/bug/vlc-nox
+	for pkg in vlc-nox vlc-data; do \
+	    mkdir -p  debian/$${pkg}/usr/share/bug/$${pkg}; \
+	    cp debian/bug/* debian/$${pkg}/usr/share/bug/$${pkg}; \
+	done
 	# Clean up
 	rm -f debian/vlc/$(VIDDIR)/*.png
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list