[SCM] xbmc packaging branch, master, updated. upstream/9.11.svn24886.deb1-49-g5d53154

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Dec 2 04:06:31 UTC 2009


The following commit has been merged in the master branch:
commit 1871e1fd487f679ad539d8af3824e12f755091fe
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue Dec 1 22:58:30 2009 -0500

    Add symlinks for binaries into xbmc-bin instead of xbmc-data.
    Also delete all resulting empty directories from xbmc-data usr/share/xbmc
    directory.

diff --git a/debian/rules b/debian/rules
index caa42ac..dea7cf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,8 +92,9 @@ override_dh_link:
 		while read FILE; do \
 		LINK_TARGET="$$(echo "$$FILE" | sed -e 's|debian/xbmc-bin/||')"; \
 		LINK_DESTINATION="$$(echo "$$FILE" | sed -e 's|debian/xbmc-bin/usr/lib|usr/share|')"; \
-		dh_link -pxbmc-data "$$LINK_TARGET" "$$LINK_DESTINATION"; \
+		dh_link -pxbmc-bin "$$LINK_TARGET" "$$LINK_DESTINATION"; \
 		done
+	find debian/xbmc-data/usr/share/xbmc -type d -empty -delete
 
 override_dh_strip:
 	dh_strip --dbg-package=xbmc-dbg

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list