updated ubuntu changelog. Added oneiric 11.10 in the list of builds

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4642 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-10-16 18:39:47 +00:00
parent d8702d73d2
commit 1c8c62f999
2 changed files with 32 additions and 1 deletions

View file

@ -103,7 +103,7 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
cd retroshare-0.5
for i in karmic lucid maverick natty; do
for i in 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