reverted default params in packaging script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6546 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-28 13:31:36 +00:00
parent 29d16c4415
commit f5acb53ea7

View File

@ -4,8 +4,8 @@
version="0.5.4"
svnpath="svn://csoler@svn.code.sf.net/p/retroshare/code/"
workdir=retroshare-$version
use_gxs="Y" # comment out to compile without gxs
bubba3="Y" # comment out to compile for bubba3
#use_gxs="Y" # comment out to compile without gxs
#bubba3="Y" # comment out to compile for bubba3
######################################################
echo This script is going to build the debian source package for RetroShare, from the svn.
@ -101,9 +101,8 @@ cd $workdir
#for i in wheezy; do
#for i in sid ; do
#for i in precise; do
#for i in natty precise lucid quantal raring; do
for i in sid squeeze; do
for i in natty precise lucid quantal raring; do
#for i in sid squeeze; do
echo copying changelog for $i
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog