From dfdea37538d5e08a29922f56fdcb9f089a4d581d Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 21 May 2016 19:02:20 +0100 Subject: [PATCH] Removed deb and rpm building. Mostly broken, and layout not consistent with other Linux distros. --- build/linux/build.sh | 25 ------------------------- build/linux/control | 11 ----------- 2 files changed, 36 deletions(-) delete mode 100644 build/linux/control diff --git a/build/linux/build.sh b/build/linux/build.sh index 3ec45ce..80d5e84 100755 --- a/build/linux/build.sh +++ b/build/linux/build.sh @@ -3,7 +3,6 @@ cd `dirname $0` BUILDROOT="build/linux" -OUT="$BUILDROOT/tbftss" cd ../.. @@ -15,28 +14,4 @@ make clean make make dist -mkdir -p $OUT -rm -rf $OUT/* - -mkdir -p $OUT/DEBIAN - -make DESTDIR=$OUT install - -SIZE=`du -bs $OUT | cut -f -1` -SIZE=`expr $SIZE / 1024` - -sed \ --e "s/\${version}/$VERSION-$REVISION/" \ --e "s/\${size}/$SIZE/" \ -$BUILDROOT/control > $OUT/DEBIAN/control - -cd $BUILDROOT - -dpkg-deb --build tbftss - -mv tbftss.deb tbftss-${VERSION}-${REVISION}.i386.deb -alien -r --bump=0 tbftss-${VERSION}-${REVISION}.i386.deb - -mv *.deb *.rpm ../../dist - rm -rf tbftss diff --git a/build/linux/control b/build/linux/control deleted file mode 100644 index 56e9fb9..0000000 --- a/build/linux/control +++ /dev/null @@ -1,11 +0,0 @@ -Source: tbftss -Package: tbftss -Version: ${version} -Section: games -Priority: optional -Installed-Size: ${size} -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. -Homepage: www.battleforthesolarsystem.com/games/pw