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 /debian/lenny/applications/tdmtheme | |
parent | b33e4034e7490e5895a5cb2cc54949354842f9d9 (diff) | |
download | tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip |
Branding cleanup on Debian and Ubuntu
Diffstat (limited to 'debian/lenny/applications/tdmtheme')
-rw-r--r-- | debian/lenny/applications/tdmtheme/debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/lenny/applications/tdmtheme/debian/cdbs/versions.pl | 8 | ||||
-rw-r--r-- | debian/lenny/applications/tdmtheme/debian/control | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/debian/lenny/applications/tdmtheme/debian/README.Debian b/debian/lenny/applications/tdmtheme/debian/README.Debian index 066828faf..cf18ccb66 100644 --- a/debian/lenny/applications/tdmtheme/debian/README.Debian +++ b/debian/lenny/applications/tdmtheme/debian/README.Debian @@ -1,7 +1,7 @@ tdmtheme for Debian ------------------- -tdmtheme is a KDE Control Module (KCM). To run it, open KDE Control Center and +tdmtheme is a Trinity Control Module (KCM). To run it, open Trinity Control Center and go to System Administration to find TDM Theme Manager. -- Fathi Boudra <fabo@debian.org>, Mon, 31 Jul 2006 18:33:26 +0200 diff --git a/debian/lenny/applications/tdmtheme/debian/cdbs/versions.pl b/debian/lenny/applications/tdmtheme/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/debian/lenny/applications/tdmtheme/debian/cdbs/versions.pl +++ b/debian/lenny/applications/tdmtheme/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/debian/lenny/applications/tdmtheme/debian/control b/debian/lenny/applications/tdmtheme/debian/control index a95ca8e4c..23a85f99b 100644 --- a/debian/lenny/applications/tdmtheme/debian/control +++ b/debian/lenny/applications/tdmtheme/debian/control @@ -15,5 +15,5 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, tdm-trinity Replaces: kdmtheme-trinity (<< 4:14.0.0~) Breaks: kdmtheme-trinity (<< 4:14.0.0~) Description: theme manager for TDM [Trinity] - tdmtheme is a theme manager for TDM. It provides a KDE Control Module (KCM) + tdmtheme is a theme manager for TDM. It provides a Trinity Control Module (KCM) that allows you to easily install, remove and change your TDM themes. |