summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/soundkonverter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
commit229e7f5038cbc5f930ab50abfad3099919a4e8bb (patch)
tree569abf2cbc4bd05a0b90ed759ccd941eaa676c01 /debian/lenny/applications/soundkonverter
parent59f50d7552dacb6d27d0768a9a5320e5ba2fc23d (diff)
parent50c481625fcb2361e0aaae71df24a40cbad056d7 (diff)
downloadtde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.tar.gz
tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'debian/lenny/applications/soundkonverter')
-rw-r--r--debian/lenny/applications/soundkonverter/debian/README.Debian2
-rw-r--r--debian/lenny/applications/soundkonverter/debian/cdbs/versions.pl8
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/lenny/applications/soundkonverter/debian/README.Debian b/debian/lenny/applications/soundkonverter/debian/README.Debian
index 079784d5b..92fd4c3b5 100644
--- a/debian/lenny/applications/soundkonverter/debian/README.Debian
+++ b/debian/lenny/applications/soundkonverter/debian/README.Debian
@@ -23,7 +23,7 @@ Note: you don't need all of the mentionned programs to use soundKonverter.
-- Fathi Boudra <fboudra@free.fr> Sat, 13 Oct 2007 14:50:28 +0200
To enable the soundkonverter-amarok script just launch soundKonverter once. It
-will create a soundKonverter directory in ~/.kde/share/apps/amarok/scripts.
+will create a soundKonverter directory in ~/.trinity/share/apps/amarok/scripts.
The soundkonvert script will now appear in the script manager window of a newly
started amarok.
diff --git a/debian/lenny/applications/soundkonverter/debian/cdbs/versions.pl b/debian/lenny/applications/soundkonverter/debian/cdbs/versions.pl
index 75c9add4b..1b110f7af 100644
--- a/debian/lenny/applications/soundkonverter/debian/cdbs/versions.pl
+++ b/debian/lenny/applications/soundkonverter/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";