diff options
Diffstat (limited to 'ubuntu/maverick/applications/kpilot')
-rw-r--r-- | ubuntu/maverick/applications/kpilot/debian/cdbs/versions.pl | 8 | ||||
-rw-r--r-- | ubuntu/maverick/applications/kpilot/debian/control | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/applications/kpilot/debian/cdbs/versions.pl b/ubuntu/maverick/applications/kpilot/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/kpilot/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/kpilot/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/kpilot/debian/control b/ubuntu/maverick/applications/kpilot/debian/control index 14ff5e1db..4e948a950 100644 --- a/ubuntu/maverick/applications/kpilot/debian/control +++ b/ubuntu/maverick/applications/kpilot/debian/control @@ -18,6 +18,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0 Suggests: knotes-trinity, korganizer-trinity Description: TDE Palm Pilot hot-sync tool KPilot is an application that synchronizes your Palm Pilot or similar device - (like the Handspring Visor) with your KDE desktop, much like the Palm HotSync + (like the Handspring Visor) with your Trinity desktop, much like the Palm HotSync software does for Windows. KPilot can back-up and restore your Palm Pilot - and synchronize the built-in applications with their KDE counterparts. + and synchronize the built-in applications with their TDE counterparts. |