mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-19 13:36:03 -04:00
added Saucy Salamander to ubuntu builds
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6847 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
686a929589
commit
86847bb787
@ -101,14 +101,15 @@ cd $workdir
|
||||
#for i in wheezy; do
|
||||
#for i in sid ; do
|
||||
#for i in precise; do
|
||||
for i in lucid precise quantal raring; do
|
||||
#for i in lucid precise quantal raring; do
|
||||
for i in wheezy squeeze lucid precise quantal raring saucy; 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
|
||||
|
||||
if test "$i" = "lucid" ; then
|
||||
cp ../control.ubuntu_lucid debian/control
|
||||
elif test "$bubba3" = "Y" ; then
|
||||
elif test "$i" = "squeeze" ; then
|
||||
cp ../control.squeeze_bubba3 debian/control
|
||||
else
|
||||
cp ../debian/control debian/control
|
||||
|
Loading…
x
Reference in New Issue
Block a user