mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
fixed packaging for ubuntu lucid
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2752a6975d
commit
e63effbb9b
2 changed files with 63 additions and 2 deletions
|
@ -56,8 +56,8 @@ tar zxvf ../libssh-0.5.2.tar.gz
|
|||
cd ..
|
||||
|
||||
# cleaning up protobof generated files
|
||||
\rm -f $workdir/src/rsctrl/src/gencc/*.pb.h
|
||||
\rm -f $workdir/src/rsctrl/src/gencc/*.pb.cpp
|
||||
# \rm -f $workdir/src/rsctrl/src/gencc/*.pb.h
|
||||
# \rm -f $workdir/src/rsctrl/src/gencc/*.pb.cpp
|
||||
\rm -f $workdir/src/retroshare-nogui/src/rpc/proto/gencc/*.pb.h
|
||||
\rm -f $workdir/src/retroshare-nogui/src/rpc/proto/gencc/*.pb.cc
|
||||
|
||||
|
@ -94,5 +94,14 @@ for i in maverick natty oneiric precise quantal ; do
|
|||
# This is the key for "Cyril Soler <csoler@sourceforge.net>"
|
||||
debuild -S -kC737CA98
|
||||
done
|
||||
for i in lucid; do
|
||||
echo copying changelog for $i
|
||||
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
||||
cp ../control.ubuntu_lucid debian/control
|
||||
|
||||
# This is the key for "Cyril Soler <csoler@sourceforge.net>"
|
||||
debuild -S -kC737CA98
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue