made branch v0.5.0 to stabilise the dev of v0.5

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-03-12 20:15:27 +00:00
parent 5e0c8e062e
commit b4d8c398ce
12 changed files with 80 additions and 27 deletions

View file

@ -15,3 +15,4 @@ rm -rf ./retroshare-0.5
sudo pbuilder build *.dsc
cp /var/cache/pbuilder/result/retroshare_0.5-1_i386.deb .

View file

@ -5,10 +5,27 @@ if test -d "RetroShare" ; then
exit
fi
###################### PARAMETERS ####################
version="0.5-alpha1"
######################################################
echo attempting to get svn revision number...
svn=`svn info | grep 'Revision:' | cut -d\ -f2`
echo done.
version="$version"."$svn"
echo got version number $version. Is this correct ?
read tmp
packages="."
tar zxvf $packages/BaseRetroShareDirs.tgz
echo Setting up version numbers...
cat retroshare-0.5/debian/control | sed -e s/XXXXXX/"$version"/g | sed -e s/YYYYYY/"$arch"/g | sed -e s/ZZZZZZ/"$packager"/g > retroshare-0.5/debian/control.tmp
mv retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
echo Getting svn sources
# Ultimately, use the following, but
cd retroshare-0.5/src/libretroshare/
#tar zxvf ../../../libretroshare.tgz
@ -22,8 +39,10 @@ cd ../../..
# Various cleaning
echo Cleaning...
find retroshare-0.5 -name ".svn" -exec rm -rf {} \; # remove all svn repositories
echo Preparing package
mv retroshare-0.5/src/retroshare-gui/RetroShare.pro retroshare-0.5/src/retroshare-gui/retroshare-gui.pro
./cleanProFile.sh retroshare-0.5/src/libretroshare/libretroshare.pro