Build script tweaks.

This commit is contained in:
Steve 2015-12-03 12:11:40 +00:00
parent f78446e50e
commit 8a30dd36ae
2 changed files with 10 additions and 5 deletions

View File

@ -8,9 +8,11 @@ SIZE=0
cd ..
#make clean
#make
#make dist
rm -rf dist/*
make clean
make
make dist
mkdir -p $BUILDROOT
rm -rf $BUILDROOT/*
@ -39,6 +41,9 @@ cd build
dpkg-deb --build tbftss
mv tbftss.deb ../dist/tbftss-${VERSION}-${REVISION}_i386.deb
mv tbftss.deb tbftss-${VERSION}-${REVISION}.i386.deb
alien -r --bump=0 tbftss-${VERSION}-${REVISION}.i386.deb
mv *.deb *.rpm ../dist
rm -rf tbftss

View File

@ -4,7 +4,7 @@ Version: ${version}
Section: games
Priority: optional
Installed-Size: ${size}
Architecture: all
Architecture: i386
Depends: libsdl2-2.0-0, libsdl2-image-2.0-0, libsdl2-mixer-2.0-0, libsdl2-ttf-2.0-0
Maintainer: stephenjsweeney@battleforthesolarsystem.com
Description: 2D mission-based space shooter, based on the Battle for the Solar System space opera novel trilogy.