added scripts to build a source debian package from ubuntu repository. Not finished yet.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2212 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-06 07:25:50 +00:00
parent 73268a7d71
commit b2e50cbc54
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,22 @@
#!/bin/sh
if test -d "RetroShare" ; then
echo Please remove the RetroShare/ directory first.
exit
fi
packages="."
tar zxvf $packages/BaseRetroShareDirs.tgz
cd retroshare-0.5/src/libretroshare/
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare/trunk/libretroshare/src .
cd ../../..
cd retroshare-0.5/src/retroshare-gui/
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare/trunk/retroshare-gui/src .
cd ../../..
cd retroshare-0.5
debuild -S