r12992 - packages/trunk/megaglest-data/debian

Paul Wise pabs at alioth.debian.org
Thu Dec 15 08:30:24 UTC 2011


Author: pabs
Date: 2011-12-15 08:30:23 +0000 (Thu, 15 Dec 2011)
New Revision: 12992

Modified:
   packages/trunk/megaglest-data/debian/rules
Log:
Avoid the tmp dir to reduce the data copying

Modified: packages/trunk/megaglest-data/debian/rules
===================================================================
--- packages/trunk/megaglest-data/debian/rules	2011-12-15 08:21:00 UTC (rev 12991)
+++ packages/trunk/megaglest-data/debian/rules	2011-12-15 08:30:23 UTC (rev 12992)
@@ -3,11 +3,11 @@
 	dh ${@}
 
 override_dh_auto_install:
-	dh_auto_install
-	rm debian/tmp/usr/share/megaglest/docs/README.data-license.txt
-	rm debian/tmp/usr/share/megaglest/data/core/fonts/DejaVuSansMono.ttf
-	rm debian/tmp/usr/share/megaglest/data/core/fonts/gothub__.ttf
-	rm debian/tmp/usr/share/megaglest/data/core/fonts/LinBiolinum_RB.ttf
-	rm debian/tmp/usr/share/megaglest/data/core/fonts/wqy-zenhei.ttc
-	rm -r debian/tmp/usr/share/megaglest/data/core/misc_textures/flags
-	echo "CountryTexturePath=/usr/share/flags/countries/16x11/" >> debian/tmp/usr/share/megaglest/glest.ini
+	dh_auto_install --destdir=debian/megaglest-data
+	rm debian/megaglest-data/usr/share/megaglest/docs/README.data-license.txt
+	rm debian/megaglest-data/usr/share/megaglest/data/core/fonts/DejaVuSansMono.ttf
+	rm debian/megaglest-data/usr/share/megaglest/data/core/fonts/gothub__.ttf
+	rm debian/megaglest-data/usr/share/megaglest/data/core/fonts/LinBiolinum_RB.ttf
+	rm debian/megaglest-data/usr/share/megaglest/data/core/fonts/wqy-zenhei.ttc
+	rm -r debian/megaglest-data/usr/share/megaglest/data/core/misc_textures/flags
+	echo "CountryTexturePath=/usr/share/flags/countries/16x11/" >> debian/megaglest-data/usr/share/megaglest/glest.ini




More information about the Pkg-games-commits mailing list