mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed packaging with GXS
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8d7bbb25f8
commit
1ebde8788f
13 changed files with 219 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
version="0.5.4"
|
||||
svnpath="svn://csoler@svn.code.sf.net/p/retroshare/code/"
|
||||
workdir=retroshare-$version
|
||||
gxs=".gxs" # comment out to compile without gxs
|
||||
######################################################
|
||||
|
||||
echo This script is going to build the debian source package for RetroShare, from the svn.
|
||||
|
@ -38,7 +39,7 @@ echo version is $version
|
|||
echo Extracting base archive...
|
||||
|
||||
mkdir -p $workdir/src
|
||||
cp -r debian $workdir/
|
||||
cp -r debian"$gxs" $workdir/debian
|
||||
cp -r data $workdir/src/
|
||||
|
||||
echo Checking out latest snapshot in libbitdht...
|
||||
|
@ -55,6 +56,14 @@ cd $workdir
|
|||
tar zxvf ../libssh-0.5.4.tar.gz
|
||||
cd ..
|
||||
|
||||
if ! test "$gxs" = "" ; then
|
||||
cd $workdir
|
||||
git clone https://github.com/sqlcipher/sqlcipher.git
|
||||
# cat src/retroshare-gui/src/retroshare-gui.pro | sed -e s/-lsqlite3/..\\\/..\\\/..\\\/lib\\\/sqlcipher\\\/.libs\\\/libsqlite3.a/g > /tmp/tutu3278
|
||||
cp /tmp/tutu3278 src/retroshare-gui/src/retroshare-gui.pro
|
||||
cd ..
|
||||
fi
|
||||
|
||||
# cleaning up protobof generated files
|
||||
# \rm -f $workdir/src/rsctrl/src/gencc/*.pb.h
|
||||
# \rm -f $workdir/src/rsctrl/src/gencc/*.pb.cpp
|
||||
|
@ -86,6 +95,7 @@ mv -f $workdir/debian/control.tmp $workdir/debian/control
|
|||
cd $workdir
|
||||
|
||||
#for i in sid squeeze; do
|
||||
#for i in sid ; do
|
||||
#for i in precise; do
|
||||
for i in natty oneiric precise quantal raring; do
|
||||
echo copying changelog for $i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue