mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
updated ubuntu packaging scripts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5540 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1581f5a96e
commit
65a2734203
6
build_scripts/Ubuntu_src/linkscloud-plugin/changelog
Normal file
6
build_scripts/Ubuntu_src/linkscloud-plugin/changelog
Normal file
@ -0,0 +1,6 @@
|
||||
retroshare-linkscloud-plugin (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
||||
|
||||
* Improvements
|
||||
- Functional version of LinksCloud plugin.
|
||||
|
||||
-- Cyril Soler <csoler@users.sourceforge.net> Fri, 24 aug 2012 12:00:00 +0100
|
@ -66,12 +66,14 @@ cp retroshare-0.5/src/libbitdht/bitdht/bdboot.txt
|
||||
echo Setting version numbers...
|
||||
|
||||
# setup version numbers
|
||||
cat retroshare-0.5/src/libretroshare/util/rsversion.h | grep -v SVN_REVISION > /tmp/toto2342
|
||||
cat retroshare-0.5/src/libretroshare/util/rsversion.h | grep -v SVN_REVISION | grep -v SVN_REVISION_NUMBER > /tmp/toto2342
|
||||
echo \#define SVN_REVISION \"Revision: "$version" date : `date`\" >> /tmp/toto2342
|
||||
echo \#define SVN_REVISION_NUMBER $svn >> /tmp/toto2342
|
||||
cp /tmp/toto2342 retroshare-0.5/src/libretroshare/util/rsversion.h
|
||||
|
||||
cat retroshare-0.5/src/retroshare-gui/util/rsversion.h | grep -v GUI_REVISION > /tmp/toto4463
|
||||
cat retroshare-0.5/src/retroshare-gui/util/rsversion.h | grep -v GUI_REVISION | grep -v SVN_REVISION_NUMBER > /tmp/toto4463
|
||||
echo \#define GUI_REVISION \"Revision: "$version" date : `date`\" >> /tmp/toto4463
|
||||
echo \#define SVN_REVISION_NUMBER $svn >> /tmp/toto4463
|
||||
cp /tmp/toto4463 retroshare-0.5/src/retroshare-gui/util/rsversion.h
|
||||
|
||||
# Various cleaning
|
||||
@ -111,8 +113,8 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
|
||||
|
||||
cd retroshare-0.5
|
||||
|
||||
#for i in sid; do
|
||||
for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
for i in natty; do
|
||||
#for i in precise squeeze oneiric karmic lucid maverick natty; do
|
||||
echo copying changelog for $i
|
||||
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
dput ppa:csoler-users/ppa retroshare_0.5-1_source.changes
|
||||
Apply dput ppa:csoler-users/retroshare-snapshots retroshare_0.5.3#.changes
|
||||
|
2
build_scripts/Ubuntu_src/voip-plugin/plugins.pro
Normal file
2
build_scripts/Ubuntu_src/voip-plugin/plugins.pro
Normal file
@ -0,0 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += VOIP
|
Loading…
Reference in New Issue
Block a user