Scaled icon's master image down.
[weightgraph] / weightgraph / makepackage.sh
1 #!/bin/sh
2
3 MAD=/opt/NokiaQtSDK/Maemo/4.6.2/bin/mad
4 APPNAME=weightgraph
5 VERSION=`head -1 debian/changelog | cut -d'(' -f 2 | cut -d')' -f 1`
6 DIR=/tmp/$APPNAME-$VERSION
7 rm -rf $DIR
8 cp -r . $DIR
9 cd $DIR
10 $MAD dpkg-buildpackage
11 $MAD dpkg-buildpackage -sa -S