The following commit has been merged in the rott branch:
commit 73257c7140028c5d8347f462bec38c6fb2748efd
Author: Jon Dowland <[email protected]>
Date:   Tue Mar 23 15:40:27 2010 +0000

    reorder rott.mk so that it includes the basic files

diff --git a/rott.mk b/rott.mk
index d7f5b80..294e358 100644
--- a/rott.mk
+++ b/rott.mk
@@ -1,3 +1,7 @@
+BASICFILES = usr/share/doc/rott-data/README.Debian \
+usr/share/doc/rott-data/copyright
+DESTFILES = $(addprefix build/rott-data/, $(BASICFILES))
+
 # VERSION is defined by the parent make
 out/rott-data_$(VERSION)_all.deb: build/rott-data/DEBIAN/control $(DESTFILES)
                fakeroot dpkg-deb -b build/rott-data $@
@@ -7,11 +11,9 @@ build/rott-data/DEBIAN \
 build/rott-data/usr \
 build/rott-data/usr/share \
 build/rott-data/usr/share/games \
-build/rott-data/usr/share/games/rott
-
-BASICFILES = usr/share/doc/rott-data/README.Debian \
-usr/share/doc/rott-data/copyright
-DESTFILES = $(addprefix build/rott-data/, $(BASICFILES))
+build/rott-data/usr/share/games/rott \
+build/rott-data/usr/share/doc \
+build/rott-data/usr/share/doc/rott-data
 
 $(DIRS):
        mkdir $@

-- 
Installer for game data files

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to