updated scripts for version 0.5.2. Updated ubuntu changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-08-13 18:25:22 +00:00
parent 0fbada0eba
commit 53a7c77ae4
5 changed files with 24 additions and 14 deletions

View file

@ -10,7 +10,7 @@ fi
svn update
###################### PARAMETERS ####################
version="0.5.1"
version="0.5.2"
######################################################
if test "$1" = "" ; then
@ -103,7 +103,7 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
cd retroshare-0.5
for i in lucid karmic jaunty maverick natty; do
for i in karmic lucid maverick natty; do
echo copying changelog for $i
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog