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

Martin Erik Werner martinerikwerner at gmail.com
Mon Jan 9 02:32:52 UTC 2012


The following commit has been merged in the master branch:
commit fe8493feefb1e163178ab000b7f3f1872240205c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Mon Jan 9 03:05:37 2012 +0100

    Change autobuild to build in upstream dir
    
    This is more in line with how debhelper is intended to work, I was
    wrangling it pretty badly before..

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..02404af
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+data/fonts/play*
diff --git a/debian/redeclipse-data.install b/debian/redeclipse-data.install
index bfcaaad..540f32e 100644
--- a/debian/redeclipse-data.install
+++ b/debian/redeclipse-data.install
@@ -1,2 +1 @@
 data usr/share/games/redeclipse
-usr/share/games/redeclipse/data/fonts/*
diff --git a/debian/rules b/debian/rules
index 13fb198..daee376 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,14 +4,9 @@
 	dh $@
 
 override_dh_auto_build:
-	install -d debian/tmp/usr/share/games/redeclipse/data/fonts/
-	cd debian/tmp/usr/share/games/redeclipse/data/fonts/ && \
+	cd data/fonts/ && \
 		cube2font /usr/share/fonts/truetype/play/Play-Bold.ttf \
 			play 4 15 1 1 54 54 512 512 0 0 fonts/
-	dh_auto_build
-
-override_dh_prep:
-	dh_prep --exclude=debian/tmp
 
 override_dh_install:
 	dh_install --exclude="license.txt"

-- 
Packaging for Red Eclipse data



More information about the Pkg-games-commits mailing list