updated packaging scripts/rules to commit 6335

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6380 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-05-25 20:16:58 +00:00
parent 8b1f4e6ee1
commit e667e6b790
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,8 @@ build-stamp: builddir/Makefile
dh_testdir dh_testdir
# Add here commands to compile the package. # Add here commands to compile the package.
cd libssh-0.5.4 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make 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/rsctrl/src && make
cd src && qmake-qt4 CONFIG=release RetroShare.pro && make cd src && qmake-qt4 CONFIG=release RetroShare.pro && make
touch $@ touch $@

View File

@ -49,8 +49,7 @@ cd ../..
# VOIP tweak # VOIP tweak
cp $workdir/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui $workdir/src/plugins/VOIP/gui/PopupChatDialog.ui cp $workdir/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui $workdir/src/plugins/VOIP/gui/PopupChatDialog.ui
# handling of libssh-0.5.2 # handling of libssh-0.5.4
#wget http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz
wget https://red.libssh.org/attachments/download/41/libssh-0.5.4.tar.gz wget https://red.libssh.org/attachments/download/41/libssh-0.5.4.tar.gz
cd $workdir cd $workdir
tar zxvf ../libssh-0.5.4.tar.gz tar zxvf ../libssh-0.5.4.tar.gz
@ -86,9 +85,9 @@ mv -f $workdir/debian/control.tmp $workdir/debian/control
cd $workdir cd $workdir
#for i in sid; do #for i in sid squeeze; do
#for i in precise; 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 echo copying changelog for $i
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog