diff --git a/build_scripts/Ubuntu_src/debian/rules b/build_scripts/Ubuntu_src/debian/rules index c15ab7d78..cffddf21a 100755 --- a/build_scripts/Ubuntu_src/debian/rules +++ b/build_scripts/Ubuntu_src/debian/rules @@ -12,7 +12,8 @@ build-stamp: builddir/Makefile dh_testdir # Add here commands to compile the package. cd libssh-0.5.4 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make - cp -r libssh-0.5.4 .. + mkdir lib + cp -r libssh-0.5.4 lib #cd src/rsctrl/src && make cd src && qmake-qt4 CONFIG=release RetroShare.pro && make touch $@ diff --git a/build_scripts/Ubuntu_src/makeSourcePackage.sh b/build_scripts/Ubuntu_src/makeSourcePackage.sh index e3467d190..674bb0077 100755 --- a/build_scripts/Ubuntu_src/makeSourcePackage.sh +++ b/build_scripts/Ubuntu_src/makeSourcePackage.sh @@ -49,8 +49,7 @@ cd ../.. # VOIP tweak cp $workdir/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui $workdir/src/plugins/VOIP/gui/PopupChatDialog.ui -# handling of libssh-0.5.2 -#wget http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz +# handling of libssh-0.5.4 wget https://red.libssh.org/attachments/download/41/libssh-0.5.4.tar.gz cd $workdir tar zxvf ../libssh-0.5.4.tar.gz @@ -86,9 +85,9 @@ mv -f $workdir/debian/control.tmp $workdir/debian/control cd $workdir -#for i in sid; do +#for i in sid squeeze; do #for i in precise; do -for i in maverick natty oneiric precise quantal raring; do +for i in natty oneiric precise quantal raring; do echo copying changelog for $i cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog