Changeset 3444


Ignore:
Timestamp:
03/30/08 21:28:20 (5 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Ubuntu 0.8.0svn20080103-0ubuntu9
Location:
pkg/viola/main/kde-guidance/trunk
Files:
17 added
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/kde-guidance/trunk/debian/changelog

    r3150 r3444  
    1 kde-guidance (0.8.0svn20080103-parsix2) unstable; urgency=low 
    2  
    3   * Try to build using python 2.4 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Sun, 09 Mar 2008 10:05:36 +0100 
    6  
    7 kde-guidance (0.8.0svn20080103-parsix1) unstable; urgency=low 
    8  
    9   * Sync'd with 0.8.0svn20080103-0ubuntu2 
    10  
    11  -- Alan Baghumian <alan@technotux.org>  Sun, 09 Mar 2008 09:26:28 +0100 
     1kde-guidance (0.8.0svn20080103-parsix3) unstable; urgency=low 
     2 
     3  * Sync'd with Ubuntu 0.8.0svn20080103-0ubuntu9 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sun, 30 Mar 2008 21:27:28 +0200 
     6 
     7kde-guidance (0.8.0svn20080103-0ubuntu9) hardy; urgency=low 
     8 
     9  [ Andreas Wenning ] 
     10  * Added kubuntu_22_userconfig_utf8.patch which fixes unicode problems present 
     11    under some locales. (LP: #205487) 
     12 
     13  [ Scott Kitterman ] 
     14  * Add kubuntu_20_displayconfig_dynamic_driver_list.patch to dynamically list 
     15    all available driver vendors and not depend on a hard coded list  
     16    (LP: #149793) 
     17 
     18 -- Scott Kitterman <scott@kitterman.com>  Sat, 29 Mar 2008 23:10:20 -0400 
     19 
     20kde-guidance (0.8.0svn20080103-0ubuntu8) hardy; urgency=low 
     21 
     22  * Update kubuntu_12_powermanager_survive_no_brightness.patch so it correctly 
     23    catches the error (LP: #183656) 
     24  * Add kubuntu_18_displayconfig_no_resolutions.patch so displayconfig doesn't 
     25    crash if current display size or refresh rate can't be fetched 
     26    (LP: #147721) 
     27  * Add kubuntu_19_powermanager_new_names.patch to use new hal keys  
     28    (LP: #204768) 
     29    - Patch thanks to Mikael Gerdin 
     30 
     31 -- Scott Kitterman <scott@kitterman.com>  Tue, 25 Mar 2008 11:48:16 -0400 
     32 
     33kde-guidance (0.8.0svn20080103-0ubuntu7) hardy; urgency=low 
     34 
     35  * Added debian/patches/kubuntu_17_kde-powermanager_brightness.patch 
     36    which fixes the brightness slider when number of brightness levels 
     37    is too small. 
     38 
     39 -- Andreas Wenning <awen@awen.dk>  Mon, 17 Mar 2008 23:02:36 +0100 
     40 
     41kde-guidance (0.8.0svn20080103-0ubuntu6) hardy; urgency=low 
     42 
     43  * Bump standards version to 3.7.3 without further change 
     44  * Rename kubuntu_14_displayconfig_survive_no_serverlayout.patch to be 
     45    kubuntu_14_displayconfig_no_xorg_no_serverlayout.patch 
     46    - Don't crash if xorg.conf is missing (LP: #93749): 
     47      - In xorgconfig, create an emtpy xorg.conf if none exists and lie and  
     48        pretend a minimal, largely generic xorg.conf exists 
     49      - In xorgconfig, if not running with Admin priviledges just trap the no 
     50        xorg.conf error and continue 
     51      - In displayconfig, assume xorg.conf belongs in /etc/X11 and create it 
     52        if it happens to be missing when trying to save out a configuration 
     53      - This is not a fully satisfactory solution to this problem - users will 
     54        have to select their monitor, restart X, and then make their settings 
     55    - In xorgconfig, as previously patched, add a ServerLayout section if an 
     56      existing xorg.conf is missing one (LP: #173768) 
     57  * Add kubuntu_16_displayconfig_no_xrrqueryextention.patch to avoid crashing 
     58    if the XRRQueryExtension is not found (LP: #146945) 
     59 
     60 -- Scott Kitterman <scott@kitterman.com>  Mon, 17 Mar 2008 15:23:49 -0400 
     61 
     62kde-guidance (0.8.0svn20080103-0ubuntu5) hardy; urgency=low 
     63 
     64  * debian/patches/kubuntu_15_powermanager_suspend.patch so we can 
     65    suspend. 
     66 
     67 -- Andreas Wenning <awen@awen.dk>  Thu, 13 Mar 2008 11:33:46 +0100 
     68 
     69kde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low 
     70 
     71  * Add kubuntu_14_displayconfig_survive_no_serverlayout.patch so  
     72    displaymanager doesn't crash if xorg.conf has no ServerLayout section  
     73    (LP: #173768) 
     74  * Add to kubuntu_12_powermanager_survive_no_brightness.patch so it doesn't 
     75    crash if DBUS thinks there is brightness, but is wrong 
     76 
     77 -- Scott Kitterman <scott@kitterman.com>  Wed, 12 Mar 2008 10:19:57 -0400 
     78 
     79kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low 
     80 
     81  * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call 
     82    to pykdeextensions in mountconfig so that pyqt3 no longer needs to be 
     83    patched to provide -dev files in the regular package (LP: #197867) 
     84  * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig 
     85    thinks a proprietary driver is installed, but it can't find it, it  
     86    will try to find a non-proprietary driver instead of crashing (LP: #198269) 
     87  * Add kubuntu_11_wineconfg_amd64.patch so that wineconfig looks in the right 
     88    dir for wine on AMD64 (LP: #151982) - Patch should be removed for the next 
     89    svn snapshot or release as a fix has been committed upstream already 
     90  * Add kubuntu_12_powermanager_survive_no_brightness.patch so that if the old 
     91    brightness cannot be gotten from DBUS, powermanager won't crash  
     92    (LP: #183656) and (LP: #198071) 
     93  * Add kununtu_13_displayconfig_add_new_monitors.patch to update MonitorsDB 
     94    with a upstream snapshot of MonitorsDB from hwdata (LP: #192899) 
     95 
     96 -- Scott Kitterman <scott@kitterman.com>  Sun, 09 Mar 2008 19:53:42 -0400 
    1297 
    1398kde-guidance (0.8.0svn20080103-0ubuntu2) hardy; urgency=low 
  • pkg/viola/main/kde-guidance/trunk/debian/control

    r3150 r3444  
    77Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-dev, 
    88 libpythonize0-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, 
    9  pykdeextensions, pyqt-tools, python-qt3 (>= 3.17.2-1), python-kde3 (>= 3.16.0-4), python-kde3-dev (>= 3.16.0-4), python-sip4-dev, 
    10  python-support (>= 0.6), python2.4-dev, x11proto-scrnsaver-dev, python-qt-dev 
    11 Standards-Version: 3.7.2 
     9 pykdeextensions, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3 (>= 3.16.0-4ubuntu2), python-kde3-dev (>= 3.16.0-4ubuntu2), python-sip4-dev, 
     10 python-support (>= 0.6), python-all-dev (>= 2.3.5-11), x11proto-scrnsaver-dev, python-qt-dev 
     11Standards-Version: 3.7.3 
    1212 
    1313Package: kde-guidance 
  • pkg/viola/main/kde-guidance/trunk/debian/rules

    r3148 r3444  
    169169common-install-prehook-impl:: 
    170170        # generate form implementation using pykde user interface compiler 
    171         (cd powermanager; kdepyuic guidance_power_manager_ui.ui) 
    172         (cd powermanager; kdepyuic tooltip.ui) 
    173         (cd powermanager; kdepyuic notify.ui) 
     171        (cd powermanager; kdepyuic --usekdei18n guidance_power_manager_ui.ui) 
     172        (cd powermanager; kdepyuic --usekdei18n tooltip.ui) 
     173        (cd powermanager; kdepyuic --usekdei18n notify.ui) 
    174174 
    175175        mkdir -p po 
Note: See TracChangeset for help on using the changeset viewer.