Bug#546288: xkb-data: spanish keymap: 3 ascii tildes and no dead_tilde: unable to write in portuguese

2009-09-12 Thread Rodrigo Valiña Gutiérrez
Package: xkb-data
Version: 1.3-2
Severity: normal
Tags: patch


spanish keymap has at least 3 ascii_tilde and no dead_tilde, so it is 
hard to write in portuguese correctly. given that portugal is 
geographically next to spain, there is a need to communicate in that 
language.

of the 3 ascii tildes in the keyboard, i think the less invasive to 
change is the one in the key '¡', also that key is next to the other 
dead marks `'"^ ... and is present in desktop and laptop keyboards

it is matter to change in /usr/share/X11/xkb/symbols/es line 20 from 
asciitilde to dead_tilde.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

-- no debconf information
--- a/xkb-data/usr/share/X11/xkb/symbols/es 2008-08-14 19:55:54.0 
+0200
+++ b/xkb-data/usr/share/X11/xkb/symbols/es 2008-09-21 17:24:53.0 
+0200
@@ -17,7 +17,7 @@
 key  { [ 4, dollar,   asciitilde,   dollar ] };
 key  { [ 6,  ampersand,  notsign,  fiveeighths ] };
 key  { [apostrophe,   question,backslash, questiondown ] };
-key  { [exclamdown, questiondown, asciitilde,   asciitilde ] };
+key  { [exclamdown, questiondown, dead_tilde,   asciitilde ] };
 
 key  { [dead_grave, dead_circumflex, bracketleft, dead_abovering ] };
 key  { [  plus,   asterisk, bracketright,  dead_macron ] };


x11proto-xext: Changes to 'debian-experimental'

2009-09-12 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5ddbb05b074111cf9a4022ec4313240d0c4fe373
Author: Julien Cristau 
Date:   Sat Sep 12 10:39:31 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1c71e54..69e8e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xext (7.1.1-1) UNRELEASED; urgency=low
+x11proto-xext (7.1.1-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * Add README.source from xsfbs. Bump Standards-Version to 3.8.1.
@@ -15,7 +15,7 @@ x11proto-xext (7.1.1-1) UNRELEASED; urgency=low
 don't go missing.
   * Bump xutils-dev build-dep to 1:7.4+4.
 
- -- Timo Aaltonen   Fri, 31 Jul 2009 14:42:15 +0300
+ -- Julien Cristau   Sat, 12 Sep 2009 10:38:48 +0200
 
 x11proto-xext (7.0.4-2) unstable; urgency=low
 


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



x11proto-xext: Changes to 'refs/tags/x11proto-xext-7.1.1-1'

2009-09-12 Thread Julien Cristau
Tag 'x11proto-xext-7.1.1-1' created by Julien Cristau  at 
2009-09-12 08:48 +

Tagging upload of x11proto-xext 7.1.1-1 to experimental.

Changes since x11proto-xext-7.0.4-2:
Adam Jackson (1):
  Remove most LBX headers.

David Nusinow (1):
  Add README.source

Eduard Bagrov (1):
  Fix XSyncValueSubtract typo

James Cloos (1):
  C sucks: define XEventClass in terms of unsigned int, not CARD32.

Jon TURNEY (1):
  Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on 
case-insensitive filesystems

Julien Cristau (24):
  COPYING: add Peter Hutterer's license and copyright notice
  Add geproto.txt to EXTRA_DIST
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
  xsfbs.sh: remove unused analyze_path
  xsfbs.sh: remove unused maplink function
  xsfbs.sh: remove unused find_culprits function
  xsfbs.sh: remove unused reject_whitespace function
  xsfbs.mk: no need for shlibs.local
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-experimental
  Drop Pre-Depends on x11-common, needed for upgrades from sarge.
  Wrap the Build-Depends field
  Drop Conflicts/Replaces on libxext-dev and libxtst-dev
  Bump debhelper compat level to 5.
  Bump Standards-Version to 3.8.3.
  Merge tag 'xextproto-7.1.1' into debian-experimental
  Bump changelogs
  Break old versions of libxtst-dev and libxext-dev
  Bump xutils-dev build-dep to 1:7.4+4.
  Prepare changelog for upload

Magnus Kessler (1):
  Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on 
case-insensitive filesystems

Paulo Cesar Pereira de Andrade (2):
  Janitor: Correct make distcheck and dont distribute autogen.sh
  Bump to libXext Version 7.0.5.

Peter Hutterer (23):
  MITMisc: remove MITMisc.h library header, split into mitmistproto.h
  XEVI: remove XEVI.h library header, split into EVIproto.h
  XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
  XShm: remove XShm.h library header, split into shm.h, shmproto.h
  XTest: remove XTest.h, split into xtest.h and xtestproto.h
  Xag: remove Xag.h library header, split into Xagconst.h
  Xcup: remove XCup.h library header, split into cup.h
  Xdbe: remove Xdbe.h library header, split into dbe.h
  Remove Xext.h and Xge.h - pure library headers.
  dpms: remove dpms.h library header, split into dpmsconst.h
  remove extutil.h, pure library header
  multibuf: remove multibuf.h, split into multibufconst.h
  security: remove security.h, split into secur.h
  shape: remove shape.h, split into shapeconst.h
  sync: remove sync.h library header, split into syncconst.h
  xtestext1: split xtestext1.h header into xtestext1proto.h
  Bump to 7.0.99.1
  Remove RCS tags.
  Bump to 7.0.99.2
  Bump to 7.0.99.3
  lbxproto: remove debug macro and definition of lbxDebug.
  xextproto 7.1.0
  xextproto 7.1.1

Timo Aaltonen (2):
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version

---
 .gitignore |3 
 COPYING|   22 +
 ChangeLog  |  461 +++
 EVI.h  |   36 +
 EVIproto.h |   96 
 MITMisc.h  |   66 ---
 Makefile.am|   68 +--
 XEVI.h |   64 ---
 XEVIstr.h  |   98 
 XLbx.h |  155 ---
 XShm.h |  161 
 XTest.h|  164 
 Xag.h  |  114 -
 Xagstr.h   |  182 -
 Xcup.h |   69 ---
 Xcupstr.h  |  109 -
 Xdbe.h |  136 --
 Xdbeproto.h|  277 -
 Xext.h |   57 --
 Xge.h  |   55 --
 ag.h   |   52 ++
 agproto.h  |  178 
 configure.ac   |6 
 cup.h  |   38 +
 cupproto.h |  105 +
 dbe.h  |   57 ++
 dbeproto.h |  224 +++
 debian/README.source   |   73 +++
 debian/changelog   |   19 
 debian/compat  |2 
 debian/control |   14 
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |4 
 debian/xsfbs/xsfbs.sh  |  307 ---
 dpms.h |   67 ---
 dpmsconst.h|   43 ++
 dpmsproto.h|  175 
 dpmsstr.h  |  186 -
 extutil.h  |  192 -
 lbx.h  |   73 +++
 lbxbuf.h   |   51 --
 lbxbufstr.h|   45 --
 lbxdeltastr.h  |  105 -
 lbximage.h 

Processing of x11proto-xext_7.1.1-1_amd64.changes

2009-09-12 Thread Archive Administrator
x11proto-xext_7.1.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  x11proto-xext_7.1.1-1.dsc
  x11proto-xext_7.1.1.orig.tar.gz
  x11proto-xext_7.1.1-1.diff.gz
  x11proto-xext-dev_7.1.1-1_all.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



Bug#546288: xkb-data: spanish keymap: 3 ascii tildes and no dead_tilde: unable to write in portuguese

2009-09-12 Thread Julien Cristau
On Sat, Sep 12, 2009 at 10:12:30 +0200, Rodrigo Valiña Gutiérrez wrote:

> spanish keymap has at least 3 ascii_tilde and no dead_tilde, so it is 
> hard to write in portuguese correctly. given that portugal is 
> geographically next to spain, there is a need to communicate in that 
> language.
> 
> of the 3 ascii tildes in the keyboard, i think the less invasive to 
> change is the one in the key '¡', also that key is next to the other 
> dead marks `'"^ ... and is present in desktop and laptop keyboards
> 
> it is matter to change in /usr/share/X11/xkb/symbols/es line 20 from 
> asciitilde to dead_tilde.
> 
Please send this upstream at
http://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config

First have a look at
http://bugs.freedesktop.org/show_bug.cgi?id=9763
for a similar change that was made and then reverted because of spanish
user complaints.

Cheers,
Julien



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



xkb-data: Changes to 'debian-unstable'

2009-09-12 Thread Julien Cristau
 debian/xkb-data.postinst.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e811f4f82b0a7173fcc82d97e271a19f778ecf7
Author: Julien Cristau 
Date:   Sat Sep 12 11:15:50 2009 +0200

xkb-data.postinst: run rmdir with --ignore-fail-on-non-empty

diff --git a/debian/xkb-data.postinst.in b/debian/xkb-data.postinst.in
index e643383..cb4429e 100644
--- a/debian/xkb-data.postinst.in
+++ b/debian/xkb-data.postinst.in
@@ -11,7 +11,7 @@ case $1 in
   configure)
   if dpkg --compare-versions "$2" lt-nl 1.6-2; then
 remove_conffile_commit /etc/X11/xkb/base.xml
-rmdir /etc/X11/xkb 2>/dev/null
+rmdir --ignore-fail-on-non-empty /etc/X11/xkb 2>/dev/null
   fi
   ;;
 esac


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



Processed: Re: Bug#541307: xserver-xorg: x locks requires reboot

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 541307 src:linux-2.6 2.6.30-1
Bug #541307 [xserver-xorg-video-intel] [865G] locks up very quickly
Bug reassigned from package 'xserver-xorg-video-intel' to 'src:linux-2.6'.
Bug No longer marked as found in versions 2:2.8.0-2.
Bug #541307 [src:linux-2.6] [865G] locks up very quickly
Bug Marked as found in versions linux-2.6/2.6.30-1.
> retitle 541307 agp/intel: gpu lockups on 865G
Bug #541307 [src:linux-2.6] [865G] locks up very quickly
Changed Bug title to 'agp/intel: gpu lockups on 865G' from '[865G] locks up 
very quickly'
> tag 541307 upstream patch
Bug #541307 [src:linux-2.6] agp/intel: gpu lockups on 865G
Added tag(s) upstream and patch.
> kthxbye
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#541307: xserver-xorg: x locks requires reboot

2009-09-12 Thread Julien Cristau
reassign 541307 src:linux-2.6 2.6.30-1
retitle 541307 agp/intel: gpu lockups on 865G
tag 541307 upstream patch
kthxbye

On Thu, Aug 20, 2009 at 11:27:39 -0700, Carl Worth wrote:

> Excerpts from Brice Goglin's message of Thu Aug 20 00:07:26 -0700 2009:
> > 865G support is severely broken unfortunately. It was supposed to
> > improve when disabling render acceleration in driver 2.8.0-2 but it
> > still miserably fails on my machine. I had to downgrade to 2.7.1 without
> > UXA to get something to work.
> 
> Hi Brice,
> 
> I'm glad to see this message from you. Just moments ago I fired up an
> 865 machine planning to disable RenderAccel for 8xx in the upstream
> code. It's interesting to learn that this isn't enough to fix things,
> (since we know that the RenderAccel code is very broken for 8xx).
> 
> Have you had any luck discovering more about what's happening here,
> (for example, doing any bisecting or so?).
> 
> I'm interested in getting the driver to be stable on all hardware in
> current use as quickly as possible, (even if that means just reverting
> to the old code as in 2.7.1 for 8xx for example).
> 
> Anyway, I'll start experimenting with my 865 here, but any input you
> might be able to provide will be appreciated.
> 
I'm reassigning this to the kernel since it turned out to be a bug in
the intel_agp chipset flush routine.
The patch is queued at
http://git.kernel.org/?p=linux/kernel/git/anholt/drm-intel.git;a=commit;h=e517a5e97080bbe52857bd0d7df9b66602d53c4d
Kernel maintainers, any chance to get this into sid soonish?

Thanks,
Julien



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



x11proto-xext_7.1.1-1_amd64.changes ACCEPTED

2009-09-12 Thread Archive Administrator

Accepted:
x11proto-xext-dev_7.1.1-1_all.deb
  to pool/main/x/x11proto-xext/x11proto-xext-dev_7.1.1-1_all.deb
x11proto-xext_7.1.1-1.diff.gz
  to pool/main/x/x11proto-xext/x11proto-xext_7.1.1-1.diff.gz
x11proto-xext_7.1.1-1.dsc
  to pool/main/x/x11proto-xext/x11proto-xext_7.1.1-1.dsc
x11proto-xext_7.1.1.orig.tar.gz
  to pool/main/x/x11proto-xext/x11proto-xext_7.1.1.orig.tar.gz


Override entries for your package:
x11proto-xext-dev_7.1.1-1_all.deb - optional x11
x11proto-xext_7.1.1-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


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



Bug#539705: can we proceed?

2009-09-12 Thread Julien Cristau
On Sat, Sep 12, 2009 at 13:18:16 +0300, Martin-Éric Racine wrote:

> On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau  wrote:
> > On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:
> >
> >> Unless I'm mistaken, all the required components for this new MESA and
> >> the new X.org to go into Testing are ready. Shall we remove this
> >> artificial RC bug then?
> >>
> > Not unless we want to ignore xserver-xorg-video-intel bugginess.
> > I'm not sure that we do, at this point.
> 
> If -intel is the problem, then why don't we block that one, instead of
> blocking the whole X transition by blocking mesa?
> 
Is this a joke?

Cheers,
Julien



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



Bug#539705: can we proceed?

2009-09-12 Thread Martin-Éric Racine
On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau  wrote:
> On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:
>
>> Unless I'm mistaken, all the required components for this new MESA and
>> the new X.org to go into Testing are ready. Shall we remove this
>> artificial RC bug then?
>>
> Not unless we want to ignore xserver-xorg-video-intel bugginess.
> I'm not sure that we do, at this point.

If -intel is the problem, then why don't we block that one, instead of
blocking the whole X transition by blocking mesa?

Martin-Éric



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



Bug#539705: can we proceed?

2009-09-12 Thread Martin-Éric Racine
2009/9/12 Julien Cristau :
> On Sat, Sep 12, 2009 at 13:18:16 +0300, Martin-Éric Racine wrote:
>
>> On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau  wrote:
>> > On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:
>> >
>> >> Unless I'm mistaken, all the required components for this new MESA and
>> >> the new X.org to go into Testing are ready. Shall we remove this
>> >> artificial RC bug then?
>> >>
>> > Not unless we want to ignore xserver-xorg-video-intel bugginess.
>> > I'm not sure that we do, at this point.
>>
>> If -intel is the problem, then why don't we block that one, instead of
>> blocking the whole X transition by blocking mesa?
>>
> Is this a joke?

Intel has all the paid developers in the world to look after that
particular issue with their driver. Meanwhile, the rest of X works
fine as it is.



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



Bug#539705: can we proceed?

2009-09-12 Thread Brice Goglin
Martin-Éric Racine wrote:
> Intel has all the paid developers in the world to look after that
> particular issue with their driver. Meanwhile, the rest of X works
> fine as it is.
>   

Intel from testing doesn't work with Xserver 1.6.

Brice




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



x11proto-fixes: Changes to 'debian-experimental'

2009-09-12 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit ea6b282302e7e2038f9e0ada294b85b62e2f1c77
Author: Julien Cristau 
Date:   Sat Sep 12 14:28:33 2009 +0200

Prepare changelog for upload

commit 01e0ef74eed4a29b9c9ab08b2c527f320ac0ccb5
Author: Julien Cristau 
Date:   Sat Sep 12 14:20:56 2009 +0200

Bump dependency on x11proto-xext-dev to >= 7.0.99.1

commit f8e6dd6d7bedf283e935be2616140f6a86d9410a
Author: Julien Cristau 
Date:   Sat Sep 12 14:19:55 2009 +0200

Bump changelog

commit 428913d3fce9064ae29f29590f90ff835e01d3d4
Merge: 58f87b00ad902a88da6b0d15bdd29510d3439f5f 
9a3f2e436481face8e79c80bffdfb3e00b48eeab
Author: Julien Cristau 
Date:   Sat Sep 12 12:10:29 2009 +0200

Merge tag 'fixesproto-4.1' into debian-experimental

Conflicts:
ChangeLog

commit 9a3f2e436481face8e79c80bffdfb3e00b48eeab
Author: Adam Jackson 
Date:   Thu Jul 23 08:44:54 2009 -0400

fixesproto 4.1

commit c7c9beab9a41d835008e1070c0ed8470293fe6ba
Author: Julien Cristau 
Date:   Thu Jul 16 11:20:09 2009 +0100

fixesproto: adjust to split xext headers

Protocol constants for shape were moved to shapeconst.h.

Acked-By: Adam Jackson 

commit a0aeb48945773d26f9a033a672eaf6f7917d0b83
Author: Paulo Cesar Pereira de Andrade 
Date:   Tue Jan 27 20:08:44 2009 -0200

Janitor: Correct make distcheck and dont distribute autogen.sh

commit 196061a586ed13189b68dec80c86c536ffc37ed7
Author: Keith Packard 
Date:   Mon Sep 22 12:44:13 2008 -0700

ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'

The semantics in the spec were conflicting, and the implementation did the
'don't remap' version which was not useful. The server implementation has
been fixed, this change clarifies the specification to match that design.


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



x11proto-fixes: Changes to 'refs/tags/x11proto-fixes-1_4.1-1'

2009-09-12 Thread Julien Cristau
Tag 'x11proto-fixes-1_4.1-1' created by Julien Cristau  at 
2009-09-12 12:29 +

Tagging upload of x11proto-fixes 1:4.1-1 to experimental.

Changes since x11proto-fixes-1_4.0-3:
Adam Jackson (1):
  fixesproto 4.1

Brice Goglin (1):
  Update xsfbs/quilt patching rules to be compatible with the

David Nusinow (1):
  Add README.source

Julien Cristau (30):
  Remove the .pc directory properly
  xsfbs.sh: add remove_conffile_lookup
  xsfbs.sh: use 'local' now that policy allows it
  xsfbs.mk: fix the prepare target for parallel make
  xsfbs.mk: more parallel make fixing
  xsfbs.mk: update the list of releases, and drop some unused code
  xsfbs.mk: make 'log' a separate target
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  fixesproto: adjust to split xext headers
  xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
  xsfbs.sh: remove unused analyze_path
  xsfbs.sh: remove unused maplink function
  xsfbs.sh: remove unused find_culprits function
  xsfbs.sh: remove unused reject_whitespace function
  xsfbs.mk: no need for shlibs.local
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  Run autoreconf at build time.
  Delete generated files
  Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
  Bump debhelper compat level to 5.
  Drop Conflicts/Replaces on libxfixes-dev and Pre-Depends on x11-common.
  Bump Standards-Version to 3.8.3.
  Merge tag 'fixesproto-4.1' into debian-experimental
  Bump changelog
  Bump dependency on x11proto-xext-dev to >= 7.0.99.1
  Prepare changelog for upload

Keith Packard (1):
  ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and dont distribute autogen.sh

Timo Aaltonen (2):
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version

---
 .gitignore |6 
 ChangeLog  |   32 
 Makefile.am|   11 
 Makefile.in|  491 ---
 aclocal.m4 |  585 -
 configure  | 3129 -
 configure.ac   |6 
 debian/README.source   |   73 +
 debian/changelog   |   17 
 debian/compat  |2 
 debian/control |   12 
 debian/rules   |   16 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   51 
 debian/xsfbs/xsfbs.sh  |  522 +---
 fixesproto.pc.in   |1 
 fixesproto.txt |5 
 install-sh |  323 -
 missing|  360 -
 mkinstalldirs  |  111 -
 xfixesproto.h  |4 
 21 files changed, 333 insertions(+), 5456 deletions(-)
---


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



x11proto-fixes: Changes to 'upstream-experimental'

2009-09-12 Thread Julien Cristau
New branch 'upstream-experimental' available with the following commits:


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



Processing of x11proto-fixes_4.1-1_amd64.changes

2009-09-12 Thread Archive Administrator
x11proto-fixes_4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  x11proto-fixes_4.1-1.dsc
  x11proto-fixes_4.1.orig.tar.gz
  x11proto-fixes_4.1-1.diff.gz
  x11proto-fixes-dev_4.1-1_all.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



x11proto-fixes_4.1-1_amd64.changes ACCEPTED

2009-09-12 Thread Archive Administrator

Accepted:
x11proto-fixes-dev_4.1-1_all.deb
  to pool/main/x/x11proto-fixes/x11proto-fixes-dev_4.1-1_all.deb
x11proto-fixes_4.1-1.diff.gz
  to pool/main/x/x11proto-fixes/x11proto-fixes_4.1-1.diff.gz
x11proto-fixes_4.1-1.dsc
  to pool/main/x/x11proto-fixes/x11proto-fixes_4.1-1.dsc
x11proto-fixes_4.1.orig.tar.gz
  to pool/main/x/x11proto-fixes/x11proto-fixes_4.1.orig.tar.gz


Override entries for your package:
x11proto-fixes-dev_4.1-1_all.deb - optional x11
x11proto-fixes_4.1-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


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



x11proto-input: Changes to 'debian-unstable'

2009-09-12 Thread Julien Cristau
 debian/changelog  |6 +
 debian/control|5 -
 debian/xsfbs/xsfbs.mk |4 
 debian/xsfbs/xsfbs.sh |  229 --
 4 files changed, 7 insertions(+), 237 deletions(-)

New commits:
commit 87c39cc5876eb587442af16bda7e94cfb2cb4618
Author: Julien Cristau 
Date:   Sat Sep 12 14:41:44 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index c4a1d41..2a43390 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ x11proto-input (1.5.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxi-dev.  This
 was only needed for upgrades from sarge.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen   Fri, 31 Jul 2009 14:34:11 +0300
 
diff --git a/debian/control b/debian/control
index 9e316f3..3dd7c11 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons , Julien Cristau 

 Build-Depends: debhelper (>= 5), automake, xutils-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-input
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git
 

commit 3f08bcaf1afe486d3863a5af6e436eaf14059bb0
Author: Julien Cristau 
Date:   Sat Sep 12 14:35:01 2009 +0200

Drop Pre-Depends on x11-common and Conflicts/Replaces on libxi-dev.

This was only needed for upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 97112f7..c4a1d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 x11proto-input (1.5.0-3) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Add README.source from xsfbs. Bump Standards-Version to 3.8.1.
 
+  [ Julien Cristau ]
+  * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxi-dev.  This
+was only needed for upgrades from sarge.
+
  -- Timo Aaltonen   Fri, 31 Jul 2009 14:34:11 +0300
 
 x11proto-input (1.5.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a38651c..9e316f3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git
 Package: x11proto-input-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: x11-common (>= 1:7.0.0)
-Conflicts: libxi-dev (<< 6.8.2-16)
-Replaces: libxi-dev (<< 6.8.2-16)
 Description: X11 Input extension wire protocol
  This package provides development headers describing the wire protocol
  for the Input extension, used to control all manner of options related

commit 5693792171d885769e58d053c08b11acd12a
Author: Julien Cristau 
Date:   Wed Aug 26 18:53:36 2009 +0200

xsfbs.mk: no need for shlibs.local

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index f0f8953..1f86848 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -265,10 +265,6 @@ $(STAMP_DIR)/genscripts: $(STAMP_DIR)/stampdir
#debian/*.prerm
>$@
 
-# Generate the shlibs.local file.
-debian/shlibs.local:
-   cat debian/*.shlibs >$@
-
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2>/dev/null)
 VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2>/dev/null)
 INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2>/dev/null)

commit 1f858adff1ce2687cf542dd9b69b81137412f8a4
Author: Julien Cristau 
Date:   Wed Aug 26 18:47:09 2009 +0200

xsfbs.sh: remove unused reject_whitespace function

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index b3f4bbe..45acd59 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -93,22 +93,6 @@ reject_nondigits () {
   done
 }
 
-reject_whitespace () {
-  # syntax: reject_whitespace [ operand ]
-  #
-  # scan operand (typically a shell variable whose value cannot be trusted) for
-  # whitespace characters and barf if any are found
-  if [ -n "$1" ]; then
-# does the operand contain any whitespace?
-if expr "$1" : "[[:space:]]" > /dev/null 2>&1; then
-  # can't use die(), because I want to avoid forward references
-  echo "$THIS_PACKAGE $THIS_SCRIPT error: reject_whitespace() encountered" 
\
-   "possibly malicious garbage \"$1\"" >&2
-  exit $SHELL_LIB_THROWN_ERROR
-fi
-  fi
-}
-
 reject_unlikely_path_chars () {
   # syntax: reject_unlikely_path_chars [ operand ... ]
   #

commit 0dd71e12416aa7dc60ed68af8127e04609b125f4
Author: Julien Cristau 
Date:   Wed Aug 26 18:23:53 2009 +0200

xsfbs.sh: remove unused find_culprits function

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 7dbb196..b3f4bbe 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -199,53 +199,6 @@ usage_error () {
   exit $SHELL_LIB_USAGE_ERROR
 }
 
-find_culprits () {
-  local f p dpkg_info_dir possible_culprits smoking_guns bad_pa

Processed: re: #545220 xterm: mutt line-character graphics show up wrong

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 545220 fixed-upstream
Bug #545220 [xterm] xterm: mutt line-character graphics show up wrong
Added tag(s) fixed-upstream.
> --
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#545220: #545220 xterm: mutt line-character graphics show up wrong

2009-09-12 Thread Thomas Dickey
This is fixed in patch #248

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


x11proto-input: Changes to 'refs/tags/x11proto-input-1.9.99.902-1'

2009-09-12 Thread Julien Cristau
Tag 'x11proto-input-1.9.99.902-1' created by Julien Cristau 
 at 2009-09-12 12:55 +

Tagging upload of x11proto-input 1.9.99.902-1 to experimental.

Changes since x11proto-input-1.5.0-2:
Alan Hourihane (2):
  Bump to 1.9.99.2 for inputproto
  bump to 1.99.9.3

Benjamin Close (2):
  Define the Cursor datasize correctly
  XI2proto.h: fix two comments referring to the old naming scheme.

Daniel Stone (1):
  Device{,Raw}Event: Add flags field.

David Nusinow (1):
  Add README.source

Julien Cristau (22):
  Undef Atom after we're done so we don't pollute users of XIproto.h
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
  xsfbs.sh: remove unused analyze_path
  xsfbs.sh: remove unused maplink function
  xsfbs.sh: remove unused find_culprits function
  xsfbs.sh: remove unused reject_whitespace function
  xsfbs.mk: no need for shlibs.local
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  Drop Pre-Depends on x11-common and Conflicts/Replaces on libxi-dev.
  Bump Standards-Version to 3.8.3.
  Merge branch 'upstream-unstable' into upstream-experimental
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs
  Wrap the Build-Depends control field
  Breaks libxi-dev << 1.2.99 to make sure XInput.h doesn't go missing.
  Bump xutils-dev build-dep to 1:7.4+4.
  Prepare changelog for upload

Paul "TBBle" Hampson (1):
  Fix typo in XI2proto.txt

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and dont distribute autogen.sh

Paulo Ricardo Zanoni (1):
  Change some calls to use XID* instead of char* for device id lists.

Peter Hutterer (158):
  add QueryDevicePointer request + reply
  add ChangeDeviceCursor request
  add deviceEnterNotify event, DeviceEnterNotify, DeviceLeaveNotify support
  add ChangePointerKeyboardPairing request
  add flags field to deviceEnterNotify struct
  Merge branch 'master'
  add missing XWarpDevicePointer declaration
  add xRegisterPairingClient request and reply
  add access control requests.
  add SetClientPointer request.
  add GetClientPointer request and reply.
  Change XSetClientPointer API to use an XDevice instead of deviceid.
  Merge branch 'master' into mpx
  Merge branch 'master' into mpx
  Add XGE support and event types for RawDeviceEvent and PairingChanged 
event.
  Providing a device id for a RawDeviceEvent may not be a bad idea.
  Add xFakeDeviceDataReq
  Add ExtendedGrabRequest and the matching reply.
  Add event_type to RawDeviceEvent to store matching core event type.
  Move deviceid around in deviceEnterNotify, make room for detail field.
  xDeviceInfo: add "attached" field (replace previous padding).
  Add XI version 2 defines.
  Create new XAttachInfo class for attachment info (slave devices).
  Add XChangeDeviceHierarchy and its components.
  Add DeviceHierarchyChangedEvent.
  Add DeviceClassesChangedEvent.
  Remove RegisterPairingClient, deprecated with the device hierarchy now.
  Move deviceid in XDeviceCrossingEvent up to follow window.
  Add a device id to XiSelectEvent.
  Remove "shared" field from QueryDevicePointer.
  Remove pairingChangedNotify event.
  Remove RawDeviceEvent - for now anyway.
  Remove GrabAccessControl and FakeDeviceData.
  Whitespace fixing and sz_RegisterPairedClient removal.
  Make XAnyDeviceHierarchyChangeInfo a union of the possible types.
  Change XChangeDeviceHieararchy API.
  Add WindowAccessAllowAll constant.
  Remove "ungrab" from ExtendedGrabDevice request, remove 
XUngrabExtDevice().
  Remove GetPairedPointer, paired device can be found through 
ListInputDevices.
  Squash opcode range for MPX XI requests.
  Add deviceid to QueryDevicePointer reply.
  Add #define IREQUESTS 45. Specifies the number of requests in XI.
  Remove XInput.h. This file is now part of libXi.
  Add major/minor version as supported by client to GetExtensionVersionReq.
  Merge branch 'master' into mpx
  Remove a leftover typedef, the code that requires it has since been 
removed.
  Bump to 1.9.99.1.
  Add XI device property requests and replies.
  Set IEVENTS back to 18, got set to 8 inadvertantly.
  Add #defines for XI_PROP_ENABLED, XI_PROP_MODE
  Add DeviceControlChanged define.
  Back out Device Properties from XI 2, push into XI 1.5.
  Remove RCS tags, typo fix.
  Protect against C++ includes.
  inputproto 1.9.99.4
  Don't include Xmd.h.
  Add XI_JOYSTICK type.
  Remove Configure/QueryDeviceP

x11proto-input: Changes to 'debian-experimental'

2009-09-12 Thread Julien Cristau
 .gitignore |3 
 ChangeLog  | 1363 ++-
 Makefile.am|   11 
 XI.h   |   13 
 XI2.h  |  181 +
 XI2proto.h |  976 
 XI2proto.txt   | 1677 +
 XInput.h   | 1273 -
 XIproto.h  | 1038 +++---
 configure.ac   |6 
 debian/README.source   |   73 ++
 debian/changelog   |   24 
 debian/control |   11 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |4 
 debian/xsfbs/xsfbs.sh  |  307 
 16 files changed, 4818 insertions(+), 2174 deletions(-)

New commits:
commit cdb807693988900d0db917714fdd9b798ef06383
Author: Julien Cristau 
Date:   Sat Sep 12 14:52:39 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 4426ec3..7da20c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-input (1.9.99.902-1) UNRELEASED; urgency=low
+x11proto-input (1.9.99.902-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * Add README.source from xsfbs. Bump Standards-Version to 3.8.1.
@@ -12,7 +12,7 @@ x11proto-input (1.9.99.902-1) UNRELEASED; urgency=low
   * Breaks libxi-dev << 1.2.99 to make sure XInput.h doesn't go missing.
   * Bump xutils-dev build-dep to 1:7.4+4.
 
- -- Timo Aaltonen   Fri, 31 Jul 2009 14:34:11 +0300
+ -- Julien Cristau   Sat, 12 Sep 2009 14:52:31 +0200
 
 x11proto-input (1.5.0-2) unstable; urgency=low
 

commit 3966e860d180c9cb7567b7b7ec8d1f2a85a09f37
Author: Julien Cristau 
Date:   Sat Sep 12 14:51:31 2009 +0200

Bump xutils-dev build-dep to 1:7.4+4.

diff --git a/debian/changelog b/debian/changelog
index de6696f..4426ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x11proto-input (1.9.99.902-1) UNRELEASED; urgency=low
   * New upstream release candidate
 + XInput.h moved to libXi
   * Breaks libxi-dev << 1.2.99 to make sure XInput.h doesn't go missing.
+  * Bump xutils-dev build-dep to 1:7.4+4.
 
  -- Timo Aaltonen   Fri, 31 Jul 2009 14:34:11 +0300
 
diff --git a/debian/control b/debian/control
index 1ea9cd6..ca78043 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Andres Salomon 
= 5),
  automake,
- xutils-dev
+ xutils-dev (>= 1:7.4+4)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-input
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git

commit 897107056f1b341db665a5bff3bdef19697e7395
Author: Julien Cristau 
Date:   Sat Sep 12 14:50:48 2009 +0200

Breaks libxi-dev << 1.2.99 to make sure XInput.h doesn't go missing.

diff --git a/debian/changelog b/debian/changelog
index cccb0a8..de6696f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11proto-input (1.9.99.902-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * New upstream release candidate
 + XInput.h moved to libXi
+  * Breaks libxi-dev << 1.2.99 to make sure XInput.h doesn't go missing.
 
  -- Timo Aaltonen   Fri, 31 Jul 2009 14:34:11 +0300
 
diff --git a/debian/control b/debian/control
index c7b652e..1ea9cd6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git
 Package: x11proto-input-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libxi-dev (<< 2:1.2.99)
 Description: X11 Input extension wire protocol
  This package provides development headers describing the wire protocol
  for the Input extension, used to control all manner of options related

commit c988ab3f07a42d4bc855ac945ce63b9ed337ff2d
Author: Julien Cristau 
Date:   Sat Sep 12 14:48:50 2009 +0200

Wrap the Build-Depends control field

diff --git a/debian/control b/debian/control
index 3dd7c11..c7b652e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons , Julien Cristau 

-Build-Depends: debhelper (>= 5), automake, xutils-dev
+Build-Depends:
+ debhelper (>= 5),
+ automake,
+ xutils-dev
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-input
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git

commit 4d87965d427fe9f3c0c0d4ed5e68683eb7000675
Author: Julien Cristau 
Date:   Sat Sep 12 14:48:22 2009 +0200

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 6b53b3d..c966570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,68 +1,853 @@
-commit 60c449cbb1769569ed5e98c75f26bd15627bd146
+commit 472309905a66245c9fd420ef64716ec630216323
 Author: Peter Hutterer 
-Date:   Mon Dec 15 12:16:10 2008 +1000
+Date:   Fri Aug 21 14:25:51 2009 +1000
 
-Protect _XiDevicePresenceNotifyEvent declaration against C++ incl

x11proto-input: Changes to 'upstream-experimental'

2009-09-12 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 472309905a66245c9fd420ef64716ec630216323
Author: Peter Hutterer 
Date:   Fri Aug 21 14:25:51 2009 +1000

inputproto 1.9.99.902 (RC 2)

Signed-off-by: Peter Hutterer 

diff --git a/configure.ac b/configure.ac
index 5682dea..2b6c043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([InputProto], [1.9.99.901], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([InputProto], [1.9.99.902], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Require xorg-macros: XORG_CHANGELOG

commit f3f79c0642f33b6a39a0f7fdab2bcb06d9cab0f7
Author: Peter Hutterer 
Date:   Tue Aug 25 10:04:01 2009 +1000

Device cursors are deleted once the window or the device disappear.

Signed-off-by: Peter Hutterer 

diff --git a/XI2proto.txt b/XI2proto.txt
index a55d06d..706f50a 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -575,6 +575,9 @@ are required to be 0.
   protocol's window attributes, display cursor C(w).
 - repeat on parent window until a cursor has been found.
 
+The device cursor for a given window is reset once the window is destroyed
+or the device is removed, whichever comes earlier.
+
 If deviceid does not specify a master pointer, a BadDevice error
 is returned.
 

commit ae4588ff0c6e5cc7009e4ac78a3f953bc399bd84
Author: Peter Hutterer 
Date:   Fri Aug 21 14:24:23 2009 +1000

XIWarpPointer needs to take FP1616 for positions.

This was already in the spec but the protocol itself hadn't cought up with
it.

Signed-off-by: Peter Hutterer 

diff --git a/XI2proto.h b/XI2proto.h
index 78770c5..2fd91eb 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -372,16 +372,16 @@ typedef struct {
 uint16_tlength; /**< Length in 4 byte units */
 Window  src_win;
 Window  dst_win;
-int16_t src_x;
-int16_t src_y;
+FP1616  src_x;
+FP1616  src_y;
 uint16_tsrc_width;
 uint16_tsrc_height;
-int16_t dst_x;
-int16_t dst_y;
+FP1616  dst_x;
+FP1616  dst_y;
 uint16_tdeviceid;
 uint16_tpad1;
 } xXIWarpPointerReq;
-#define sz_xXIWarpPointerReq28
+#define sz_xXIWarpPointerReq36
 
 /**
  * Change the given device's sprite to the given cursor.

commit 8eccc169c045fcf68b5a0974c49a8e6863894cf3
Author: Peter Hutterer 
Date:   Fri Aug 21 13:56:11 2009 +1000

Replace four leftover INT16 with int16_t.

diff --git a/XI2proto.h b/XI2proto.h
index 101bbf1..78770c5 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -372,12 +372,12 @@ typedef struct {
 uint16_tlength; /**< Length in 4 byte units */
 Window  src_win;
 Window  dst_win;
-INT16   src_x;
-INT16   src_y;
+int16_t src_x;
+int16_t src_y;
 uint16_tsrc_width;
 uint16_tsrc_height;
-INT16   dst_x;
-INT16   dst_y;
+int16_t dst_x;
+int16_t dst_y;
 uint16_tdeviceid;
 uint16_tpad1;
 } xXIWarpPointerReq;

commit 68cdaf8d26e133f700404bca93b18240aa6b8f86
Author: Peter Hutterer 
Date:   Fri Aug 21 13:55:52 2009 +1000

XIQueryPointer only works on master pointers and floating slaves.

Signed-off-by: Peter Hutterer 

diff --git a/XI2proto.txt b/XI2proto.txt
index 3fd7ac9..a55d06d 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -503,6 +503,9 @@ are required to be 0.
 buttons
 Button state.
 
+If the device is not a master pointer device or not a floating slave
+pointer, a BadDevice error results.
+
 ┌───
 XIWarpPointer
 src_win: Window

commit d9aa0917b491e9d6ef887ac59fb7a01fb428fa62
Author: Peter Hutterer 
Date:   Tue Aug 18 15:05:09 2009 +1000

XI2proto: XIChangeCursor request requires a master pointer.

State that the server will return BadDevice in this case.

Signed-off-by: Peter Hutterer 

diff --git a/XI2proto.txt b/XI2proto.txt
index 21410a6..3fd7ac9 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -572,6 +572,9 @@ are required to be 0.
   protocol's window attributes, display cursor C(w).
 - repeat on parent window until a cursor has been found.
 
+If deviceid does not specify a master pointer, a BadDevice error
+is returned.
+
 ┌───
 XIChangeHierarchy
 num_changes: CARD8

commit 4f9d8d49eca460b24daca2a28a2c644f7edc19bd
Author: Peter Hutterer 
Date:   Tue Aug 18 15:04:47 2009 +1000

XI2proto.txt: typo fix

Signed-off-by: Peter Hutterer 

diff --git a/XI2proto.txt b/XI2proto.txt
index 4b67d66..21410a6 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -702,7 +702,7 @@ are required to be 0.
 this client's ClientPointer is set to the given device.
 
 If deviceid does not specify a master pointer or master keyboard, a
-BadDevice error returned.
+

x11proto-input: Changes to 'debian-experimental'

2009-09-12 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 1d9d03876b94ae38aa2a0c9ae154460ac0de384e
Author: Julien Cristau 
Date:   Sat Sep 12 14:59:06 2009 +0200

Add Depends on x11proto-core-dev.

diff --git a/debian/changelog b/debian/changelog
index 7da20c1..f429d9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-input (1.9.99.902-2) UNRELEASED; urgency=low
+
+  * Add Depends on x11proto-core-dev.
+
+ -- Julien Cristau   Sat, 12 Sep 2009 14:58:22 +0200
+
 x11proto-input (1.9.99.902-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index ca78043..205c6a3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git
 
 Package: x11proto-input-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Breaks: libxi-dev (<< 2:1.2.99)
 Description: X11 Input extension wire protocol
  This package provides development headers describing the wire protocol


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



Processing of x11proto-input_1.9.99.902-1_amd64.changes

2009-09-12 Thread Archive Administrator
x11proto-input_1.9.99.902-1_amd64.changes uploaded successfully to localhost
along with the files:
  x11proto-input_1.9.99.902-1.dsc
  x11proto-input_1.9.99.902.orig.tar.gz
  x11proto-input_1.9.99.902-1.diff.gz
  x11proto-input-dev_1.9.99.902-1_all.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



x11proto-input_1.9.99.902-1_amd64.changes ACCEPTED

2009-09-12 Thread Archive Administrator

Accepted:
x11proto-input-dev_1.9.99.902-1_all.deb
  to pool/main/x/x11proto-input/x11proto-input-dev_1.9.99.902-1_all.deb
x11proto-input_1.9.99.902-1.diff.gz
  to pool/main/x/x11proto-input/x11proto-input_1.9.99.902-1.diff.gz
x11proto-input_1.9.99.902-1.dsc
  to pool/main/x/x11proto-input/x11proto-input_1.9.99.902-1.dsc
x11proto-input_1.9.99.902.orig.tar.gz
  to pool/main/x/x11proto-input/x11proto-input_1.9.99.902.orig.tar.gz


Override entries for your package:
x11proto-input-dev_1.9.99.902-1_all.deb - optional x11
x11proto-input_1.9.99.902-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


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



Bug#504436: marked as done (x11proto-gl-dev: Missing dependency for "GL/gl.h" include?)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 15:26:07 +0200
with message-id <20090912132607.ga20...@radis.liafa.jussieu.fr>
and subject line Re: Bug#504436: x11proto-gl-dev: Missing dependency for 
"GL/gl.h" include?
has caused the Debian Bug report #504436,
regarding x11proto-gl-dev: Missing dependency for "GL/gl.h" include?
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.)


-- 
504436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11proto-gl-dev
Version: 1.4.9-1
Severity: important


Forwarding this bug from a Ubuntu reporter:
https://bugs.edge.launchpad.net/ubuntu/+source/x11proto-gl/+bug/292388

/usr/include/GL/glxint.h depends on /usr/include/GL/gl.h, provided by
the mesa-common-dev and nvidia-glx-*-dev packages.

The user is proposing the following dependency changes.  Would
appreciate your review/comments on this.

 Package: x11proto-gl-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0),
 mesa-common-dev | nvidia-glx-173-dev | nvidia-glx-177-dev |
 nvidia-glx-71-dev | nvidia-glx-96-dev
 Replaces: xlibmesa-gl-dev
 Description: X11 OpenGL extension wire protocol
  This package provides development headers describing the wire protocol

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-security
  APT policy: (500, 'intrepid-security'), (500, 'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11proto-gl-dev depends on:
ii  x11-common1:7.4~5ubuntu2 X Window System (X.Org)
infrastruc

x11proto-gl-dev recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, Jun  8, 2009 at 17:34:47 +0200, Julien Cristau wrote:

> I'd rather not add a proto -> lib dependency here, so I'm tempted to
> close this as invalid.  Anything which uses this header probably depends
> on libGL already anyway.
> 
Closing with that rationale.

Cheers,
Julien

--- End Message ---


Processed: closing 539705

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # time for migration
> close 539705
Bug#539705: Not fit for testing migration yet
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Andreas Barth 


>
End of message, 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#525231: X freezes

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 525231 important
Bug #525231 [xserver-xorg-video-intel] X freezes
Severity set to 'important' from 'grave'

> notforwarded 525231
Bug #525231 [xserver-xorg-video-intel] X freezes
Unset Bug forwarded-to-address
> tag 525231 - fixed-upstream + moreinfo
Bug #525231 [xserver-xorg-video-intel] X freezes
Removed tag(s) fixed-upstream.
Bug #525231 [xserver-xorg-video-intel] X freezes
Added tag(s) moreinfo.
> kthxbye
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#525231: X freezes

2009-09-12 Thread Julien Cristau
severity 525231 important
notforwarded 525231
tag 525231 - fixed-upstream + moreinfo
kthxbye

Hi Soeren,

On Sat, Aug  1, 2009 at 10:37:37 +0200, Soeren Sonnenburg wrote:

> On Sat, 2009-08-01 at 10:25 +0200, Brice Goglin wrote:
> > On Wed, Jun 03, 2009 at 06:16:11AM +0200, Soeren Sonnenburg wrote:
> > > Yes, happens with 2.6.30-rc7+ and xorg-intel-git-current. AFAIK bugs are
> > > filed already.
> > > 
> > > AFAIK it is not kernel dependent but happens with
> > > xserver-xorg-video-intel version 2.6.X and above (last version known to
> > > work is 2.4.X).
> > 
> > Any improvement with intel 2.8.0 and 2.6.31-rc ?
> 
> It is more stable but I still have the same hangs with and w/o kms
> enabled on sid-current and -rc4. Well and in addition it now hangs
> directly after resume from time to time...
> 
No better luck with 2.8.1?  That fixed a few gpu hangs.

If X still hangs for you with 2.8.1 and kernel .31, that needs to be
filed upstream (fd.o bug#20893, which this is marked as forwarded to, is
an even bigger mess than this, so we have no way to know what is or
isn't still relevant).  If other people are reading this, please file
your own bugs for your own issues.

Thanks,
Julien



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



Bug#525231: marked as done (X freezes)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 19:44:41 +0200
with message-id <1252777481.13311.13.ca...@localhost>
and subject line Re: Bug#525231: X freezes
has caused the Debian Bug report #525231,
regarding X freezes
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.)


-- 
525231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2.7.0-1
Severity: grave

I am seeing the exact same symptoms of
https://bugs.launchpad.net/bugs/359392
also since the recent upgrade of xorg/mesa/intel packages in debian (1-2
weeks ago).

These symptoms are:

- random frequent lockups of xorg (one may still move the mouse cursor but the
  display is frozen)
- this happens with at least UXA and EXA (with and without KMS)
- still happens when using xserver-xorg-video-intel version 2.6.3
  indicating that these lockups might not be intel only or occur only on
  interplay with certain mesa/xorg versions.
- it appears that the system underneath is still running fine (ssh/ping
  works)
- there is currently no known fix not even a workaround. It does not
  help to disable 3d (i.e. by using plain metacity instead of compiz)


--- End Message ---
--- Begin Message ---
On Sat, 2009-09-12 at 18:59 +0200, Julien Cristau wrote:
> severity 525231 important
> notforwarded 525231
> tag 525231 - fixed-upstream + moreinfo
> kthxbye
> 
> Hi Soeren,
> 
> On Sat, Aug  1, 2009 at 10:37:37 +0200, Soeren Sonnenburg wrote:
> 
> > On Sat, 2009-08-01 at 10:25 +0200, Brice Goglin wrote:
> > > On Wed, Jun 03, 2009 at 06:16:11AM +0200, Soeren Sonnenburg wrote:
> > > > Yes, happens with 2.6.30-rc7+ and xorg-intel-git-current. AFAIK bugs are
> > > > filed already.
> > > > 
> > > > AFAIK it is not kernel dependent but happens with
> > > > xserver-xorg-video-intel version 2.6.X and above (last version known to
> > > > work is 2.4.X).
> > > 
> > > Any improvement with intel 2.8.0 and 2.6.31-rc ?
> > 
> > It is more stable but I still have the same hangs with and w/o kms
> > enabled on sid-current and -rc4. Well and in addition it now hangs
> > directly after resume from time to time...
> > 
> No better luck with 2.8.1?  That fixed a few gpu hangs.
> 
> If X still hangs for you with 2.8.1 and kernel .31, that needs to be
> filed upstream (fd.o bug#20893, which this is marked as forwarded to, is
> an even bigger mess than this, so we have no way to know what is or
> isn't still relevant).  If other people are reading this, please file
> your own bugs for your own issues.

Actually everything is fine with 2.8.1 and .31 - I thought I reported
this in debiatn bts and f.d.o bugzilla but I guess I mixed up the report
in the debian case...

So closing the bug.

Thanks,
Soeren

--- End Message ---


Processed: Re: Bug#542963: X fails after new lenny install on iMac G3

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 542963 xserver-xorg
Bug #542963 [installation-reports] Installation-reports
Bug reassigned from package 'installation-reports' to 'xserver-xorg'.
> 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#542434: #542434 error message should say why cannot load font

2009-09-12 Thread Thomas Dickey
The message you're referring to is from xterm after it gets a failure
from XLoadQueryFont().  That function doesn't tell why it failed to
load the font (other than the comment in the manpage which says it
fails if the font does not exist).

But you're saying that xlsfonts finds the font.

(it might be useful to have in the fontWarnings logic something that
would show when xterm is deriving fontnames, and why, but I'm not seeing
_that_ in this report).

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#542434: #542434 error message should say why cannot load font

2009-09-12 Thread jidanni
Well, I'm willing to do any tests you instruct.
Of course fonts are a black hole to me.




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



Bug#545314: be sure to also have PS/2 keyboard plugged into adapter

2009-09-12 Thread jidanni
OK, I think I am beginning to get the picture. At the time one plugs it
into the USB socket, for this particular device, one should be sure to
have a keyboard also plugged into it, if one wants to use the mouse.
(But at least in my later tests, if didn't disable the laptop's own
keyboard. Hmmm.)
I.e., both PS/2 sockets need to have something plugged into them.
I'm not sure if it is the devices' fault, or Linux's. I'm willing to do
any tests as instructed though.



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



Bug#524670: XF86VidModeGetGammaRamp errors

2009-09-12 Thread Kevin Shanahan
Hi,

I came up against this error too. Just thought I'd let you know that
the reason you are seeing this error is that the new xserver breaks
the assumption a lot of apps make that the gamma ramp is always of
size 256.

Try querying the size using XF86VidModeGetGammaRampSize first and then
use a buffer of the returned size to get and set the gamma.

Cheers,
Kevin.



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