diff options
author | David Laban <david.laban@collabora.co.uk> | 2011-02-12 10:03:25 +0000 |
---|---|---|
committer | David Laban <david.laban@collabora.co.uk> | 2011-02-12 11:02:57 +0000 |
commit | 8dcddb61752cfa140df30c94b54bd02684419323 (patch) | |
tree | 5ba95bbfdafdfd8152d783c180bfd8c49499fd7e /.gitignore | |
parent | ada52bcb3064a5a7fa0e75038f4365b45376518c (diff) |
Rename project to telepathy-rakia
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,14 +1,14 @@ # Build targets -src/sofiasip.manager -src/telepathy-sofiasip +src/rakia.manager +src/telepathy-rakia src/write-mgr-file -tpsip-extensions/_gen -tpsip-extensions/extensions.html -data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service -docs/telepathy-sofiasip.8 +extensions/_gen +extensions/extensions.html +data/org.freedesktop.Telepathy.ConnectionManager.rakia.service +docs/telepathy-rakia.8 tests/twisted/tools/exec-with-log.sh -tests/twisted/tools/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service -tests/twisted/tools/sofiasip-testing.log +tests/twisted/tools/org.freedesktop.Telepathy.ConnectionManager.rakia.service +tests/twisted/tools/rakia-testing.log tests/twisted/tools/tmp-session-bus.conf # Built source files @@ -16,7 +16,7 @@ signals-marshal.[ch] src/*-enumtypes.[ch] # Distribution tarballs and distcheck trees. -/telepathy-sofiasip-* +/telepathy-rakia-* # Output files and build directories .deps |