summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/knmap/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lenny/applications/knmap/debian')
-rw-r--r--debian/lenny/applications/knmap/debian/cdbs/versions.pl8
-rw-r--r--debian/lenny/applications/knmap/debian/control2
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/lenny/applications/knmap/debian/cdbs/versions.pl b/debian/lenny/applications/knmap/debian/cdbs/versions.pl
index 75c9add4b..1b110f7af 100644
--- a/debian/lenny/applications/knmap/debian/cdbs/versions.pl
+++ b/debian/lenny/applications/knmap/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/knmap/debian/control b/debian/lenny/applications/knmap/debian/control
index 6b8893341..b8f6f3d2d 100644
--- a/debian/lenny/applications/knmap/debian/control
+++ b/debian/lenny/applications/knmap/debian/control
@@ -17,7 +17,7 @@ Description: nmap graphical interface for TDE
This program is a complete re-write of one by the same name written by
Alexandre Sagala. The last version of that program was 0.9 which was
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
- Unfortunately it does not compile on today's TDE / QT environments.
+ It can be compiled on today's TDE / TQt environment.
.
Not to mention that it did not cater for the full set of 'nmap' options.
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.