[SCM] Packaging for scorched3d branch, master, updated. upstream/43.2a.dfsg-76-gcd1a2ac
Bruno Kleinert
fuddl at tauware.de
Fri Jun 3 14:37:15 UTC 2011
The following commit has been merged in the master branch:
commit 3dffdf4f17016eb6b1190a18f7b8fc6ca4e0f81e
Author: Bruno Kleinert <fuddl at tauware.de>
Date: Fri Jun 3 16:00:18 2011 +0200
Don't install a Thumbs.db windows file
After make install remove data/globalmods/none/data/windows/Thumbs.db
from debian/tmp. Thanks to lintian!
diff --git a/debian/rules b/debian/rules
index 98b6d6e..bd73657 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,11 +62,13 @@ override_dh_auto_install:
cp debian/scorched3d.desktop debian/tmp/usr/share/applications/
mkdir -p debian/tmp/usr/share/pixmaps
cp debian/scorched3d.xpm debian/tmp/usr/share/pixmaps/
+ # Remove unwanted files and make lintian happy
rm -f debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/authors.txt \
debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/license.txt \
debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/readme-nexus.txt \
debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/readme.txt \
- debian/tmp/usr/share/games/scorched3d/data/shaders/water.license
+ debian/tmp/usr/share/games/scorched3d/data/shaders/water.license \
+ debian/tmp/usr/share/games/scorched3d/data/globalmods/none/data/windows/Thumbs.db
override_dh_installchangelogs:
dh_installchangelogs --exclude=CHANGELOG
--
Packaging for scorched3d
More information about the Pkg-games-commits
mailing list