Bug#549375: problem gone in 2:2.9.1-2

2010-02-03 Thread Uwe Kleine-König
Hello,

since I upgraded to 2:2.9.1-2 the problem doesn't occured to me.
(There are others instead, though, e.g. 554450.)

Best regards
Uwe

-- 
Pengutronix e.K.  | Uwe Kleine-König|
Industrial Linux Solutions| http://www.pengutronix.de/  |



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libdrm: Changes to 'ubuntu'

2010-02-03 Thread Christopher Halse Rogers
 debian/changelog |   14 
-
 debian/control   |6 +-
 debian/patches/02_fix_kms_detection_with_linux_backport_modules.diff |6 +-
 debian/patches/09_add_BEGIN_RING_NI.diff |   25 
++
 debian/patches/series|1 
 debian/rules |3 -
 6 files changed, 44 insertions(+), 11 deletions(-)

New commits:
commit 0b383eeff698476c8db9d1462ee09fab251b59e8
Author: Christopher James Halse Rogers 
Date:   Wed Feb 3 20:23:36 2010 +1100

Merge in 0ubuntu2 revision that missed git

diff --git a/debian/changelog b/debian/changelog
index 065f299..41195f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,13 @@ libdrm (2.4.17-1ubuntu1) UNRELEASED; urgency=low
 
  -- Christopher James Halse Rogers   Mon, 01 Feb 2010 
15:55:14 +1100
 
+libdrm (2.4.17-0ubuntu2) lucid; urgency=low
+
+  * Enable libdrm-intel for ports architectures (LP: #507765)
+  * Adjust libdrm-dev dependencies to reflect nouveau being linux-any
+
+ -- Emmet Hikory   Fri, 15 Jan 2010 12:31:40 +0900
+
 libdrm (2.4.17-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 99efc8b..cdd6c2d 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Architecture: any
 Depends:
  linux-libc-dev (>= 2.6.32) [linux-any],
  libdrm2 (= ${binary:Version}),
- libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
+ libdrm-intel1 (= ${binary:Version}) [linux-any kfreebsd-any]
  libdrm-radeon1 (= ${binary:Version}) [linux-any],
  libdrm-nouveau1 (= ${binary:Version}) [linux-any]
 Description: Userspace interface to kernel DRM services -- development files
@@ -64,7 +64,7 @@ Description: Userspace interface to kernel DRM services -- 
debugging symbols
 
 Package: libdrm-intel1
 Section: libs
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Userspace interface to intel-specific kernel DRM services -- 
runtime
  This library implements the userspace interface to the intel-specific kernel
@@ -75,7 +75,7 @@ Description: Userspace interface to intel-specific kernel DRM 
services -- runtim
 Package: libdrm-intel1-dbg
 Section: debug
 Priority: extra
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: linux-any kfreebsd-any
 Depends: libdrm-intel1 (= ${binary:Version}), ${misc:Depends}
 Description: Userspace interface to intel-specific kernel DRM services -- 
debugging symbols
  This library implements the userspace interface to the kernel DRM services.
diff --git a/debian/rules b/debian/rules
index 330f343..b80459c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,12 +36,9 @@ else
RADEON = no
 endif
 
-# only build libdrm-intel on x86
-ifneq (,$(filter amd64 i386,$(DEB_HOST_ARCH_CPU)))
 ifneq (,$(filter linux kfreebsd,$(DEB_HOST_ARCH_OS)))
INTEL = yes
 endif
-endif
 
 ifeq ($(INTEL), yes)
confflags += --enable-intel

commit 7d638efa9dcdec8c851833389f1c65ef3d71987b
Author: Christopher James Halse Rogers 
Date:   Mon Feb 1 16:30:19 2010 +1100

Fix typo in linux-backports-modules patch.  'drm_lbm' != 'lbm-drm'

diff --git 
a/debian/patches/02_fix_kms_detection_with_linux_backport_modules.diff 
b/debian/patches/02_fix_kms_detection_with_linux_backport_modules.diff
index 7b95e18..b4b2ecc 100644
--- a/debian/patches/02_fix_kms_detection_with_linux_backport_modules.diff
+++ b/debian/patches/02_fix_kms_detection_with_linux_backport_modules.diff
@@ -6,10 +6,10 @@ Index: libdrm/xf86drmMode.c
return 0;
}
  
-+  /* Ubuntu's linux-backports-modules renames the drm module to drm_lbm
++  /* Ubuntu's linux-backports-modules renames the drm module to lbm-drm
 + to avoid conflicting with existing drm modules.  We therefore need
-+ to search in $DIR/drm_lbm as well as $DIR/drm */
-+  sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/drm_lbm",
++ to search in $DIR/lbm-drm as well as $DIR/drm */
++  sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/lbm-drm",
 +  domain, bus, dev, func);
 +
 +  sysdir = opendir(pci_dev_dir);

commit b4caa5f39afd8fdadec2497d87025c1f33b688a8
Author: Christopher James Halse Rogers 
Date:   Mon Feb 1 15:55:59 2010 +1100

Patch to add BEGIN_RING_NI to nouveau headers, needed for nv50 accel

diff --git a/debian/changelog b/debian/changelog
index bf5d8e6..065f299 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,8 +28,11 @@ libdrm (2.4.17-1ubuntu1) UNRELEASED; urgency=low
   * debian/patches/08_nouveau_no_flush_notify_on_channel_free.diff:
 + Patch taken from git.  Avoid calling flush_notify when part of the 
   channel's context might be freed.
-  
- -

Bug#568074: Acknowledgement (Xfbdev: LinuxInit: Server must be suid root)

2010-02-03 Thread Michel Dänzer
On Tue, 2010-02-02 at 20:15 +1100, Trent W. Buck wrote: 
> PS: I just noticed that /usr/bin/X isn't an update-alternatives link
> to /usr/bin/Xorg, as I had previously assumed.  It turns out that
> 
> $ xinit -- /usr/bin/X
> 
> works, but
> 
> $ xinit -- /usr/bin/Xorg
> Fatal server error:
> Cannot move old log file ("/var/log/Xorg.0.log" to 
> "/var/log/Xorg.0.log.old"
> 
> I presume this is because /usr/bin/Xorg is also not setuid.

Right. /usr/bin/X (aka the Xwrapper) uses the /etc/X11/X symlink.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#565344: [xserver-xorg-video-radeon] Black screen after resume from suspend to disk/RAM

2010-02-03 Thread Michel Dänzer
On Tue, 2010-02-02 at 16:08 +0100, Bruno Kleinert wrote: 
> Am Donnerstag, den 28.01.2010, 10:13 +0100 schrieb Michel Dänzer:
> > On Tue, 2010-01-26 at 13:41 +0100, Bruno Kleinert wrote: 
> > > Before I executed xgamma -gamma 1.0 I queried the X server by calling
> > > xgamma about the current settings and the output of xgamma was, that the
> > > values for RGB were already all set to 1.0! So it looks as if the state
> > > of the X server and the graphics hardware aren't the same after
> > > resuming.
> > 
> > Maybe the X server or driver doesn't (properly) restore the hardware
> > CLUT on resume.
> > 
> > Does this workaround also help on the other machine with an Intel GPU?
> Yes, the workaround also works on my notebook with the Intel GPU! Hm,
> looks as if it's a bug in the X server itself.

[...]

> A further experiment to collect information:
> 
> On the Intel notebook I tried blindly to restore gamma values from the
> KMS framebuffer text console with DISPLAY=:0.0 xgamma -gamma 1.0 but
> that didn't bring back neither the framebuffer console nor the X session
> when I tried to switch to it.
> 
> Only Blindly unlocking the GNOME screensaver and issuing the xgamma
> command restores the gamma values for the X session and also the KMS
> framebuffer text. Btw.: Also at the framebuffer console when I issued
> the xgamma command before, xgamma claimed that the gamma settings
> already were all set to 1.0 for R, G and B.

So it seems like maybe the X server doesn't properly keep track of the
CLUT values / make sure they're applied to the hardware across VT
switches...


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compizconfig-python: Changes to 'debian-unstable'

2010-02-03 Thread Sean Finney
 VERSION  |2 +-
 debian/changelog |   11 +++
 debian/control   |2 +-
 debian/rules |2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 5bcc9be97ea959dbef2430ba7a937d54ff94dfb5
Author: Sean Finney 
Date:   Wed Feb 3 11:15:46 2010 +0100

Prepare changelog for 0.8.4-1

diff --git a/debian/changelog b/debian/changelog
index a3825c6..b5aafe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+compizconfig-python (0.8.4-1) unstable; urgency=medium
+
+  * New upstream release.
+
+  [ Sean Finney ]
+  * Use python-support for managing python extensions (Closes: #567105)
+- Thanks: Kumar Appaiah
+  * RC bugfix, bumped severity.
+
+ -- Sean Finney   Wed, 03 Feb 2010 11:14:16 +0100
+
 compizconfig-python (0.8.2-2) unstable; urgency=low
 
   * update debian/install for python >= 2.6 (Closes: #557795).

commit 50a119fbf8fd8a5f5818d1b095abc2d3cf47cce5
Author: Sean Finney 
Date:   Wed Feb 3 11:00:28 2010 +0100

Use python-support for managing python extensions

Also add Build-Depends on python-support.

Closes: #567105

diff --git a/debian/control b/debian/control
index f4f0903..fcf2036 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: compizconfig-python
 Priority: extra
 Maintainer: Debian X Strike Force 
 Uploaders: Sean Finney 
-Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.8.2), 
debhelper (>= 5), libcompizconfig-dev (>= 0.8.2), libglib2.0-dev, libtool, 
libxml2-dev, libxslt1-dev, python-all-dev, python-pyrex
+Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.8.2), 
debhelper (>= 5), libcompizconfig-dev (>= 0.8.2), libglib2.0-dev, libtool, 
libxml2-dev, libxslt1-dev, python-all-dev, python-pyrex, python-support
 Standards-Version: 3.7.2
 Section: x11
 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/compizconfig-python.git
diff --git a/debian/rules b/debian/rules
index 1e1acee..70788cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ binary-arch: build install
find debian/tmp -type f -name '*.la' | xargs rm -f
rm -rf debian/tmp/usr/lib/pkgconfig
dh_install --sourcedir=debian/tmp --fail-missing
-#  dh_pycentral
+   dh_pysupport
dh_installman
dh_link
dh_strip

commit 7c8a8382c2c7caba0ed844797311c1c44b4eb63a
Author: Guillaume Seguin 
Date:   Wed Oct 14 04:09:12 2009 +0200

* Bump version to 0.8.4

diff --git a/VERSION b/VERSION
index 9b265c0..e4184f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.8.3
+VERSION=0.8.4

commit f96a45a3527409ea47b4001c9e7dfd4e06bebffd
Author: Erkin Bahceci 
Date:   Thu Mar 26 23:11:08 2009 -0500

Revert "Remove display-related stuff from extensions."

This reverts commit 7563ade4d96d4502eb0172423a89f7808f73ed52,
which belongs in the compiz++ branch.

diff --git a/src/compizconfig.pyx b/src/compizconfig.pyx
index 66060b6..f8ab652 100644
--- a/src/compizconfig.pyx
+++ b/src/compizconfig.pyx
@@ -228,6 +228,7 @@ cdef struct CCSStrExtension:
 char *  basePlugin
 CCSSettingList *baseSettings
 CCSStrRestrictionList * restriction
+BoolisScreen
 
 cdef struct CCSPlugin:
 char * name
@@ -879,9 +880,12 @@ cdef class Plugin:
 while baseSettingList:
 baseSettingName =  baseSettingList.data
 
-settings = []
-for x in xrange (self.context.nScreens):
-settings.append (basePlugin.Screens[x][baseSettingName])
+if ext.isScreen:
+settings = []
+for x in xrange (self.context.nScreens):
+settings.append 
(basePlugin.Screens[x][baseSettingName])
+else:
+settings = [basePlugin.Display[baseSettingName]]
 
 for settingItem in settings:
 setting = settingItem

commit 7563ade4d96d4502eb0172423a89f7808f73ed52
Author: Erkin Bahceci 
Date:   Thu Mar 26 22:56:10 2009 -0500

Remove display-related stuff from extensions.

diff --git a/src/compizconfig.pyx b/src/compizconfig.pyx
index f8ab652..66060b6 100644
--- a/src/compizconfig.pyx
+++ b/src/compizconfig.pyx
@@ -228,7 +228,6 @@ cdef struct CCSStrExtension:
 char *  basePlugin
 CCSSettingList *baseSettings
 CCSStrRestrictionList * restriction
-BoolisScreen
 
 cdef struct CCSPlugin:
 char * name
@@ -880,12 +879,9 @@ cdef class Plugin:
 while baseSettingList:
 baseSettingName =  baseSettingList.data
 
-if ext.isScreen:
-settings = []
-for x in xrange (self.context.nScreens):
-settings.append 
(basePlugin.Screens[x][baseSettingName])
-else:
-settings = [basePlugin.Display[baseSettingName]]
+set

compizconfig-python: Changes to 'upstream-unstable'

2010-02-03 Thread Sean Finney
 VERSION |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c8a8382c2c7caba0ed844797311c1c44b4eb63a
Author: Guillaume Seguin 
Date:   Wed Oct 14 04:09:12 2009 +0200

* Bump version to 0.8.4

diff --git a/VERSION b/VERSION
index 9b265c0..e4184f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.8.3
+VERSION=0.8.4

commit f96a45a3527409ea47b4001c9e7dfd4e06bebffd
Author: Erkin Bahceci 
Date:   Thu Mar 26 23:11:08 2009 -0500

Revert "Remove display-related stuff from extensions."

This reverts commit 7563ade4d96d4502eb0172423a89f7808f73ed52,
which belongs in the compiz++ branch.

diff --git a/src/compizconfig.pyx b/src/compizconfig.pyx
index 66060b6..f8ab652 100644
--- a/src/compizconfig.pyx
+++ b/src/compizconfig.pyx
@@ -228,6 +228,7 @@ cdef struct CCSStrExtension:
 char *  basePlugin
 CCSSettingList *baseSettings
 CCSStrRestrictionList * restriction
+BoolisScreen
 
 cdef struct CCSPlugin:
 char * name
@@ -879,9 +880,12 @@ cdef class Plugin:
 while baseSettingList:
 baseSettingName =  baseSettingList.data
 
-settings = []
-for x in xrange (self.context.nScreens):
-settings.append (basePlugin.Screens[x][baseSettingName])
+if ext.isScreen:
+settings = []
+for x in xrange (self.context.nScreens):
+settings.append 
(basePlugin.Screens[x][baseSettingName])
+else:
+settings = [basePlugin.Display[baseSettingName]]
 
 for settingItem in settings:
 setting = settingItem

commit 7563ade4d96d4502eb0172423a89f7808f73ed52
Author: Erkin Bahceci 
Date:   Thu Mar 26 22:56:10 2009 -0500

Remove display-related stuff from extensions.

diff --git a/src/compizconfig.pyx b/src/compizconfig.pyx
index f8ab652..66060b6 100644
--- a/src/compizconfig.pyx
+++ b/src/compizconfig.pyx
@@ -228,7 +228,6 @@ cdef struct CCSStrExtension:
 char *  basePlugin
 CCSSettingList *baseSettings
 CCSStrRestrictionList * restriction
-BoolisScreen
 
 cdef struct CCSPlugin:
 char * name
@@ -880,12 +879,9 @@ cdef class Plugin:
 while baseSettingList:
 baseSettingName =  baseSettingList.data
 
-if ext.isScreen:
-settings = []
-for x in xrange (self.context.nScreens):
-settings.append 
(basePlugin.Screens[x][baseSettingName])
-else:
-settings = [basePlugin.Display[baseSettingName]]
+settings = []
+for x in xrange (self.context.nScreens):
+settings.append (basePlugin.Screens[x][baseSettingName])
 
 for settingItem in settings:
 setting = settingItem

commit b869a33e6913fb77870b4d15d0e7b0e5ef46c74f
Author: Guillaume Seguin 
Date:   Mon Mar 9 15:43:53 2009 +0100

* Bump version to 0.8.3

diff --git a/VERSION b/VERSION
index 2dcc312..9b265c0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.8.2
+VERSION=0.8.3


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compizconfig-python: Changes to 'refs/tags/0.8.4'

2010-02-03 Thread Sean Finney
Tag '0.8.4' created by Guillaume Seguin  at 2009-10-14 02:09 
+

Compiz 0.8.4 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkrVMsgACgkQFGCg8MK49G48SACgtCeJOuxOZMMYlKCBdm+FFb2G
ZSgAn1e/ywcZKIVMGBx0RLBb0WbJnA3x
=R9Vw
-END PGP SIGNATURE-

Changes since 0.8.2:
Erkin Bahceci (2):
  Remove display-related stuff from extensions.
  Revert "Remove display-related stuff from extensions."

Guillaume Seguin (2):
  * Bump version to 0.8.3
  * Bump version to 0.8.4

---
 VERSION |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compizconfig-python: Changes to 'refs/tags/compizconfig-python-0.8.4-1'

2010-02-03 Thread Sean Finney
Tag 'compizconfig-python-0.8.4-1' created by Sean Finney  
at 2010-02-03 10:20 +

Debian release 0.8.4-1

Changes since compizconfig-python-0.8.2-2:
Erkin Bahceci (2):
  Remove display-related stuff from extensions.
  Revert "Remove display-related stuff from extensions."

Guillaume Seguin (2):
  * Bump version to 0.8.3
  * Bump version to 0.8.4

Sean Finney (4):
  Merge commit '0.8.4' into upstream-unstable
  Merge branch 'upstream-unstable' into debian-unstable
  Use python-support for managing python extensions
  Prepare changelog for 0.8.4-1

---
 VERSION  |2 +-
 debian/changelog |   11 +++
 debian/control   |2 +-
 debian/rules |2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 518652

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 518652 - unreproducible
Bug #518652 [xserver-xorg] xserver-xorg: X freezes between vt7/tty switches
Removed tag(s) unreproducible.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: [/debian-unstable] Use python-support for managing python extensions

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 567105 pending
Bug #567105 [python-compizconfig] python-compizconfig: python2.6-minimal says 
files must not be shipped in /usr/lib/python2.6/site-packages
Bug #567507 [python-compizconfig] Install python2.6-minimal failure
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567105: [/debian-unstable] Use python-support for managing python extensions

2010-02-03 Thread Sean Finney
tag 567105 pending
thanks

Date: Wed Feb 3 11:00:28 2010 +0100
Author: Sean Finney 
Commit ID: 50a119fbf8fd8a5f5818d1b095abc2d3cf47cce5
Commit URL: 
http://git.debian.org/?p=pkg-xorg/bling/compizconfig-python.git;a=commitdiff;h=50a119fbf8fd8a5f5818d1b095abc2d3cf47cce5
Patch URL: 
http://git.debian.org/?p=pkg-xorg/bling/compizconfig-python.git;a=commitdiff_plain;h=50a119fbf8fd8a5f5818d1b095abc2d3cf47cce5

Use python-support for managing python extensions

Also add Build-Depends on python-support.

Closes: #567105
  



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518652: Johannes Niediek

2010-02-03 Thread Mechtilde
so I think this bug is grave


-- 
Dipl. Ing. Mechtilde Stehmann
## http://de.openoffice.org
## Ansprechpartnerin für die deutschsprachige QA
## Freie Office-Suite für Linux, Mac, Windows, Solaris
## Meine Seite http://www.mechtilde.de
## PGP encryption welcome! Key-ID: 0x53B3892B




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518652: xserver-xorg: X freezes between vt7/tty switches

2010-02-03 Thread Mechtilde
Hello

I updated to Squeeze because I want to test openoffice.org for the next
Debian release.


Now i have the problem that I can't switch vom X-Screen to the consoles
F1 to F6.

If I choose CTRl-ALT-FX e.g. the mouse pointer disappears and as mouse
as keyboard are dead.

On another maschine under Sid I can switch to one of the consoles but if
I want to switch back the Xserver is down.

IF you need a special log for more information, please give me a hint

Mechtilde

-- 
Dipl. Ing. Mechtilde Stehmann
## http://de.openoffice.org
## Ansprechpartnerin für die deutschsprachige QA
## Freie Office-Suite für Linux, Mac, Windows, Solaris
## Meine Seite http://www.mechtilde.de
## PGP encryption welcome! Key-ID: 0x53B3892B




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#563385: Trackballs

2010-02-03 Thread Christophe Lohr
Hi,

ael a écrit :
> I just saw your bug report about an fdi file no longer working, and saw 
> that it involved a Logitech mouse (although maybe not a trackball).
>
> I just had all my mice/tracballs stop working because of the change from 
> hal to udev, and have written a udev rule to fix them.
>
> It seems similar to what you need so below is the message that I filed into 
> another bug:
> ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558318#58 )
>   


Many thanks for your help.

Here is the configuration file that I made based on your suggestion:

$ cat /etc/udev/rules.d/z60_xorg-input-logitech.rules
ACTION!="add|change", GOTO="lefthand_end"
KERNEL!="event*", GOTO="lefthand_end"
   
ATTRS{name}=="Logitech USB-PS/2 Optical Mouse", GOTO="lefthand"
GOTO="lefthand_end"
   
LABEL="lefthand"
   
ENV{x11_options.ButtonMapping}="3 2 1"
   
LABEL="lefthand_end"

Unfortunately it produced the same result as my previous config
with /etc/hal/fdi/policy/...
The mapping is ok for everyone except the evdev driver!


Here is an extract of my /var/log/Xorg.0.log:

(II) config/udev: Adding input device "Logitech USB-PS/2 Optical
Mouse" (/dev/input/event5)
(**) "Logitech USB-PS/2 Optical Mouse": always reports core events
(**) "Logitech USB-PS/2 Optical Mouse": Device: "/dev/input/event5"
(**) "Logitech USB-PS/2 Optical Mouse": ButtonMapping '3 2 1'
(II) "Logitech USB-PS/2 Optical Mouse": Found 3 mouse buttons
(II) "Logitech USB-PS/2 Optical Mouse": Found scroll wheel(s)
(II) "Logitech USB-PS/2 Optical Mouse": Found relative axes
(II) "Logitech USB-PS/2 Optical Mouse": Found x and y relative axes
(II) "Logitech USB-PS/2 Optical Mouse": Configuring as mouse
(**) "Logitech USB-PS/2 Optical Mouse": YAxisMapping: buttons 4 and 5
(**) "Logitech USB-PS/2 Optical Mouse": EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech USB-PS/2 Optical
Mouse"" (type: MOUSE)
(**) "Logitech USB-PS/2 Optical Mouse": (accel) keeping acceleration
scheme 1
(**) "Logitech USB-PS/2 Optical Mouse": (accel) acceleration profile 0
(II) "Logitech USB-PS/2 Optical Mouse": initialized for relative axes.
(II) config/udev: Adding input device "Logitech USB-PS/2 Optical
Mouse" (/dev/input/mouse1)
(**) "Logitech USB-PS/2 Optical Mouse": always reports core events
(**) "Logitech USB-PS/2 Optical Mouse": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech USB-PS/2 Optical Mouse""

The last lines are ... disquieting


This bug may be similar to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567491


Regards,
Christophe




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of compizconfig-python_0.8.4-1_amd64.changes

2010-02-03 Thread Archive Administrator
compizconfig-python_0.8.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  compizconfig-python_0.8.4-1.dsc
  compizconfig-python_0.8.4.orig.tar.gz
  compizconfig-python_0.8.4-1.diff.gz
  python-compizconfig_0.8.4-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compizconfig-python_0.8.4-1_amd64.changes ACCEPTED

2010-02-03 Thread Archive Administrator



Accepted:
compizconfig-python_0.8.4-1.diff.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.diff.gz
compizconfig-python_0.8.4-1.dsc
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.dsc
compizconfig-python_0.8.4.orig.tar.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4.orig.tar.gz
python-compizconfig_0.8.4-1_amd64.deb
  to main/c/compizconfig-python/python-compizconfig_0.8.4-1_amd64.deb


Override entries for your package:
compizconfig-python_0.8.4-1.dsc - source x11
python-compizconfig_0.8.4-1_amd64.deb - extra python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 567105 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compizconfig-python override disparity

2010-02-03 Thread Archive Administrator
There are disparities between your recently accepted upload and the
override file for the following file(s):

python-compizconfig_0.8.4-1_amd64.deb: package says section is x11, override 
says python.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567507: marked as done (Install python2.6-minimal failure)

2010-02-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Feb 2010 12:02:07 +
with message-id 
and subject line Bug#567105: fixed in compizconfig-python 0.8.4-1
has caused the Debian Bug report #567105,
regarding Install python2.6-minimal failure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
567105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python2.6-minimal
Version: 2.6.4-4
Severity: grave
Justification: renders package unusable

When I upgrade my Debian testing, the python2.6-minimal will be upgraded to 
2.6.4-4. But it could not be installed. The error message as below.

Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.4-4_amd64.deb) ...
new installation of python2.6-minimal; /usr/lib/python2.6/site-packages is a 
directory
which is expected a symlink to /usr/local/lib/python2.6/dist-packages.
please find the package shipping files in /usr/lib/python2.6/site-packages and
file a bug report to ship these in /usr/lib/python2.6/dist-packages instead
aborting installation of python2.6-minimal
dpkg: error processing 
/var/cache/apt/archives/python2.6-minimal_2.6.4-4_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/python2.6-minimal_2.6.4-4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-athena.12 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python2.6-minimal depends on:
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8k-8 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages python2.6-minimal recommends:
pn  python2.6  (no description available)

Versions of packages python2.6-minimal suggests:
pn  binfmt-support (no description available)


--- End Message ---
--- Begin Message ---
Source: compizconfig-python
Source-Version: 0.8.4-1

We believe that the bug you reported is fixed in the latest version of
compizconfig-python, which is due to be installed in the Debian FTP archive:

compizconfig-python_0.8.4-1.diff.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.diff.gz
compizconfig-python_0.8.4-1.dsc
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.dsc
compizconfig-python_0.8.4.orig.tar.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4.orig.tar.gz
python-compizconfig_0.8.4-1_amd64.deb
  to main/c/compizconfig-python/python-compizconfig_0.8.4-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 567...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sean Finney  (supplier of updated compizconfig-python 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Feb 2010 11:14:16 +0100
Source: compizconfig-python
Binary: python-compizconfig
Architecture: source amd64
Version: 0.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Sean Finney 
Description: 
 python-compizconfig - Compizconfig bindings for python
Closes: 567105
Changes: 
 compizconfig-python (0.8.4-1) unstable; urgency=medium
 .
   * New upstream release.
 .
   [ Sean Finney ]
   * Use python-support for managing python extensions (Closes: #567105)
 - Thanks: Kumar Appaiah
   * RC bugfix, bumped severity.
Checksums-Sha1: 
 bcfe0a8fdf10a3d6db4988ec4d63318c1cbc9bd4 1467 compizconfig-python_0.8.4-1.dsc
 9c1c69e26f4a6c0766ffb4ca90addf607a421d06 17509 
compizconfig-python_0.8.4.orig.tar.gz
 23416d32abe4e7497465847ec11448d8e8951462 2972 
compizconfig-python_0.8.4-1.diff.gz
 51d6d20bb62be45eee3a074853e65217c083fa39 93286 
python-compizconfig_0.8.4-1_amd64.deb
Checksums-Sha256: 
 21386280b35f44c5b711fbdc6dce32c3ef387fa484330a2e77c567e4dceb63cf 1467 
compizconfig-python_0.8.4-1.dsc
 badde2ba69de41df731e2d77ad07df622

Bug#567105: marked as done (python-compizconfig: python2.6-minimal says files must not be shipped in /usr/lib/python2.6/site-packages)

2010-02-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Feb 2010 12:02:07 +
with message-id 
and subject line Bug#567105: fixed in compizconfig-python 0.8.4-1
has caused the Debian Bug report #567105,
regarding python-compizconfig: python2.6-minimal says files must not be shipped 
in /usr/lib/python2.6/site-packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
567105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-compizconfig
Version: 0.8.2-2+b1
Severity: important

Hello,

When installing python2.6-minimal package, it claims to report bug
to package shipping files to /usr/lib/python2.6/dist-packages.

Was standard of file layout changed?

s...@tempest:~% LANG=en_US sudo apt-get install python2.6-minimal
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  python2.6-minimal
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
5 not fully installed or removed.
Need to get 0B/1,358kB of archives.
After this operation, 4,788kB of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
(Reading database ... 464104 files and directories currently
installed.)
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.4-4_i386.deb) ...
new installation of python2.6-minimal; /usr/lib/python2.6/site-packages is a 
directory
which is expected a symlink to /usr/local/lib/python2.6/dist-packages.
please find the package shipping files in /usr/lib/python2.6/site-packages and
file a bug report to ship these in /usr/lib/python2.6/dist-packages instead
aborting installation of python2.6-minimal
dpkg: error processing 
/var/cache/apt/archives/python2.6-minimal_2.6.4-4_i386.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/python2.6-minimal_2.6.4-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
s...@tempest:~% LANG=C ls -l /usr/lib/python2.6/site-packages
total 108
-rw-r--r-- 1 root root 105728 Jan 26 16:21 compizconfig.so
s...@tempest:~% dpkg -S /usr/lib/python2.6/site-packages/compizconfig.so 
python-compizconfig: /usr/lib/python2.6/site-packages/compizconfig.so


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-compizconfig depends on:
ii  libc62.10.2-5Embedded GNU C Library: Shared lib
ii  libcompizconfig0 0.8.2-2+b1  Configuration settings library for
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libice6  2:1.0.6-1   X11 Inter-Client Exchange library
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxcomposite1   1:0.4.1-1   X11 Composite extension library
ii  libxcursor1  1:1.1.10-1  X cursor management library
ii  libxdamage1  1:1.1.2-1   X11 damaged region extension libra
ii  libxfixes3   1:4.0.4-1   X11 miscellaneous 'fixes' extensio
ii  libxinerama1 2:1.1-2 X11 Xinerama extension library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxrandr2   2:1.3.0-2   X11 RandR extension library
ii  libxslt1.1   1.1.26-1+b1 XSLT processing library - runtime 

python-compizconfig recommends no packages.

python-compizconfig suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: compizconfig-python
Source-Version: 0.8.4-1

We believe that the bug you reported is fixed in the latest version of
compizconfig-python, which is due to be installed in the Debian FTP archive:

compizconfig-python_0.8.4-1.diff.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.diff.gz
compizconfig-python_0.8.4-1.dsc
  to main/c/compizconfig-python/compizconfig-python_0.8.4-1.dsc
compizconfig-python_0.8.4.orig.tar.gz
  to main/c/compizconfig-python/compizconfig-python_0.8.4.orig.tar.gz
python-comp

compiz: Changes to 'debian-unstable'

2010-02-03 Thread Sean Finney
 debian/compiz-core.manpages |1 
 debian/compiz-manager   |  407 
--
 debian/compiz.1 |   94 
+-
 debian/compiz.real.1|   86 
--
 debian/copyright|   19 
 debian/patches/015_optional-fbo.patch   |   26 
 debian/patches/compiz-debian-paths.patch|   19 
 debian/patches/compiz-manager-nvidia-settings-optional.patch|   13 
 debian/patches/series   |   23 
 debian/patches/ubuntu/010-disable-child-window-clipping.patch   |   16 
 debian/patches/ubuntu/013-add-cursor-theme-support.patch|   22 
 debian/patches/ubuntu/014-fix-gtk-window-decorator-no-argb-crash.patch  |   12 
 debian/patches/ubuntu/014_fix-no-border-window-shadow.patch |   21 
 debian/patches/ubuntu/015_draw_dock_shadows_on_desktop.patch|   82 
++
 debian/patches/ubuntu/016_call_glxwaitx_before_drawing.patch|   13 
 debian/patches/ubuntu/017_always_unredirect_screensaver_on_nvidia.patch |   28 
 debian/patches/ubuntu/018_use_metacity_settings.patch   |8 
 debian/patches/ubuntu/020_fix_focus.patch   |   81 
+
 debian/patches/ubuntu/028_compiz_manager_blacklist  |   22 
 debian/patches/ubuntu/029_compiz_manager_decoration.patch   |   23 
 debian/patches/ubuntu/029_compiz_manager_nvidia_settings.patch  |   15 
 debian/patches/ubuntu/029_default_options   |   77 
-
 debian/patches/ubuntu/030_compiz_manager_multi_display  |   32 
 debian/patches/ubuntu/030_from_git_crash_fix_multiscreen.patch  |   45 
+
 debian/patches/ubuntu/031_compiz_manager_extra_blacklist_support|   17 
 debian/patches/ubuntu/031_from_git_fix_gnome_keybindings.patch  |   43 
+
 debian/patches/ubuntu/032_compiz_manager_add_gnomecompat|   25 
 debian/patches/ubuntu/033_compiz_manager_xdg_dirs   |   23 
 debian/patches/ubuntu/035_ignore_workspaces |8 
 debian/patches/ubuntu/037_fullscreen_stacking_fixes.patch   |8 
 debian/patches/ubuntu/042-compiz-manager-default-plugin |   11 
 debian/patches/ubuntu/046_compiz_manager_second_screen.patch|   37 
 debian/patches/ubuntu/049-damage-report-non-empty.patch |   16 
 debian/patches/ubuntu/050_stacking.patch|8 
 debian/patches/ubuntu/060_move_checks_to_compiz.patch   |  265 
++
 debian/patches/ubuntu/061_KWD_stubs.patch   |   13 
 debian/patches/ubuntu/099-autogen.patch |8 
 debian/patches/ubuntu/series|   18 
 debian/patches/whitelist-fglrx.patch|   13 
 debian/rules|2 
 40 files changed, 798 insertions(+), 902 deletions(-)

New commits:
commit 67da748b0c88ac3325e7a60017df6dad8fd9c1ce
Author: Sean Finney 
Date:   Wed Feb 3 00:45:38 2010 +0100

Transition from compiz-manager to compiz binary for /usr/bin/compiz

The -manager script is no more.  It was not very actively maintained
upstream and the compiz binary has taken over most of the same checks,
making the script obsolete.

diff --git a/debian/compiz-core.manpages b/debian/compiz-core.manpages
index 7c36f96..8ddd72e 100644
--- a/debian/compiz-core.manpages
+++ b/debian/compiz-core.manpages
@@ -1,2 +1 @@
-debian/compiz.real.1
 debian/compiz.1
diff --git a/debian/compiz-manager b/debian/compiz-manager
deleted file mode 100644
index 91605c0..000
--- a/debian/compiz-manager
+++ /dev/null
@@ -1,407 +0,0 @@
-#!/bin/sh
-# Compiz Manager wrapper script
-# 
-# Copyright (c) 2007 Kristian Lyngstøl 
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-#
-#
-# Contributions by: Treviño (3v1n0) , Ubuntu Packages
-#
-# Much of this code is bas

compiz: Changes to 'refs/tags/compiz-0.8.4'

2010-02-03 Thread Sean Finney
Tag 'compiz-0.8.4' created by Guillaume Seguin  at 
2009-10-14 02:44 +

Compiz 0.8.4 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkrVOw4ACgkQFGCg8MK49G604gCfeHNnFJtPBNe+b1J8zbTTJrwv
jl4AnRrcM8OrnLP3Xqu3o55MvVUPMoB2
=+fTO
-END PGP SIGNATURE-

Changes since compiz-0.8.2:
Adel Gadllah (4):
  Add gconf-2.0 to module list, required for gnome-2.27+
  gnomecompat: Default to gnome-terminal for terminal key binding
  Never unload plugins passed to the cmdline
  Avoid adding core twice to plugin list

Christopher Williams (1):
  When a user tries to resize by clicking on the center, don't pass the 
input down to the window.

Danny Baumann (30):
  Post-release version increment.
  Don't take screenshot if Escape was pressed.
  The screenshot plugin needs an image loader to write out png files,
  Allow overriding the placement mode on a per-window basis.
  Pixmaps created using glXCreatePixmap must be destroyed using
  Revert gravity adjustment made at MapRequest time at UnmapNotify time.
  Support _NET_REQUEST_FRAME_EXTENTS client message.
  Make setting the supported atoms list wrappable and use that for 
advertising support for _NET_REQUEST_FRAME_EXTENTS.
  Advertise that we're supporting full placement.
  Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core 
into compiz-0.8
  Fix double free.
  Fix up coding style, add some comments.
  Make variable and command line option naming a little more obvious.
  Make sure findValidStackSibling below doesn't return a sibling that
  Fix sibling checking logic.
  Coding style fix.
  Merge branch 'compiz-0.8' of 
git+ssh://man...@git.compiz.org/git/compiz/core into compiz-0.8
  Short cut placement output determination if there is only one output.
  Added option for placing newly mapped windows under the pointer.
  Minor cleanup.
  Change focus after restacking so the new stacking order is used for
  Check returned geometry for validity prior to using it.
  Revert "Update client list after unhook/insert."
  Fix typos.
  Minor coding style fixes.
  Fix assertion if core is specified as plugin on the command line.
  Crash fix.
  Minor stilistic changes.
  Optimizations.
  Also set constrainY to FALSE if move isn't loaded instead of keeping its

Dennis Kasprzyk (8):
  Added support for QT 4.5 raster graphicssystem.
  Support Qt 4.4
  Added KAboutData
  Port of KDE4 window decorator to KDE 4.3.
  Added missing files.
  Fixed mouse wheel calculations.
  Revert "Add swapbuffers and vsync_wait options"
  Fixed initial size problems.

Erkin Bahceci (50):
  Fix segmentation fault.
  screenshot: Use correct desktop directory by default.
  Close the user-dirs file when XDG_DESKTOP_DIR is not found.
  switcher: Fix map event handling.
  resize: Convert unsigned int to int.
  glib: Fix possible crash at termination due to unremoved timeout.
  regex,rotate,scale: Remove timers at termination.
  Remove sequences at termination.
  Keep timer handle, so that it's actually removed at termination.
  Remove timers at termination.
  Let windows be opened above fullscreen windows.
  Fix uninitialized variable uses.
  move: Fix memory leak.
  Fix warnings.
  Fix missing assignment.
  Fix warnings correctly.
  Fix possible segfault on 64-bit arch. due to passing 0 to va_list and 
retrieving it as pointer.
  wobbly: Snap to work area edges instead of output edges.
  Disable texture compression by default.
  switcher: Paint icons at the same size. Use the largest icon.
  switcher: Don't use mipmap for icons.
  switcher: Prevent the simultaneous plugin uses that don't make sense.
  scale: Properly remove closing window.
  switcher: Fix crash when a minimized window closes while switching with 
"show minimized" on.
  Activate the topmost window when lowering a window, unless click-to-focus 
is off.
  Update client list after unhook/insert.
  switcher: Fix possible crash on terminate.
  resize,wobbly: Obey move's constrain_y option.
  switcher: Minor coding style change.
  Initialize gl function pointers as NULL.
  Fix crash when glGenerateMipmapEXT is unavailable.
  Constrain resizes to screen edges.
  Don't constrain y on key/button move/resize.
  Minor coding style change.
  place: Remove unused variable.
  Link pthread (protobuf >= 2.1.0 needs it).
  place: Fix typo.
  place: Improve resolution change handling.
  wobbly: Update snapping when "snap inverted" option value changes.
  Fix inaccessible windows when reducing num. of viewports.
  resize: Allow resizing outside screen edges when initiated with key.
  resize: Remove constrain_y, limit to work area instead of screen edges.
  screenshot: 

Bug#518652: xserver-xorg: X freezes between vt7/tty switches

2010-02-03 Thread Mechtilde
Hello,

I send a Xorg.log file from the Sid maschine where I can change to
consoles F1-F6 und the Xserver then dies.



-- 
Dipl. Ing. Mechtilde Stehmann
## http://de.openoffice.org
## Ansprechpartnerin für die deutschsprachige QA
## Freie Office-Suite für Linux, Mac, Windows, Solaris
## Meine Seite http://www.mechtilde.de
## PGP encryption welcome! Key-ID: 0x53B3892B



Xorg.0.log.old
Description: application/trash


Ozel ve Gizli

2010-02-03 Thread Zeynep Yildirim
Merhaba, 

  

Türkiye’de ve Avrupa’da Satış,İnsan 
Kaynakları,Banka&Finans,Üretim,Pazarlama,Operasyon vb.alanlarda farklı 
şirketler için nitelikli profosyonel kişiler aramaktayız. 

  

Isinizden memun degilseniz yada bir iş ariyorsaniz,  www.ijobu.com 
 ‘a hemen kayıt olun ve CV’nizi 
yükleyin.  

  

Bunu yapar yapmaz , hemen bizi  bu numaradan arayın 0212 238 54 00 

  

Şu anda kayıt sayfamız ingilizcedir, fakat İstanbul’daki temsilcilerimiz size 
telefonda yardımcı olmaktan mutluluk duyacaklardır. 

  

Hemen kayıt olun ve bizi arayın. 

  

Saygılarımızla, 

 

  

 

 

  
Zeynep Yıldırım

iJobU.com Türkiye

Taksim,Istanbul

0212 238 54 00

www.ijobu.com  

 


Bug#549314: xorg: Xorg crashes random sometimes

2010-02-03 Thread Santiago Staviski
Package: xorg
Version: 1:7.3+20
Followup-For: Bug #549314

Sometimes when I with iceweasel open xorg crashes leaving my monitor black, 
then I have 
to crtl+alt+del the computer. Here you are my xorg log: 
http://paste.pocoo.org/show/173392/
 

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal-em 2.22.3-3   The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx [libgl1]  7.0.3-7A free implementation of the OpenG
ii  libglu1-mesa  7.0.3-7The OpenGL utility library (GLU)
ii  x11-apps  7.3+4  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.3+2+nmu1 X11 utilities
ii  x11-xfs-utils 7.3+1  X font server utilities
ii  x11-xkb-utils 7.4+1  X11 XKB utilities
ii  x11-xserver-utils 7.3+5  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xfonts-scalable   1:1.0.0-6  scalable fonts for X
ii  xfonts-utils  1:7.4+1X Window System font utility progr
ii  xinit 1.0.9-2X server initialisation tool
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.3+20   the X.Org X server
ii  xterm [x-terminal-emulator]   235-2  X terminal emulator

Versions of packages xorg recommends:
pn  xorg-docs  (no description available)

xorg suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568043: Files attached.

2010-02-03 Thread Rafael Belmonte
Files attached.


Xorg.0.log
Description: Binary data


xinput.list
Description: Binary data


xinput.list-props.11
Description: Binary data


Bug#568028: xserver-xorg-video-radeonhd: moving windows and scrolling hurts the eye

2010-02-03 Thread Toni Mueller

clone 568028 -1
reassign -1 xserver-xorg-video-radeon
retitle -1 xserver-xorg-video-radeon: missing support for RS880 (= 4200)
thanks

Please see #568028 for the gory (machine) details.


When I specify 'radeon' as the driver in my xorg.conf, the X server
does not start, but immediately crashes with a segmentation fault.


Kind regards,
--Toni++




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568285: RM: libxxf86misc -- ROM; obsolete X11 extension

2010-02-03 Thread Julien Cristau
Package: ftp.debian.org
Severity: normal

The XFree86-Misc X11 extension was removed from the Xorg server in
version 1.6.  Bugs have been filed against reverse deps, all are fixed
in sid except for kdebase-workspace (fixed in svn, #559691).

Thus please remove libxxf86misc from unstable.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568278: Updating the libxfixes Uploaders list

2010-02-03 Thread Christoph Berg
Package: libxfixes
Version: 1:4.0.4-1
Severity: minor

Jamey Sharp  has not been working on
the libxfixes package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568274: Updating the libx11 Uploaders list

2010-02-03 Thread Christoph Berg
Package: libx11
Version: 2:1.3.3-1
Severity: minor

Jamey Sharp  has not been working on
the libx11 package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568279: Updating the libxdamage Uploaders list

2010-02-03 Thread Christoph Berg
Package: libxdamage
Version: 1:1.1.2-1
Severity: minor

Jamey Sharp  has not been working on
the libxdamage package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568280: Updating the libxcomposite Uploaders list

2010-02-03 Thread Christoph Berg
Package: libxcomposite
Version: 1:0.4.1-1
Severity: minor

Jamey Sharp  has not been working on
the libxcomposite package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568276: Updating the libxi Uploaders list

2010-02-03 Thread Christoph Berg
Package: libxi
Version: 2:1.3-2
Severity: minor

Jamey Sharp  has not been working on
the libxi package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568282: Updating the libxrandr Uploaders list

2010-02-03 Thread Christoph Berg
Package: libxrandr
Version: 2:1.3.0-2
Severity: minor

Jamey Sharp  has not been working on
the libxrandr package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Michel Dänzer
On Wed, 2010-02-03 at 17:14 +0100, Toni Mueller wrote: 
> Package: xserver-xorg-video-radeon
> Version: 1:6.9.0-1+lenny4
> Severity: wishlist
> 
> 
> Hello,
> 
> please see bug #568028 for technical details of my hardware.
> 
> If I specify 'radeon' as the driver in my xorg.conf, he X server
> does not start, but immediately crashes with a segmentation fault.

If this still happens with xserver-xorg-video-radeon from sid or
experimental, please provide at the very least a log file showing the
segmentation fault.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Add Nouveau related parts

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 568162 Please add Nouveau related parts
Bug #568162 [libdrm-dev] libdrm-dev: please restore libdrm-nouveau1
Changed Bug title to 'Please add Nouveau related parts' from 'libdrm-dev: 
please restore libdrm-nouveau1'
> severity 568162 normal
Bug #568162 [libdrm-dev] Please add Nouveau related parts
Severity set to 'normal' from 'wishlist'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxfixes: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 3d39c28e5aa5a7d4cfda0c4056155c406a3a3315
Author: Brice Goglin 
Date:   Wed Feb 3 18:21:35 2010 +0100

Remove Jamey Sharp from Uploaders

diff --git a/debian/changelog b/debian/changelog
index a9400ae..ddf1dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp from Uploaders, closes: #568278.
+
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:40 +
 
 libxfixes (1:4.0.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d830e0b..81d9bc3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Jamey Sharp , Josh Triplett 

+Uploaders: David Nusinow , Drew Parsons 
, Josh Triplett 
 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568162: Add Nouveau related parts

2010-02-03 Thread Eduard Bloch
retitle 568162 Please add Nouveau related parts
severity 568162 normal
thanks

@Brice: nope, that is not enough, because a) libdrm-nouveau1 is badly outdated, 
b) libdrm-nouveau1 is not enough, the -dev parts are also missing which means 
that a user can not even compile the xorg nouveau driver from current git. 

The consequence is that users are now forced to apply evil kludges like 
checkinstall packaging and "dpkg --force-overwrite ..." non-sense. Just because 
we don't deliver files that we could provide easily.

And IMHO we should be ready for 2.6.33 when it comes out and not take another 
couple of months to make Nvidia users happy.

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568278: Updating the libxfixes Uploaders list

2010-02-03 Thread Brice Goglin
tags 568278 +pending
thank you


Christoph Berg wrote:
> Package: libxfixes
> Version: 1:4.0.4-1
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libxfixes package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>   

Pushed to git.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxfixes: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |2 +-
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eef01c30f3f5905177bf26bae68bd3654920d412
Author: Brice Goglin 
Date:   Wed Feb 3 18:28:33 2010 +0100

Remove Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index ddf1dbf..b5aacdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
 good reason.  Thanks, Colin Watson!
 
   [ Brice Goglin ]
-  * Remove Jamey Sharp from Uploaders, closes: #568278.
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568278.
 
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:40 +
 
diff --git a/debian/control b/debian/control
index 81d9bc3..a7263d4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Josh Triplett 
+Uploaders: David Nusinow , Drew Parsons 

 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |3 +++
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d431a277eba64bad46557aec622d7e4d18c110f2
Author: Brice Goglin 
Date:   Wed Feb 3 18:34:37 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 741862c..9ff89b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568282.
+
  -- Timo Aaltonen   Tue, 24 Nov 2009 13:34:24 +0200
 
 libxrandr (2:1.3.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index dca2095..21f0314 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Jamey Sharp 
, Josh Triplett 
+Uploaders: David Nusinow 
 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxi: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit f8fba72b9b5eec57526c5079f66503a31776f2d8
Author: Brice Goglin 
Date:   Wed Feb 3 18:34:38 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 5a656fa..c3088e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libxi (2:1.3-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568276.
+
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:38 +
 
 libxi (2:1.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d7b0829..906cce9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxi
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Jamey Sharp , Josh Triplett 

+Uploaders: David Nusinow , Drew Parsons 

 Build-Depends:
  debhelper (>= 5.0.0),
  x11proto-core-dev (>= 7.0.13),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxdamage: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 311797ab5fbd29f345ded23eb66ac2a9cb127728
Author: Brice Goglin 
Date:   Wed Feb 3 18:31:05 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 0ff70f4..8bdab98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libxdamage (1:1.1.2-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Remove myself from Uploaders.
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568279.
+
  -- Julien Cristau   Sat, 23 Jan 2010 03:03:13 +0100
 
 libxdamage (1:1.1.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 924d198..562ef74 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxdamage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Jamey Sharp , Josh Triplett 

+Uploaders: David Nusinow , Drew Parsons 

 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxcomposite: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit e24dd698765336f3a696e754f16e105a38b556d2
Author: Brice Goglin 
Date:   Wed Feb 3 18:32:18 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index f52259a..60ba31e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libxcomposite (1:0.4.1-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568280.
+
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:42 +
 
 libxcomposite (1:0.4.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d0a4f5d..d465a68 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxcomposite
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Jamey Sharp 
, Josh Triplett , Brice Goglin 

+Uploaders: David Nusinow , Brice Goglin 

 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libx11: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit d7968186dad4cc9f8418b9249f6fb08485a8ddbd
Author: Brice Goglin 
Date:   Wed Feb 3 18:30:01 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 2bbbaf8..f46844b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libx11 (2:1.3.3-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Update debian/copyright from upstream COPYING.
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568274.
+
  -- Julien Cristau   Sun, 17 Jan 2010 10:09:53 +
 
 libx11 (2:1.3.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 466cdbb..73d6f3e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libx11
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Josh Triplett 
, Jamey Sharp , Brice Goglin 

+Uploaders: David Nusinow , Brice Goglin 

 Build-Depends:
  debhelper (>= 5.0.0),
  dpkg-dev (>= 1.15.3),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568274: Updating the libx11 Uploaders list

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568274 +pending
Bug #568274 [libx11] Updating the libx11 Uploaders list
Added tag(s) pending.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568279: Updating the libxdamage Uploaders list

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568279 +pending
Bug #568279 [libxdamage] Updating the libxdamage Uploaders list
Added tag(s) pending.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568274: Updating the libx11 Uploaders list

2010-02-03 Thread Brice Goglin
tags 568274 +pending
thank you


Christoph Berg wrote:
> Package: libx11
> Version: 2:1.3.3-1
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libx11 package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to please
> step in as a new maintainer.)
>
> Thanks.
>
> Christoph
>   

Pushed to git
Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568280: Updating the libxcomposite Uploaders list

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568280 +pending
Bug #568280 [libxcomposite] Updating the libxcomposite Uploaders list
Added tag(s) pending.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568280: Updating the libxcomposite Uploaders list

2010-02-03 Thread Brice Goglin
tags 568280 +pending
thank you

Christoph Berg wrote:
> Package: libxcomposite
> Version: 1:0.4.1-1
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libxcomposite package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to please
> step in as a new maintainer.)
>
> Thanks.
>
> Christoph
>   

Pushed to git
Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568276: Updating the libxi Uploaders list

2010-02-03 Thread Brice Goglin
tags 568276 +pending
thank you


Christoph Berg wrote:
> Package: libxi
> Version: 2:1.3-2
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libxi package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to please
> step in as a new maintainer.)
>
> Thanks.
>
> Christoph
>   

Pushed to git.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568282: Updating the libxrandr Uploaders list

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568282 +pending
Bug #568282 [libxrandr] Updating the libxrandr Uploaders list
Added tag(s) pending.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568162: Add Nouveau related parts

2010-02-03 Thread Brice Goglin
Eduard Bloch wrote:
> retitle 568162 Please add Nouveau related parts
> severity 568162 normal
> thanks
>
> @Brice: nope, that is not enough, because a) libdrm-nouveau1 is badly 
> outdated, b) libdrm-nouveau1 is not enough, the -dev parts are also missing 
> which means that a user can not even compile the xorg nouveau driver from 
> current git. 
>
> The consequence is that users are now forced to apply evil kludges like 
> checkinstall packaging and "dpkg --force-overwrite ..." non-sense. Just 
> because we don't deliver files that we could provide easily.
>
> And IMHO we should be ready for 2.6.33 when it comes out and not take another 
> couple of months to make Nvidia users happy.
>   


If squeeze is released with 2.6.32, we won't care about 2.6.33 for a
while...

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568276: Updating the libxi Uploaders list

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568276 +pending
Bug #568276 [libxi] Updating the libxi Uploaders list
Added tag(s) pending.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568279: Updating the libxdamage Uploaders list

2010-02-03 Thread Brice Goglin
tags 568279 +pending
thank you



Christoph Berg wrote:
> Package: libxdamage
> Version: 1:1.1.2-1
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libxdamage package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to please
> step in as a new maintainer.)
>
> Thanks.
>
> Christoph
>   

Pushed to git
Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568282: Updating the libxrandr Uploaders list

2010-02-03 Thread Brice Goglin
tags 568282 +pending
thank you




Christoph Berg wrote:
> Package: libxrandr
> Version: 2:1.3.0-2
> Severity: minor
>
> Jamey Sharp  has not been working on
> the libxrandr package for quite some time.
>
> We are tracking their status in the MIA team and would like to ask you
> to remove them from the Uploaders list of the package so we can close
> that part of the file.
>
> (If the person is listed as Maintainer, what we are asking is to please
> step in as a new maintainer.)
>
> Thanks.
>
> Christoph
>   

Pushed to git.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568180: Acknowledgement (xorg: console font size reduces after running X)

2010-02-03 Thread dimas
sorry, there was a mistake in my report. i have xorg package with 
version 1:7.5, 7.4 was before (and worked normally)




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Toni Mueller

Hi,

On Wed, 03.02.2010 at 17:48:36 +0100, Michel Dänzer  wrote:
> If this still happens with xserver-xorg-video-radeon from sid or
> experimental, please provide at the very least a log file showing the
> segmentation fault.

I've now installed xserver-xorg-video-radeon
1:6.12.99+git20100201.a887818f-1 from experimental, and it works.

I can't yet see much of the accelleration, though - the same display,
driven by an older nvidia card and the nv driver, is still much faster
(in 2D, eg. when scrolling or moving windows). But that would probably
be a new bug, right?


-- 
Kind regards,
--Toni++




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#561008: console-setup: approximations for 'toilet -f future' symbols look different before and after X

2010-02-03 Thread Francesco Poli
On Mon, 1 Feb 2010 23:34:15 +0100 Francesco Poli wrote:

> BTW, I noticed that I don't experience the same problem change on
> another box with Intel graphics, Debian testing and the same Xorg
> version.
> 
> However, that other box has not yet been rebooted since the xorg upgrade
> (even though X was restarted).

Update: after a reboot, I experience the same problem on that other box
(that is to say, console behaves as configured after the boot, but
changes resolution and displays 'toilet -f future' symbols as a mess of
characters, after starting X).

> Moreover on that other box (where I
> do not experience console resolution changes) I still have hal installed
> because of dependencies/recommendations, while on the box where I see
> console resolution changes, I no longer have hal installed.

Please forget what I said about hal: its presence does not apparently
have any influence on the reported problem.


Once again, please someone help me!
This bug is currently really annoying.

-- 
 http://www.inventati.org/frx/progs/scripts/pdebuild-hooks.html
 Need some pdebuild hook scripts?
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpogRCPu2DyH.pgp
Description: PGP signature


Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Brice Goglin
Toni Mueller wrote:
> Hi,
>
> On Wed, 03.02.2010 at 17:48:36 +0100, Michel Dänzer  
> wrote:
>   
>> If this still happens with xserver-xorg-video-radeon from sid or
>> experimental, please provide at the very least a log file showing the
>> segmentation fault.
>> 
>
> I've now installed xserver-xorg-video-radeon
> 1:6.12.99+git20100201.a887818f-1 from experimental, and it works.
>
> I can't yet see much of the accelleration, though - the same display,
> driven by an older nvidia card and the nv driver, is still much faster
> (in 2D, eg. when scrolling or moving windows). But that would probably
> be a new bug, right?
>   

Please send your log.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567491: Similiar, really frustrating problem

2010-02-03 Thread Juhani Karlsson
Hi

I can log in and keyboard and mouse seem OK, but I am running Xinerama.
When I try to move cursor to Screen1 (TV) or move window there strange
things start happening, cursor might just jump to other side of Screen0
or mouse and keyboard both freeze completely. If it freezes and I press
some button like Num Lock to see if system is responsive it will kick me
out and I end up back to gdm login screen.

Problem began after updates installed last night (list of update log in
the bottom).
No config changes made, before last night everything worked just fine.
Update Manager notified me about updates which I installed, problems began.

my log /var/log/Xorg.0.log and below it my xorg.conf  below it update
log from last night below it
lines from log Xorg.0.log after being kicked out of system to login screen

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux lrdlnx.iki.fi 2.6.32.034-lrdlnx #1 SMP
PREEMPT Sat Jan 23 12:58:25 EET 2010 i686
Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32.034-lrdlnx
root=/dev/md1 ro acpi_enforce_resources=lax quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgog...@debian.org)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb  3 22:38:11 2010
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 20 of section Files in file /etc/X11/xorg.conf
Ignoring obsolete keyword "RgbPath".
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Videocard1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
unix/:7100,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:3:0:0) 10de:0393:1043:8213 nVidia Corporation G73 [GeForce
7300 GT] rev 161, Mem @ 0xfa00/16777216, 0xe000/268435456,
0xfb00/16777216, I/O @ 0x7c00/128, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib

Bug#568309: xserver-xorg: starts but displays blank screen responds to ctrl alt f1

2010-02-03 Thread Brice Goglin
reassign 568309 xserver-xorg-video-radeon 1:6.12.4-3
thank you



Ben Whyte wrote:
> Package: xserver-xorg
> Version: 1:7.5+3
> Severity: grave
> Justification: renders package unusable
>
>
> My system fails to display the KDM boot manager but does respond to swapping 
> to terminal.
>
> Using the VESA driver with the virtual directive removed I can get a login 
> box but not suitable as it limits me to single screen and 1280x1024.
>
> Radeonhd, radeon or ati driver produce the same result.
>   

Can you try xserver-xorg-video-radeon from experimental ?

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#568309: xserver-xorg: starts but displays blank screen responds to ctrl alt f1

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 568309 xserver-xorg-video-radeon 1:6.12.4-3
Bug #568309 [xserver-xorg] xserver-xorg: starts but displays blank screen 
responds to ctrl alt f1
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-radeon'.
Bug No longer marked as found in versions xorg/1:7.5+3.
Bug #568309 [xserver-xorg-video-radeon] xserver-xorg: starts but displays blank 
screen responds to ctrl alt f1
Bug Marked as found in versions xserver-xorg-video-ati/1:6.12.4-3.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



compiz ABI break

2010-02-03 Thread sean finney
hey folks,

while reviewing the changes between 0.8.4 and the tip of compiz-0.8, i
found the only problematic change was an ABI bump after 0.8.4 was
tagged.  however, there's also an ABI bump between 0.8.2 and 0.8.4,
so there isn't much of an argument against taking the bump, since
it's essentially no-cost.

Additionally, we have one patch that's been sitting in debian/patches
for some time now that we haven't applied because it *also* breaks the
ABI (ubuntu/010-disable-child-window-clipping.patch).  So we could
get 3 bumps for the price of one.

So, anyway, my first question is how should i handle the bump with
libcompizconfig, which has a dependency on the abi versions?  I see that
compiz has been hacked to provide a compiz-core-abiversion- style
virtual package.  namely, should i add an explicit depends on -dev
packages >= 0.8.4, or assume that someone will schedule binNMU's if
libcompizconfig happens to get taken first for building before the
new compiz.

My second question is, assuming that we do the third ABI break with the
local unapplied patch, should we modify the ABI version string to make
the point that it's a different ABI from the upstream one?  I don't
think ubuntu is doing this though they're applying the patch... but i'm
not sure if it's intentional or just an oversight.


sean


signature.asc
Description: Digital signature


Re: compiz ABI break

2010-02-03 Thread Julien Cristau
On Wed, Feb  3, 2010 at 23:21:32 +0100, sean finney wrote:

> So, anyway, my first question is how should i handle the bump with
> libcompizconfig, which has a dependency on the abi versions?  I see that
> compiz has been hacked to provide a compiz-core-abiversion- style
> virtual package.  namely, should i add an explicit depends on -dev
> packages >= 0.8.4, or assume that someone will schedule binNMU's if
> libcompizconfig happens to get taken first for building before the
> new compiz.
> 
I don't think it's necessary.  You can either ask the release/buildd
people to schedule binNMUs afterwards, or (probably better) ask for
dep-waits right after the libcompizconfig upload, so the buildds don't
pick that one up until after the new compiz is available.

> My second question is, assuming that we do the third ABI break with the
> local unapplied patch, should we modify the ABI version string to make
> the point that it's a different ABI from the upstream one?  I don't
> think ubuntu is doing this though they're applying the patch... but i'm
> not sure if it's intentional or just an oversight.
> 
I don't think this matters a lot, unless it's used consistently by
upstream and they have debs that people are expected to be able to
install on debian and use this?

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568323: [libxi6] All Qt3 apps segfault since libxi6 version 2:1.3-2

2010-02-03 Thread Roman Mamedov
Package: libxi6
Version: 2:1.3-2
Severity: important

An attempt to launch seemingly any Qt3 app (tried at least qtconfig-qt3 and
knutclient) inside a vnc4server session results in a "Segmentation fault" error
when libxi6 2:1.3-2 is installed:

$ qtconfig-qt3
Segmentation fault
$

In dmesg:
[ 7001.234225] qtconfig-qt3[9604]: segfault at 4 ip 7fa5e618c347 sp
7fff7198f2d0 error 4 in libXi.so.6.1.0[7fa5e6184000+f000]

After a downgrade of libxi6 to 2:1.2.1-2, all the apps run fine:

$ qtconfig-qt3 
Xlib:  extension "XInputExtension" missing on display ":1.0".
Failed to get list of devices

After these messages the application proceeds to launch normally, shows the GUI
and works just fine.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32.1-rm1-slab-amd

Debian Release: squeeze/sid
  500 testing natsu.ipv6.rm.pp.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6   (>= 2.2.5) | 2.10.2-2
libx11-6 (>= 2:1.2.99.901) | 2:1.3.3-1
libxext6(>= 0) | 2:1.1.1-2


Package's Recommends field is empty.

Package's Suggests field is empty.

-- 
With respect,
Roman


signature.asc
Description: PGP signature


Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Brice Goglin
This probably explains things:

(II) RADEON(0): [drm] installed DRM signal handler
(EE) RADEON(0): [pci] Out of memory (-12)
(EE) RADEON(0): [pci] PCI failed to initialize. Disabling the DRI.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf8055000 at 0xb7162000
(II) RADEON(0): [drm] Closed DRM master.
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0x00d600c0 0x00d600c0
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(EE) RADEON(0): Acceleration initialization failed
(II) RADEON(0): Acceleration disabled


Do you see anything interesting in dmesg ?

Brice





-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Toni Mueller


Hi,

On Wed, 03.02.2010 at 21:33:32 +0100, Brice Goglin  
wrote:
> Please send your log.

I've attached Xorg.0.log. If you want me to try something, just ask.


-- 
Kind regards,
--Toni++


X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux spruce 2.6.32-trunk-686-bigmem #1 SMP Sun Jan 
10 07:12:17 UTC 2010 i686
Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-trunk-686-bigmem 
root=/dev/mapper/ev0-root ro root=/dev/mapper/ev0-root ro
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgog...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb  3 19:45:27 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "manually Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Configured Video Device"
(**) |-->Input Device "Mouse0"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Mouse0
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9710:1043:83a2 ATI Technologies Inc RS880 [Radeon HD 
4200] rev 0, Mem @ 0xd000/268435456, 0xfe9f/65536, 0xfe80/1048576, 
I/O @ 0xc000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "record" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.4, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading e

Bug#568323: [libxi6] All Qt3 apps segfault since libxi6 version 2:1.3-2

2010-02-03 Thread Julien Cristau
On Thu, Feb  4, 2010 at 03:45:15 +0500, Roman Mamedov wrote:

> Package: libxi6
> Version: 2:1.3-2
> Severity: important
> 
> An attempt to launch seemingly any Qt3 app (tried at least qtconfig-qt3 and
> knutclient) inside a vnc4server session results in a "Segmentation fault" 
> error
> when libxi6 2:1.3-2 is installed:
> 
> $ qtconfig-qt3
> Segmentation fault
> $
> 
> In dmesg:
> [ 7001.234225] qtconfig-qt3[9604]: segfault at 4 ip 7fa5e618c347 sp
> 7fff7198f2d0 error 4 in libXi.so.6.1.0[7fa5e6184000+f000]
> 
Any chance you could install libxi6-dbg, libxext6-dbg and libx11-6-dbg,
run qtconfig-qt3 under gdb, and get a full backtrace when it crashes?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Brice Goglin
Toni Mueller wrote:
> No, but then, I don't know what to look out for. I've therefore
> attached the complete dmesg. The card is the on-board card on an Asus
> M4A785TD-V EVO board.
>   


There's nothing about drm in there. Were the radeon and drm kernel
modules loaded ?
By the way, do you have firmware-linux installed ?

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567561:

2010-02-03 Thread Iain Buclaw
This issue has also been reported elsewhere too:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/492392
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/506444


It actually seems that this problem has been fixed in Linux current stable:
http://bugzilla.kernel.org/show_bug.cgi?id=14781

So can we please sync 2.6.32-trunk with upstream?

Regards
-- 
Iain Bucław

*(p < e ? p++ : p) = (c & 0x0f) + '0';


Bug#568309: starts but displays blank screen responds to ctrl alt f1

2010-02-03 Thread Brice Goglin
Ben Whyte wrote:
> Section "Device"
>   Identifier  "Configured Video Device"
>   Option  "UseFBDev"  "true"
>   

Why do you have FBDev here ? It's ignored according to the log.

> [  795.019218] [drm] Setting GART location based on new memory map
> [  795.019224] [drm] Can't use AGP base @0xf000, won't fit
> [  795.019284] [drm] Loading RV670 CP Microcode
> [  795.059544] [drm] Resetting GPU
> [  795.186801] [drm] writeback test failed
> [  807.512112] [drm] Resetting GPU
> [  867.789081] [drm] Module unloaded
>   

This might be related to your problem.

By the way, maybe you should try KMS, see
http://bgoglin.livejournal.com/19346.html to enable it.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568323: [libxi6] All Qt3 apps segfault since libxi6 version 2:1.3-2

2010-02-03 Thread Julien Cristau
On Wed, Feb  3, 2010 at 23:58:21 +0100, Julien Cristau wrote:

> Any chance you could install libxi6-dbg, libxext6-dbg and libx11-6-dbg,
> run qtconfig-qt3 under gdb, and get a full backtrace when it crashes?
> 
Nevermind, I reproduced it here.  qt is doing bad things, but we
shouldn't crash.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568335: xutils-dev: Please update to util-macros 1.5.0, which is needed for xorg-server current trunk.

2010-02-03 Thread Robert Collins
Package: xutils-dev
Version: 1:7.5~1ubuntu1
Severity: wishlist

xutils-dev: Please update to util-macros 1.5.0, which is needed for xorg-server 
current trunk.

thanks.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Toni Mueller

Hi,

On Thu, 04.02.2010 at 00:07:26 +0100, Brice Goglin  
wrote:
> There's nothing about drm in there. Were the radeon and drm kernel
> modules loaded ?

how do I determine that?

> By the way, do you have firmware-linux installed ?

Yes, I have version 0.22 installed.

-- 
Kind regards,
--Toni++




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567563: Workarounds

2010-02-03 Thread Tarek Soliman
This is caused by the fix to bug #555906 (enable KMS in the module)

Here's 2 different workarounds:

1 - enable KMS in the kernel
This caused everything to be super slow

2 - delete or comment out /etc/modprobe.d/i915-kms.conf
This essentially disabled KMS from the module

Workaround #2 is what I am currently using and it is working well.
I cannot live with workaround #1 which seems like "the real fix" because of
the extreme slowness it introduces.
-- 
Tarek



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568286: xserver-xorg-video-radeon: driver doesn't support RS880 chips

2010-02-03 Thread Brice Goglin
Toni Mueller wrote:
> Hi,
>
> On Thu, 04.02.2010 at 00:07:26 +0100, Brice Goglin 
>  wrote:
>   
>> There's nothing about drm in there. Were the radeon and drm kernel
>> modules loaded ?
>> 
>
> how do I determine that?
>   

lsmod. udev is supposed to load them when needed.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#567561:xserver-xorg-video-intel: Intermittent flickers then blank screen after resuming from suspend

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 567561 linux-2.6 2.6.32-5
Bug #567561 [xserver-xorg-video-intel] xserver-xorg-video-intel: Intermittent 
flickers then blank screen after resuming from suspend
Bug reassigned from package 'xserver-xorg-video-intel' to 'linux-2.6'.
Bug No longer marked as found in versions xserver-xorg-video-intel/2:2.9.1-2.
Bug #567561 [linux-2.6] xserver-xorg-video-intel: Intermittent flickers then 
blank screen after resuming from suspend
There is no source info for the package 'linux-2.6' at version '2.6.32-5' with 
architecture ''
Unable to make a source version for version '2.6.32-5'
Bug Marked as found in versions 2.6.32-5.
> forwarded 567561 http://bugzilla.kernel.org/show_bug.cgi?id=14781
Bug #567561 [linux-2.6] xserver-xorg-video-intel: Intermittent flickers then 
blank screen after resuming from suspend
Set Bug forwarded-to-address to 
'http://bugzilla.kernel.org/show_bug.cgi?id=14781'.
> tags 567561 +fixed-upstream
Bug #567561 [linux-2.6] xserver-xorg-video-intel: Intermittent flickers then 
blank screen after resuming from suspend
Added tag(s) fixed-upstream.
> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567561: xserver-xorg-video-intel: Intermittent flickers then blank screen after resuming from suspend

2010-02-03 Thread Brice Goglin
reassign 567561 linux-2.6 2.6.32-5
forwarded 567561 http://bugzilla.kernel.org/show_bug.cgi?id=14781
tags 567561 +fixed-upstream
thank you



Iain Buclaw wrote:
> This issue has also been reported elsewhere too:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/492392
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/506444
>
>
> It actually seems that this problem has been fixed in Linux current
> stable:
> http://bugzilla.kernel.org/show_bug.cgi?id=14781
>
> So can we please sync 2.6.32-trunk with upstream?

I am reassigning the bug to the kernel then.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567563: Workarounds

2010-02-03 Thread Brice Goglin
Tarek Soliman wrote:
> This is caused by the fix to bug #555906 (enable KMS in the module)
>   

No, this is caused by KMS, not by the fix.

> Here's 2 different workarounds:
>
> 1 - enable KMS in the kernel
>   

What do you mean ? Set I915_KMS in the kernel config ? It shouldn't make
any difference. Both enable KMS.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



xutils-dev: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog  |4 
 util-macros/ChangeLog |   32 
 util-macros/Makefile.in   |  186 +---
 util-macros/aclocal.m4|  149 +--
 util-macros/configure | 1712 ++
 util-macros/configure.ac  |2 
 util-macros/install-sh|5 
 util-macros/missing   |   49 -
 util-macros/xorg-macros.m4.in |  153 +++
 9 files changed, 1242 insertions(+), 1050 deletions(-)

New commits:
commit f128b836dee6411897ab886b346c1aa310897eb9
Author: Brice Goglin 
Date:   Thu Feb 4 07:42:17 2010 +0100

util-macros 1.5.0

diff --git a/debian/changelog b/debian/changelog
index 466ad5e..d5a190f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xutils-dev (1:7.5+2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * util-macros 1.5.0, closes: #568335.
+
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:15 +
 
 xutils-dev (1:7.5+1) unstable; urgency=low
diff --git a/util-macros/ChangeLog b/util-macros/ChangeLog
index e00a914..d0fd11c 100644
--- a/util-macros/ChangeLog
+++ b/util-macros/ChangeLog
@@ -1,3 +1,35 @@
+commit 46d22716aed8d7e8ee188c2f2d2b3ba600dc3dd3
+Author: Gaetan Nadon 
+Date:   Sun Jan 17 21:21:10 2010 -0500
+
+Version bump: 1.5.0
+
+Signed-off-by: Gaetan Nadon 
+
+commit 7e89b1cecfdb8115fa159584762f4d0db7455305
+Author: Gaetan Nadon 
+Date:   Sun Jan 17 21:01:44 2010 -0500
+
+Add XORG_WITH_ASCIIDOC and XORG_WITH_DOXYGEN
+
+Based on XORG_WITH_XMLTO
+
+Signed-off-by: Gaetan Nadon 
+
+commit 296c390247553b0070dd05260fe6f55f793a374c
+Author: Matthieu Herrb 
+Date:   Tue Jan 5 23:04:25 2010 +0100
+
+Add XORG_WITH_XMLTO to factorize xmlto tests.
+
+This also allow to configure with --without-xmlto to ignore
+a 3rd party xmlto tool on systems that normally don't have it,
+in order to have reproducable builds.
+
+Reviewed-by: Rémi Cardona 
+Signed-off-by: Matthieu Herrb 
+Signed-off-by: Gaetan Nadon 
+
 commit 2e75ae9b22de0fa36adde6de7b7e5c1c1a825d69
 Author: Julien Cristau 
 Date:   Sat Jan 16 15:00:38 2010 +
diff --git a/util-macros/Makefile.in b/util-macros/Makefile.in
index 7839380..55e792e 100644
--- a/util-macros/Makefile.in
+++ b/util-macros/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -38,9 +37,8 @@
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -68,7 +66,6 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache 
config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES = xorg-macros.pc xorg-macros.m4
-CONFIG_CLEAN_VPATH_FILES =
 SOURCES =
 DIST_SOURCES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -76,32 +73,20 @@ am__vpath_adj = case $$p in \
 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 *) f=$$p;; \
   esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-if (++n[$$2] == $(am__install_max)) \
-  { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 am__installdirs = "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgdatadir)" \
"$(DESTDIR)$(pkgconfigdir)"
+aclocalDATA_INSTALL = $(INSTALL_DATA)
+dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 DATA = $(aclocal_DATA) $(dist_pkgdata_DATA) $(pkgconfig_DAT

Processed: tagging 568335

2010-02-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568335 + pending
Bug #568335 [xutils-dev] xutils-dev: Please update to util-macros 1.5.0, which 
is needed for xorg-server current trunk.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org