mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 19:09:29 -04:00
update on ubuntu source packaging
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3f4c0385c8
commit
445a36e9f1
5 changed files with 51 additions and 5 deletions
|
@ -9,14 +9,35 @@ packages="."
|
|||
|
||||
tar zxvf $packages/BaseRetroShareDirs.tgz
|
||||
|
||||
# Ultimately, use the following, but
|
||||
cd retroshare-0.5/src/libretroshare/
|
||||
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare/trunk/libretroshare/src .
|
||||
tar zxvf ../../../libretroshare.tgz
|
||||
# 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 .
|
||||
tar zxvf ../../../retroshare-gui.tgz
|
||||
cd ../../..
|
||||
|
||||
cd retroshare-0.5/src/retroshare-gui/
|
||||
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare/trunk/retroshare-gui/src .
|
||||
cd ../../..
|
||||
# Various cleaning
|
||||
|
||||
find retroshare-0.5 -name ".svn" -exec rm -rf {} \; # remove all svn repositories
|
||||
|
||||
mv retroshare-0.5/src/retroshare-gui/RetroShare.pro retroshare-0.5/src/retroshare-gui/retroshare-gui.pro
|
||||
|
||||
./cleanProFile.sh retroshare-0.5/src/libretroshare/libretroshare.pro
|
||||
./cleanProFile.sh retroshare-0.5/src/retroshare-gui/retroshare-gui.pro
|
||||
|
||||
echo "DESTDIR = ../../libretroshare/src/lib/" > /tmp/toto75299
|
||||
cat retroshare-0.5/src/libretroshare/libretroshare.pro /tmp/toto75299 > /tmp/toto752992
|
||||
cp /tmp/toto752992 retroshare-0.5/src/libretroshare/libretroshare.pro
|
||||
|
||||
mkdir retroshare-0.5.orig
|
||||
cp -r retroshare-0.5/src retroshare-0.5.orig
|
||||
|
||||
# Call debuild to make the source debian package
|
||||
|
||||
cd retroshare-0.5
|
||||
debuild -S
|
||||
debuild -S -kC737CA98
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue