From ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 02:00:00 -0600 Subject: Update Debian and Ubuntu packaging with the latest renaming in GIT --- ubuntu/maverick_automake/kdepim/debian/control | 6 ++-- ubuntu/maverick_automake/kdepim/debian/control.in | 6 ++-- ubuntu/maverick_automake/kdepim/debian/copyright | 2 +- .../debian/kdepim-kfile-plugins-kde3.install | 9 ----- .../debian/kdepim-tdefile-plugins-kde3.install | 9 +++++ .../kdepim/debian/kdepim-tderesources-kde3.install | 4 +-- .../kdepim/debian/kmail-kde3.install | 40 +++++++++++----------- .../kdepim/debian/korganizer-kde3.install | 2 +- .../kdepim/debian/korn-kde3.install | 10 +++--- .../kdepim/debian/kpilot-kde3.install | 4 +-- .../kdepim/debian/libkleopatra1-kde3.install | 4 +-- .../kdepim/debian/man/kode-kde3.man | 6 ++-- 12 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 ubuntu/maverick_automake/kdepim/debian/kdepim-kfile-plugins-kde3.install create mode 100644 ubuntu/maverick_automake/kdepim/debian/kdepim-tdefile-plugins-kde3.install (limited to 'ubuntu/maverick_automake/kdepim/debian') diff --git a/ubuntu/maverick_automake/kdepim/debian/control b/ubuntu/maverick_automake/kdepim/debian/control index 93393d030..13b7f5914 100644 --- a/ubuntu/maverick_automake/kdepim/debian/control +++ b/ubuntu/maverick_automake/kdepim/debian/control @@ -20,7 +20,7 @@ Standards-Version: 3.8.3 Package: kdepim-kde3 Section: kde Architecture: all -Depends: akregator-kde3 (>= ${Source-Version}), kaddressbook-kde3 (>= ${Source-Version}), kalarm-kde3 (>= ${Source-Version}), kandy-kde3 (>= ${Source-Version}), karm-kde3 (>= ${Source-Version}), kdepim-kfile-plugins-kde3 (>= ${Source-Version}), kdepim-kio-plugins-kde3 (>= ${Source-Version}), kdepim-tderesources-kde3 (>= ${Source-Version}), kdepim-wizards-kde3 (>= ${Source-Version}), kitchensync-kde3 (>= ${Source-Version}), kleopatra-kde3 (>= ${Source-Version}), kmail-kde3 (>= ${Source-Version}), kmailcvt-kde3 (>= ${Source-Version}), knode-kde3 (>= ${Source-Version}), knotes-kde3 (>= ${Source-Version}), konsolekalendar-kde3 (>= ${Source-Version}), kontact-kde3 (>= ${Source-Version}), korganizer-kde3 (>= ${Source-Version}), korn-kde3 (>= ${Source-Version}), kpilot-kde3 (>= ${Source-Version}), ktnef-kde3 (>= ${Source-Version}), libindex0-kde3 (>= ${Source-Version}), libkcal2b-kde3 (>= ${Source-Version}), libkdepim1a-kde3 (>= ${Source-Version}), libkgantt0-kde3 (>= ${Source-Version}), libkleopatra1-kde3 (>= ${Source-Version}), libkpimexchange1-kde3 (>= ${Source-Version}), libkpimidentities1-kde3 (>= ${Source-Version}), libksieve0-kde3 (>= ${Source-Version}), libktnef1-kde3 (>= ${Source-Version}), libmimelib1c2a-kde3 (>= ${Source-Version}) +Depends: akregator-kde3 (>= ${Source-Version}), kaddressbook-kde3 (>= ${Source-Version}), kalarm-kde3 (>= ${Source-Version}), kandy-kde3 (>= ${Source-Version}), karm-kde3 (>= ${Source-Version}), kdepim-tdefile-plugins-kde3 (>= ${Source-Version}), kdepim-kio-plugins-kde3 (>= ${Source-Version}), kdepim-tderesources-kde3 (>= ${Source-Version}), kdepim-wizards-kde3 (>= ${Source-Version}), kitchensync-kde3 (>= ${Source-Version}), kleopatra-kde3 (>= ${Source-Version}), kmail-kde3 (>= ${Source-Version}), kmailcvt-kde3 (>= ${Source-Version}), knode-kde3 (>= ${Source-Version}), knotes-kde3 (>= ${Source-Version}), konsolekalendar-kde3 (>= ${Source-Version}), kontact-kde3 (>= ${Source-Version}), korganizer-kde3 (>= ${Source-Version}), korn-kde3 (>= ${Source-Version}), kpilot-kde3 (>= ${Source-Version}), ktnef-kde3 (>= ${Source-Version}), libindex0-kde3 (>= ${Source-Version}), libkcal2b-kde3 (>= ${Source-Version}), libkdepim1a-kde3 (>= ${Source-Version}), libkgantt0-kde3 (>= ${Source-Version}), libkleopatra1-kde3 (>= ${Source-Version}), libkpimexchange1-kde3 (>= ${Source-Version}), libkpimidentities1-kde3 (>= ${Source-Version}), libksieve0-kde3 (>= ${Source-Version}), libktnef1-kde3 (>= ${Source-Version}), libmimelib1c2a-kde3 (>= ${Source-Version}) Suggests: kdepim-kde3-doc-html Description: Personal Information Management apps from the official KDE3 release KDE (the K Desktop Environment) is a powerful Open Source graphical @@ -166,7 +166,7 @@ Description: KDE3 time tracker tool This package is part of KDE3, and a component of the KDE PIM module. See the 'kde-kde3' and 'kdepim-kde3' packages for more information. -Package: kdepim-kfile-plugins-kde3 +Package: kdepim-tdefile-plugins-kde3 Section: kde Architecture: any Depends: ${shlibs:Depends} @@ -182,7 +182,7 @@ Architecture: any Depends: ${shlibs:Depends} Replaces: kdebase-kio-plugins-kde3 (<< 4:3.4.0) Description: KDE3 pim I/O Slaves - This package includes the pim kioslaves. This includes imap4, sieve, + This package includes the pim tdeioslaves. This includes imap4, sieve, and mbox. . This package is part of KDE3, and a component of the KDE PIM module. diff --git a/ubuntu/maverick_automake/kdepim/debian/control.in b/ubuntu/maverick_automake/kdepim/debian/control.in index 69227af4d..cf38d49ac 100644 --- a/ubuntu/maverick_automake/kdepim/debian/control.in +++ b/ubuntu/maverick_automake/kdepim/debian/control.in @@ -19,7 +19,7 @@ Standards-Version: 3.7.2 Package: kdepim Section: kde Architecture: all -Depends: akregator (>= ${Source-Version}), kaddressbook (>= ${Source-Version}), kalarm (>= ${Source-Version}), kandy (>= ${Source-Version}), karm (>= ${Source-Version}), kdepim-kfile-plugins (>= ${Source-Version}), kdepim-kio-plugins (>= ${Source-Version}), kdepim-tderesources (>= ${Source-Version}), kdepim-wizards (>= ${Source-Version}), kitchensync (>= ${Source-Version}), kleopatra (>= ${Source-Version}), kmail (>= ${Source-Version}), kmailcvt (>= ${Source-Version}), knode (>= ${Source-Version}), knotes (>= ${Source-Version}), konsolekalendar (>= ${Source-Version}), kontact (>= ${Source-Version}), korganizer (>= ${Source-Version}), korn (>= ${Source-Version}), kpilot (>= ${Source-Version}), ktnef (>= ${Source-Version}), networkstatus (>= ${Source-Version}), libindex0 (>= ${Source-Version}), libkcal2b (>= ${Source-Version}), libkdepim1a (>= ${Source-Version}), libkgantt0 (>= ${Source-Version}), libkleopatra1 (>= ${Source-Version}), libkpimexchange1 (>= ${Source-Version}), libkpimidentities1 (>= ${Source-Version}), libksieve0 (>= ${Source-Version}), libktnef1 (>= ${Source-Version}), libmimelib1c2a (>= ${Source-Version}) +Depends: akregator (>= ${Source-Version}), kaddressbook (>= ${Source-Version}), kalarm (>= ${Source-Version}), kandy (>= ${Source-Version}), karm (>= ${Source-Version}), kdepim-tdefile-plugins (>= ${Source-Version}), kdepim-kio-plugins (>= ${Source-Version}), kdepim-tderesources (>= ${Source-Version}), kdepim-wizards (>= ${Source-Version}), kitchensync (>= ${Source-Version}), kleopatra (>= ${Source-Version}), kmail (>= ${Source-Version}), kmailcvt (>= ${Source-Version}), knode (>= ${Source-Version}), knotes (>= ${Source-Version}), konsolekalendar (>= ${Source-Version}), kontact (>= ${Source-Version}), korganizer (>= ${Source-Version}), korn (>= ${Source-Version}), kpilot (>= ${Source-Version}), ktnef (>= ${Source-Version}), networkstatus (>= ${Source-Version}), libindex0 (>= ${Source-Version}), libkcal2b (>= ${Source-Version}), libkdepim1a (>= ${Source-Version}), libkgantt0 (>= ${Source-Version}), libkleopatra1 (>= ${Source-Version}), libkpimexchange1 (>= ${Source-Version}), libkpimidentities1 (>= ${Source-Version}), libksieve0 (>= ${Source-Version}), libktnef1 (>= ${Source-Version}), libmimelib1c2a (>= ${Source-Version}) Suggests: kdepim-doc-html Description: Personal Information Management apps from the official KDE release KDE (the K Desktop Environment) is a powerful Open Source graphical @@ -161,7 +161,7 @@ Description: KDE time tracker tool This package is part of KDE, and a component of the KDE PIM module. See the 'kde' and 'kdepim' packages for more information. -Package: kdepim-kfile-plugins +Package: kdepim-tdefile-plugins Section: kde Architecture: any Depends: ${shlibs:Depends} @@ -177,7 +177,7 @@ Architecture: any Depends: ${shlibs:Depends} Replaces: kdebase-kio-plugins (<< 4:3.4.0) Description: KDE pim I/O Slaves - This package includes the pim kioslaves. This includes imap4, sieve, + This package includes the pim tdeioslaves. This includes imap4, sieve, and mbox. . This package is part of KDE, and a component of the KDE PIM module. diff --git a/ubuntu/maverick_automake/kdepim/debian/copyright b/ubuntu/maverick_automake/kdepim/debian/copyright index 708f6aa75..963517491 100644 --- a/ubuntu/maverick_automake/kdepim/debian/copyright +++ b/ubuntu/maverick_automake/kdepim/debian/copyright @@ -25,7 +25,7 @@ When in doubt, check the individual file, they should all have license headings and other identifying marks. akregator, kaddressbook, kalarm, kalarmd, kandy, karm, kdgantt, -kfile-plugins, kgantt, kioslaves, kitchensync, kleopatra, kmail, +tdefile-plugins, kgantt, tdeioslaves, kitchensync, kleopatra, kmail, kmailcvt, knode, knotes, konsolekalendar, kontact, korganizer, kpilot, ksync, ktnef, libindex, libkdenetwork, libkdepim, libkleopatra, libkpimidentities, libksieve, mimelib, wizards diff --git a/ubuntu/maverick_automake/kdepim/debian/kdepim-kfile-plugins-kde3.install b/ubuntu/maverick_automake/kdepim/debian/kdepim-kfile-plugins-kde3.install deleted file mode 100644 index 16ddb71ff..000000000 --- a/ubuntu/maverick_automake/kdepim/debian/kdepim-kfile-plugins-kde3.install +++ /dev/null @@ -1,9 +0,0 @@ -/opt/kde3/lib/kde3/kfile_ics.la -/opt/kde3/lib/kde3/kfile_ics.so -/opt/kde3/lib/kde3/kfile_palm.la -/opt/kde3/lib/kde3/kfile_palm.so -/opt/kde3/lib/kde3/kfile_vcf.la -/opt/kde3/lib/kde3/kfile_vcf.so -/opt/kde3/share/services/kfile_ics.desktop -/opt/kde3/share/services/kfile_palm.desktop -/opt/kde3/share/services/kfile_vcf.desktop diff --git a/ubuntu/maverick_automake/kdepim/debian/kdepim-tdefile-plugins-kde3.install b/ubuntu/maverick_automake/kdepim/debian/kdepim-tdefile-plugins-kde3.install new file mode 100644 index 000000000..b8aa07175 --- /dev/null +++ b/ubuntu/maverick_automake/kdepim/debian/kdepim-tdefile-plugins-kde3.install @@ -0,0 +1,9 @@ +/opt/kde3/lib/kde3/tdefile_ics.la +/opt/kde3/lib/kde3/tdefile_ics.so +/opt/kde3/lib/kde3/tdefile_palm.la +/opt/kde3/lib/kde3/tdefile_palm.so +/opt/kde3/lib/kde3/tdefile_vcf.la +/opt/kde3/lib/kde3/tdefile_vcf.so +/opt/kde3/share/services/tdefile_ics.desktop +/opt/kde3/share/services/tdefile_palm.desktop +/opt/kde3/share/services/tdefile_vcf.desktop diff --git a/ubuntu/maverick_automake/kdepim/debian/kdepim-tderesources-kde3.install b/ubuntu/maverick_automake/kdepim/debian/kdepim-tderesources-kde3.install index 6daf3e055..a17538fe3 100644 --- a/ubuntu/maverick_automake/kdepim/debian/kdepim-tderesources-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/kdepim-tderesources-kde3.install @@ -100,5 +100,5 @@ /opt/kde3/share/services/tderesources/knotes/kolabresource.desktop /opt/kde3/share/services/tderesources/knotes/scalix.desktop -/opt/kde3/share/apps/kconf_update/upgrade-resourcetype.pl -/opt/kde3/share/apps/kconf_update/kolab-resource.upd +/opt/kde3/share/apps/tdeconf_update/upgrade-resourcetype.pl +/opt/kde3/share/apps/tdeconf_update/kolab-resource.upd diff --git a/ubuntu/maverick_automake/kdepim/debian/kmail-kde3.install b/ubuntu/maverick_automake/kdepim/debian/kmail-kde3.install index f7407dc21..69785b6cc 100644 --- a/ubuntu/maverick_automake/kdepim/debian/kmail-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/kmail-kde3.install @@ -18,26 +18,26 @@ /opt/kde3/lib/libkmailprivate.so /opt/kde3/share/applications/kde/KMail.desktop /opt/kde3/share/applications/kde/kmail_view.desktop -/opt/kde3/share/apps/kconf_update/kmail-3.1-update-new-mail-notification-settings.pl -/opt/kde3/share/apps/kconf_update/kmail-3.1-use-UOID-for-identities.pl -/opt/kde3/share/apps/kconf_update/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl -/opt/kde3/share/apps/kconf_update/kmail-3.2-misc.sh -/opt/kde3/share/apps/kconf_update/kmail-3.2-update-loop-on-goto-unread-settings.sh -/opt/kde3/share/apps/kconf_update/kmail-3.3-aegypten.pl -/opt/kde3/share/apps/kconf_update/kmail-3.3-misc.pl -/opt/kde3/share/apps/kconf_update/kmail-3.3-move-identities.pl -/opt/kde3/share/apps/kconf_update/kmail-3.3-split-sign-encr-keys.sh -/opt/kde3/share/apps/kconf_update/kmail-3.3-use-ID-for-accounts.pl -/opt/kde3/share/apps/kconf_update/kmail-3.3b1-misc.pl -/opt/kde3/share/apps/kconf_update/kmail-3.4-misc.pl -/opt/kde3/share/apps/kconf_update/kmail-3.4.1-update-status-filters.pl -/opt/kde3/share/apps/kconf_update/kmail-3.5-trigger-flag-migration.pl -/opt/kde3/share/apps/kconf_update/kmail-3.5-filter-icons.pl -/opt/kde3/share/apps/kconf_update/kmail-pgpidentity.pl -/opt/kde3/share/apps/kconf_update/kmail-upd-identities.pl -/opt/kde3/share/apps/kconf_update/kmail.upd -/opt/kde3/share/apps/kconf_update/upgrade-signature.pl -/opt/kde3/share/apps/kconf_update/upgrade-transport.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.1-update-new-mail-notification-settings.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.1-use-UOID-for-identities.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.2-misc.sh +/opt/kde3/share/apps/tdeconf_update/kmail-3.2-update-loop-on-goto-unread-settings.sh +/opt/kde3/share/apps/tdeconf_update/kmail-3.3-aegypten.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.3-misc.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.3-move-identities.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.3-split-sign-encr-keys.sh +/opt/kde3/share/apps/tdeconf_update/kmail-3.3-use-ID-for-accounts.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.3b1-misc.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.4-misc.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.4.1-update-status-filters.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.5-trigger-flag-migration.pl +/opt/kde3/share/apps/tdeconf_update/kmail-3.5-filter-icons.pl +/opt/kde3/share/apps/tdeconf_update/kmail-pgpidentity.pl +/opt/kde3/share/apps/tdeconf_update/kmail-upd-identities.pl +/opt/kde3/share/apps/tdeconf_update/kmail.upd +/opt/kde3/share/apps/tdeconf_update/upgrade-signature.pl +/opt/kde3/share/apps/tdeconf_update/upgrade-transport.pl /opt/kde3/share/apps/kmail /opt/kde3/share/config.kcfg/custommimeheader.kcfg /opt/kde3/share/config.kcfg/kmail.kcfg diff --git a/ubuntu/maverick_automake/kdepim/debian/korganizer-kde3.install b/ubuntu/maverick_automake/kdepim/debian/korganizer-kde3.install index 3e122dcf1..c2eacd416 100644 --- a/ubuntu/maverick_automake/kdepim/debian/korganizer-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/korganizer-kde3.install @@ -18,7 +18,7 @@ /opt/kde3/lib/libkorganizer_eventviewer.so.1 /opt/kde3/lib/libkorganizer_eventviewer.so.1.0.0 /opt/kde3/share/applications/kde/korganizer.desktop -/opt/kde3/share/apps/kconf_update/korganizer.upd +/opt/kde3/share/apps/tdeconf_update/korganizer.upd /opt/kde3/share/apps/korgac /opt/kde3/share/apps/korganizer /opt/kde3/share/autostart/korgac.desktop diff --git a/ubuntu/maverick_automake/kdepim/debian/korn-kde3.install b/ubuntu/maverick_automake/kdepim/debian/korn-kde3.install index 6315df1ad..edfefefe6 100644 --- a/ubuntu/maverick_automake/kdepim/debian/korn-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/korn-kde3.install @@ -1,10 +1,10 @@ /opt/kde3/bin/korn -/opt/kde3/lib/kconf_update_bin/korn-3-4-config_change +/opt/kde3/lib/tdeconf_update_bin/korn-3-4-config_change /opt/kde3/share/applications/kde/KOrn.desktop -/opt/kde3/share/apps/kconf_update/korn-3-4-config_change.upd -/opt/kde3/share/apps/kconf_update/korn-3-5-metadata-update.pl -/opt/kde3/share/apps/kconf_update/korn-3-5-ssl-update.pl -/opt/kde3/share/apps/kconf_update/korn-3-5-update.upd +/opt/kde3/share/apps/tdeconf_update/korn-3-4-config_change.upd +/opt/kde3/share/apps/tdeconf_update/korn-3-5-metadata-update.pl +/opt/kde3/share/apps/tdeconf_update/korn-3-5-ssl-update.pl +/opt/kde3/share/apps/tdeconf_update/korn-3-5-update.upd /opt/kde3/share/doc/kde/HTML/en/korn /opt/kde3/share/icons/hicolor/16x16/apps/korn.png /opt/kde3/share/icons/hicolor/32x32/apps/korn.png diff --git a/ubuntu/maverick_automake/kdepim/debian/kpilot-kde3.install b/ubuntu/maverick_automake/kdepim/debian/kpilot-kde3.install index bf0ab07a1..a521feef7 100644 --- a/ubuntu/maverick_automake/kdepim/debian/kpilot-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/kpilot-kde3.install @@ -10,8 +10,8 @@ /opt/kde3/share/applications/kde/kpalmdoc.desktop /opt/kde3/share/applications/kde/kpilot.desktop /opt/kde3/share/applications/kde/kpilotdaemon.desktop -/opt/kde3/share/apps/kconf_update/kpalmdoc.upd -/opt/kde3/share/apps/kconf_update/kpilot.upd +/opt/kde3/share/apps/tdeconf_update/kpalmdoc.upd +/opt/kde3/share/apps/tdeconf_update/kpilot.upd /opt/kde3/share/apps/kpilot /opt/kde3/share/config.kcfg/abbrowserconduit.kcfg /opt/kde3/share/config.kcfg/docconduit.kcfg diff --git a/ubuntu/maverick_automake/kdepim/debian/libkleopatra1-kde3.install b/ubuntu/maverick_automake/kdepim/debian/libkleopatra1-kde3.install index c79405d18..43aa13dd8 100644 --- a/ubuntu/maverick_automake/kdepim/debian/libkleopatra1-kde3.install +++ b/ubuntu/maverick_automake/kdepim/debian/libkleopatra1-kde3.install @@ -7,8 +7,8 @@ /opt/kde3/lib/libkpgp.so.2.2.0 /opt/kde3/lib/libqgpgme.so.0 /opt/kde3/lib/libqgpgme.so.0.0.0 -/opt/kde3/share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl -/opt/kde3/share/apps/kconf_update/kpgp.upd +/opt/kde3/share/apps/tdeconf_update/kpgp-3.1-upgrade-address-data.pl +/opt/kde3/share/apps/tdeconf_update/kpgp.upd /opt/kde3/share/apps/libkleopatra /opt/kde3/share/icons/crystalsvg/16x16/apps/gpg.png /opt/kde3/share/icons/crystalsvg/16x16/apps/gpgsm.png diff --git a/ubuntu/maverick_automake/kdepim/debian/man/kode-kde3.man b/ubuntu/maverick_automake/kdepim/debian/man/kode-kde3.man index 183fc77b5..e737f5c31 100644 --- a/ubuntu/maverick_automake/kdepim/debian/man/kode-kde3.man +++ b/ubuntu/maverick_automake/kdepim/debian/man/kode-kde3.man @@ -15,8 +15,8 @@ Create a class. .B -d, --create-dialog Create a dialog. .TP -.B --create-kioslave -Create a kioslave. +.B --create-tdeioslave +Create a tdeioslave. .TP .B -y, --codify Create generator code for the given source. @@ -55,7 +55,7 @@ Add a QT exception to the GPL. Create a singleton class. .TP .B --protocol -Specifies the kioslave protocol name. +Specifies the tdeioslave protocol name. .TP .B filename Specifies the source code file name for output. -- cgit v1.2.3