[megaglest-data] 21/64: Avoid the tmp dir to reduce the data copying
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:48:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository megaglest-data.
commit 7412d903884205a3c84d9db64a444229beae65fe
Author: Paul Wise <pabs at debian.org>
Date: Thu Dec 15 08:30:23 2011 +0000
Avoid the tmp dir to reduce the data copying
---
debian/rules | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index e6f64d5..2807f0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest-data.git
More information about the Pkg-games-commits
mailing list