Age | Commit message (Collapse) | Author | Files | Lines |
|
The .manager file refers to that name and even the service file
is named that way.
|
|
This is to avoid breaking people when they upgrade. We can do the but name
change as part of the telepathy-1.0 API break.
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
|
|
For the curious, these are the commands you need:
git clean -d
git mv tpsip-extensions extensions
git mv tpsip rakia
sed -i \
-e 's/libtpsip-extensions.la/librakia-extensions.la/g' \
-e 's/libtpsip_extensions_la/librakia_extensions_la/g' \
-e 's/tpsip-extensions/extensions/g' \
-e 's/sofiasip/rakia/g' \
-e 's/tpsip/rakia/g' \
-e 's/Tpsip/Rakia/g' \
-e 's/SOFIASIP/RAKIA/g' \
*/*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ;
find -name '*.py' ; find -name '*.in')
git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in
git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c
git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \
./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in
git mv ./tests/twisted/tools/sofiasip.service.in \
./tests/twisted/tools/rakia.service.in
./autogen.sh && make distcheck
|
|
|
|
20080307170336-5b6ca-b4193817c9d6a8517be922398570a1c43ab3129b.gz
|
|
20071026111802-53eee-46070fa71d846235eed910c14a121f70fd620e31.gz
|
|
20071026110420-53eee-b1366aba07f29da7ac1be834fbe58fcf6773c1ef.gz
|
|
Initial import.
20070308172817-9b33b-67cd56c0fd9ed7be56f874da659e87cbac239c81.gz
|