diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
commit | c7bb5f0b917b82aed4203df3be0585be82077d9c (patch) | |
tree | 7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/applications/kerry/debian | |
parent | b33e4034e7490e5895a5cb2cc54949354842f9d9 (diff) | |
download | tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip |
Branding cleanup on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kerry/debian')
4 files changed, 12 insertions, 12 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl b/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/kerry/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/kerry/debian/control b/ubuntu/maverick/applications/kerry/debian/control index fa5ee3267..316c0cc18 100644 --- a/ubuntu/maverick/applications/kerry/debian/control +++ b/ubuntu/maverick/applications/kerry/debian/control @@ -11,7 +11,7 @@ Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) Replaces: kerry-kde3 (<< 4:14.0.0~), kerry-trinity (<< 4:14.0.0~) Breaks: kerry-kde3 (<< 4:14.0.0~), kerry-trinity (<< 4:14.0.0~) -Description: a KDE frontend for the Beagle desktop search daemon [Trinity] +Description: a TDE frontend for the Beagle desktop search daemon [Trinity] 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 diff --git a/ubuntu/maverick/applications/kerry/debian/control.in b/ubuntu/maverick/applications/kerry/debian/control.in index 6e19d0e6c..d0ab72677 100644 --- a/ubuntu/maverick/applications/kerry/debian/control.in +++ b/ubuntu/maverick/applications/kerry/debian/control.in @@ -11,7 +11,7 @@ Standards-Version: 3.8.3 Package: kerry-trinity Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) -Description: a KDE frontend for the Beagle desktop search daemon [Trinity] +Description: a TDE frontend for the Beagle desktop search daemon [Trinity] 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 diff --git a/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook b/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook index 49eb68460..c286af6db 100644 --- a/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook +++ b/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook @@ -24,7 +24,7 @@ </refmeta> <refnamediv> <refname>kerry</refname> - <refpurpose>a Beagle frontend for KDE</refpurpose> + <refpurpose>a Beagle frontend for TDE</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -33,20 +33,20 @@ <option><replaceable>Qt-options</replaceable></option> </arg> <arg choice="opt"> - <option><replaceable>KDE-options</replaceable></option> + <option><replaceable>TDE-options</replaceable></option> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>DESCRIPTION</title> <para> - Kerry is a frontend for Beagle for the <productname>KDE</productname> desktop. + Kerry is a frontend for Beagle for the <productname>TDE</productname> desktop. </para> </refsect1> <refsect1> <title>OPTIONS</title> <para> - All <productname>KDE</productname> and <productname>Qt</productname> + All <productname>TDE</productname> and <productname>Qt</productname> programs accept a some common command-line options. Kerry has no application-specific options. </para> @@ -62,8 +62,8 @@ <listitem> <para>Show Qt specific options</para> </listitem> </varlistentry> <varlistentry> - <term> <option>--help-kde</option> </term> - <listitem> <para>Show KDE specific options</para> </listitem> + <term> <option>--help-tde</option> </term> + <listitem> <para>Show TDE specific options</para> </listitem> </varlistentry> <varlistentry> <term> <option>--help-all</option> </term> |