diff options
Diffstat (limited to 'debian/lenny/applications/krusader')
5 files changed, 15 insertions, 15 deletions
diff --git a/debian/lenny/applications/krusader/debian/changelog b/debian/lenny/applications/krusader/debian/changelog index 609286530..a4c38c63d 100644 --- a/debian/lenny/applications/krusader/debian/changelog +++ b/debian/lenny/applications/krusader/debian/changelog @@ -32,7 +32,7 @@ krusader (1.90.0-1) unstable; urgency=low * Update my e-mail address. * Remove Angel Ramos from Uploaders field. * Bump Standard-Version to 3.7.3. - * Add kdebase-bin versioned dependency. + * Add tdebase-bin versioned dependency. -- Debian KDE Extras Team <[email protected]> Sun, 23 Mar 2008 15:10:45 +0100 @@ -119,7 +119,7 @@ krusader (1.60.0-3) unstable; urgency=low * Fixed gcc-4.0 compiling problem (Closes: #326789). * Fixed autoconf m68k and mipsel problem (Closes: #310669). * de.po corrected (Closes: #313785). - * Added kdebase-kio-plugins as suggest header (Closes: #322764). + * Added tdebase-kio-plugins as suggest header (Closes: #322764). * The problem with ps/pdf files is a kghostview problem, not krusader (Closes: #325130) * No segfault on closing the viewer with krusader 1.60 (Closes: #325170). @@ -176,7 +176,7 @@ krusader (1.30-1.2) unstable; urgency=low krusader (1.30-1.1) unstable; urgency=low * NMU during BSP - * remove x-ace.desktop, which is also in kdelibs-data. Closes: #238052 + * remove x-ace.desktop, which is also in tdelibs-data. Closes: #238052 -- Andreas Barth <[email protected]> Sun, 18 Apr 2004 11:39:32 +0200 @@ -283,7 +283,7 @@ krusader (0.75-2) unstable; urgency=low krusader (0.75-1.2) unstable; urgency=low * NMU - * Build against new qt/kdelibs + * Build against new qt/tdelibs * update build-depends -- Ivan E. Moore II <[email protected]> Tue, 27 Feb 2001 13:35:16 -0700 diff --git a/debian/lenny/applications/krusader/debian/control b/debian/lenny/applications/krusader/debian/control index 80e187bea..46be3e1c4 100644 --- a/debian/lenny/applications/krusader/debian/control +++ b/debian/lenny/applications/krusader/debian/control @@ -12,8 +12,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: md5deep | cfv, kedit-trinity, khexedit-trinity, konsole-trinity, kmail-trinity, krename-trinity, kdiff3-trinity | kompare-trinity | xxdiff, ark-trinity, arj, bzip2, cpio, lha, - unrar | unrar-free | rar, rpm, unace, unzip, zip, p7zip, kdebase-trinity-bin, - kdebase-kio-plugins-trinity + unrar | unrar-free | rar, rpm, unace, unzip, zip, p7zip, tdebase-trinity-bin, + tdebase-kio-plugins-trinity Description: twin-panel (commander-style) file manager for KDE (and other desktops) Krusader is a simple, easy, powerful, twin-panel (commander-style) file manager for KDE and other desktops, similar to Midnight Commander (C) or Total diff --git a/debian/lenny/applications/krusader/debian/copyright b/debian/lenny/applications/krusader/debian/copyright index 127bd8f63..4f0e31c89 100644 --- a/debian/lenny/applications/krusader/debian/copyright +++ b/debian/lenny/applications/krusader/debian/copyright @@ -14,27 +14,27 @@ Upstream Authors: Jonas Bähr <[email protected]> Matej Urbancic <[email protected]> -iso is based on tar from kdebase: +iso is based on tar from tdebase: (C) David Faure <[email protected]> -kiso is based on ktar from kdelibs: +kiso is based on ktar from tdelibs: (C) Torben Weis <[email protected]> (C) David Faure <[email protected]> -krremoteencodingmenu is based on KRemoteEncodingPlugin from kdebase: +krremoteencodingmenu is based on KRemoteEncodingPlugin from tdebase: (C) Dawit Alemayehu <[email protected]> paneltabbar is based on code from k3b: (C) Sebastian Trueg <[email protected]> -kimagefilepreview is based on code from kdelibs: +kimagefilepreview is based on code from tdelibs: (C) 2001 Martin R. Jones <[email protected]> (C) 2001 Carsten Pfeiffer <[email protected]> -kdiskfreesp is based on code from kdelibs: +kdiskfreesp is based on code from tdelibs: (C) 1999 Michael Kropfberger <[email protected]> -krprogress code is bases on code from kdelibs: +krprogress code is bases on code from tdelibs: (C) 2000 Matej Koss <[email protected]> Copyright for libisofs, licensed under the GPL: diff --git a/debian/lenny/applications/krusader/debian/krusader.lintian-overrides b/debian/lenny/applications/krusader/debian/krusader.lintian-overrides index ab5986658..62bf48233 100644 --- a/debian/lenny/applications/krusader/debian/krusader.lintian-overrides +++ b/debian/lenny/applications/krusader/debian/krusader.lintian-overrides @@ -1,2 +1,2 @@ -# package depends on kdebase-bin, which provides kdesu -krusader-trinity: menu-command-not-in-package /usr/share/menu/krusader:17 kdesu +# package depends on tdebase-bin, which provides tdesu +krusader-trinity: menu-command-not-in-package /usr/share/menu/krusader:17 tdesu diff --git a/debian/lenny/applications/krusader/debian/menu b/debian/lenny/applications/krusader/debian/menu index 92d07892f..759ac536f 100644 --- a/debian/lenny/applications/krusader/debian/menu +++ b/debian/lenny/applications/krusader/debian/menu @@ -14,4 +14,4 @@ title="krusader - root-mode (File Manager)"\ icon32x32="/usr/share/pixmaps/krusader_root.xpm"\ icon16x16="/usr/share/pixmaps/krusader_root-16.xpm"\ - command="kdesu -c /opt/trinity/bin/krusader" + command="tdesu -c /opt/trinity/bin/krusader" |