mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
last fixes to ubuntu build scripts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5504 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d7b40a5105
commit
67ea23ae0e
@ -111,8 +111,8 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
|
||||
|
||||
cd retroshare-0.5
|
||||
|
||||
for i in sid; do
|
||||
#for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
#for i in sid; do
|
||||
for i in precise squeeze 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
|
||||
|
||||
|
@ -126,6 +126,7 @@ cp linkscloud-plugin/plugins.pro $workdir/src/plugins/plugins.pro
|
||||
./linkscloud-plugin/cleanProFile.sh $workdir/src/plugins/LinksCloud/LinksCloud.pro
|
||||
|
||||
echo Calling debuild...
|
||||
cp linkscloud-plugin/debian_dirs $workdir/debian/dirs
|
||||
cp linkscloud-plugin/debian_rules $workdir/debian/rules
|
||||
cat linkscloud-plugin/debian_control | sed -e s/XXXXXX/"$version"/g > $workdir/debian/control.tmp
|
||||
mv -f $workdir/debian/control.tmp $workdir/debian/control
|
||||
|
@ -157,8 +157,8 @@ mv -f $workdir/debian/control.tmp $workdir/debian/control
|
||||
|
||||
cd $workdir
|
||||
|
||||
for i in natty; do
|
||||
#for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
#for i in natty; do
|
||||
for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
echo copying changelog for $i
|
||||
cat ../voip-plugin/changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user