[SCM] 3d motorsport simulation branch, master, updated. debian/1.4.0-1-2-gd9815ad

Stephen Kitt steve at sk2.org
Wed Mar 23 06:19:54 UTC 2011


The following commit has been merged in the master branch:
commit 74b0158285a464aa8ba88ae9ef726ecadc91a9ca
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Mar 23 07:14:33 2011 +0100

    Call the configure script (via dh_auto_configure) in the
    dh_auto_configure target, to avoid the default configuration.  This
    ends up installing everything in the right place, notably binaries
    which no longer need to be moved from usr/bin to usr/games.

diff --git a/debian/rules b/debian/rules
index 93852b2..32ba794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,14 @@
 	dh $@ 
 	
 override_dh_auto_configure:
-	--bindir=/usr/games
-	--datarootdir=/usr/share/games
-	--mandir=/usr/share/man
-	--docdir=/usr/share/doc
-	--infodir=/usr/share/info
-	--localedir=/usr/share/locale
+	dh_auto_configure -- \
+		--prefix=/usr \
+		--bindir=/usr/games \
+		--datarootdir=/usr/share \
+		--mandir=/usr/share/man \
+		--docdir=/usr/share/doc \
+		--infodir=/usr/share/info \
+		--localedir=/usr/share/locale
 
 override_dh_auto_install:
 	dh_auto_install
diff --git a/debian/speed-dreams.install b/debian/speed-dreams.install
index c81a21f..de20328 100644
--- a/debian/speed-dreams.install
+++ b/debian/speed-dreams.install
@@ -1,4 +1,4 @@
-usr/bin/* usr/games/
+usr/games
 usr/lib
 debian/speed-dreams.xpm /usr/share/pixmaps/
 debian/speed-dreams.desktop /usr/share/applications/

-- 
3d motorsport simulation



More information about the Pkg-games-commits mailing list