git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@742 b45a01b8-16f6-495d-af2f-9b41ad6348cc

This commit is contained in:
notdefine 2008-10-06 22:02:19 +00:00
parent f3d9b16620
commit 09a17cdecc
5 changed files with 49 additions and 0 deletions

28
build_scripts/debian/make.sh Executable file
View File

@ -0,0 +1,28 @@
clear
echo In \"control\" versionsnummer angepasst ?
echo \"changelog.Debian.gz\" angepasst ?
echo In dieses Skript den Ausgabedateinamen angepasst ?
echo
echo retroshare-nogui soll auch standalone laufen
echo \(1\) delete src/miniupnpc-1.0/libminiupnpc.so
echo \(2\) delete lib/libretroshare.lib
echo \(3\) remake libretroshare, and the execs
echo cd src/retroshare-svn/libretroshare/src
echo retroshare-nogui loeschen
echo make clean und dann make
echo
echo ENTER
read
cd retroshare-package-v0.4.04b
#./compile_rs_latest_svn.sh
cd ..
read
cd retroshare
find usr -type f -exec md5sum {} \; > DEBIAN/md5sums
cd ..
dpkg-deb -b retroshare RetroShare_0.4.10a_ubuntu_gutsy.deb

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,15 @@
#!/bin/bash
if [ ! -d "$HOME/.pqiPGPrc" ] ; then
mkdir "$HOME/.pqiPGPrc"
fi
# Now RS use OpenDHT
# It is posible, that the User has a .pqi configuration, but no kadc.ini
#if [ -e "$HOME/.pqiPGPrc/kadc.ini" ] ; then
# echo -n ""
#else
# cp /usr/share/retroshare/kadc.ini "$HOME/.pqiPGPrc/"
#fi
/usr/bin/RetroShare

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,4 @@
-- Diese und die folgenden Zeilen werden ignoriert --
M NetworkDialog.cpp