mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
updated ubuntu packaging scripts to version 0.5.4. Updated version numbers in rsversion.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5555 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3d799ede29
commit
bc726b925c
10 changed files with 60 additions and 19 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
svn update
|
||||
|
||||
###################### PARAMETERS ####################
|
||||
version="0.5.3"
|
||||
version="0.5.4"
|
||||
######################################################
|
||||
|
||||
if test "$1" = "" ; then
|
||||
|
@ -113,8 +113,9 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
|
|||
|
||||
cd retroshare-0.5
|
||||
|
||||
for i in natty; do
|
||||
#for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
#for i in sid; do
|
||||
#for i in natty; do
|
||||
for i in precise oneiric 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue