The following commit has been merged in the master branch:
commit 982549621765bcdb9738f406dae65369e00db38c
Author: Martin Erik Werner <[email protected]>
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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits