r2202 - scripts/trunk
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at alioth.debian.org
Thu Dec 21 11:31:50 CET 2006
Author: fuddl-guest
Date: 2006-12-21 11:31:49 +0100 (Thu, 21 Dec 2006)
New Revision: 2202
Modified:
scripts/trunk/scorched3d-prepare.sh
Log:
scorched3d-prepare removes *.deps/*.Po from tarball. this avoids lintian warnings about missing files after distclean
Modified: scripts/trunk/scorched3d-prepare.sh
===================================================================
--- scripts/trunk/scorched3d-prepare.sh 2006-12-21 10:20:18 UTC (rev 2201)
+++ scripts/trunk/scorched3d-prepare.sh 2006-12-21 10:31:49 UTC (rev 2202)
@@ -1,11 +1,14 @@
#!/bin/sh
VERSION=40.1d
+
rm -rf scorched3d_$VERSION.dfsg.orig.tar.gz scorched3d-$VERSION.dfsg
-wget -c http://heanet.dl.sourceforge.net/sourceforge/scorched3d/Scorched3D-40.1d-src.tar.gz
+wget -c http://heanet.dl.sourceforge.net/sourceforge/scorched3d/Scorched3D-$VERSION-src.tar.gz
tar -xzf Scorched3D-$VERSION-src.tar.gz
rm -f scorched/data/fonts/test.ttf
rm -f scorched/data/fonts/testout.ttf
+find scorched/ -iname "*.deps" -exec rm -rf {} \;
+find scorched/ -iname "*.Po" -exec rm -f {} \;
mv scorched scorched3d-$VERSION.dfsg
tar -czf scorched3d_$VERSION.dfsg.orig.tar.gz scorched3d-$VERSION.dfsg
svn export svn://svn.debian.org/pkg-games/packages/trunk/scorched3d/debian scorched3d-$VERSION.dfsg/debian
More information about the Pkg-games-commits
mailing list