diff options
Diffstat (limited to 'ubuntu/maverick_automake')
36 files changed, 85 insertions, 85 deletions
diff --git a/ubuntu/maverick_automake/applications/kde-guidance/debian/changelog b/ubuntu/maverick_automake/applications/kde-guidance/debian/changelog index 06a005706..e680cb03f 100644 --- a/ubuntu/maverick_automake/applications/kde-guidance/debian/changelog +++ b/ubuntu/maverick_automake/applications/kde-guidance/debian/changelog @@ -229,7 +229,7 @@ kde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call - to pykdeextensions in mountconfig so that pyqt3 no longer needs to be + to pytdeextensions in mountconfig so that pyqt3 no longer needs to be patched to provide -dev files in the regular package (LP: #197867) * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig thinks a proprietary driver is installed, but it can't find it, it @@ -618,7 +618,7 @@ kde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low kde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low - * Rebuilt against new pykde. + * Rebuilt against new pytde. -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 @@ -1029,7 +1029,7 @@ kde-guidance (0.6.2-0ubuntu1) dapper; urgency=low kde-guidance (0.6.1-0ubuntu0) dapper; urgency=low * New release, sets a fixed DPI for Xft - * Add run time dependency on pykdeextensions + * Add run time dependency on pytdeextensions * Add kubuntu_03_userconfig_shebang.diff fix extra space * Change init script to run at S35, Malone No. 32268 diff --git a/ubuntu/maverick_automake/applications/kde-guidance/debian/control b/ubuntu/maverick_automake/applications/kde-guidance/debian/control index 042153e4c..b10286ffe 100644 --- a/ubuntu/maverick_automake/applications/kde-guidance/debian/control +++ b/ubuntu/maverick_automake/applications/kde-guidance/debian/control @@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-kde3-dev, libpythonize0-kde3-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, - pykdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev, + pytdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata Standards-Version: 3.8.3 Package: kde-guidance-kde3 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5) Conflicts: guidance-power-manager, kde-guidance-powermanager Provides: ${python:Provides} Description: collection of KDE system administration tools for GNU/Linux [KDE3] diff --git a/ubuntu/maverick_automake/applications/kde-guidance/debian/rules b/ubuntu/maverick_automake/applications/kde-guidance/debian/rules index e43bf0768..6de018978 100755 --- a/ubuntu/maverick_automake/applications/kde-guidance/debian/rules +++ b/ubuntu/maverick_automake/applications/kde-guidance/debian/rules @@ -175,7 +175,7 @@ clean:: fi common-install-prehook-impl:: - # generate form implementation using pykde user interface compiler + # generate form implementation using pytde user interface compiler (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n notify.ui) diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff index e2deeda88..855ba5729 100644 --- a/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff @@ -38,7 +38,7 @@ + string user_tmp_dir; int uid = getuid(); const char *home_dir = getenv("HOME"); - const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); + const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME"); @@ -88,7 +88,7 @@ if (!tmp || !tmp[0]) tmp = "/tmp"; @@ -110,7 +110,7 @@ + result = lstat(kde_tmp_dir.c_str(), &stat_buf); if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) { - /* $KDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */ + /* $TDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */ - tmp_buf = (char *) malloc(PATH_MAX+1); - if (!tmp_buf) - return 0; @@ -184,7 +184,7 @@ + char *tmp_buf; int uid = getuid(); const char *home_dir = getenv("HOME"); - const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); + const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME"); int result; struct stat stat_buf; @@ -259,7 +259,7 @@ + result = lstat(kde_tmp_dir.c_str(), &stat_buf); if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) { - /* $KDEHOME/tmp is a normal directory. Do nothing. */ + /* $TDEHOME/tmp is a normal directory. Do nothing. */ - printf("Directory \"%s\" already exists.\n", kde_tmp_dir); + printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str()); return 0; diff --git a/ubuntu/maverick_automake/kdebase/debian/changelog b/ubuntu/maverick_automake/kdebase/debian/changelog index 994546f0b..b39130360 100644 --- a/ubuntu/maverick_automake/kdebase/debian/changelog +++ b/ubuntu/maverick_automake/kdebase/debian/changelog @@ -196,7 +196,7 @@ kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low - * Added XDG_DATA_DIRS and KDEDIRS to startkde, as suggested by zekica on the Kubuntu forums + * Added XDG_DATA_DIRS and TDEDIRS to startkde, as suggested by zekica on the Kubuntu forums -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 @@ -780,7 +780,7 @@ kdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low - * Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and + * Changed (again) $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and kubuntu_53_kwallet_config.diff . (LP: #136560) -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 @@ -799,7 +799,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low [ Ryan Kavanagh ] * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk build-dep as they are no longer needed - * Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and + * Changed $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and kubuntu_53_kwallet_config.diff . (LP: #136560) -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 @@ -807,7 +807,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low * Edit kubuntu_52_gtk_qt_engine_config.diff and - kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde + kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Add kubuntu_9903_api_docs_move.diff for new API website diff --git a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf index 40acdd6b6..387be8b90 100755 --- a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf +++ b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf @@ -38,7 +38,7 @@ script export LANG LANGUAGE fi - KDEDIRS=/opt/kde3/ + TDEDIRS=/opt/kde3/ PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin initctl emit starting-dm DM=kdm-kde3 diff --git a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.txt b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.txt index 191c344fd..71b5beb79 100644 --- a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.txt +++ b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.txt @@ -22,7 +22,7 @@ set -e HEED_DEFAULT_DISPLAY_MANAGER=true DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager -KDEDIRS=/opt/kde3/ +TDEDIRS=/opt/kde3/ PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/opt/kde3/bin/kdm PIDFILE=/var/run/kdm.pid diff --git a/ubuntu/maverick_automake/kdebindings/debian/changelog b/ubuntu/maverick_automake/kdebindings/debian/changelog index 381d60921..b1b390990 100644 --- a/ubuntu/maverick_automake/kdebindings/debian/changelog +++ b/ubuntu/maverick_automake/kdebindings/debian/changelog @@ -483,7 +483,7 @@ kdebindings (4:3.2.92-1) unstable; urgency=low was accepted upstream. * debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/rules: disable the python directory, as sip, pyqt and - pykde are all packaged in Debian already. + pytde are all packaged in Debian already. * debian/control: added the libsmokekde1, libsmokekde-dev, libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream additions. diff --git a/ubuntu/maverick_automake/kdelibs/debian/changelog b/ubuntu/maverick_automake/kdelibs/debian/changelog index 323cc6749..23704c831 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/changelog +++ b/ubuntu/maverick_automake/kdelibs/debian/changelog @@ -2087,7 +2087,7 @@ kdelibs (4:3.4.0-0pre5) alioth; urgency=low output them expanded even when --expandvars is not used. (Closes: #287822) * Fixed the ability of the build system to find kde.pot, even when it is not - located at KDEDIR/include/kde.pot. This allows the use of targets such as + located at TDEDIR/include/kde.pot. This allows the use of targets such as "package-messages" without specifying includedir. (Closes: #283858) * Now that graphviz is in main, add it to Build-Depends-Indep together with diff --git a/ubuntu/maverick_automake/kdelibs/debian/kcmshell b/ubuntu/maverick_automake/kdelibs/debian/kcmshell index 4ca9629ed..57d0e82bb 100755 --- a/ubuntu/maverick_automake/kdelibs/debian/kcmshell +++ b/ubuntu/maverick_automake/kdelibs/debian/kcmshell @@ -1,4 +1,4 @@ #!/bin/sh -export KDEDIRS=/usr/:/opt/kde3/ +export TDEDIRS=/usr/:/opt/kde3/ /opt/kde3/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 diff --git a/ubuntu/maverick_automake/kdelibs/debian/man/kstartupconfig-kde3.1 b/ubuntu/maverick_automake/kdelibs/debian/man/kstartupconfig-kde3.1 index dca82fb5e..87733d37f 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/man/kstartupconfig-kde3.1 +++ b/ubuntu/maverick_automake/kdelibs/debian/man/kstartupconfig-kde3.1 @@ -4,7 +4,7 @@ kstartupconfig, kdostartupconfig \- KDE configuration options loader .SH SYNOPSIS -\fBkstartupconfig\fP [$KDEHOME] +\fBkstartupconfig\fP [$TDEHOME] .sp 1 \fBkdostartupconfig\fP .SH DESCRIPTION @@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes .SH OPTIONS .TP -.B $KDEHOME +.B $TDEHOME KDE home directory, if different to ~/.kde .SS .SH FILES -In case $KDEHOME is not set ~/.kde is assumed. +In case $TDEHOME is not set ~/.kde is assumed. .TP -.I $KDEHOME/share/config/startupconfig +.I $TDEHOME/share/config/startupconfig script, sourced to set shell variables with configuration options .TP -.I $KDEHOME/share/config/startupconfigfiles +.I $TDEHOME/share/config/startupconfigfiles configuration options and files they belong to .TP -.I $KDEHOME/share/config/startupconfigkeys +.I $TDEHOME/share/config/startupconfigkeys configuration options to load .SH SEE ALSO .BR kconf_update (1),\ startkde (1) diff --git a/ubuntu/maverick_automake/kdelibs/debian/man/lnusertemp-kde3.sgml b/ubuntu/maverick_automake/kdelibs/debian/man/lnusertemp-kde3.sgml index c40c64520..a75709316 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/man/lnusertemp-kde3.sgml +++ b/ubuntu/maverick_automake/kdelibs/debian/man/lnusertemp-kde3.sgml @@ -72,7 +72,7 @@ manpage.1: manpage.sgml <para><command>&dhpackage;</command> is used to create KDE resources in temporary directories and symlinks to them in - <envar>KDEHOME</envar>. The resource that needs to be created is + <envar>TDEHOME</envar>. The resource that needs to be created is given as an argument and can be anyone of:</para> <itemizedlist> diff --git a/ubuntu/maverick_automake/kdelibs/debian/man/make_driver_db_cups-kde3.1 b/ubuntu/maverick_automake/kdelibs/debian/man/make_driver_db_cups-kde3.1 index e4eb8251f..15d534206 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/man/make_driver_db_cups-kde3.1 +++ b/ubuntu/maverick_automake/kdelibs/debian/man/make_driver_db_cups-kde3.1 @@ -25,10 +25,10 @@ directory with ppd files write printer database into this file .SH FILES .TP -.I $KDEHOME/share/apps/kdeprint/printerdb_cups.txt +.I $TDEHOME/share/apps/kdeprint/printerdb_cups.txt KDE printer database .br -(if $KDEHOME is not set ~/.kde is used) +(if $TDEHOME is not set ~/.kde is used) .SH SEE ALSO .BR make_driver_db_lpr (1) .TP diff --git a/ubuntu/maverick_automake/kdemultimedia/debian/man/kaboodle-kde3.1 b/ubuntu/maverick_automake/kdemultimedia/debian/man/kaboodle-kde3.1 index c7852c5db..ef2e440bd 100644 --- a/ubuntu/maverick_automake/kdemultimedia/debian/man/kaboodle-kde3.1 +++ b/ubuntu/maverick_automake/kdemultimedia/debian/man/kaboodle-kde3.1 @@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which is normally located in .I /usr/share/config or in -.RB $ KDEHOME\fI/share/config +.RB $ TDEHOME\fI/share/config .TP .BI \-\-dcopserver \ server Set the address of the DCOP server to attach to. @@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE and is a network path to the session manager socket. .IP HOME Path to the home directory for the current user. -.IP KDEHOME +.IP TDEHOME The KDE per-user setting directory. Default if not specified is .I $HOME/.kde .lf 55 info/kdemultimedia.kaboodle.1 diff --git a/ubuntu/maverick_automake/kdeutils/debian/man/kcharselect-kde3.1 b/ubuntu/maverick_automake/kdeutils/debian/man/kcharselect-kde3.1 index bc0fb442b..63429d234 100644 --- a/ubuntu/maverick_automake/kdeutils/debian/man/kcharselect-kde3.1 +++ b/ubuntu/maverick_automake/kdeutils/debian/man/kcharselect-kde3.1 @@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which is normally located in .I /usr/share/config or in -.RB $ KDEHOME\fI/share/config +.RB $ TDEHOME\fI/share/config .TP .BI \-\-dcopserver \ server Set the address of the DCOP server to attach to. @@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE and is a network path to the session manager socket. .IP HOME Path to the home directory for the current user. -.IP KDEHOME +.IP TDEHOME The KDE per-user setting directory. Default if not specified is .I $HOME/.kde .lf 50 info/kdeutils.kcharselect.1 diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.install b/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.install deleted file mode 100644 index 7fa6e9508..000000000 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.install +++ /dev/null @@ -1,7 +0,0 @@ -usr/lib/python*/dist-packages -opt/kde3/share/apps/pykdeextensions/AUTHORS -opt/kde3/share/apps/pykdeextensions/ChangeLog -opt/kde3/share/apps/pykdeextensions/INSTALL -opt/kde3/share/apps/pykdeextensions/NEWS -opt/kde3/share/apps/pykdeextensions/app_templates -opt/kde3/share/doc/kde/HTML/en/pykdeextensions diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.lintian-overrides b/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.lintian-overrides deleted file mode 100644 index 06b60205b..000000000 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pykdeextensions-kde3.lintian-overrides +++ /dev/null @@ -1,10 +0,0 @@ -pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB] -pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell -pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop -pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop -pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop -pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$ -pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$ - -pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py -pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/README.Debian b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/README.Debian index b0302c211..b0302c211 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/README.Debian +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/README.Debian diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/changelog b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/changelog index 6e632ec6b..9a5d57c27 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/changelog +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/changelog @@ -1,23 +1,23 @@ -pykdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low +pytdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low * Karmic rebuild -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -pykdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low +pytdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low * Added -kde3 suffix -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low +pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low * Re-add libpythoniz0 dependency on python-dev to work around libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low +pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low * debian/control: - remove the python-all-dev dependency in libpythonize0 @@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low +pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low * Merge with Debian, remaining changes: - libpythonize0 depends on python2.5-dev, it tries to load .so file -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -pykdeextensions (0.4.0-5) unstable; urgency=low +pytdeextensions (0.4.0-5) unstable; urgency=low * Add python-qt-dev build dependency. pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) @@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low * Remove *.py[co] files. * lintian cleanup: substvar-source-version-is-deprecated. Use ${binary:Version}. - * Make pykdeextensions package arch all. + * Make pytdeextensions package arch all. -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low +pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low * Fix depends to python2.5-dev -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low +pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low * Add libpython2.5-dev as a depends for libpythonize0, it wants to load libpython2.5.so, reverts change from previous upload, LP: #84689, @@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low +pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low * Fix build failure, build-depend on python-qt-dev. * Use the unversioned python interpreter for scripts. @@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low +pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low * Merge with Debian, remaining changes: - build on python 2.5 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -pykdeextensions (0.4.0-4) unstable; urgency=low +pytdeextensions (0.4.0-4) unstable; urgency=low * Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Remove python-all-dev build dependency. Replaced by python-dev. @@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low +pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low * Force to build with python2.5. * FIXME: The package is unlikely to work with python2.4; maybe @@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -pykdeextensions (0.4.0-3) unstable; urgency=low +pytdeextensions (0.4.0-3) unstable; urgency=low * Converted package to python-support * Added pycompat and pyversions * Force to use python2.4 (Closes: #375618) * Added to Build-Depends: python-support, python-all-dev, kdelibs4c2a (for kde-config) - * Updated libpythonize0-dev, libpythonize0, and pykdextensions install files + * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files * Cleaned up rules * Added 12_force_python2.4_script.diff to force python2.4 in scripts -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -pykdeextensions (0.4.0-2) unstable; urgency=low +pytdeextensions (0.4.0-2) unstable; urgency=low * Converted package to cdbs * Added 2 patches (thanks to Jonathan Riddell) @@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -pykdeextensions (0.4.0-1) unstable; urgency=low +pytdeextensions (0.4.0-1) unstable; urgency=low [ Fathi Boudra ] * Initial Debian release Closes: #340141 diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/compat b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/compat index 7ed6ff82d..7ed6ff82d 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/compat +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/compat diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/control b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/control index 9adc365d1..14412fec1 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/control +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/control @@ -1,4 +1,4 @@ -Source: pykdeextensions-kde3 +Source: pytdeextensions-kde3 Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> @@ -8,16 +8,16 @@ Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, kdelibs4c2a-kde3, libtool python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) Standards-Version: 3.8.3 -Package: pykdeextensions-kde3 +Package: pytdeextensions-kde3 Architecture: all Depends: ${python:Depends} -Conflicts: pykdeextensions +Conflicts: pytdeextensions Provides: ${python:Provides} Description: Python packages to support KDE applications (scripts) [KDE3] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. . - Homepage: http://www.simonzone.com/software/pykdeextensions + Homepage: http://www.simonzone.com/software/pytdeextensions Package: libpythonize0-kde3-dev Architecture: any @@ -29,7 +29,7 @@ Description: Python packages to support KDE applications (development) [KDE3] . This package contains the libpythonize development files. . - Homepage: http://www.simonzone.com/software/pykdeextensions + Homepage: http://www.simonzone.com/software/pytdeextensions Package: libpythonize0-kde3 Architecture: any @@ -42,4 +42,4 @@ Description: Python packages to support KDE applications (library) [KDE3] . This package contains the libpythonize library files. . - Homepage: http://www.simonzone.com/software/pykdeextensions + Homepage: http://www.simonzone.com/software/pytdeextensions diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/copyright b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/copyright index a90a21587..9ed7bf6cd 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/copyright +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/copyright @@ -1,9 +1,9 @@ This package was debianized by Fathi Boudra <fboudra@free.fr> on Wed, 27 Jul 2005 20:19:26 +0200. -It was downloaded from <http://www.simonzone.com/software/pykdeextensions> +It was downloaded from <http://www.simonzone.com/software/pytdeextensions> -Application templates and pykde helper modules copyright: +Application templates and pytde helper modules copyright: Simon Edwards <simon@simonzone.com> License: diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/docs b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/docs index e845566c0..e845566c0 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/docs +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/docs diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/libpythonize0-kde3-dev.install b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/libpythonize0-kde3-dev.install index fa6727d83..fa6727d83 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/libpythonize0-kde3-dev.install +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/libpythonize0-kde3-dev.install diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/libpythonize0-kde3.install b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/libpythonize0-kde3.install index 774c4fddf..774c4fddf 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/libpythonize0-kde3.install +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/libpythonize0-kde3.install diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/patches/.gitignore b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/patches/.gitignore index e69de29bb..e69de29bb 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/patches/.gitignore +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/patches/.gitignore diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pycompat b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pycompat index 0cfbf0888..0cfbf0888 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pycompat +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pycompat diff --git a/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.install b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.install new file mode 100644 index 000000000..60b8f3085 --- /dev/null +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.install @@ -0,0 +1,7 @@ +usr/lib/python*/dist-packages +opt/kde3/share/apps/pytdeextensions/AUTHORS +opt/kde3/share/apps/pytdeextensions/ChangeLog +opt/kde3/share/apps/pytdeextensions/INSTALL +opt/kde3/share/apps/pytdeextensions/NEWS +opt/kde3/share/apps/pytdeextensions/app_templates +opt/kde3/share/doc/kde/HTML/en/pytdeextensions diff --git a/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.lintian-overrides b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.lintian-overrides new file mode 100644 index 000000000..3b34d51a5 --- /dev/null +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pytdeextensions-kde3.lintian-overrides @@ -0,0 +1,10 @@ +pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB] +pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell +pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop +pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop +pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop +pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$ +pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$ + +pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py +pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/python-distutils-jaunty.mk b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/python-distutils-jaunty.mk index 63fce07d5..63fce07d5 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/python-distutils-jaunty.mk +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/python-distutils-jaunty.mk diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pyversions b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pyversions index b3dc41ebc..b3dc41ebc 100644 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/pyversions +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/pyversions diff --git a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/rules b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/rules index 38e8bfc86..f6a1d85e6 100755 --- a/ubuntu/maverick_automake/libraries/pykdeextensions/debian/rules +++ b/ubuntu/maverick_automake/libraries/pytdeextensions/debian/rules @@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde -install/pykdeextensions-kde3:: +install/pytdeextensions-kde3:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" rm -rf debian/tmp/usr/lib/python*/site-packages/ # install lintian overrides - install -D -p -m0644 debian/pykdeextensions-kde3.lintian-overrides \ - debian/pykdeextensions-kde3/usr/share/lintian/overrides/pykdeextensions-kde3 + install -D -p -m0644 debian/pytdeextensions-kde3.lintian-overrides \ + debian/pytdeextensions-kde3/usr/share/lintian/overrides/pytdeextensions-kde3 # fix script-not-executable find debian -type f -name '*.py' | xargs chmod 0755 diff --git a/ubuntu/maverick_automake/libraries/python-kde3/debian/changelog b/ubuntu/maverick_automake/libraries/python-kde3/debian/changelog index 948b079e2..afeaa1689 100644 --- a/ubuntu/maverick_automake/libraries/python-kde3/debian/changelog +++ b/ubuntu/maverick_automake/libraries/python-kde3/debian/changelog @@ -320,7 +320,7 @@ python-kde3 (3.11.3+20050829-1) unstable; urgency=low * Added the homepage of PyKDE to the package descriptions * HTML documentations is now installed into /usr/share/doc/python-kde3-doc/html - * pykdeconfig.py now also knows that the sip files + * pytdeconfig.py now also knows that the sip files are in /usr/share/sip/kde3, not in /usr/share/sip/kde (Closes: #312708) diff --git a/ubuntu/maverick_automake/libraries/python-kde3/debian/control b/ubuntu/maverick_automake/libraries/python-kde3/debian/control index 617cc9a1b..da397514b 100644 --- a/ubuntu/maverick_automake/libraries/python-kde3/debian/control +++ b/ubuntu/maverick_automake/libraries/python-kde3/debian/control @@ -6,7 +6,7 @@ XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-kde3-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Standards-Version: 3.8.3 -Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php +Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php XS-Python-Version: all Package: python-kde3-kde3 diff --git a/ubuntu/maverick_automake/libraries/python-kde3/debian/pykdeconfig.py b/ubuntu/maverick_automake/libraries/python-kde3/debian/pytdeconfig.py index b6c29318e..baab0b1cf 100644 --- a/ubuntu/maverick_automake/libraries/python-kde3/debian/pykdeconfig.py +++ b/ubuntu/maverick_automake/libraries/python-kde3/debian/pytdeconfig.py @@ -4,8 +4,8 @@ import sys if getattr(sys, "pydebug", False): try: - from pykdeconfig_d import * + from pytdeconfig_d import * except ImportError, msg: - raise ImportError, 'No module named pykdeconfig; package python-kde3-dbg not installed' + raise ImportError, 'No module named pytdeconfig; package python-kde3-dbg not installed' else: - from pykdeconfig_nd import * + from pytdeconfig_nd import * diff --git a/ubuntu/maverick_automake/libraries/python-kde3/debian/rules b/ubuntu/maverick_automake/libraries/python-kde3/debian/rules index bc3dd4991..553c08f56 100755 --- a/ubuntu/maverick_automake/libraries/python-kde3/debian/rules +++ b/ubuntu/maverick_automake/libraries/python-kde3/debian/rules @@ -93,12 +93,12 @@ install-indep: for version in ${PYTHONS};\ do\ mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\ - cp debian/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\ - cp build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ + cp debian/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\ + cp build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_nd.py;\ done for version in ${DBG_PYTHONS};\ do\ - cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_d.py;\ + cp dbg-build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_d.py;\ done install-arch: |