updated packaging scripts to use sqlcipher system package

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-09-21 14:25:58 +00:00
parent 0697f29289
commit 9963cca4a6
4 changed files with 18 additions and 6 deletions

View file

@ -7,3 +7,15 @@ the svn repository of RetroShare. The various files here are:
clean.sh : compiles the source package. Produce a binary pkg for a given ubuntu distribution
make_tgz.sh : rebuilds the basic directory structure if some config/debian files where modified
in the retroshare-0.5 directory
Notes about pbuilder
====================
To add a ppa dependency:
- add this line to ~/.pbuilderrc: OTHERMIRROR="deb http://ppa.launchpad.net/guardianproject/ppa/ubuntu precise main"
pbuilder-dist precise login --save-after-login
# apt-key adv --keyserver pgp.mit.edu --recv-keys 2234F563
# exit
pbuilder-dist precise update --release-only # the --release-only is really required!