diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
commit | 6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf (patch) | |
tree | 141e44b1b831644c739f3ec4e0bef2d10ef71da7 /ubuntu/maverick/applications/kerry | |
parent | 7621ba87b889eccdea4958715c25de4b403ad705 (diff) | |
parent | 26f5630a822b38ef215210699e9e08e74143b38b (diff) | |
download | tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.tar.gz tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/kerry')
4 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/changelog b/ubuntu/maverick/applications/kerry/debian/changelog index 5ad17f564..3f36fe40e 100644 --- a/ubuntu/maverick/applications/kerry/debian/changelog +++ b/ubuntu/maverick/applications/kerry/debian/changelog @@ -1,6 +1,6 @@ kerry-trinity (1:0.2.1-0ubuntu6) lucid; urgency=low - * KDE3 Lucid rebuild + * Trinity Lucid rebuild -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 14 Aug 2010 10:00:00 -0600 diff --git a/ubuntu/maverick/applications/kerry/debian/control b/ubuntu/maverick/applications/kerry/debian/control index 15efeb828..a88165323 100644 --- a/ubuntu/maverick/applications/kerry/debian/control +++ b/ubuntu/maverick/applications/kerry/debian/control @@ -10,7 +10,7 @@ Package: kerry-trinity Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) Description: a KDE frontend for the Beagle desktop search daemon [Trinity] - Kerry is a KDE3 frontend for the Beagle desktop search daemon. + Kerry is a Trinity frontend for the Beagle desktop search daemon. . A program for indexing and searching user's data. At the moment, it can index filesystems, chat logs, mail and data, RSS and other. diff --git a/ubuntu/maverick/applications/kerry/debian/control.in b/ubuntu/maverick/applications/kerry/debian/control.in index f59651723..38fbd9e47 100644 --- a/ubuntu/maverick/applications/kerry/debian/control.in +++ b/ubuntu/maverick/applications/kerry/debian/control.in @@ -12,7 +12,7 @@ Package: kerry-trinity Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) Description: a KDE frontend for the Beagle desktop search daemon [Trinity] - Kerry is a KDE3 frontend for the Beagle desktop search daemon. + Kerry is a Trinity frontend for the Beagle desktop search daemon. . A program for indexing and searching user's data. At the moment, it can index filesystems, chat logs, mail and data, RSS and other. diff --git a/ubuntu/maverick/applications/kerry/debian/rules b/ubuntu/maverick/applications/kerry/debian/rules index 8689ee969..e3861ca8d 100755 --- a/ubuntu/maverick/applications/kerry/debian/rules +++ b/ubuntu/maverick/applications/kerry/debian/rules @@ -25,8 +25,8 @@ clean:: binary-post-install/kerry-trinity:: chrpath -d debian/kerry-trinity/opt/trinity/lib/libkdeinit_kerry.so chrpath -d debian/kerry-trinity/opt/trinity/bin/kerry - chrpath -d debian/kerry-trinity/opt/trinity/lib/kde3/kerry.so - chrpath -d debian/kerry-trinity/opt/trinity/lib/kde3/kcm_beagle.so + chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kerry.so + chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kcm_beagle.so mkdir -p debian/kerry-trinity/opt/trinity/share/man/man1/ mv debian/kerry-trinity/usr/share/man/man1/kerry.1 debian/kerry-trinity/opt/trinity/share/man/man1/kerry.1 rm -rf debian/kerry-trinity/usr/share/man |