diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 18:55:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 18:55:46 -0600 |
commit | 560f14aba00c852d991520ffd0a6b16cad47495b (patch) | |
tree | cfd82c13e35f812c2b2efdf7aeb5868f66eb6eb1 /debian/squeeze | |
parent | f4634b328371616fc548101a85bd9a02dbb98f88 (diff) | |
download | tde-packaging-560f14aba00c852d991520ffd0a6b16cad47495b.tar.gz tde-packaging-560f14aba00c852d991520ffd0a6b16cad47495b.zip |
Update Debian and Ubuntu packaging for latest GIT
Diffstat (limited to 'debian/squeeze')
-rw-r--r-- | debian/squeeze/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff | 2 | ||||
-rw-r--r-- | debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/squeeze/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff b/debian/squeeze/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff index 5a36ab501..bf09b9c13 100644 --- a/debian/squeeze/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff +++ b/debian/squeeze/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff @@ -25,5 +25,5 @@ index 7c45fcf..b933832 100644 + exit(0); + } - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); diff --git a/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 b/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 index 7d658a855..1f92a6b90 100644 --- a/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 +++ b/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 @@ -37,7 +37,7 @@ The new manpage will be written to standard output. This utility is part of the KDE Software Development Kit. .SH WARNING This utility will only work for a full KDE application that uses -KCmdLineArgs (which most full KDE applications do). +TDECmdLineArgs (which most full KDE applications do). .SH EXAMPLE .RS cd /path/to/kde/srcs/tdeedu/debian |