[SCM] Packaging for Red Eclipse data branch, master, updated. f4566fc62c04511b0dd5987cc1c9996df3ffd29e

Martin Erik Werner martinerikwerner at gmail.com
Tue Dec 13 17:13:11 UTC 2011


The following commit has been merged in the master branch:
commit 982549621765bcdb9738f406dae65369e00db38c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Tue Dec 13 17:51:57 2011 +0100

    d/rules: dh_build doesn't exist, use auto

diff --git a/debian/rules b/debian/rules
index b929240..46ea9c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,14 @@
 %:
 	dh $@
 
-override_dh_build:
+override_dh_auto_build:
 	install -d debian/tmp/usr/share/games/redeclipse-data/data/fonts/
 	cd debian/tmp/usr/share/games/redeclipse-data/data/fonts/ && \
 		cube2font /usr/share/fonts/truetype/fonts-play/Play-Bold.ttf \
 			small 3 15 1 1 40 40 512 512 0 0 fonts/ \
 		cube2font /usr/share/fonts/truetype/fonts-play/Play-Bold.ttf \
 			large 3 14 1 1 56 56 512 512 0 0 fonts/
+	dh_auto_build
 
 override_dh_prep:
 	dh_prep --exclude=debian/tmp

-- 
Packaging for Red Eclipse data



More information about the Pkg-games-commits mailing list