[SCM] Packaging for briquolo branch, master, updated. debian/0.5.7-2-5-g79bc15f

Bradley Smith brad at brad-smith.co.uk
Tue Feb 24 17:03:10 UTC 2009


The following commit has been merged in the master branch:
commit 79bc15f17db8f403fda4ab0fffefc1eac97f7dbc
Author: Bradley Smith <brad at brad-smith.co.uk>
Date:   Tue Feb 24 16:41:16 2009 +0000

    Fix font link.
    
    Signed-off-by: Bradley Smith <brad at brad-smith.co.uk>

diff --git a/debian/rules b/debian/rules
index 74dbbaf..76e9e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,11 +52,10 @@ install: build
 		-exec mv {} $(CURDIR)/debian/briquolo/usr/share/games/pixmaps \;
 	-find $(CURDIR)/debian/briquolo/ -type d | \
 		xargs rmdir -p --ignore-fail-on-non-empty
+	-find $(CURDIR)/debian/briquolo/ -name "*.ttf" | xargs rm -f
 	mkdir -p $(CURDIR)/debian/briquolo-data/usr/share/games/
 	mv $(CURDIR)/debian/briquolo/usr/share/games/briquolo \
 		$(CURDIR)/debian/briquolo-data/usr/share/games/
-	-find $(CURDIR)/debian/briquolo/ -name "*.ttf" | xargs rm -f
-	-find $(CURDIR)/debian/briquolo-data/ -name "*.ttf" | xargs rm -f
 	mkdir -p $(CURDIR)/debian/briquolo/usr/share/applications
 	mv $(CURDIR)/debian/briquolo/usr/share/games/applications/* \
 		$(CURDIR)/debian/briquolo/usr/share/applications/
@@ -74,6 +73,9 @@ binary-indep: build install
 	dh_installexamples -i
 	dh_installmenu -i
 	dh_installman -i
+	dh_link -pbriquolo-data \
+		usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
+		usr/share/games/briquolo/data/DejaVuSans.ttf
 	dh_strip -i
 	dh_compress -i
 	dh_fixperms -i
@@ -92,9 +94,6 @@ binary-arch: build install
 	dh_installexamples -a
 	dh_installmenu -a
 	dh_installman -a
-	dh_link \
-		-pbriquolo-data usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
-		usr/share/games/briquolo/data/DejaVuSans.ttf
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a

-- 
Packaging for briquolo



More information about the Pkg-games-commits mailing list