[SCM] Installer for game data files branch, rott, updated. 86c4002c57b43957f8cf8278cce4edfecaf53bb3

Jon Dowland jmtd at debian.org
Wed Dec 16 17:34:53 UTC 2009


The following commit has been merged in the rott branch:
commit 41ac3bc18ca71a1aef2e3e68266ee51883f96da1
Author: Jon Dowland <jmtd at debian.org>
Date:   Wed Dec 16 16:24:04 2009 +0000

    rott: make control rule more concise

diff --git a/Makefile b/Makefile
index 95dad34..7ce5af5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,7 @@ rott-dirs:
 	mkdir -p rott-data/usr/share/games/rott
 
 rott-data/DEBIAN/control: rott-data/DEBIAN/control.in
-	m4 -DPACKAGE=rott-data -DVERSION=$(VERSION) \
-		rott-data/DEBIAN/control.in > rott-data/DEBIAN/control
+	m4 -DPACKAGE=rott-data -DVERSION=$(VERSION) $< > $@ 
 
 rottclean:
 	rm -f rott-data/DEBIAN/control rott-data_$(VERSION)_all.deb

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list