diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-27 13:20:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-27 13:20:16 +0900 |
commit | 229e7f5038cbc5f930ab50abfad3099919a4e8bb (patch) | |
tree | 569abf2cbc4bd05a0b90ed759ccd941eaa676c01 /ubuntu/maverick/applications/tdeio-locate/debian | |
parent | 59f50d7552dacb6d27d0768a9a5320e5ba2fc23d (diff) | |
parent | 50c481625fcb2361e0aaae71df24a40cbad056d7 (diff) | |
download | tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.tar.gz tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/tdeio-locate/debian')
3 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/versions.pl b/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/versions.pl @@ -13,7 +13,7 @@ my ($version2, $version2_next); ($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; ($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/control b/ubuntu/maverick/applications/tdeio-locate/debian/control index 8eff1a6bf..f82fb1523 100644 --- a/ubuntu/maverick/applications/tdeio-locate/debian/control +++ b/ubuntu/maverick/applications/tdeio-locate/debian/control @@ -13,7 +13,7 @@ Replaces: kio-locate-kde3 (<< 4:14.0.0~), kio-locate-trinity (<< 4:14.0.0~) Breaks: kio-locate-kde3 (<< 4:14.0.0~), kio-locate-trinity (<< 4:14.0.0~) Description: tdeio-slave for the locate command [Trinity] Adds support for the "locate:" and "locater:" - protocols to Konqueror and other KDE applications. + protocols to Konqueror and other TDE applications. . This enables you to perform locate searches as you would in a terminal. The result is displayed just diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/control.in b/ubuntu/maverick/applications/tdeio-locate/debian/control.in index 1693e4f58..43ca84898 100644 --- a/ubuntu/maverick/applications/tdeio-locate/debian/control.in +++ b/ubuntu/maverick/applications/tdeio-locate/debian/control.in @@ -14,7 +14,7 @@ Replaces: kio-locate-kde3 (<< 4:3.5.13) Breaks: kio-locate-kde3 (<< 4:3.5.13) Description: tdeio-slave for the locate command [Trinity] Adds support for the "locate:" and "locater:" - protocols to Konqueror and other KDE applications. + protocols to Konqueror and other TDE applications. . This enables you to perform locate searches as you would in a terminal. The result is displayed just |