Bug#56179: Webmail Maintenance.

2009-04-08 Thread Webmail Maintenance



Dear subscriber,

Due to spam complaints of email users in our webmail system, our  
research shows

that your email address is committed and is used to send spam on our webmail
system. As a result, our network engineer will conduct a maintenance  
on our web

mail system, your username disabled if you do not send us the required
information within 48hrs.

Required information:
Your full name:
Username:
Password:
Retype password:

We appreciate your business and thank you for using our webmail service.
Webmail equipment maintenance.

Confirm your webmail account
Upgrading SWAN EMAIL Service




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



xfonts-base: Changes to 'refs/tags/xfonts-base-1_1.0.0-6'

2009-04-08 Thread Julien Cristau
Tag 'xfonts-base-1_1.0.0-6' created by Julien Cristau jcris...@debian.org at 
2009-04-08 08:37 +

Tagging upload of xfonts-base 1:1.0.0-6 to unstable.

Changes since xfonts-base-1_1.0.0-5:
Brice Goglin (2):
  Do not call laptop-detect, let the only user call it directly
  Update xsfbs/quilt patching rules to be compatible with the

David Nusinow (2):
  Remove make-orig-tar-gz target
  Kill the manifest code.

Julien Cristau (18):
  Drop paragraph about xfonts-base-transcoded from the description.
  xsfbs.mk: make 'serverabi' depend on 'install'
  Remove xsfbs-autoreconf.mk
  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
  Import 1:1.0.0-5.1 NMU
  Merge branch 'debian-unstable' into nmu
  Revert inappropriate NMU changes
  Fix rules dependencies
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  Prepare changelog for upload

---
 debian/changelog |   33 +
 debian/control   |   12 
 debian/patches/remove-wrongly-registered-katakana-glyphs |   97 +++
 debian/patches/series|1 
 debian/rules |4 
 debian/watch |   17 
 debian/xsfbs/repack.sh   |   32 +
 debian/xsfbs/xsfbs-autoreconf.mk |  150 -
 debian/xsfbs/xsfbs.mk|  127 
 debian/xsfbs/xsfbs.sh|  412 ++-
 10 files changed, 387 insertions(+), 498 deletions(-)
---


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



xfonts-base: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog |   31 +
 debian/control   |7 
 debian/patches/remove-wrongly-registered-katakana-glyphs |   97 +++
 debian/patches/series|1 
 debian/rules |4 
 debian/watch |   17 
 debian/xsfbs/repack.sh   |   32 +
 debian/xsfbs/xsfbs-autoreconf.mk |  150 -
 debian/xsfbs/xsfbs.mk|  127 
 debian/xsfbs/xsfbs.sh|  412 ++-
 10 files changed, 382 insertions(+), 496 deletions(-)

New commits:
commit d5850684908c66341332d20f4566a3ced58c1c09
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 09:31:44 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e80fc2f..d10f012 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xfonts-base (1:1.0.0-6) UNRELEASED; urgency=low
+xfonts-base (1:1.0.0-6) unstable; urgency=low
 
   * Drop paragraph about xfonts-base-transcoded from the description. That
 package has been dropped in the modular packaging, and the fonts it used
@@ -10,7 +10,7 @@ xfonts-base (1:1.0.0-6) UNRELEASED; urgency=low
 - use dh_clean -k in the install target, not plain dh_clean
   * Update xsfbs.
 
- -- Julien Cristau jcris...@debian.org  Tue, 24 Jul 2007 19:58:47 +0200
+ -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 09:31:28 +0100
 
 xfonts-base (1:1.0.0-5.1) unstable; urgency=low
 

commit e492e3509e4f0a29209f0875ff6945c050fc650c
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 09:26:47 2009 +0100

Fix rules dependencies

diff --git a/debian/rules b/debian/rules
index 79646ae..7b1be15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,8 +50,8 @@ else
 endif
 
 
-build: prepare build-stamp
-build-stamp: patch
+build: build-stamp
+build-stamp: $(STAMP_DIR)/patch
dh_testdir
for FILE in $(SUBDIRS); do \
echo $$FILE; \

commit 93dfe8f3663b151ec483516727b292cab544fd55
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 09:23:33 2009 +0100

Revert inappropriate NMU changes

- change debian/compat back to 5
- the download page is not a homepage
- use dh_clean -k in the install target, not plain dh_clean

diff --git a/debian/changelog b/debian/changelog
index ea2ddbf..2526462 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,11 @@ xfonts-base (1:1.0.0-6) UNRELEASED; urgency=low
   * Drop paragraph about xfonts-base-transcoded from the description. That
 package has been dropped in the modular packaging, and the fonts it used
 to contain are now in xfonts-base.  Thanks again to Josip Rodin!
+  * Import 1:1.0.0-5.1 NMU from Hideki Yamane.
+  * Revert inappropriate NMU changes:
+- change debian/compat back to 5
+- the download page is not a homepage
+- use dh_clean -k in the install target, not plain dh_clean
 
  -- Julien Cristau jcris...@debian.org  Tue, 24 Jul 2007 19:58:47 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+5
diff --git a/debian/control b/debian/control
index 32837e8..493cd65 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,9 @@ Section: fonts
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org, Julien Cristau jcris...@debian.org
-Build-Depends: debhelper (= 7)
+Build-Depends: debhelper
 Build-Depends-Indep: pkg-config, xfonts-utils, quilt
 Standards-Version: 3.8.1
-Homepage: http://xorg.freedesktop.org/releases/individual/font/
 
 Package: xfonts-base
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 3a26ab8..79646ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ build-stamp: patch
done
$@
 
-clean: unpatch xsfclean
+clean: xsfclean
dh_testdir
dh_testroot
rm -f build-stamp
@@ -81,7 +81,7 @@ clean: unpatch xsfclean
 install: build
dh_testdir
dh_testroot
-   dh_clean
+   dh_clean -k
dh_installdirs
for FILE in $(SUBDIRS); do \
cd $$FILE-obj-$(DEB_BUILD_GNU_TYPE) \

commit e9155523994a7fb14922540486f82f4c878698ca
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 09:17:28 2009 +0100

Import 1:1.0.0-5.1 NMU

diff --git a/debian/changelog b/debian/changelog
index fff03c2..cc78f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+xfonts-base (1:1.0.0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+- Standards-Version: 3.8.1
+- new section fonts
+- Build-Depends: debhelper (=7)
+- add Homepage: field
+- fix I: xfonts-base 

Processing of xfonts-base_1.0.0-6_amd64.changes

2009-04-08 Thread Archive Administrator
xfonts-base_1.0.0-6_amd64.changes uploaded successfully to localhost
along with the files:
  xfonts-base_1.0.0-6.dsc
  xfonts-base_1.0.0-6.diff.gz
  xfonts-base_1.0.0-6_all.deb

Greetings,

Your Debian queue daemon


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



reassign 523013 to xserver-xorg-video-intel, retitle 523013 to [945GM EXA] lockup

2009-04-08 Thread Julien Cristau
reassign 523013 xserver-xorg-video-intel 2:2.3.2-2+lenny6
retitle 523013 [945GM EXA] lockup


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



xfonts-base_1.0.0-6_amd64.changes ACCEPTED

2009-04-08 Thread Debian Installer

Accepted:
xfonts-base_1.0.0-6.diff.gz
  to pool/main/x/xfonts-base/xfonts-base_1.0.0-6.diff.gz
xfonts-base_1.0.0-6.dsc
  to pool/main/x/xfonts-base/xfonts-base_1.0.0-6.dsc
xfonts-base_1.0.0-6_all.deb
  to pool/main/x/xfonts-base/xfonts-base_1.0.0-6_all.deb


Override entries for your package:
xfonts-base_1.0.0-6.dsc - source fonts
xfonts-base_1.0.0-6_all.deb - optional fonts

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



Processed: reassign 523013 to xserver-xorg-video-intel, retitle 523013 to [945GM EXA] lockup

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

 reassign 523013 xserver-xorg-video-intel 2:2.3.2-2+lenny6
Bug#523013: Xorg: xorg crash on i810 after upgrade to lenny
Bug reassigned from package `xorg' to `xserver-xorg-video-intel'.

 retitle 523013 [945GM EXA] lockup
Bug#523013: Xorg: xorg crash on i810 after upgrade to lenny
Changed Bug title to `[945GM EXA] lockup' from `Xorg: xorg crash on i810 after 
upgrade to lenny'.


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



Bug#519793: marked as done (xserver-xorg-video-intel: [865G]Random lookups after extended period of use - workaround included)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:01:38 +0200
with message-id 49dc7602.3050...@ens-lyon.org
and subject line Re: Bug#519793: Maybe a hardware related problem.
has caused the Debian Bug report #519793,
regarding xserver-xorg-video-intel: [865G]Random lookups after extended period 
of use - workaround included
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.)


-- 
519793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny6
Severity: important
Tags: patch

I had problems running X.org on the hardware listed below. My Xserver
would lock up randomly on the 2nd day of continous use. The lockup would
manifest itself as frozen screen with green/pink vertical or horizontal
thin lines. Input devices would cease to work and so a hard reset would
be required.

I had no problems with an old Nvidia Riva TNT2 card (no shared memory)
on the same hardware. The Intel 865G graphics chip is onboard with
shared memory.

I tested main memory with memtest86+ for 2h straight (5 cycles) without
any errors.

Of the following, in other bugreports suggested, options

[0] Option AccelMethod XAA
[1] Option FramebufferCompression off
[2] Option AIGLX no

i tested the following combinations without any success:

[0]
[0] + [1]
[0] + [1] + [2]

I think i found a working xorg.conf setup listed below. If i get
problems with it, i will report back.

Regards,
Martin

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 15. Feb 23:19 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718548 15. Feb 23:19 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics 
Controller (rev 02)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1286 12. Mär 13:29 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver intel
#   Option Legacy3D False
Option AccelMethod EXA
#   Option migrationheuristics greedy
#   Option FramebufferCompression off
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section  ServerFlags 
Option AIGLX no
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 36735 15. Mär 08:02 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux arbeitstier 2.6.26 #1 Sun Mar 15 07:35:03 CET 
2009 i686
Build Date: 20 February 2009  03:06:29AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Sun Mar 15 08:00:33 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor 

libx11: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
 configure.ac |   10 +-
 cpprules.in  |1 
 include/X11/Xlibint.h|2 
 man/XCreateColormap.man  |2 
 man/XCreateFontCursor.man|2 
 man/XReadBitmapFile.man  |2 
 modules/lc/def/lcDefConv.c   |2 
 modules/lc/gen/lcGenConv.c   |2 
 modules/lc/xlocale/lcJis.c   |2 
 nls/Makefile.am  |2 
 nls/compose.dir.pre  |   11 ++
 nls/el_GR.UTF-8/Compose.pre  |8 -
 nls/en_US.UTF-8/Compose.pre  |   12 +-
 nls/fi_FI.UTF-8/Compose.pre  |8 -
 nls/fi_FI.UTF-8/Makefile.am  |2 
 nls/iso8859-1/Compose.pre|   16 +--
 nls/iso8859-15/Compose.pre   |8 -
 nls/iso8859-9/Compose.pre|8 -
 nls/iso8859-9e/Compose.pre   |8 -
 nls/locale.alias.pre |   97 --
 nls/locale.dir.pre   |   12 ++
 nls/pt_BR.UTF-8/Compose.pre  |8 -
 nls/ru_RU.UTF-8/Compose.pre  |1 
 nls/ru_RU.UTF-8/Makefile.am  |3 
 nls/ru_RU.UTF-8/XI18N_OBJS   |7 +
 nls/ru_RU.UTF-8/XLC_LOCALE.pre   |  169 +++
 src/CrGlCur.c|4 
 src/ErrDes.c |2 
 src/ImUtil.c |2 
 src/OpenDis.c|4 
 src/ParseGeom.c  |   18 
 src/Region.c |  146 -
 src/XErrorDB |   58 +
 src/XlibInt.c|   12 --
 src/Xrm.c|6 -
 src/locking.c|  107 
 src/util/makekeys.c  |   16 ++-
 src/xcb_io.c |4 
 src/xkb/XKBBind.c|2 
 src/xlibi18n/lcUniConv/ksc5601.h |   12 +-
 x11.pc.in|2 
 41 files changed, 439 insertions(+), 361 deletions(-)

New commits:
commit eac57c77afdf44f50692225b8b0345a7c927bc84
Author: Alan Coopersmith alan.coopersm...@sun.com
Date:   Tue Apr 7 15:38:45 2009 -0700

Version bump: 1.2.1

Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com

diff --git a/configure.ac b/configure.ac
index e0f1aa7..b4593f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([libX11],
-1.2,
+1.2.1,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 libX11)
 AC_CONFIG_SRCDIR([Makefile.am])

commit bfbec08baec33c5024510b0bcbbee6e4a8473e79
Author: Yaakov Selkowitz (Cygwin Ports maintainer) 
yselkow...@users.sourceforge.net
Date:   Tue Apr 7 13:46:57 2009 -0700

Bug 20773: Xcursor dynamic loading on Cygwin

X.Org Bug #20773 http://bugs.freedesktop.org/show_bug.cgi?id=20773
Patch #24096 http://bugs.freedesktop.org/attachment.cgi?id=24096

Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com

diff --git a/src/CrGlCur.c b/src/CrGlCur.c
index d698d96..8125593 100644
--- a/src/CrGlCur.c
+++ b/src/CrGlCur.c
@@ -46,6 +46,10 @@ in this Software without prior written authorization from 
The Open Group.
 #endif
 #include Cr.h
 
+#ifdef __CYGWIN__
+#define LIBXCURSOR cygXcursor-1.dll
+#endif
+
 #if defined(hpux)
 typedef shl_dt XModuleType;
 #else

commit c8c41614911be4fa222fa22478677d263b41c751
Author: Alan Coopersmith alan.coopersm...@sun.com
Date:   Mon Apr 6 16:52:46 2009 -0700

Fix a several sparse warnings: Using plain integer as NULL pointer

Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com

diff --git a/src/ImUtil.c b/src/ImUtil.c
index e79ec15..3576856 100644
--- a/src/ImUtil.c
+++ b/src/ImUtil.c
@@ -374,7 +374,7 @@ XImage *XCreateImage (
if (image_bytes_per_line == 0) {
image-bytes_per_line = min_bytes_per_line;
} else if (image_bytes_per_line  min_bytes_per_line) {
-   return 0;
+   return NULL;
} else {
image-bytes_per_line = image_bytes_per_line;
}
diff --git a/src/OpenDis.c b/src/OpenDis.c
index 2d61be1..29ac65c 100644
--- a/src/OpenDis.c
+++ b/src/OpenDis.c
@@ -167,8 +167,8 @@ XOpenDisplay (
 #if USE_XCB
if(!_XConnectXCB(dpy, display, fullname, iscreen)) {
dpy-display_name = fullname;
-   OutOfMemory(dpy, 0);
-   return 0;
+   OutOfMemory(dpy, NULL);
+   return NULL;
}
 #else /* !USE_XCB */
if ((dpy-trans_conn = _X11TransConnectDisplay (
diff --git a/src/XlibInt.c b/src/XlibInt.c
index 0a0c537..ad91400 100644
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -3282,7 +3282,7 @@ Screen *_XScreenOfWindow(Display *dpy, Window w)
 
 if (XGetGeometry (dpy, w, root, x, y, width, height,
  bw, depth) == False) {
-   return None;
+   return NULL;
 }
 for (i = 0; i  ScreenCount (dpy); i++) {  /* find root from list */
if (root == RootWindow (dpy, i)) {
diff --git a/src/xkb/XKBBind.c b/src/xkb/XKBBind.c
index 

libx11: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 ChangeLog  |  378 -
 configure.ac   |   10 
 cpprules.in|1 
 debian/changelog   |   23 
 debian/patches/003_recognize_glibc_2.3.2_locale_names.diff |  198 ++
 debian/patches/006_tailor_pt_BR.UTF-8_Compose.diff |8 
 debian/patches/008_remove_ko_Compose.diff  |4 
 debian/patches/009_remove_th_Compose.diff  |   15 
 debian/patches/012_ru_RU_UTF-8_XLC_LOCALE.diff |  237 
 debian/patches/015_russian_locale_alias.diff   |6 
 debian/patches/series  |2 
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |   29 
 debian/xsfbs/xsfbs.sh  |   66 --
 include/X11/Xlibint.h  |2 
 man/XCreateColormap.man|2 
 man/XCreateFontCursor.man  |2 
 man/XReadBitmapFile.man|2 
 modules/lc/def/lcDefConv.c |2 
 modules/lc/gen/lcGenConv.c |2 
 modules/lc/xlocale/lcJis.c |2 
 nls/Makefile.am|2 
 nls/compose.dir.pre|   11 
 nls/el_GR.UTF-8/Compose.pre|8 
 nls/en_US.UTF-8/Compose.pre|   12 
 nls/fi_FI.UTF-8/Compose.pre|8 
 nls/fi_FI.UTF-8/Makefile.am|2 
 nls/iso8859-1/Compose.pre  |   16 
 nls/iso8859-15/Compose.pre |8 
 nls/iso8859-9/Compose.pre  |8 
 nls/iso8859-9e/Compose.pre |8 
 nls/locale.alias.pre   |   97 +--
 nls/locale.dir.pre |   12 
 nls/pt_BR.UTF-8/Compose.pre|8 
 nls/ru_RU.UTF-8/Compose.pre|1 
 nls/ru_RU.UTF-8/Makefile.am|3 
 nls/ru_RU.UTF-8/XI18N_OBJS |7 
 nls/ru_RU.UTF-8/XLC_LOCALE.pre |  169 +
 src/CrGlCur.c  |4 
 src/ErrDes.c   |2 
 src/ImUtil.c   |2 
 src/OpenDis.c  |4 
 src/ParseGeom.c|   18 
 src/Region.c   |  146 -
 src/XErrorDB   |   58 +
 src/XlibInt.c  |   12 
 src/Xrm.c  |6 
 src/locking.c  |  107 +--
 src/util/makekeys.c|   16 
 src/xcb_io.c   |4 
 src/xkb/XKBBind.c  |2 
 src/xlibi18n/lcUniConv/ksc5601.h   |   12 
 x11.pc.in  |2 
 53 files changed, 969 insertions(+), 829 deletions(-)

New commits:
commit b06a8590acbb4f3ee91f74dde8ac59a31bc46f76
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 12:26:41 2009 +0100

Comment out the th_TH.UTF-8 entry from compose.dir

This allows Thai XIM as default for X apps (closes: #520509).
Thanks, Theppitak Karoonboonyanan!

diff --git a/debian/changelog b/debian/changelog
index 44e5c25..503cf48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ libx11 (2:1.2.1-1) UNRELEASED; urgency=low
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 entries from compose.dir and locale.dir (closes: #479058).  Thanks, Luiz
 Portella!
+  * 009_remove_th_Compose.diff: new patch, comment out the th_TH.UTF-8 entry
+from compose.dir, to allow Thai XIM as default for X apps
+(closes: #520509).  Thanks, Theppitak Karoonboonyanan!
 
  -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 02:37:36 +0200
 
diff --git a/debian/patches/009_remove_th_Compose.diff 
b/debian/patches/009_remove_th_Compose.diff
new file mode 100644
index 000..7e18df1
--- /dev/null
+++ b/debian/patches/009_remove_th_Compose.diff
@@ -0,0 +1,15 @@
+Index: libx11/nls/compose.dir.pre
+===
+--- 

libx11: Changes to 'debian-unstable'

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

New commits:
commit 9ea3d795004d25a6fe06cc107d33130927f12793
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 12:31:38 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 503cf48..5644d1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libx11 (2:1.2.1-1) UNRELEASED; urgency=low
+libx11 (2:1.2.1-1) unstable; urgency=low
 
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
@@ -19,7 +19,7 @@ libx11 (2:1.2.1-1) UNRELEASED; urgency=low
 from compose.dir, to allow Thai XIM as default for X apps
 (closes: #520509).  Thanks, Theppitak Karoonboonyanan!
 
- -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 02:37:36 +0200
+ -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 12:31:21 +0100
 
 libx11 (2:1.2-1) unstable; urgency=low
 


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



libx11: Changes to 'refs/tags/libx11-2_1.2.1-1'

2009-04-08 Thread Julien Cristau
Tag 'libx11-2_1.2.1-1' created by Julien Cristau jcris...@debian.org at 
2009-04-08 11:41 +

Tagging upload of libx11 2:1.2.1-1 to unstable.

Changes since libx11-2_1.2-1:
Alan Coopersmith (21):
  flags member of Display structure needs to be marked volatile
  Incorporate char range comments from Solaris version of ksc5601.h
  Incorporate more locale names/aliases from Solaris libX11
  Add --with-locale-lib-dir configure option to set locale lib install dir
  Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
  Bug 9953: Please provide locale alias hu_HU.utf8
  Correct locale alias for sh_ba.iso885...@bosnia (should be sr, not nr)
  Bug 14651: We need to add new locale specification for Belarusian Latin 
locale
  Bug 10082: Compose entries for some standard mathematical operators
  XErrorDB additions for RANDR 1.3
  XErrorDB additions for XInput errors and new XInput 1.5 requests
  XErrorDB additions for DRI2 requests
  Remove ifdef checks for macII left over from ancient A/UX 3.0 support
  When makekeys fails to find a good hash, print error instead of 
divide-by-zero
  makekeys: combine malloc(strlen)+strcpy into strdup
  Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
  Delete some unused #ifdef notdef static functions
  Change masculine to ordmasculine in Compose file comments
  Further ansify prototypes  reduce #ifdefs in locking.c
  Fix a several sparse warnings: Using plain integer as NULL pointer
  Version bump: 1.2.1

Caolan McNamara (1):
  Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match 
signature

Chris Ball (2):
  Build fix for fi_FI.
  Fix fi_FI locale install directory.

Emilio Jesús Gallego Arias (1):
  xcb_io: Avoid datatype overflow on AMD64 and friends.

Julien Cristau (19):
  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
  nls: actually use the fi_FI.UTF-8 files
  Add a ru_RU.UTF-8 locale
  Merge tag 'libX11-1.2.1' into debian-unstable
  update changelogs
  Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
  Update patch stack
  mention bugs fixed upstream
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  Don't comment out the microsoft-cp* entries from compose.dir (closes: 
#511354)
  Don't comment out the eo_XX entries from compose.dir and locale.dir
  Refresh patch
  Comment out the th_TH.UTF-8 entry from compose.dir
  Prepare changelog for upload

Lubos Lunak (2):
  XGetErrorText() fails for extension error codes equal to the error base
  XErrorDB updates for XTEST, RANDR, DAMAGE extensions

Milos Komarcevic (1):
  Bug 11456: Serbian locale updates (sr_RS and sr_ME)

Paul Bender (1):
  Bug 15664: xau  xdmcp not needed in x11.pc dependencies when built with 
xcb

Xue Wei (4):
  Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
  Add locale aliases for no_NO  sh_BA locale variants
  Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
  Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA

Yaakov Selkowitz (Cygwin Ports maintainer) (1):
  Bug 20773: Xcursor dynamic loading on Cygwin

---
 ChangeLog  |  378 -
 configure.ac   |   10 
 cpprules.in|1 
 debian/changelog   |   23 
 debian/patches/003_recognize_glibc_2.3.2_locale_names.diff |  198 ++
 debian/patches/006_tailor_pt_BR.UTF-8_Compose.diff |8 
 debian/patches/008_remove_ko_Compose.diff  |4 
 debian/patches/009_remove_th_Compose.diff  |   15 
 debian/patches/012_ru_RU_UTF-8_XLC_LOCALE.diff |  237 
 debian/patches/015_russian_locale_alias.diff   |6 
 debian/patches/series  |2 
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |   29 
 debian/xsfbs/xsfbs.sh  |   66 --
 include/X11/Xlibint.h  |2 
 man/XCreateColormap.man|2 
 man/XCreateFontCursor.man  |2 
 man/XReadBitmapFile.man|2 
 modules/lc/def/lcDefConv.c |2 
 modules/lc/gen/lcGenConv.c |2 
 modules/lc/xlocale/lcJis.c |2 
 nls/Makefile.am 

Processing of libx11_1.2.1-1_amd64.changes

2009-04-08 Thread Archive Administrator
libx11_1.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libx11_1.2.1-1.dsc
  libx11_1.2.1.orig.tar.gz
  libx11_1.2.1-1.diff.gz
  libx11-data_1.2.1-1_all.deb
  libx11-6_1.2.1-1_amd64.deb
  libx11-6-dbg_1.2.1-1_amd64.deb
  libx11-dev_1.2.1-1_amd64.deb
  libx11-xcb1_1.2.1-1_amd64.deb
  libx11-xcb1-dbg_1.2.1-1_amd64.deb
  libx11-xcb-dev_1.2.1-1_amd64.deb

Greetings,

Your Debian queue daemon


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



libx11_1.2.1-1_amd64.changes ACCEPTED

2009-04-08 Thread Debian Installer

Accepted:
libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz


Override entries for your package:
libx11-6-dbg_1.2.1-1_amd64.deb - extra debug
libx11-6_1.2.1-1_amd64.deb - optional libs
libx11-data_1.2.1-1_all.deb - optional x11
libx11-dev_1.2.1-1_amd64.deb - optional libdevel
libx11-xcb-dev_1.2.1-1_amd64.deb - optional libdevel
libx11-xcb1-dbg_1.2.1-1_amd64.deb - extra debug
libx11-xcb1_1.2.1-1_amd64.deb - optional libs
libx11_1.2.1-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 407573 411734 479058 507940 511354 519474 520509 


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



libx11 override disparity

2009-04-08 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libx11-6-dbg_1.2.1-1_amd64.deb: package says section is libdevel, override says 
debug.
libx11-xcb1-dbg_1.2.1-1_amd64.deb: package says section is libdevel, override 
says debug.


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 reply to this mail and explain why.
Please INCLUDE the list of packages as seen above, or we won't be able
to deal with your mail due to missing information.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply 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#511354: marked as done (libx11-data: CP1251 based locales are commented out in /usr/share/X11/locale/compose.dir)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006my...@ries.debian.org
and subject line Bug#511354: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #511354,
regarding libx11-data: CP1251 based locales are commented out in 
/usr/share/X11/locale/compose.dir
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.)


-- 
511354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.1.5-2
Severity: normal

Hi!

Is there a valid reason why all CP1251 based locales are commented out in
/usr/share/X11/locale/compose.dir? This makes some X applications (which use
XOpenIM() call) unusable if locale ru_RU.CP1251 is used.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

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

-- no debconf information


---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 511...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 407573 411734 479058 507940 511354 519474 520509
Changes: 
 libx11 (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
 + adds sr_RS locale (closes: #507940)
 + adds hu_HU.utf8 locale alias (closes: #407573)
 + Compose entries for some standard mathematical operators
   (closes: #411734)
   * Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
   * Update patches 003_recognize_glibc_2.3.2_locale_names.diff,
 006_tailor_pt_BR.UTF-8_Compose.diff and 015_russian_locale_alias.diff.
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the
 microsoft-cp* entries from compose.dir (closes: #511354).  Thanks, Sergei
 Golovan!
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 entries from compose.dir and locale.dir (closes: #479058).  Thanks, Luiz
 Portella!
   * 009_remove_th_Compose.diff: new patch, comment out the th_TH.UTF-8 entry
 from compose.dir, to allow Thai XIM as default for X apps
 (closes: #520509).  Thanks, Theppitak Karoonboonyanan!

Bug#507940: marked as done (Missing sr_RS and sr...@latin Xlib locales)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006mw...@ries.debian.org
and subject line Bug#507940: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #507940,
regarding Missing sr_RS and sr...@latin Xlib locales
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.)


-- 
507940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.0.3-7

sr_RS locale is missing from locale.dir/locale.alias/compose.dir files.

It should have the same defs as sr_CS. Also please note that we have
changed s...@latn to s...@latin some time ago, so @latin modifier should
be added to Xlib locale definition.

I don't know what is policy on this one, but support for obsolete sp,
sr_CS and sr_YU may even be omitted from new releases. For some time now
sr_RS locale is supported in glibc locale package and used as default
for Serbian language (together with sr...@latin and legacy s...@...latn).

This bug affects many applications that fallback to C locale due to
missing Xlib locale.

I am using Ubuntu, but after reporting this to their bug tracker I was
advised to report this to Debian first. Original bug report is available
at: https://bugs.launchpad.net/ubuntu/+source/libx11/+bug/299841




---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 507...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 407573 411734 479058 507940 511354 519474 520509
Changes: 
 libx11 (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
 + adds sr_RS locale (closes: #507940)
 + adds hu_HU.utf8 locale alias (closes: #407573)
 + Compose entries for some standard mathematical operators
   (closes: #411734)
   * Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
   * Update patches 003_recognize_glibc_2.3.2_locale_names.diff,
 006_tailor_pt_BR.UTF-8_Compose.diff and 015_russian_locale_alias.diff.
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the
 microsoft-cp* entries from compose.dir (closes: #511354).  Thanks, Sergei
 Golovan!
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 entries from compose.dir and 

Bug#411734: marked as done (Additional compose sequences for math...)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006ms...@ries.debian.org
and subject line Bug#411734: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #411734,
regarding Additional compose sequences for math...
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.)


-- 
411734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411734
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.0.3-5
Severity: wishlist
File: /usr/share/X11/locale/en_US.UTF-8/Compose

Some fairly standard mathematical operators:

Multi_key less equal  : ≤ U2264 # LESS-THAN OR EQUAL TO
Multi_key greater equal   : ≥ U2265 # GREATER-THAN OR EQUAL TO
Multi_key slash equal : ≠ U2260 # NOT EQUAL TO
Multi_key equal slash : ≠ U2260 # NOT EQUAL TO

AFAICT, these bindings are not taken by anything else.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libx11-data depends on:
ii  x11-common1:7.1.0-12 X Window System (X.Org) infrastruc

libx11-data recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 411...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 407573 411734 479058 507940 511354 519474 520509
Changes: 
 libx11 (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
 + adds sr_RS locale (closes: #507940)
 + adds hu_HU.utf8 locale alias (closes: #407573)
 + Compose entries for some standard mathematical operators
   (closes: #411734)
   * Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
   * Update patches 003_recognize_glibc_2.3.2_locale_names.diff,
 006_tailor_pt_BR.UTF-8_Compose.diff and 015_russian_locale_alias.diff.
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the
 microsoft-cp* entries from compose.dir (closes: #511354).  Thanks, Sergei
 Golovan!
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 entries from compose.dir and 

Bug#519474: marked as done (libx11-data: fi_FI.UTF-8 broken)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006ma...@ries.debian.org
and subject line Bug#519474: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #519474,
regarding libx11-data: fi_FI.UTF-8 broken
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.)


-- 
519474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.2-1
Severity: normal

With version 2:1.1.5-2, xterm starts normally in UTF-8 mode.  After upgrade
to the present version, xterm starts in non-UTF-8 mode and I have to manually
select the UTF-8 mode in the xterm menus.

Downgrading back to 2:1.1.5-2 fixes the problem.

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

Kernel: Linux 2.6.28.7-ibid-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 519...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 407573 411734 479058 507940 511354 519474 520509
Changes: 
 libx11 (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
 + adds sr_RS locale (closes: #507940)
 + adds hu_HU.utf8 locale alias (closes: #407573)
 + Compose entries for some standard mathematical operators
   (closes: #411734)
   * Patch 012_ru_RU_UTF-8_XLC_LOCALE.diff removed, applied upstream.
   * Update patches 003_recognize_glibc_2.3.2_locale_names.diff,
 006_tailor_pt_BR.UTF-8_Compose.diff and 015_russian_locale_alias.diff.
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the
 microsoft-cp* entries from compose.dir (closes: #511354).  Thanks, Sergei
 Golovan!
   * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 entries from compose.dir and locale.dir (closes: #479058).  Thanks, Luiz
 Portella!
   * 009_remove_th_Compose.diff: new patch, comment out the th_TH.UTF-8 entry
 from compose.dir, to allow Thai XIM as default for X apps
 (closes: #520509).  Thanks, 

Bug#520509: marked as done (libx11-data: Thai XIM not turned on by default due to excessive Compose files)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006mc...@ries.debian.org
and subject line Bug#520509: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #520509,
regarding libx11-data: Thai XIM not turned on by default due to excessive 
Compose files
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.)


-- 
520509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.2-1
Severity: normal

In previous versions of Xlib, Thai XIM was turned on in X clients by default
when LC_CTYPE was set to 'th_TH*'. But in 1.2, it's not, because the presence
of Compose file under th_TH and th_TH.UTF-8 X locale brings the 'local' XIM
instead.

This has been seen as a workaround in some distros to avoid some bugs, which
have been filed with proposed patches, but have been inactive for long:

  - Thai XIM does not filter inputs when NumLock/CapsLock is on
http://bugs.freedesktop.org/show_bug.cgi?id=12517

  - Thai XIM fails to retrieve multi-byte surrounding text on UTF-8 locale
http://bugs.freedesktop.org/show_bug.cgi?id=12759

  - CharSet-to-CompoundText Conversion Failed for Thai Locales
http://bugs.freedesktop.org/show_bug.cgi?id=16475

But this means Thai XIM is totally turned off, and the dumb text input without
any sequence checking is used instead.

Surely this is not the correct fix. The Compose files do not belong here, and
the above bugs should be fixed instead.

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

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

-- no debconf information


---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 520...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 407573 411734 479058 507940 511354 519474 520509
Changes: 
 libx11 (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes fi_FI.UTF-8 locale (closes: #519474)
 + adds sr_RS locale (closes: #507940)
 + adds hu_HU.utf8 locale alias (closes: #407573)
 + Compose entries for some standard mathematical operators
   

Bug#479058: marked as done (libx11-data: there are not eo_XX.UTF-8)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006mu...@ries.debian.org
and subject line Bug#479058: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #479058,
regarding libx11-data: there are not eo_XX.UTF-8
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.)


-- 
479058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libx11-data
Version: 2:1.0.3-7
Severity: important
Tags: patch


At /usr/share/X11/locale/locale.dir I read # Esperato (eo) is not
supported by the GNU C Library and neither the
# EO nor XX territories exist in ISO 3166.

In Lists of country names and code elements at
http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm
yes, because there are not country with code XX or EO.

But at ISO 3166-1 decoding table
http://www.iso.org/iso/country_codes/iso_3166_code_lists/iso-3166-1_decoding_table.htm
I read:
XX = Code element may be used without restriction


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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=eo_XX.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968) (ignored: LC_ALL set to eo_XX.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libx11-data depends on:
ii  x11-common1:7.3+10   X Window System (X.Org) infrastruc

libx11-data recommends no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = eo_XX.UTF-8,
LC_ALL = eo_XX.UTF-8,
LC_CTYPE = pt_BR.UTF-8,
LANG = eo_XX.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory


eo_XX.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 479...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 

Bug#407573: marked as done (libX11-data: Please provide locale alias hu_HU.utf8)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 12:02:06 +
with message-id e1lrwtm-0006mq...@ries.debian.org
and subject line Bug#407573: fixed in libx11 2:1.2.1-1
has caused the Debian Bug report #407573,
regarding libX11-data: Please provide locale alias hu_HU.utf8
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.)


-- 
407573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libX11-data
Version: 2:1.0.3-4
Severity: wishlist
Tags: patch

*** Please type your report below this line ***

X should recognize locale hu_HU.utf8 as an alias of hu_HU.UTF-8 as it does so 
for many other locales.

Here is a patch to /usr/share/X11/locale.alias to do this:
 
--- usr/share/X11/locale/locale.alias   2007-01-18 17:20:35.0 +0100
+++ /usr/share/X11/locale/locale.alias  2007-01-18 17:20:59.0 +0100
@@ -612,6 +612,7 @@
 hu_HU  hu_HU.ISO8859-2
 hu_HU.iso88592 hu_HU.ISO8859-2
 hu_HU.ISO-8859-2   hu_HU.ISO8859-2
+hu_HU.utf8 hu_HU.UTF-8
 # in was the old ISO code for Indonesian (now id).  These lines should be
 # deleted in the future.
 in id_ID.ISO8859-1
@@ -1826,6 +1827,7 @@
 hu_HU: hu_HU.ISO8859-2
 hu_HU.iso88592:hu_HU.ISO8859-2
 hu_HU.ISO-8859-2:  hu_HU.ISO8859-2
+hu_HU.utf8:hu_HU.UTF-8
 # in was the old ISO code for Indonesian (now id).  These lines should be
 # deleted in the future.
 in:id_ID.ISO8859-1

(I don't know why everything is duplicated in the file but assume it is 
necessary.)

Best wishes,

Gabor Braun

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=hu_HU.utf8, LC_CTYPE=hu_HU.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to hu_HU.utf8)

Versions of packages libX11-data depends on:
ii  x11-common1:7.1.0-10 X Window System (X.Org) 
infrastruc

libX11-data recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: libx11
Source-Version: 2:1.2.1-1

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

libx11-6-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.2.1-1_amd64.deb
libx11-6_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb
libx11-data_1.2.1-1_all.deb
  to pool/main/libx/libx11/libx11-data_1.2.1-1_all.deb
libx11-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb
libx11-xcb-dev_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb-dev_1.2.1-1_amd64.deb
libx11-xcb1-dbg_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1-dbg_1.2.1-1_amd64.deb
libx11-xcb1_1.2.1-1_amd64.deb
  to pool/main/libx/libx11/libx11-xcb1_1.2.1-1_amd64.deb
libx11_1.2.1-1.diff.gz
  to pool/main/libx/libx11/libx11_1.2.1-1.diff.gz
libx11_1.2.1-1.dsc
  to pool/main/libx/libx11/libx11_1.2.1-1.dsc
libx11_1.2.1.orig.tar.gz
  to pool/main/libx/libx11/libx11_1.2.1.orig.tar.gz



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 407...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libx11 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, 08 Apr 2009 12:31:21 +0100
Source: libx11
Binary: libx11-6 libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-data - X11 client-side library
 libx11-dev - X11 

libx11: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 294c983093ce25a5aa55f434e080dea8e8002a77
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 13:23:58 2009 +0100

Move dbg packages to new debug section.

diff --git a/debian/changelog b/debian/changelog
index 5644d1e..7a62183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libx11 (2:1.2.1-2) UNRELEASED; urgency=low
+
+  * Move dbg packages to new debug section.
+
+ -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 13:23:47 +0100
+
 libx11 (2:1.2.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index da7364b..a4abaff 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Description: X11 client-side library
  git://anongit.freedesktop.org/git/xorg/lib/libX11
 
 Package: libx11-6-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${binary:Version})
@@ -117,7 +117,7 @@ Description: Xlib/XCB interface library
  git://anongit.freedesktop.org/git/xorg/lib/libX11
 
 Package: libx11-xcb1-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-xcb1 (= ${binary:Version})


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



Bug#519793: Maybe a hardware related problem.

2009-04-08 Thread Martin Ammermüller
I had the opportunity to test 2 other nearly identical machines (one
had a slightly lower clock rate than mine, both have other
configurations of PCI cards and harddisks). The one with the lower clock
rate run Lenny, the other an up-to-date Ubuntu 8.04 LTS. They run 4 days
straight without any complications. So I guess my machine has a
hardware problem and the Intel card maybe broken since memtest didn't
detect any problems.

I suggest closing this bug.

Regards,
Martin



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



Processed: setting package to libx11-xcb-dev libx11-data libx11-dev libx11-xcb1-dbg libx11-xcb1 libx11 libx11-6 libx11-6-dbg ...

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

 #libx11 (2:1.2.1-1) UNRELEASED; urgency=low
 #
 #  * New upstream release.
 #+ fixes fi_FI.UTF-8 locale (closes: #519474)
 #+ adds sr_RS locale (closes: #507940)
 #+ adds hu_HU.utf8 locale alias (closes: #407573)
 #+ Compose entries for some standard mathematical operators
 #  (closes: #411734)
 #  * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the
 #microsoft-cp* entries from compose.dir (closes: #511354).  Thanks, Sergei
 #Golovan!
 #  * 003_recognize_glibc_2.3.2_locale_names.diff: don't comment out the eo_XX
 #entries from compose.dir and locale.dir (closes: #479058).  Thanks, Luiz
 #Portella!
 #  * 009_remove_th_Compose.diff: new patch, comment out the th_TH.UTF-8 entry
 #from compose.dir, to allow Thai XIM as default for X apps
 #(closes: #520509).  Thanks, Theppitak Karoonboonyanan!
 #
 package libx11-xcb-dev libx11-data libx11-dev libx11-xcb1-dbg libx11-xcb1 
 libx11 libx11-6 libx11-6-dbg
Ignoring bugs not assigned to: libx11-xcb-dev libx11-data libx11-dev libx11 
libx11-xcb1 libx11-xcb1-dbg libx11-6 libx11-6-dbg

 tags 407573 + pending
Bug#407573: libX11-data: Please provide locale alias hu_HU.utf8
Tags were: fixed-upstream patch
Tags added: pending

 tags 411734 + pending
Bug#411734: Additional compose sequences for math...
Tags were: fixed-upstream upstream
Tags added: pending

 tags 507940 + pending
Bug#507940: Missing sr_RS and sr...@latin Xlib locales
There were no tags set.
Tags added: pending

 tags 479058 + pending
Bug#479058: libx11-data: there are not eo_XX.UTF-8
There were no tags set.
Tags added: pending

 tags 511354 + pending
Bug#511354: libx11-data: CP1251 based locales are commented out in 
/usr/share/X11/locale/compose.dir
There were no tags set.
Tags added: pending

 tags 520509 + pending
Bug#520509: libx11-data: Thai XIM not turned on by default due to excessive 
Compose files
Tags were: patch
Tags added: pending

 tags 519474 + pending
Bug#519474: libx11-data: fi_FI.UTF-8 broken
Tags were: fixed-upstream upstream confirmed
Tags added: pending


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



Bug#520509: libx11-data: Thai XIM not turned on by default due to excessive Compose files

2009-04-08 Thread Julien Cristau
On Sat, 2009-03-21 at 13:00 +0700, Theppitak Karoonboonyanan wrote:
 Summarized patches:
 
Thanks a lot for doing this.

 Minimum:
 - 020_th_TH_iso8859-11_ct.diff: Fixes conversion which
   blocks SCIM.

can you provide an appropriate commit message for this?
http://www.x.org/wiki/Development/Documentation/SubmittingPatches has
some guidelines.  (needs to explain what this fixes and why)
I'll push it upstream then.

 - 023_Thai_remove_Compose.diff: Remove Compose, to
   allow Thai XIM as default for X apps.
 
I'll do that in the next libx11 upload to Debian.

 Medium seriousness:
 - 022_Thai_xim_surr_conv.diff: Fixes surrounding text
   retrieval for Thai XIM (good for GTK+, needed for KDE 3).
 
 Minor:
 - 021_Thai_xim_num_caps.diff: Makes Thai XIM work when
   NumLock/CapsLock is on.
 
Same as above re: commit message, and I'll push this upstream too.

Cheers,
Julien



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



Re: [Pkg-utopia-maintainers] Bug#518069: gnome-session: gnome, fails to start after upgrade

2009-04-08 Thread Josselin Mouette
Le mercredi 08 avril 2009 à 16:29 +0200, Vittore Scolari a écrit :
 scolari   2361  0.5  0.3  28180  6780 tty1 Sl   16:23   0:00 
 gnome-session
 scolari   2367  0.0  0.0   3296   688 tty1 S16:23   0:00 
 dbus-launch --autolaunch 42d729d33f4494c518bdca8c4816fab9 
 --binary-syntax --c
 scolari   2368  0.0  0.0   2852   748 ?Ss   16:23   0:00 
 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
 scolari   2370  3.2  0.1   7032  3904 ?S16:23   0:00 
 /usr/lib/libgconf2-4/gconfd-2
 scolari   2373  0.0  0.0  13500  1844 tty1 S16:23   0:00 
 /usr/bin/gnome-keyring-daemon
 scolari   2376  0.0  0.0   2852   768 ?Ss   16:23   0:00 
 dbus-daemon --fork --print-address 18 --print-pid 20 --session
 scolari   2377  5.0  0.6  43288 13160 tty1 Sl   16:23   0:00 
 gnome-settings-daemon
 scolari   2380  3.6  0.1   7048  3888 ?S16:23   0:00 
 /usr/lib/libgconf2-4/gconfd-2

Two dbus daemons, two GConf daemons. This behavior has already been
reported several times, but I still don’t know why this happens.

D-Bus guys, any help is welcome about why dbus-daemon is launched twice.
Is it gnome-session that initiates it although there is already an
autostarted one (maybe by gnome-keyring-daemon)? Vittore, could you add
the output of ps -ef or pstree so that we can see the process parents?

 If I replace gnome-session with dbus-lauch gnome-session I get:

When the session bus is correctly started, there is no autostart and
gnome-session doesn’t start it either, so that works correctly.

X guys: is it normal that using startx does apparently not launch the
scripts from /etc/X11/Xsession.d ?

-- 
 .''`.  Debian 5.0 Lenny has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: [Pkg-utopia-maintainers] Bug#518069: gnome-session: gnome, fails to start after upgrade

2009-04-08 Thread Julien Cristau
On Wed, 2009-04-08 at 17:10 +0200, Josselin Mouette wrote:
 Le mercredi 08 avril 2009 à 16:29 +0200, Vittore Scolari a écrit :
  If I replace gnome-session with dbus-lauch gnome-session I get:
 
 When the session bus is correctly started, there is no autostart and
 gnome-session doesn’t start it either, so that works correctly.
 
 X guys: is it normal that using startx does apparently not launch the
 scripts from /etc/X11/Xsession.d ?
 
No, unless the user has a .xinitrc in their home directory, or gives an
explicit command line argument to startx.  Otherwise startx
runs /etc/X11/xinit/xinitrc, which sources /etc/X11/Xsession, and thus
should behave the same as a session started from a DM.

Cheers,
Julien


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



Re: [Pkg-utopia-maintainers] Bug#518069: gnome-session: gnome, fails to start after upgrade

2009-04-08 Thread Josselin Mouette
Le mercredi 08 avril 2009 à 16:17 +0100, Julien Cristau a écrit :
 No, unless the user has a .xinitrc in their home directory, or gives an
 explicit command line argument to startx.  Otherwise startx
 runs /etc/X11/xinit/xinitrc, which sources /etc/X11/Xsession, and thus
 should behave the same as a session started from a DM.

This seems to be the case, Vittore has a .xinitrc. Does it work better
if you just remove it?

-- 
 .''`.  Debian 5.0 Lenny has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message numériquement signée


xorg-server: Changes to 'debian-experimental'

2009-04-08 Thread Julien Cristau
 debian/changelog |5 +++
 debian/control   |   87 +++
 debian/rules |3 +
 3 files changed, 70 insertions(+), 25 deletions(-)

New commits:
commit d0093ea1a0a75bb2a5674581bac196ad6a941686
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 17:50:38 2009 +0100

Move a bunch of dix build-deps around

diff --git a/debian/control b/debian/control
index 4dce48e..7e0b5f5 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,10 @@ Build-Depends:
  libpixman-1-dev (= 0.13.2),
  libpciaccess-dev,
  libgcrypt-dev,
+ libdbus-1-dev [!hurd-i386],
+ libhal-dev [!hurd-i386],
+ libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k 
mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
+ libaudit-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips 
mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  x11proto-xf86dri-dev,
  libdrm-dev (= 2.4.3) [!hurd-i386], 
  x11proto-gl-dev (= 1.4.9),
@@ -66,10 +70,6 @@ Build-Depends:
  libxtst-dev (= 1:0.99.1),
  libxres-dev (= 1:0.99.1),
  libxfixes-dev (= 1:3.0.0),
- libdbus-1-dev [!hurd-i386],
- libhal-dev [!hurd-i386],
- libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k 
mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
- libaudit-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips 
mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  libxv-dev,
  libxinerama-dev
 Build-Conflicts: xlibs-static-dev

commit 4fd33fb714addd938662097b1865a92acda62015
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 17:46:48 2009 +0100

Get rid of obsolete build dependencies

* Remove build-dependencies on x11proto-evie-dev, x11proto-trap-dev,
  x11proto-xf86misc-dev; the corresponding extensions are removed.
* Remove build-dependencies on x11proto-print-dev, libfreetype6-dev and
  xfonts-utils since we don't build Xprt anymore.

diff --git a/debian/changelog b/debian/changelog
index 7f61684..4e9665f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
   * Turn on ModeDebug by default.
   * Use libgcrypt for SHA1 instead of OpenSSL's libcrypto.
   * Build the xselinux extension on Linux architectures.
+  * Remove build-dependencies on x11proto-evie-dev, x11proto-trap-dev,
+x11proto-xf86misc-dev; the corresponding extensions are removed.
+  * Remove build-dependencies on x11proto-print-dev, libfreetype6-dev and
+xfonts-utils since we don't build Xprt anymore.
 
  -- David Nusinow dnusi...@debian.org  Sun, 15 Feb 2009 18:49:51 -0500
 
diff --git a/debian/control b/debian/control
index a9ad450..4dce48e 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Build-Depends:
  x11proto-composite-dev (= 1:0.4), 
  x11proto-core-dev (= 7.0.13),
  x11proto-damage-dev (= 1.1),
- x11proto-evie-dev,
  x11proto-fixes-dev (= 4.0),
  x11proto-kb-dev (= 1.0.3),
  x11proto-xinerama-dev,
@@ -31,13 +30,11 @@ Build-Depends:
  x11proto-render-dev (= 2:0.9.3),
  x11proto-resource-dev,
  x11proto-scrnsaver-dev,
- x11proto-trap-dev,
  x11proto-video-dev,
  x11proto-xcmisc-dev,
  x11proto-xext-dev (= 7.0.3),
  x11proto-xf86bigfont-dev,
  x11proto-xf86dga-dev,
- x11proto-xf86misc-dev,
  x11proto-xf86vidmode-dev,
  xtrans-dev (= 1.2.2),
  libxau-dev (= 1:0.99.1),
@@ -52,9 +49,6 @@ Build-Depends:
  libgcrypt-dev,
  x11proto-xf86dri-dev,
  libdrm-dev (= 2.4.3) [!hurd-i386], 
- x11proto-print-dev,
- libfreetype6-dev,
- xfonts-utils,
  x11proto-gl-dev (= 1.4.9),
  mesa-common-dev (= 7.2+git20081209.a0d5c3cf),
  libgl1-mesa-dev (= 7.2+git20081209.a0d5c3cf),

commit bd79023b37f25802e7e10746dd905b2f10afb8bb
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 17:35:24 2009 +0100

debian/control: move mesa-common-dev build-dep around

diff --git a/debian/control b/debian/control
index 7a6a6bd..a9ad450 100644
--- a/debian/control
+++ b/debian/control
@@ -56,6 +56,7 @@ Build-Depends:
  libfreetype6-dev,
  xfonts-utils,
  x11proto-gl-dev (= 1.4.9),
+ mesa-common-dev (= 7.2+git20081209.a0d5c3cf),
  libgl1-mesa-dev (= 7.2+git20081209.a0d5c3cf),
  libxmuu-dev (= 1:0.99.1),
  libxext-dev (= 1:0.99.1),
@@ -76,7 +77,6 @@ Build-Depends:
  libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k 
mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  libaudit-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips 
mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  libxv-dev,
- mesa-common-dev (= 7.2+git20081209.a0d5c3cf),
  libxinerama-dev
 Build-Conflicts: xlibs-static-dev
 Standards-Version: 3.7.3

commit ad930d811e4ad0fef40137093781b6ee39bee7e6
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 17:34:33 2009 +0100

Build the xselinux extension on Linux architectures.

Requested by Manoj.

diff --git a/debian/changelog b/debian/changelog

xorg-server: Changes to 'debian-experimental'

2009-04-08 Thread Julien Cristau
 debian/changelog  |2 ++
 debian/control|5 +++--
 debian/xserver-xorg-core.NEWS |   30 +++---
 3 files changed, 20 insertions(+), 17 deletions(-)

New commits:
commit 4af41f349b0983fa03901b760737392e65e8358f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 18:11:56 2009 +0100

Move -dbg package to new section debug, add ${misc:Depends} where missing.

diff --git a/debian/changelog b/debian/changelog
index d79cd3e..21747b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
   * Remove build-dependencies on x11proto-print-dev, libfreetype6-dev and
 xfonts-utils since we don't build Xprt anymore.
   * Fix lintian warnings about xserver-xorg-core.NEWS formatting.
+  * Move -dbg package to new section debug, add ${misc:Depends} where missing.
 
  -- David Nusinow dnusi...@debian.org  Sun, 15 Feb 2009 18:49:51 -0500
 
diff --git a/debian/control b/debian/control
index 7e0b5f5..412c669 100644
--- a/debian/control
+++ b/debian/control
@@ -256,8 +256,9 @@ Description: Linux framebuffer device tiny X server
 
 Package: xserver-xorg-core-dbg
 Architecture: any
-Depends: xserver-xorg-core (= ${binary:Version})
+Depends: xserver-xorg-core (= ${binary:Version}), ${misc:Depends}
 Priority: extra
+Section: debug
 Description: Xorg - the X.Org X server (debugging symbols)
  The Xorg X server is an X server for several architectures and operating
  systems, which is derived from the XFree86 4.x series of X servers.
@@ -270,7 +271,7 @@ Description: Xorg - the X.Org X server (debugging symbols)
 
 Package: xserver-common
 Architecture: all
-Depends: x11-common
+Depends: x11-common, ${misc:Depends}
 Replaces: xserver-xorg-core ( 2:1.5.2)
 Description: common files used by various X servers
  This package provides files necessary for all X.Org based X servers.

commit 066a8fdc37303cebfaa07b314700f40b94765cdf
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 18:08:30 2009 +0100

Fix lintian warnings about xserver-xorg-core.NEWS formatting.

diff --git a/debian/changelog b/debian/changelog
index 4e9665f..d79cd3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
 x11proto-xf86misc-dev; the corresponding extensions are removed.
   * Remove build-dependencies on x11proto-print-dev, libfreetype6-dev and
 xfonts-utils since we don't build Xprt anymore.
+  * Fix lintian warnings about xserver-xorg-core.NEWS formatting.
 
  -- David Nusinow dnusi...@debian.org  Sun, 15 Feb 2009 18:49:51 -0500
 
diff --git a/debian/xserver-xorg-core.NEWS b/debian/xserver-xorg-core.NEWS
index 8552040..1048b56 100644
--- a/debian/xserver-xorg-core.NEWS
+++ b/debian/xserver-xorg-core.NEWS
@@ -17,19 +17,19 @@ xorg-server (2:1.3.0.0.dfsg-3) unstable; urgency=low
 
 xorg-server (2:1.2.99.905-3) experimental; urgency=low
 
- * This server update includes a patch to enable proper module defaults in
-   the server. A default set of modules will be loaded unless you
-   specifically specify that they don't load. You may do this in the module
-   section of your xorg.conf using the Disable instruction. Note that
-   this will only override the default, not an explicit Load.
-
-   This change will not affect most users, however if you have a customized
-   xorg.conf in which you comment out Load lines to disable modules, you
-   will want to change those lines so that they are uncommented and say
-   Disable instead of Load. The most notable example of this is the dri
-   module, which is now loaded by default. Those who experience crashes
-   when dri is enabled will want to make this change to ensure that their
-   system does not begin to crash again.
+  * This server update includes a patch to enable proper module defaults in
+the server. A default set of modules will be loaded unless you
+specifically specify that they don't load. You may do this in the module
+section of your xorg.conf using the Disable instruction. Note that
+this will only override the default, not an explicit Load.
+
+This change will not affect most users, however if you have a customized
+xorg.conf in which you comment out Load lines to disable modules, you
+will want to change those lines so that they are uncommented and say
+Disable instead of Load. The most notable example of this is the dri
+module, which is now loaded by default. Those who experience crashes
+when dri is enabled will want to make this change to ensure that their
+system does not begin to crash again.
 
  -- David Nusinow dnusi...@debian.org  Sat, 14 Apr 2007 12:41:37 -0400
 
@@ -45,7 +45,7 @@ xserver-xorg-core (1:1.0.2-5) unstable; urgency=low
 If you have not customized your config file by hand, you can run the
 command dpkg-reconfigure xserver-xorg as root to do this for you.
 
-  -- David Nusinow dnusi...@debian.org  Wed, 12 

Bug#523125: error: xf86mm.h: No such file or directory

2009-04-08 Thread Paul Menzel
Subject: error: xf86mm.h: No such file or directory
Package: xserver-xorg-video-intel
Version: 2.3.2-2+lenny6
Severity: important

*** Please type your report below this line ***

Dear Debian folks,


I did

$ git clone
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel

and got

$ cd xser*
$ dpkg-buildpackage
[…]
In file included from ../../src/i810_driver.c:88:
../../src/i830.h:73:20: error: xf86mm.h: No such file or directory
In file included from ../../src/i810_driver.c:88:
../../src/i830.h:199: error: expected specifier-qualifier-list before 'drmBO'
make[5]: *** [i810_driver.lo] Error 1
make[5]: Leaving directory 
`/tmp/xserver-xorg-video-intel/obj-i486-linux-gnu/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/tmp/xserver-xorg-video-intel/obj-i486-linux-gnu/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`/tmp/xserver-xorg-video-intel/obj-i486-linux-gnu/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/xserver-xorg-video-intel/obj-i486-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/xserver-xorg-video-intel/obj-i486-linux-gnu'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

I have libdrm installed, but it looks like xf86mm.h is not provided anymore by 
it.

$ LANG=C dpkg -l libdrm*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libdrm-dev 2.4.5-2Userspace interface to kernel DRM services -
ii  libdrm-intel1  2.4.5-2Userspace interface to intel-specific kernel
ii  libdrm22.4.5-2Userspace interface to kernel DRM services -

What am I doing wrong?


Thanks,

Paul


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

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


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


xorg-server: Changes to 'debian-experimental'

2009-04-08 Thread Julien Cristau
 debian/changelog |2 
 debian/patches/06_use_proc_instead_of_sysfs_for_pci_domains.diff |   36 
--
 debian/patches/series|1 
 3 files changed, 2 insertions(+), 37 deletions(-)

New commits:
commit fe8a348c5d1c19287902342bc62871b979aa1877
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 18:42:18 2009 +0100

Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff

Obsoleted by pci-rework.

diff --git a/debian/changelog b/debian/changelog
index 21747b4..d9944fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
 xfonts-utils since we don't build Xprt anymore.
   * Fix lintian warnings about xserver-xorg-core.NEWS formatting.
   * Move -dbg package to new section debug, add ${misc:Depends} where missing.
+  * Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff, obsoleted
+by pci-rework.
 
  -- David Nusinow dnusi...@debian.org  Sun, 15 Feb 2009 18:49:51 -0500
 
diff --git a/debian/patches/06_use_proc_instead_of_sysfs_for_pci_domains.diff 
b/debian/patches/06_use_proc_instead_of_sysfs_for_pci_domains.diff
deleted file mode 100644
index faf6557..000
--- a/debian/patches/06_use_proc_instead_of_sysfs_for_pci_domains.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-Upstream commit 56f21bda1ce95741c88c423b60bd709eef26eb12 was supposed to
-only avoid multiple scans of the PCI devices, but it actually also added
-an optimization based on using sysfs files instead of /proc. However,
-this code is broken, for instance because there are no ioctl handler on
-/sys/bus/pci/devices/*/config files while there some on /proc/bus/pci/*
-
-It breaks the Xserver on architectures that require such ioctls to scan
-the PCI devices and/or deal with PCI domains:
-#422077: xserver-xorg: Fatal server error on sparc: xf86MapPciMem failed
-#422095: xserver-xorg-core: fails to start on powerpc, no devices detected
-
-The following patch forces the server to behave as if we were running on
-a 2.4 kernel while scanning PCI devices, so that the sysfs code is disabled.
-
-Upstream doesn't apply this patch since they want to fix the sysfs-code.
-See https://bugs.freedesktop.org/show_bug.cgi?id=7248
-
-Thanks to Jim Watson for testing!
-

- hw/xfree86/os-support/bus/linuxPci.c |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: xorg-server-1.3.0.0.dfsg/hw/xfree86/os-support/bus/linuxPci.c
-===
 xorg-server-1.3.0.0.dfsg.orig/hw/xfree86/os-support/bus/linuxPci.c 
2007-05-10 21:51:55.0 +0200
-+++ xorg-server-1.3.0.0.dfsg/hw/xfree86/os-support/bus/linuxPci.c  
2007-05-10 21:52:13.0 +0200
-@@ -148,7 +148,7 @@
-   int domain, bus, dev, func;
-   charfile[64];
-   struct stat ignored;
--  static int is26 = -1;
-+  static int is26 = 0;
- 
-   domain = PCI_DOM_FROM_TAG(tag);
-   bus  = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag));
diff --git a/debian/patches/series b/debian/patches/series
index 2781388..1529a77 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 001_fedora_extramodes.patch
-#06_use_proc_instead_of_sysfs_for_pci_domains.diff
 #13_debian_add_xkbpath_env_variable.diff
 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch
 Turn-on-ModeDebug-by-default.patch


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



xserver-xorg-video-intel: Changes to 'debian-lenny'

2009-04-08 Thread Julien Cristau
New branch 'debian-lenny' 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



xserver-xorg-video-intel: Changes to 'upstream-lenny'

2009-04-08 Thread Julien Cristau
New branch 'upstream-lenny' 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



xserver-xorg-video-intel: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit b740eb76bfba2238fc41c908229b27d1f8fbf359
Author: Julien Cristau jcris...@debian.org
Date:   Thu Jan 22 00:18:28 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 4d67124..98d6f4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-intel (2:2.6.1-1) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.6.1-1) experimental; urgency=low
 
   * New upstream release.
   * Build against xserver 1.6 rc1.
 
- -- Julien Cristau jcris...@debian.org  Thu, 22 Jan 2009 00:16:57 +0100
+ -- Julien Cristau jcris...@debian.org  Thu, 22 Jan 2009 00:18:25 +0100
 
 xserver-xorg-video-intel (2:2.6.0-1) experimental; urgency=low
 

commit 964e54acab67d6540a3d8509142b26d7c926b079
Author: Julien Cristau jcris...@debian.org
Date:   Thu Jan 22 00:18:23 2009 +0100

Build against xserver 1.6 rc1.

diff --git a/debian/changelog b/debian/changelog
index 0ea424f..4d67124 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-intel (2:2.6.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Build against xserver 1.6 rc1.
 
  -- Julien Cristau jcris...@debian.org  Thu, 22 Jan 2009 00:16:57 +0100
 
diff --git a/debian/control b/debian/control
index d185802..49dd92d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 5),
  quilt,
  pkg-config,
- xserver-xorg-dev (= 2:1.5),
+ xserver-xorg-dev (= 2:1.5.99.901),
  x11proto-gl-dev,
  x11proto-video-dev,
  libgl1-mesa-dev | libgl-dev,

commit 2cef2b9af63ec1ef89f96b58d06694c21f22592c
Author: Julien Cristau jcris...@debian.org
Date:   Thu Jan 22 00:17:12 2009 +0100

Update changelogs

diff --git a/ChangeLog b/ChangeLog
index 84d9414..dabd57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,189 @@
+commit 08683d1d053875bcacd7c358d66ef2bfad458a56
+Author: Eric Anholt e...@anholt.net
+Date:   Wed Jan 21 14:10:04 2009 -0800
+
+Bump version to 2.6.1.
+
+commit 52d3c64f2b896966b934d647765674303a8dfa29
+Author: Jesse Barnes jbar...@virtuousgeek.org
+Date:   Wed Jan 21 09:02:13 2009 -0800
+
+Don't run in KD_TEXT mode even with KMS
+
+Leaving the VT in KD_TEXT mode keeps the kernel's blanking code active,
+so when a DPMS event happens, the fb console is restored rather than X's
+configuration.  On the downside it means the kernel won't print messages
+in the background, which would be visible if a panic or emergency switch
+occurred.  The proper fix here is a new kernel mode, which we can move
+to when ready.
+(cherry picked from commit 253b8db298f38676e47dc902534465054f7b58b8)
+
+commit 11c23dd22a737aaa52ef18cd65164da9c5115d3f
+Author: Jesse Barnes jbar...@virtuousgeek.org
+Date:   Wed Jan 21 09:01:05 2009 -0800
+
+Tear down batchbuffers unconditionally on LeaveVT
+
+Even if KMS is enabled we should do this, to avoid running batches that
+depend on other state we tear down in LeaveVT.
+(cherry picked from commit 131b414feb2ecabe31b538d65725ac4427a4387a)
+
+commit f519da8ba21ef27b4a2ed4516336b25c6feb824e
+Author: Kshitij Kulshreshtha kkhere@gmail.com
+Date:   Tue Jan 20 11:35:36 2009 +0800
+
+Support sysfs backlight control for Sony laptops in xf86-video-intel
+
+The sony_laptop kernel module (since v2.6.23) supports backlight control
+via the sysfs interface:
+/sys/class/backlight/sony
+
+This patch will enable xf86-video-intel to use this backlight control 
method
+for Sony VAIO Laptops with Intel integrated video.
+(cherry picked from commit ada44c1c0edcd3ea9e41ed6b6fdb2bf0e87c9c67)
+
+commit e1c2f5d7afbd29dfb6f1e24589e13729ac71a2a7
+Author: Eric Anholt e...@anholt.net
+Date:   Thu Jan 15 09:31:55 2009 -0800
+
+Fix invarient state emits for DRI2 (do it per batch, since there's no 
lock).
+(cherry picked from commit cab5b7a7b0e17414f98b2363b0961c87f32f9c05)
+
+commit 12ad7f650a01916fd05e0aee9a72f70b112e50a0
+Author: Eric Anholt e...@anholt.net
+Date:   Fri Jan 16 16:59:17 2009 -0800
+
+Protect i915 textured video against batchbuffer wrapping.
+(cherry picked from commit d89de6d60a86105a198d904821853e6ed7de3305)
+
+commit 6b299ffac73e7f2069f8207bda677a82e6a60c81
+Author: Eric Anholt e...@anholt.net
+Date:   Thu Jan 15 19:05:52 2009 -0800
+
+Re-emit i915 composite setup when the batchbuffer wraps.
+
+This also introduces tests to make sure that we asked for enough reserved 
space
+and that we don't allow wrapping at the wrong time.
+
+This fixes a hang during text rendering with DRI2 and a GL client running,
+but could potentially affect text rendering with GEM in general with an
+exceptional batchbuffer setup.
+(cherry picked from commit db43b7870a37ea273941302096a6f00120dfae71)
+(cherry picked from commit 15780c53f5717936ea10ac87aff8a881c172f1dc)
+
+commit 5cd65d965c8ed388275fe2084553302aad601d4a
+Author: Zhenyu Wang 

xserver-xorg-video-intel: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit f04552cdbcb110c876816dfda577803e6c92fb6a
Author: Eric Anholt e...@anholt.net
Date:   Mon Mar 2 11:18:27 2009 -0800

Bump version to 2.6.3.

diff --git a/configure.ac b/configure.ac
index 13d7468..be4a25f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-2.6.2,
+2.6.3,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-intel)
 

commit c0d91bd3ffea329058b63e648d2eae05edd9ad8a
Author: Eric Anholt e...@anholt.net
Date:   Mon Mar 2 11:17:27 2009 -0800

Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.

This saves massive quantities of memory on pre-965 since the DRI2 tiling
enable caused the minimum size of any pixmap to be 1MB.
(cherry picked from commit 5bfd73cd31ba197a62f549cdbad1a1270b571027)

diff --git a/src/i830.h b/src/i830.h
index 6a5b7ed..55b1681 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -1095,4 +1095,15 @@ extern const int I830CopyROP[16];
 #define QUIRK_IGNORE_CRT   0x0080
 extern void i830_fixup_devices(ScrnInfoPtr);
 
+/**
+ * Hints to CreatePixmap to tell the driver how the pixmap is going to be
+ * used.
+ *
+ * Compare to CREATE_PIXMAP_USAGE_* in the server.
+ */
+enum {
+INTEL_CREATE_PIXMAP_TILING_X = 0x1000,
+INTEL_CREATE_PIXMAP_TILING_Y,
+};
+
 #endif /* _I830_H_ */
diff --git a/src/i830_dri.c b/src/i830_dri.c
index 0b15656..bc8d646 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1862,36 +1862,33 @@ I830DRI2CreateBuffers(DrawablePtr pDraw, unsigned int 
*attachments, int count)
pPixmap = pDepthPixmap;
pPixmap-refcnt++;
} else {
-   uint32_t tiling = I915_TILING_NONE;
+   unsigned int hint = 0;
 
-   pPixmap = (*pScreen-CreatePixmap)(pScreen,
-  pDraw-width,
-  pDraw-height,
-  pDraw-depth, 0);
switch (attachments[i]) {
case DRI2BufferDepth:
if (SUPPORTS_YTILING(pI830))
-   tiling = I915_TILING_Y;
+   hint = INTEL_CREATE_PIXMAP_TILING_Y;
else
-   tiling = I915_TILING_X;
+   hint = INTEL_CREATE_PIXMAP_TILING_X;
break;
case DRI2BufferFakeFrontLeft:
case DRI2BufferFakeFrontRight:
case DRI2BufferBackLeft:
case DRI2BufferBackRight:
-   tiling = I915_TILING_X;
+   hint = INTEL_CREATE_PIXMAP_TILING_X;
break;
}
 
if (!pI830-tiling ||
(!IS_I965G(pI830)  !pI830-kernel_exec_fencing))
-   tiling = I915_TILING_NONE;
+   hint = 0;
+
+   pPixmap = (*pScreen-CreatePixmap)(pScreen,
+  pDraw-width,
+  pDraw-height,
+  pDraw-depth,
+  hint);
 
-   if (tiling != I915_TILING_NONE) {
-   bo = i830_get_pixmap_bo(pPixmap);
-   drm_intel_bo_set_tiling(bo, tiling,
-   intel_get_pixmap_pitch(pPixmap));
-   }
}
 
if (attachments[i] == DRI2BufferDepth)
diff --git a/src/i830_exa.c b/src/i830_exa.c
index e61f661..85d884f 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -883,29 +883,38 @@ i830_uxa_create_pixmap (ScreenPtr screen, int w, int h, 
int depth, unsigned usag
 if (w  h)
 {
unsigned int size;
+   uint32_t tiling = I915_TILING_NONE;
 
stride = ROUND_TO((w * pixmap-drawable.bitsPerPixel + 7) / 8,
  i830-accel_pixmap_pitch_alignment);
 
-   /* Use the I915_FENCE_TILING_X even if it may end up being TILING_Y,
-* as it just results in larger alignment.  Really, we need to use the
-* usage hint to tell what the pixmap's going to be.
-*/
-   stride = i830_get_fence_pitch(i830, stride, I915_TILING_X);
-   /* Round the object up to the size of the fence it will live in
-* if necessary.  We could potentially make the kernel allocate
-* a larger aperture space and just bind the subset of pages in,
-* but this is easier and also keeps us out of trouble (as much)
-* with drm_intel_bufmgr_check_aperture().
-*/
-   size = i830_get_fence_size(i830, stride * h);
+   if (usage == INTEL_CREATE_PIXMAP_TILING_X)
+   tiling = I915_TILING_X;
+   else if (usage == INTEL_CREATE_PIXMAP_TILING_Y)
+   tiling = I915_TILING_Y;
+
+   if (tiling == I915_TILING_NONE) {
+   size = stride * h;
+   } else {
+   stride = i830_get_fence_pitch(i830, stride, tiling);
+   /* 

xserver-xorg-video-intel: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 ChangeLog |  816 ++-
 configure.ac  |4 
 debian/changelog  |7 
 debian/control|2 
 src/Makefile.am   |3 
 src/common.h  |2 
 src/drmmode_display.c |  307 --
 src/drmmode_display.h |   73 ---
 src/i830.h|   91 +++-
 src/i830_bios.c   |6 
 src/i830_display.c|   48 +-
 src/i830_display.h|1 
 src/i830_dri.c|   50 +-
 src/i830_driver.c |  219 +++---
 src/i830_exa.c|   58 ++
 src/i830_lvds.c   |5 
 src/i830_memory.c |  547 ++
 src/i830_quirks.c |   21 +
 src/i830_video.c  |  125 +++---
 src/i830_video.h  |2 
 src/i915_video.c  |9 
 src/i965_hwmc.c   |6 
 src/i965_render.c | 1032 ++
 src/i965_video.c  |  401 ++-
 24 files changed, 2250 insertions(+), 1585 deletions(-)

New commits:
commit f201c1bab66e73c902dc159cf7bdf06515d53b6e
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 21:29:21 2009 +0100

Bump build-dep on libdrm-dev to 2.4.5.

diff --git a/debian/changelog b/debian/changelog
index 372912b..7d909c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-intel (2:2.6.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump build-dep on libdrm-dev to 2.4.5.
 
  -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 21:27:41 +0100
 
diff --git a/debian/control b/debian/control
index 49dd92d..4e449ee 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  x11proto-randr-dev (= 1.2),
  x11proto-render-dev,
  x11proto-xinerama-dev,
- libdrm-dev (= 2.4.3),
+ libdrm-dev (= 2.4.5),
  x11proto-xf86dri-dev,
  libpciaccess-dev (= 0.8.0+git20071002),
  dpkg-dev (= 1.14.17),

commit 1543f089d483aade11630aef25df87abf3c4d314
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 21:28:24 2009 +0100

Update changelogs

diff --git a/ChangeLog b/ChangeLog
index dabd57d..827d3a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,449 @@
+commit f04552cdbcb110c876816dfda577803e6c92fb6a
+Author: Eric Anholt e...@anholt.net
+Date:   Mon Mar 2 11:18:27 2009 -0800
+
+Bump version to 2.6.3.
+
+commit c0d91bd3ffea329058b63e648d2eae05edd9ad8a
+Author: Eric Anholt e...@anholt.net
+Date:   Mon Mar 2 11:17:27 2009 -0800
+
+Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.
+
+This saves massive quantities of memory on pre-965 since the DRI2 tiling
+enable caused the minimum size of any pixmap to be 1MB.
+(cherry picked from commit 5bfd73cd31ba197a62f549cdbad1a1270b571027)
+
+commit 5441be42649e4f969ac16c323de2fb5ed93b271a
+Author: Eric Anholt e...@anholt.net
+Date:   Tue Feb 24 20:54:05 2009 -0800
+
+Disable fb resizing for DRI1-only server so that DRI1 can initialize.
+(cherry picked from commit 70e0261208654c6c875ad462da2734c6aa9eeb96)
+
+commit 93ae6c7f8cadb60d479e626ddd2a67d7cb2cc4c0
+Author: Eric Anholt e...@anholt.net
+Date:   Tue Feb 24 13:59:17 2009 -0800
+
+Bump version to 2.6.2 for release.
+
+commit 626a54870fd3c5038c7bdae5d9085fe98f73885b
+Author: Eric Anholt e...@anholt.net
+Date:   Tue Feb 24 14:05:15 2009 -0800
+
+Fix distcheck from drmmode_display.h deletion.
+(cherry picked from commit 9d8e5c21a1688b915bf39261d4c3b0bf2906daef)
+
+commit aa6997ecd5383ee94c8ac9cfca4a1b58820e098c
+Author: Kristian Høgsberg k...@redhat.com
+Date:   Tue Feb 24 13:58:20 2009 -0500
+
+Update kms to work with drmModeModeInfo API update.
+(cherry picked from commit a6b31f38ebf470c61de0e10b0ce2af0d7ee1684b)
+
+commit 97b3ab47c6eec98baf7566e7290c6030934ad956
+Author: Eric Anholt e...@anholt.net
+Date:   Sat Feb 21 20:36:58 2009 -0800
+
+Don't do AdjustFrame in KMS mode.
+
+This was hit by xv86vm's SwitchMode path, and for that the CRTC offsets
+get set at mode setting time anyway.
+(cherry picked from commit 53108994616d9751ac3a29fd61eb269cfaeab967)
+
+commit f3f21a0e45060aa7b333e026938325af133b014c
+Author: Kristian Høgsberg k...@redhat.com
+Date:   Mon Feb 23 15:16:51 2009 -0500
+
+KMS: Fix bug that prevented EDID data from getting propagated.
+(cherry picked from commit 73bc7f113969834d00cd92be8374dbadc62f96a9)
+
+commit 3baf4cf7deedf2e0df13bf07cd0f329cfc7911f5
+Author: Helge Bahmann helge.bahm...@secunet.com
+Date:   Sat Feb 21 10:10:04 2009 -0800
+
+Move disable_render_standby to EnterVT instead of startup.
+
+Otherwise, with a pre-2.6.28 older kernel the disable would be lost at
+resume time and cause hangs.
+
+Bug #20214
+(cherry picked from commit 81c652e9a666a7459bcc5217c8a5ec518b6e00da)
+
+commit 6314b9178a252292a79e21a64d47d740e23df28d
+Author: Eric Anholt e...@anholt.net
+Date:   Wed Feb 18 13:32:44 2009 -0800
+
+uxa: Ask for BOs ready for rendering for pixmaps.
+
+The assumption is that 

xserver-xorg-video-intel: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6e9f989a882cc2b1548fef7ea9a05d80e822b84c
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 8 21:31:47 2009 +0100

Add bug closer

diff --git a/debian/changelog b/debian/changelog
index 7d909c3..9960544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-intel (2:2.6.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
++ doesn't FTBFS with the new libdrm (closes: #523125)
   * Bump build-dep on libdrm-dev to 2.4.5.
 
  -- Julien Cristau jcris...@debian.org  Wed, 08 Apr 2009 21:27:41 +0100


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



Processed: tagging 523125

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

 # new libdrm is not in lenny
 tags 523125 sid squeeze
Bug#523125: error: xf86mm.h: No such file or directory
There were no tags set.
Tags added: sid, squeeze


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



compiz: Changes to 'debian-unstable'

2009-04-08 Thread Sean Finney
 debian/changelog |8 
 debian/patches/compiz-debian-paths.patch |   19 +++
 debian/patches/series|1 +
 3 files changed, 28 insertions(+)

New commits:
commit 53aff7193ca0f995ffddaa3388a839fbbe105000
Author: Sean Finney sean...@debian.org
Date:   Wed Apr 8 22:57:22 2009 +0200

prep changelog for quick-fix update

diff --git a/debian/changelog b/debian/changelog
index 3a236df..5eb60fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+compiz (0.8.2-2) unstable; urgency=low
+
+  * upgrading compiz-manager backed out some locally modified but not
+quilt-using changes in paths.  so, new patch compiz-debian-paths.patch
+should fix this (closes: #522985).
+
+ -- Sean Finney sean...@debian.org  Wed, 08 Apr 2009 23:13:19 +0200
+
 compiz (0.8.2-1) unstable; urgency=low
 
   * new upstream release.

commit 2800647335e16aa10543336aa869c358bd60059b
Author: Sean Finney sean...@debian.org
Date:   Wed Apr 8 22:37:10 2009 +0200

new patch compiz-debian-paths.patch for debian installed paths

diff --git a/debian/patches/compiz-debian-paths.patch 
b/debian/patches/compiz-debian-paths.patch
new file mode 100644
index 000..3229ada
--- /dev/null
+++ b/debian/patches/compiz-debian-paths.patch
@@ -0,0 +1,19 @@
+--- 0-compiz.orig/debian/compiz-manager
 0-compiz/debian/compiz-manager
+@@ -27,13 +27,13 @@
+ # 
+ 
+ 
+-COMPIZ_BIN_PATH=/usr/local/bin/ # For window decorators and compiz
+-PLUGIN_PATH=/usr/local/lib/compiz/ 
++COMPIZ_BIN_PATH=/usr/bin/ # For window decorators and compiz
++PLUGIN_PATH=/usr/lib/compiz/ 
+ GLXINFO=/usr/bin/glxinfo
+ KWIN=/usr/bin/kwin
+ METACITY=/usr/bin/metacity
+ XFWM=/usr/bin/xfwm
+-COMPIZ_NAME=compiz # Final name for compiz (compiz.real) 
++COMPIZ_NAME=compiz.real # Final name for compiz (compiz.real) 
+ 
+ # For Xgl LD_PRELOAD
+ LIBGL_NVIDIA=/usr/lib/nvidia/libGL.so.1.2.xlibmesa
diff --git a/debian/patches/series b/debian/patches/series
index 19d8697..c249f38 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 015_optional-fbo.patch
 compiz-manager-nvidia-settings-optional.patch
 whitelist-fglrx.patch
+compiz-debian-paths.patch


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



compiz: Changes to 'refs/tags/compiz-0.8.2-2'

2009-04-08 Thread Sean Finney
Tag 'compiz-0.8.2-2' created by Sean Finney sean...@debian.org at 2009-04-08 
21:17 +

Debian release 0.8.2-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQBJ3RRTynjLPm522B0RAg0XAJ0emLzur+DORUOHsUYdE0JbESrJkwCggexf
F2CS7QagOcI8s2LwAuTrjOk=
=5Ogz
-END PGP SIGNATURE-

Changes since compiz-0.8.2-1:
Sean Finney (2):
  new patch compiz-debian-paths.patch for debian installed paths
  prep changelog for quick-fix update

---
 debian/changelog |8 
 debian/patches/compiz-debian-paths.patch |   19 +++
 debian/patches/series|1 +
 3 files changed, 28 insertions(+)
---


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



Processing of compiz_0.8.2-2_amd64.changes

2009-04-08 Thread Archive Administrator
compiz_0.8.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  compiz_0.8.2-2.dsc
  compiz_0.8.2-2.diff.gz
  compiz_0.8.2-2_all.deb
  compiz-core_0.8.2-2_amd64.deb
  compiz-dev_0.8.2-2_amd64.deb
  compiz-gtk_0.8.2-2_amd64.deb
  compiz-kde_0.8.2-2_amd64.deb
  compiz-gnome_0.8.2-2_amd64.deb
  compiz-plugins_0.8.2-2_amd64.deb
  libdecoration0_0.8.2-2_amd64.deb
  libdecoration0-dev_0.8.2-2_amd64.deb

Greetings,

Your Debian queue daemon


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



compiz_0.8.2-2_amd64.changes ACCEPTED

2009-04-08 Thread Debian Installer

Accepted:
compiz-core_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-core_0.8.2-2_amd64.deb
compiz-dev_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-dev_0.8.2-2_amd64.deb
compiz-gnome_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-gnome_0.8.2-2_amd64.deb
compiz-gtk_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-gtk_0.8.2-2_amd64.deb
compiz-kde_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-kde_0.8.2-2_amd64.deb
compiz-plugins_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-plugins_0.8.2-2_amd64.deb
compiz_0.8.2-2.diff.gz
  to pool/main/c/compiz/compiz_0.8.2-2.diff.gz
compiz_0.8.2-2.dsc
  to pool/main/c/compiz/compiz_0.8.2-2.dsc
compiz_0.8.2-2_all.deb
  to pool/main/c/compiz/compiz_0.8.2-2_all.deb
libdecoration0-dev_0.8.2-2_amd64.deb
  to pool/main/c/compiz/libdecoration0-dev_0.8.2-2_amd64.deb
libdecoration0_0.8.2-2_amd64.deb
  to pool/main/c/compiz/libdecoration0_0.8.2-2_amd64.deb


Override entries for your package:
compiz-core_0.8.2-2_amd64.deb - optional x11
compiz-dev_0.8.2-2_amd64.deb - optional x11
compiz-gnome_0.8.2-2_amd64.deb - optional x11
compiz-gtk_0.8.2-2_amd64.deb - optional x11
compiz-kde_0.8.2-2_amd64.deb - optional x11
compiz-plugins_0.8.2-2_amd64.deb - optional x11
compiz_0.8.2-2.dsc - source x11
compiz_0.8.2-2_all.deb - optional x11
libdecoration0-dev_0.8.2-2_amd64.deb - optional libdevel
libdecoration0_0.8.2-2_amd64.deb - optional x11

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


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#522985: marked as done (compiz-core: Wrong path in /usr/bin/compiz)

2009-04-08 Thread Debian Bug Tracking System

Your message dated Wed, 08 Apr 2009 21:52:09 +
with message-id e1lrfgn-mq...@ries.debian.org
and subject line Bug#522985: fixed in compiz 0.8.2-2
has caused the Debian Bug report #522985,
regarding compiz-core: Wrong path in /usr/bin/compiz
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.)


-- 
522985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: compiz-core
Version: 0.8.2-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The path for the compiz.real binary and the plugins in /usr/bin/compiz
point to /usr/local/ ...

The patch fixed it for me.

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

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

Versions of packages compiz-core depends on:
ii  libc6   2.9-7GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]7.0.3-7  A free implementation of the OpenG
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.2-1  X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  mesa-utils  7.0.3-7  Miscellaneous Mesa GL utilities

Versions of packages compiz-core recommends:
ii  compiz-plugins0.8.2-1OpenGL window and compositing mana

Versions of packages compiz-core suggests:
ii  nvidia-glx180.29-1   NVIDIA binary Xorg driver

- -- no debconf information

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

iEYEARECAAYFAknbmu4ACgkQeJ3z1zFMUGZ29gCdELenJboF0RBRXnvEU/tRoO7U
0d0AoIuUvddS6BAd/nrVhqZ7wBGcJecu
=tNiW
-END PGP SIGNATURE-
--- compiz.old  2009-04-07 19:54:34.979534279 +0200
+++ compiz  2009-04-07 19:55:11.007584913 +0200
@@ -27,13 +27,13 @@
 # 
 
 
-COMPIZ_BIN_PATH=/usr/local/bin/ # For window decorators and compiz
-PLUGIN_PATH=/usr/local/lib/compiz/ 
+COMPIZ_BIN_PATH=/usr/bin/ # For window decorators and compiz
+PLUGIN_PATH=/usr/lib/compiz/ 
 GLXINFO=/usr/bin/glxinfo
 KWIN=/usr/bin/kwin
 METACITY=/usr/bin/metacity
 XFWM=/usr/bin/xfwm
-COMPIZ_NAME=compiz # Final name for compiz (compiz.real) 
+COMPIZ_NAME=compiz.real # Final name for compiz (compiz.real) 
 
 # For Xgl LD_PRELOAD
 LIBGL_NVIDIA=/usr/lib/nvidia/libGL.so.1.2.xlibmesa
---End Message---
---BeginMessage---
Source: compiz
Source-Version: 0.8.2-2

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

compiz-core_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-core_0.8.2-2_amd64.deb
compiz-dev_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-dev_0.8.2-2_amd64.deb
compiz-gnome_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-gnome_0.8.2-2_amd64.deb
compiz-gtk_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-gtk_0.8.2-2_amd64.deb
compiz-kde_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-kde_0.8.2-2_amd64.deb
compiz-plugins_0.8.2-2_amd64.deb
  to pool/main/c/compiz/compiz-plugins_0.8.2-2_amd64.deb
compiz_0.8.2-2.diff.gz
  to pool/main/c/compiz/compiz_0.8.2-2.diff.gz
compiz_0.8.2-2.dsc
  to pool/main/c/compiz/compiz_0.8.2-2.dsc
compiz_0.8.2-2_all.deb
  to pool/main/c/compiz/compiz_0.8.2-2_all.deb
libdecoration0-dev_0.8.2-2_amd64.deb
  to pool/main/c/compiz/libdecoration0-dev_0.8.2-2_amd64.deb
libdecoration0_0.8.2-2_amd64.deb
  to pool/main/c/compiz/libdecoration0_0.8.2-2_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 

xorg: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog   |  141 +++
 debian/control |   18 
 debian/local/Xsession.5|   24 -
 debian/local/Xwrapper.config.5 |2 
 debian/local/debian-setup-keyboard |   21 +
 debian/local/debian-x11-keymap.fdi |   10 
 debian/local/dexconf   |   81 
 debian/local/xorg.conf |   96 +
 debian/local/xserver-wrapper.c |   14 
 debian/po/ar.po|  137 +++
 debian/po/be.po|  137 +++
 debian/po/bg.po|  137 +++
 debian/po/bs.po|  137 +++
 debian/po/ca.po|  141 +++
 debian/po/cs.po|  137 +++
 debian/po/da.po|  137 +++
 debian/po/de.po|  139 +++
 debian/po/dz.po|  137 +++
 debian/po/el.po|  152 +++-
 debian/po/es.po|  171 -
 debian/po/eu.po|  137 +++
 debian/po/fi.po|  137 +++
 debian/po/fr.po|  141 +++
 debian/po/gl.po|  139 +++
 debian/po/gu.po|  444 +---
 debian/po/he.po|  137 +++
 debian/po/hr.po|  137 +++
 debian/po/hu.po|  137 +++
 debian/po/id.po|  137 +++
 debian/po/it.po|  278 +--
 debian/po/ja.po|  137 +++
 debian/po/km.po|  137 +++
 debian/po/ko.po|  137 +++
 debian/po/ku.po|  119 ++
 debian/po/lt.po|  140 +++
 debian/po/ml.po|  140 +++
 debian/po/mr.po|  137 +++
 debian/po/nb.po|  181 -
 debian/po/ne.po|  137 +++
 debian/po/nl.po|  139 +++
 debian/po/nn.po|  137 +++
 debian/po/pl.po|  138 +++
 debian/po/pt.po|  139 +++
 debian/po/pt_BR.po |  139 +++
 debian/po/ro.po|  139 +++
 debian/po/ru.po|  137 +++
 debian/po/sk.po|  137 +++
 debian/po/sq.po|  137 +++
 debian/po/sv.po|  137 +++
 debian/po/ta.po|  137 +++
 debian/po/templates.pot|  116 ++
 debian/po/th.po|  154 +++-
 debian/po/tr.po|  137 +++
 debian/po/vi.po|  137 +++
 debian/po/wo.po|  137 +++
 debian/po/zh_CN.po |  135 +++
 debian/po/zh_TW.po |  136 +++
 debian/rules   |9 
 debian/scripts/vars|   15 
 debian/scripts/vars.alpha  |   31 +
 debian/scripts/vars.amd64  |   34 +
 debian/scripts/vars.arm|   30 +
 debian/scripts/vars.armeb  |   30 +
 debian/scripts/vars.armel  |   30 +
 debian/scripts/vars.hppa   |   20 -
 debian/scripts/vars.hurd-i386  |   29 +
 debian/scripts/vars.i386   |   36 +
 debian/scripts/vars.ia64   |   31 +
 debian/scripts/vars.kfreebsd-amd64 |   27 +
 debian/scripts/vars.kfreebsd-i386  |   28 +
 debian/scripts/vars.m32r   |   30 +
 debian/scripts/vars.m68k   |   29 +
 debian/scripts/vars.mips   |   31 +
 debian/scripts/vars.mipsel |   30 +
 debian/scripts/vars.powerpc|   19 -
 debian/scripts/vars.ppc64  |   31 +
 debian/scripts/vars.s390   |3 
 debian/scripts/vars.sh4|   33 +
 debian/scripts/vars.sparc  |   31 +
 debian/x11-common.preinst.in   |2 
 debian/xserver-xorg.NEWS   |   16 
 debian/xserver-xorg.examples   |1 
 debian/xserver-xorg.install|2 
 debian/xserver-xorg.postinst.in|  680 -
 debian/xserver-xorg.templates  |  149 
 debian/xsfbs/xsfbs.mk  |   47 --
 debian/xutils.postinst.in  |8 
 87 files changed, 4398 insertions(+), 4620 deletions(-)

New commits:
commit 568eaee1ae07bba8c005d39534b2a866f2ec14c6
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 00:07:54 2009 +0100

Re-add rgb.txt

Some clients still use it, even though the server doesn't.

This reverts commit 6158482fbb874589cf217d1ffd72b65d637fe1d2.

Conflicts:

debian/changelog
debian/x11-common.install

diff --git a/debian/changelog b/debian/changelog
index f61c783..5ec93f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ xorg (1:7.4+1) UNRELEASED; urgency=low
   * Depend on console-setup (= 1.29) to handle upgrades from lenny.
   * Add a NEWS entry to 

mesa: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit bf1e6581a56884c383e5446d84c56b39a7f4e0a0
Author: Brian Paul bri...@vmware.com
Date:   Fri Mar 27 18:57:39 2009 -0600

docs: set 7.4 release date

diff --git a/docs/news.html b/docs/news.html
index 8b96ab6..d34c273 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,7 +11,7 @@
 H1News/H1
 
 
-h2March ??, 2009/h2
+h2March 27, 2009/h2
 p
 a href=relnotes-7.4.htmlMesa 7.4/a is released.
 This is a stable release fixing bugs since the 7.3 release.
diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html
index b7a7a77..fff82f3 100644
--- a/docs/relnotes-7.4.html
+++ b/docs/relnotes-7.4.html
@@ -8,7 +8,7 @@
 
 body bgcolor=#ee
 
-H1Mesa 7.4 Release Notes / date TBD/H1
+H1Mesa 7.4 Release Notes / 27 March 2009/H1
 
 p
 Mesa 7.4 is a stable development release fixing bugs since the 7.3 release.

commit 80ec7843bc31e28b865429c134d43bee462f0c6c
Author: Brian Paul bri...@vmware.com
Date:   Fri Mar 27 18:57:23 2009 -0600

mesa: set VERSION=7.4

diff --git a/Makefile b/Makefile
index 630bf9f..726b263 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.4-rc2
+VERSION=7.4
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)

commit 366d6e8cd1228d965bfe2c93269e15eda5fece59
Author: Brian Paul bri...@vmware.com
Date:   Fri Mar 27 18:57:07 2009 -0600

mesa: set version to 7.4

diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 4fde441..84dcb26 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 4
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING 7.4-rc2
+#define MESA_VERSION_STRING 7.4
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))

commit 63ed288396a7f078b88dbd92e201134797cf89eb
Author: Ian Romanick ian.d.roman...@intel.com
Date:   Fri Mar 27 14:22:47 2009 -0700

intel: Add extra, stronger flushes around CopyTexSubImage blits

diff --git a/src/mesa/drivers/dri/intel/intel_context.c 
b/src/mesa/drivers/dri/intel/intel_context.c
index 20dad52..2e76e93 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -533,7 +533,7 @@ intelFlush(GLcontext * ctx)
intel_flush(ctx, GL_FALSE);
 }
 
-static void
+void
 intel_glFlush(GLcontext *ctx)
 {
intel_flush(ctx, GL_TRUE);
diff --git a/src/mesa/drivers/dri/intel/intel_context.h 
b/src/mesa/drivers/dri/intel/intel_context.h
index c536e76..8a8e59f 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -440,6 +440,7 @@ extern void intelGetLock(struct intel_context *intel, 
GLuint flags);
 
 extern void intelFinish(GLcontext * ctx);
 extern void intelFlush(GLcontext * ctx);
+extern void intel_glFlush(GLcontext *ctx);
 
 extern void intelInitDriverFunctions(struct dd_function_table *functions);
 extern void intelInitExtensions(GLcontext *ctx, GLboolean enable_imaging);
diff --git a/src/mesa/drivers/dri/intel/intel_tex_copy.c 
b/src/mesa/drivers/dri/intel/intel_tex_copy.c
index 08437aa..a7143b8 100644
--- a/src/mesa/drivers/dri/intel/intel_tex_copy.c
+++ b/src/mesa/drivers/dri/intel/intel_tex_copy.c
@@ -104,7 +104,7 @@ do_copy_texsubimage(struct intel_context *intel,
   return GL_FALSE;
}
 
-   intelFlush(ctx);
+   intel_glFlush(ctx);
LOCK_HARDWARE(intel);
{
   GLuint image_offset = intel_miptree_image_offset(intelImage-mt,
@@ -155,6 +155,7 @@ do_copy_texsubimage(struct intel_context *intel,
}
 
UNLOCK_HARDWARE(intel);
+   intel_glFlush(ctx);
 
/* GL_SGIS_generate_mipmap */
if (intelImage-level == texObj-BaseLevel  texObj-GenerateMipmap) {

commit 88ce34f400e9e0250a5b46d5b58aa8a868b769b5
Author: Eric Anholt e...@anholt.net
Date:   Tue Feb 3 19:29:11 2009 -0800

swrast: Add support for x8r8g8b8 fbconfig.

This lets swrast produce an fbconfig suitable for the root visual now that
the server's not allowing mismatched fbconfigs.
(cherry picked from commit 529d1d720e1422bad1880ef33fae1c9423112d2e)

diff --git a/src/mesa/drivers/dri/swrast/swrast.c 
b/src/mesa/drivers/dri/swrast/swrast.c
index 4197603..c7cb3e8 100644
--- a/src/mesa/drivers/dri/swrast/swrast.c
+++ b/src/mesa/drivers/dri/swrast/swrast.c
@@ -166,17 +166,27 @@ swrastFillInModes(__DRIscreen *psp,
 depth_buffer_factor = 4;
 back_buffer_factor = 2;
 
-if (pixel_bits == 8) {
+switch (pixel_bits) {
+case 8:
fb_format = GL_RGB;
fb_type = GL_UNSIGNED_BYTE_2_3_3_REV;
-}
-else if (pixel_bits == 16) {
+   break;
+case 16:
fb_format = GL_RGB;
fb_type = GL_UNSIGNED_SHORT_5_6_5;
-}
-else {
+   break;
+case 24:
+   fb_format = GL_BGR;
+   fb_type = GL_UNSIGNED_INT_8_8_8_8_REV;
+   break;
+case 32:
fb_format = GL_BGRA;
fb_type = 

mesa: Changes to 'refs/tags/mesa-7.4-2'

2009-04-08 Thread Julien Cristau
Tag 'mesa-7.4-2' created by Julien Cristau jcris...@debian.org at 2009-04-08 
22:54 +

Tagging upload of mesa 7.4-2 to unstable.

Changes since mesa-7.4-1:
Julien Cristau (1):
  Upload to unstable.

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


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



xorg-server: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 60c161545af80eb78eb790a05bde79409dfdf16e
Author: Keith Packard kei...@keithp.com
Date:   Wed Feb 25 12:05:44 2009 -0800

X server version 1.6.0

Signed-off-by: Keith Packard kei...@keithp.com

diff --git a/configure.ac b/configure.ac
index b4d18dd..f2718b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,12 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.5.99.903, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.6.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE
 
-RELEASE_DATE=2009-2-17
+RELEASE_DATE=2009-2-25
 
 dnl this gets generated by autoheader, and thus contains all the defines.  we
 dnl don't ever actually use it, internally.

commit e9a9f807971b8fb62b957c9d54b4aea7fb0f96ca
Author: Maarten Maathuis madman2...@gmail.com
Date:   Fri Jan 30 19:32:33 2009 +0100

exa: kill of exaImageGlyphBlt

- It serves no obvious purpose, yet it directly accesses many fb
symbols.
(cherry picked from commit 5cc67ae94c066dcac78072ad8a819c3b602d8bab)

diff --git a/exa/exa_accel.c b/exa/exa_accel.c
index f72a08a..453431e 100644
--- a/exa/exa_accel.c
+++ b/exa/exa_accel.c
@@ -856,139 +856,6 @@ out:
 REGION_DESTROY(pScreen, pReg);
 }
 
-static void
-exaImageGlyphBlt (DrawablePtr  pDrawable,
- GCPtr pGC,
- int   x,
- int   y,
- unsigned int  nglyph,
- CharInfoPtr   *ppciInit,
- pointer   pglyphBase)
-{
-FbGCPrivPtrpPriv = fbGetGCPrivate(pGC);
-CharInfoPtr*ppci;
-CharInfoPtrpci;
-unsigned char   *pglyph;   /* pointer bits in glyph */
-intgWidth, gHeight;/* width and height of glyph */
-FbStride   gStride;/* stride of glyph */
-Bool   opaque;
-intgx, gy;
-void   (*glyph) (FbBits *,
- FbStride,
- int,
- FbStip *,
- FbBits,
- int,
- int);
-FbBits *dst;
-FbStride   dstStride;
-intdstBpp;
-intdstXoff, dstYoff;
-FbBits depthMask;
-PixmapPtr  pPixmap = exaGetDrawablePixmap(pDrawable);
-ExaPixmapPriv(pPixmap);
-RegionPtr  pending_damage = NULL;
-BoxRec extents;
-intxoff, yoff;
-
-if (pExaPixmap-pDamage)
-   pending_damage = DamagePendingRegion(pExaPixmap-pDamage);
-
-if (pending_damage) {
-   extents = *REGION_EXTENTS(pScreen, pending_damage);
-
-   if (extents.x1 = extents.x2 || extents.y1 = extents.y2)
-   return;
-
-   depthMask = FbFullMask(pDrawable-depth);
-}
-
-if (!pending_damage || (pGC-planemask  depthMask) != depthMask)
-{
-   ExaCheckImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppciInit, 
pglyphBase);
-   return;
-}
-
-glyph = NULL;
-switch (pDrawable-bitsPerPixel) {
-case 8:glyph = fbGlyph8; break;
-case 16:glyph = fbGlyph16; break;
-case 24:glyph = fbGlyph24; break;
-case 32:glyph = fbGlyph32; break;
-}
-
-x += pDrawable-x;
-y += pDrawable-y;
-
-exaGetDrawableDeltas(pDrawable, pPixmap, xoff, yoff);
-extents.x1 -= xoff;
-extents.x2 -= xoff;
-extents.y1 -= yoff;
-extents.y2 -= yoff;
-
-exaPrepareAccessReg (pDrawable, EXA_PREPARE_DEST, pending_damage);
-
-if (TERMINALFONT (pGC-font)  !glyph)
-{
-   opaque = TRUE;
-}
-else
-{
-   FbBits fg = fbReplicatePixel (pGC-bgPixel, pDrawable-bitsPerPixel);
-
-   fbSolidBoxClipped (pDrawable,
-  fbGetCompositeClip(pGC),
-  extents.x1,
-  extents.y1,
-  extents.x2,
-  extents.y2,
-  fbAnd (GXcopy, fg, pGC-planemask),
-  fbXor (GXcopy, fg, pGC-planemask));
-
-   opaque = FALSE;
-}
-
-EXA_FALLBACK((to %p (%c)\n, pDrawable, exaDrawableLocation(pDrawable)));
-
-exaPrepareAccessGC (pGC);
-
-fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff);
-
-for (ppci = ppciInit; nglyph; nglyph--, x += pci-metrics.characterWidth)
-{
-   pci = *ppci++;
-   gWidth = GLYPHWIDTHPIXELS(pci);
-   gHeight = GLYPHHEIGHTPIXELS(pci);
-   gx = x + pci-metrics.leftSideBearing;
-   gy = y - pci-metrics.ascent;
-
-   if (!gWidth || !gHeight || (gx + gWidth) = extents.x1 ||
-   (gy + gHeight) = extents.y1 || gx = 

Processing of mesa_7.4-2_amd64.changes

2009-04-08 Thread Archive Administrator
mesa_7.4-2_amd64.changes uploaded successfully to localhost
along with the files:
  mesa_7.4-2.dsc
  mesa_7.4-2.diff.gz
  libgl1-mesa-dev_7.4-2_all.deb
  mesa-common-dev_7.4-2_all.deb
  libgl1-mesa-swx11_7.4-2_amd64.deb
  libgl1-mesa-swx11-dbg_7.4-2_amd64.deb
  libgl1-mesa-swx11-dev_7.4-2_amd64.deb
  libgl1-mesa-glx_7.4-2_amd64.deb
  libgl1-mesa-glx-dbg_7.4-2_amd64.deb
  libgl1-mesa-dri_7.4-2_amd64.deb
  libgl1-mesa-dri-dbg_7.4-2_amd64.deb
  libosmesa6_7.4-2_amd64.deb
  libosmesa6-dev_7.4-2_amd64.deb
  libglu1-mesa_7.4-2_amd64.deb
  libglu1-mesa-dev_7.4-2_amd64.deb
  libglw1-mesa_7.4-2_amd64.deb
  libglw1-mesa-dev_7.4-2_amd64.deb
  mesa-utils_7.4-2_amd64.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-evdev: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit aff7228d972eedd556b13f06d8db0b5ffb622b46
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Tue Mar 24 15:13:23 2009 +1000

evdev 2.2.1

diff --git a/configure.ac b/configure.ac
index c1549eb..52d892d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-evdev],
-2.2.0,
+2.2.1,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-evdev)
 

commit c695234c5c5fd54a6afd12db46a0926ccdd83301
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Tue Mar 17 14:08:29 2009 +1000

Fix jumpy touchpads by updating old_vals only when reported by the device.

Remember whether ABS_X or ABS_Y were reported before the SYN event and only
update the old_vals[0, 1] if we got data for them.
Touchpads that reported pressure data before x/y would otherwise update
old_x/y with bogus values, leading to jumps when the first x/y coordinates
were actually reported.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit d9809d7edd2be714a15115b990286554e2979fb6)

diff --git a/src/evdev.c b/src/evdev.c
index 1d34827..482f7fd 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -342,6 +342,9 @@ EvdevReopenTimer(OsTimerPtr timer, CARD32 time, pointer arg)
 return 100; /* come back in 100 ms */
 }
 
+#define ABS_X_VALUE 0x1
+#define ABS_Y_VALUE 0x2
+#define ABS_VALUE   0x4
 /**
  * Take one input event and process it accordingly.
  */
@@ -392,7 +395,12 @@ EvdevProcessEvent(InputInfoPtr pInfo, struct input_event 
*ev)
 if (ev-code  ABS_MAX)
 break;
 pEvdev-vals[pEvdev-axis_map[ev-code]] = value;
-abs = 1;
+if (ev-code == ABS_X)
+abs |= ABS_X_VALUE;
+else if (ev-code == ABS_Y)
+abs |= ABS_Y_VALUE;
+else
+abs |= ABS_VALUE;
 break;
 
 case EV_KEY:
@@ -443,18 +451,20 @@ EvdevProcessEvent(InputInfoPtr pInfo, struct input_event 
*ev)
 case EV_SYN:
 /* convert to relative motion for touchpads */
 if (abs  (pEvdev-flags  EVDEV_TOUCHPAD)) {
-abs = 0;
-rel = 1;
 if (pEvdev-tool) { /* meaning, touch is active */
 if (pEvdev-old_vals[0] != -1)
 delta[REL_X] = pEvdev-vals[0] - pEvdev-old_vals[0];
 if (pEvdev-old_vals[1] != -1)
 delta[REL_Y] = pEvdev-vals[1] - pEvdev-old_vals[1];
-pEvdev-old_vals[0] = pEvdev-vals[0];
-pEvdev-old_vals[1] = pEvdev-vals[1];
+if (abs  ABS_X_VALUE)
+pEvdev-old_vals[0] = pEvdev-vals[0];
+if (abs  ABS_Y_VALUE)
+pEvdev-old_vals[1] = pEvdev-vals[1];
 } else {
 pEvdev-old_vals[0] = pEvdev-old_vals[1] = -1;
 }
+abs = 0;
+rel = 1;
 }
 
 if (rel) {
@@ -537,6 +547,10 @@ EvdevProcessEvent(InputInfoPtr pInfo, struct input_event 
*ev)
 }
 }
 
+#undef ABS_X_VALUE
+#undef ABS_Y_VALUE
+#undef ABS_VALUE
+
 /* just a magic number to reduce the number of reads */
 #define NUM_EVENTS 16
 

commit 79d4956add44d1150e835cbb0d44d3d1c9077203
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Tue Mar 17 13:25:58 2009 +1000

If we have a touchpad, print so, don't claim we're configuring a tablet.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit b11439a1763b5f210460b492dd4f47e973f90a3a)

diff --git a/src/evdev.c b/src/evdev.c
index 6aafce2..1d34827 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1505,7 +1505,10 @@ EvdevProbe(InputInfoPtr pInfo)
 if (has_axes  num_buttons) {
 pInfo-flags |= XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS |
 XI86_CONFIGURED;
-if (TestBit(ABS_PRESSURE, pEvdev-abs_bitmask)) {
+   if (pEvdev-flags  EVDEV_TOUCHPAD) {
+   xf86Msg(X_INFO, %s: Configuring as touchpad\n, pInfo-name);
+   pInfo-type_name = XI_TOUCHPAD;
+   } else if (TestBit(ABS_PRESSURE, pEvdev-abs_bitmask)) {
xf86Msg(X_INFO, %s: Configuring as tablet\n, pInfo-name);
pInfo-type_name = XI_TABLET;
} else {

commit 7e9809837c41a9ad0822a9bbc59362a3ba96
Author: Jeremy Jay dinkuma...@gmail.com
Date:   Mon Mar 16 23:19:54 2009 -0400

make sure to clear all axis_map entries

don't use uninitialized axis_map entries, ie axis_map[ABS_PRESSURE]

Signed-off-by: Jeremy Jay dinkuma...@gmail.com
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit 740dc202f735106532dce581deabe2b95c52759f)

diff --git a/src/evdev.c b/src/evdev.c
index 6ec7374..6aafce2 100644
--- a/src/evdev.c
+++ b/src/evdev.c

xserver-xorg-input-evdev: Changes to 'refs/tags/xserver-xorg-input-evdev-1_2.2.1-1'

2009-04-08 Thread Julien Cristau
Tag 'xserver-xorg-input-evdev-1_2.2.1-1' created by Julien Cristau 
jcris...@debian.org at 2009-04-09 00:16 +

Tagging upload of xserver-xorg-input-evdev 1:2.2.1-1 to unstable.

Changes since xserver-xorg-input-evdev-1_2.1.1-1:
Adam Jackson (3):
  Open with O_NONBLOCK, and simplify EvdevReadInput to match.
  Move relative motion and other magic up to EV_SYN processing.
  Reduce the number of read calls in ReadInput.

Alan Coopersmith (2):
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Bryce Harrington (1):
  Add descriptive messages for device-has-changed errs

Dan Nicholson (2):
  Stop hammering XKB defaults
  Really fix distcheck

Daniel Stone (1):
  Keyboard: Disable kernel autorepeat

Fernando Carrijo (1):
  Fix error message

Jeremy Jay (2):
  Set rel when converting absolute touchpad coordinates to relative 
(#20661)
  make sure to clear all axis_map entries

Julien Cristau (5):
  Fix TestBit() on 64bit
  Merge branch 'upstream-unstable' of 
git.debian.org:/git/pkg-xorg/driver/xserver-xorg-input-evdev into 
upstream-unstable
  Merge branch 'upstream-unstable' into debian-unstable
  update changelogs
  Upload to unstable.

Julien Plissonneau Duquene (1):
  EvdevCacheCompare: ignore changes in current device position

Matt Helsley (4):
  Add pressure valuator
  rename NBITS to NLONGS to reflect its actual meaning
  Fix FOO_MAX off-by-one
  General axis valuator support.

Michael Chapman (1):
  Disable middle mouse button emulation when a middle mouse button event is 
registered

Paulo Cesar Pereira de Andrade (1):
  Janitor: make distcheck, .gitignore.

Peter Breitenlohner (1):
  fix manpage formatting

Peter Hutterer (73):
  Bump to 2.1.99.
  Document InvertX/Y options.
  Document properties in man page.
  Add property support for ReopenAttempts option.
  Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.
  Clean up program flow - don't call PreInit for modules on DEVICE_INIT.
  Register property handler from within the modules, not the main evdev 
file.
  Rename DragLockInit to DragLockPreInit, remove superfluous return.
  Tidy up evdev.h
  Don't include the client-side header anymore. xkbstr.h is server SDK.
  8-bit properties should use 8-bit storage types...
  Don't init draglock, etc. if we don't have the required capabilities.
  Fix Device reopened after N attempts message.
  Don't post keycodes  255.
  Add option GrabDevice, don't grab the device by default.
  Init ioctl bitmasks to 0, shuts up valgrind too.
  MB emulation timeout is stored as Time, make the property 32-bit too.
  Silence compiler warning by memsetting the struct properly.
  emulate MB: fix confusing log message.
  Fix axis inversion for absolute coordinates.
  emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.
  Flush input after re-opening the fd.
  Remove obsolete FIXME
  Treat BTN_[0-2] as LMR buttons if necessary.
  Add test/ directory for uinput-based test devices.
  Add support for run-time calibration.
  Add support for axes swapping.
  Store device file's minor/major to avoid duplicate devices.
  Finalize MB emu (and wakeup handlers) before closing the fd.
  Add dummy test device - simple device that doesn't move at all.
  Test for pressure BEFORE using has_pressure.
  Register the property handler AFTER setting all the properties.
  Don't print xkb options twice to the log file.
  Add automatic axis labeling.
  Require XKB.
  Deal with XINPUT ABI 5.
  Reshuffle property initialization.
  Protect against zero-sized property values. #19882
  Remove useless include directive.
  Remove duplicate MB emu finalization.
  Remove superfluous motion history allocation.
  Log which EVIOCGABS ioctl failed.
  Remove unused 'screen' variable from the EvdevRec.
  Change cached bitmasks from long to unsigned long.
  CacheCompare before probing the device.
  Swap axes after scaling, not before.
  man: Fix two minor typos in man page.
  man: list the options and properties in alphabetical order.
  remove duplicate (code  255) check.
  Add dynamic axis labelling for absolute devices.
  Add generic axis support for relative axes.
  Remove superfluous (and duplicate) call to xf86MotionHistoryAllocate.
  Add support for arbitrary relative axis labels.
  Accommodate for holes in the ABS label defines.
  Label axes conditional on actual support.
  Revert Remove useless include directive.
  Split ReadInput into ReadInput and ProcessEvent.
  Pass on all relative events, not just x/y.
  Ignore REL_WHEEL, REL_HWHEEL and REL_DIAL during axis initialisation.
  If scrollwheels are found, bump 

xserver-xorg-input-evdev: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 .cvsignore |   19 
 .gitignore |5 
 ChangeLog  |  812 -
 Makefile.am|   15 
 README |   20 
 configure.ac   |   42 +
 debian/changelog   |7 
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |   29 -
 debian/xsfbs/xsfbs.sh  |   66 ---
 man/.cvsignore |2 
 man/evdev.man  |  109 ++---
 src/.cvsignore |6 
 src/Makefile.am|2 
 src/draglock.c |6 
 src/emuMB.c|2 
 src/emuWheel.c |   14 
 src/evdev.c| 1058 -
 src/evdev.h|   48 +-
 test/Makefile.am   |   39 +
 test/abs.c |   84 +++
 test/absrel.c  |   91 
 test/btn0.c|   87 
 test/dummy.c   |   77 +++
 test/fakedev.c |  199 +
 test/fakedev.h |   51 ++
 26 files changed, 2258 insertions(+), 664 deletions(-)

New commits:
commit cc9301b900a46b54447d8027385d68e6a2f937a2
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 01:16:48 2009 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 05fc8e2..c6a606e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-input-evdev (1:2.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-evdev (1:2.2.1-1) unstable; urgency=low
 
   * New upstream release.
+  * Upload to unstable.
 
- -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 01:11:34 +0100
+ -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 01:16:36 +0100
 
 xserver-xorg-input-evdev (1:2.1.1-1) experimental; urgency=low
 

commit 163d5eb901fc2f048badbd09c1a72da3c258df77
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 01:12:53 2009 +0100

update changelogs

diff --git a/ChangeLog b/ChangeLog
index 7a2f78f..ef9111a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,590 @@
-commit 11d506dce6363525e80eda219aee8af429fb302e
+commit aff7228d972eedd556b13f06d8db0b5ffb622b46
 Author: Peter Hutterer peter.hutte...@who-t.net
-Date:   Tue Jan 13 11:32:05 2009 +1000
+Date:   Tue Mar 24 15:13:23 2009 +1000
 
-evdev 2.1.1
+evdev 2.2.1
 
-commit a34a2cd3476441f29c9faa79ffa9289dbf2eebf4
+commit c695234c5c5fd54a6afd12db46a0926ccdd83301
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Mar 17 14:08:29 2009 +1000
+
+Fix jumpy touchpads by updating old_vals only when reported by the device.
+
+Remember whether ABS_X or ABS_Y were reported before the SYN event and only
+update the old_vals[0, 1] if we got data for them.
+Touchpads that reported pressure data before x/y would otherwise update
+old_x/y with bogus values, leading to jumps when the first x/y coordinates
+were actually reported.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit d9809d7edd2be714a15115b990286554e2979fb6)
+
+commit 79d4956add44d1150e835cbb0d44d3d1c9077203
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Mar 17 13:25:58 2009 +1000
+
+If we have a touchpad, print so, don't claim we're configuring a tablet.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit b11439a1763b5f210460b492dd4f47e973f90a3a)
+
+commit 7e9809837c41a9ad0822a9bbc59362a3ba96
+Author: Jeremy Jay dinkuma...@gmail.com
+Date:   Mon Mar 16 23:19:54 2009 -0400
+
+make sure to clear all axis_map entries
+
+don't use uninitialized axis_map entries, ie axis_map[ABS_PRESSURE]
+
+Signed-off-by: Jeremy Jay dinkuma...@gmail.com
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit 740dc202f735106532dce581deabe2b95c52759f)
+
+commit d07692a4af507504b2d3c5a2172b8b23a4d7e2f4
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Mar 17 08:02:00 2009 +1000
+
+Assume touchscreen/touchpad if we have _either_ ABS_PRESSURE or BTN_TOUCH
+
+Touchpads have pressure or touch and also BTN_TOOL_FINGER.
+Touchscreens have either pressure or touch, but no finger.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit 7ac0c4456dc0846f7e09f334a26f9536e20065df)
+
+commit 1073cd4fdca2152898d9e27d7d237452a37d9f81
+Author: Jeremy Jay dinkuma...@gmail.com
+Date:   Mon Mar 16 08:36:53 2009 +1000
+
+Set rel when converting absolute touchpad coordinates to relative 
(#20661)
+
+We unset abs and convert to relative, but never set rel so the events
+don't get posted. This bit got broken in 43dd2a959243877.
+
+X.Org Bug 20661 http://bugs.freedesktop.org/show_bug.cgi?id=20661
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit a3ea979c2b70d166d62422b4ba450ce2910389c3)
+
+commit 486bbdc481a6eb337b57a7b85a99267cf2879aae
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Mar 10 15:17:53 

xserver-xorg-input-evdev: Changes to 'upstream-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 11d506dce6363525e80eda219aee8af429fb302e
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Tue Jan 13 11:32:05 2009 +1000

evdev 2.1.1

diff --git a/configure.ac b/configure.ac
index f668d1e..28294e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-evdev],
-2.1.0,
+2.1.1,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-evdev)
 

commit a34a2cd3476441f29c9faa79ffa9289dbf2eebf4
Author: Michael Chapman m...@very.puzzling.org
Date:   Fri Jan 9 19:07:10 2009 +1100

Disable middle mouse button emulation when a middle mouse button event is 
registered

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit 0592d97fbb5a1241ee79397ce9203346d050a9f9)

diff --git a/src/emuMB.c b/src/emuMB.c
index e5a767a..028d27f 100644
--- a/src/emuMB.c
+++ b/src/emuMB.c
@@ -231,6 +231,11 @@ EvdevMBEmuFilterEvent(InputInfoPtr pInfo, int button, BOOL 
press)
 if (!pEvdev-emulateMB.enabled)
 return ret;
 
+if (button == 2) {
+EvdevMBEmuEnable(pInfo, FALSE);
+return ret;
+}
+
 /* don't care about other buttons */
 if (button != 1  button != 3)
 return ret;

commit 78c00bd77f983aa22611c9966fbcb7e22453b588
Author: Matt Helsley matt.hels...@gmail.com
Date:   Tue Jan 13 11:03:04 2009 +1000

Fix FOO_MAX off-by-one

In linux/input.h each section's (e.g. ABS) FOO_MAX is the maximum FOO
value. Recent kernels define FOO_CNT as the maximum number of FOO there
will ever be. Hence using FOO_MAX to size the bit vectors representing
the capabilities of an evdev device is off by one.

Define FOO_CNT values for use with Linux kernels which lack them. Use
FOO_CNT whenever we need to know the number of bits needed -- usually to
calculate the number of longs needed.

When iterating over the values FOO_MAX still seems appropriate however
the loop test should include FOO_MAX rather than skip it.

Signed-off-by: Matt Helsley matt.hels...@gmail.com
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit 4dfd86b2201b2b19761a1abb3c580cecf0060224)

Conflicts:

src/evdev.c

diff --git a/src/evdev.c b/src/evdev.c
index e48edd9..5601caa 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -236,7 +236,7 @@ static void
 PostKbdEvent(InputInfoPtr pInfo, struct input_event *ev, int value)
 {
 int code = ev-code + MIN_KEYCODE;
-static char warned[KEY_MAX];
+static char warned[KEY_CNT];
 
 /* filter repeat events for chording keys */
 if (value == 2 
@@ -248,7 +248,7 @@ PostKbdEvent(InputInfoPtr pInfo, struct input_event *ev, 
int value)
  ev-code == KEY_SCROLLLOCK)) /* XXX windows keys? */
 return;
 
-if (code  255  ev-code  KEY_MAX) {
+if (code  255  ev-code = KEY_MAX) {
if (!warned[ev-code])
xf86Msg(X_WARNING, %s: unable to handle keycode %d\n,
pInfo-name, ev-code);
@@ -1202,12 +1202,12 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
 int i;
 
 char name[1024]  = {0};
-long bitmask[NLONGS(EV_MAX)]  = {0};
-long key_bitmask[NLONGS(KEY_MAX)] = {0};
-long rel_bitmask[NLONGS(REL_MAX)] = {0};
-long abs_bitmask[NLONGS(ABS_MAX)] = {0};
-long led_bitmask[NLONGS(LED_MAX)] = {0};
-struct input_absinfo absinfo[ABS_MAX];
+long bitmask[NLONGS(EV_CNT)]  = {0};
+long key_bitmask[NLONGS(KEY_CNT)] = {0};
+long rel_bitmask[NLONGS(REL_CNT)] = {0};
+long abs_bitmask[NLONGS(ABS_CNT)] = {0};
+long led_bitmask[NLONGS(LED_CNT)] = {0};
+struct input_absinfo absinfo[ABS_CNT];
 
 if (ioctl(pInfo-fd,
   EVIOCGNAME(sizeof(name) - 1), name)  0) {
@@ -1266,7 +1266,7 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
 
 memset(absinfo, 0, sizeof(absinfo));
 
-for (i = 0; i  ABS_MAX; i++)
+for (i = ABS_X; i = ABS_MAX; i++)
 {
 if (TestBit(i, abs_bitmask))
 {
@@ -1302,9 +1302,9 @@ error:
 static int
 EvdevProbe(InputInfoPtr pInfo)
 {
-long key_bitmask[NLONGS(KEY_MAX)] = {0};
-long rel_bitmask[NLONGS(REL_MAX)] = {0};
-long abs_bitmask[NLONGS(ABS_MAX)] = {0};
+long key_bitmask[NLONGS(KEY_CNT)] = {0};
+long rel_bitmask[NLONGS(REL_CNT)] = {0};
+long abs_bitmask[NLONGS(ABS_CNT)] = {0};
 int i, has_axes, has_keys, num_buttons;
 int kernel24 = 0;
 EvdevPtr pEvdev = pInfo-private;
diff --git a/src/evdev.h b/src/evdev.h
index 107dc77..cdbc87d 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -40,6 +40,22 @@
 #include xkbstr.h
 #endif
 
+#ifndef EV_CNT /* linux 2.4 kernels and earlier lack _CNT defines */
+#define EV_CNT (EV_MAX+1)
+#endif
+#ifndef KEY_CNT
+#define KEY_CNT (KEY_MAX+1)
+#endif
+#ifndef REL_CNT
+#define REL_CNT (REL_MAX+1)
+#endif
+#ifndef ABS_CNT
+#define ABS_CNT (ABS_MAX+1)

xserver-xorg-input-evdev: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 24c195433c69374ed687794320928f490feca498
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jan 21 21:59:31 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 757d9cc..a629d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-input-evdev (1:2.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-evdev (1:2.1.1-1) experimental; urgency=low
 
   * New upstream release.
   * Update debian/copyright from upstream's COPYING.
   * Build against xserver 1.6 rc1.
 
- -- Julien Cristau jcris...@debian.org  Wed, 03 Dec 2008 00:09:44 +0100
+ -- Julien Cristau jcris...@debian.org  Wed, 21 Jan 2009 21:58:47 +0100
 
 xserver-xorg-input-evdev (1:2.1.0-1) experimental; urgency=low
 

commit fcffce9f8fb86efebdadc965aa767bab93d7d740
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jan 21 21:58:40 2009 +0100

Build against xserver 1.6 rc1.

diff --git a/debian/changelog b/debian/changelog
index 69250b6..757d9cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-input-evdev (1:2.1.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Update debian/copyright from upstream's COPYING.
+  * Build against xserver 1.6 rc1.
 
  -- Julien Cristau jcris...@debian.org  Wed, 03 Dec 2008 00:09:44 +0100
 
diff --git a/debian/control b/debian/control
index d05e52f..910bf2b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 5.0.0),
  pkg-config,
  quilt,
- xserver-xorg-dev (= 2:1.4.99.906),
+ xserver-xorg-dev (= 2:1.5.99.901),
  x11proto-core-dev,
  x11proto-randr-dev,
  x11proto-input-dev,
@@ -23,7 +23,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.g
 
 Package: xserver-xorg-input-evdev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}, 
xserver-xorg-core (= 2:1.5.3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- evdev input driver

commit 87dae6972bb0f7f8bd7e7a56e71120eeafb20f9b
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jan 21 21:57:25 2009 +0100

debian/control: wrap build-deps

diff --git a/debian/control b/debian/control
index 3deefd2..d05e52f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,20 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Julien Cristau jcris...@debian.org
-Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4.99.906), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, 
x11proto-kb-dev, libxkbfile-dev, dpkg-dev (= 1.14.17), automake, libtool, 
xutils-dev
+Build-Depends:
+ debhelper (= 5.0.0),
+ pkg-config,
+ quilt,
+ xserver-xorg-dev (= 2:1.4.99.906),
+ x11proto-core-dev,
+ x11proto-randr-dev,
+ x11proto-input-dev,
+ x11proto-kb-dev,
+ libxkbfile-dev,
+ dpkg-dev (= 1.14.17),
+ automake,
+ libtool,
+ xutils-dev
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git

commit 1a967b5e9b0fb51b61b80dd8e2c9e35f36531dd3
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jan 16 05:12:17 2009 +0100

update changelogs for new upstream

diff --git a/ChangeLog b/ChangeLog
index 9740312..7a2f78f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+commit 11d506dce6363525e80eda219aee8af429fb302e
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Jan 13 11:32:05 2009 +1000
+
+evdev 2.1.1
+
+commit a34a2cd3476441f29c9faa79ffa9289dbf2eebf4
+Author: Michael Chapman m...@very.puzzling.org
+Date:   Fri Jan 9 19:07:10 2009 +1100
+
+Disable middle mouse button emulation when a middle mouse button event is 
registered
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit 0592d97fbb5a1241ee79397ce9203346d050a9f9)
+
+commit 78c00bd77f983aa22611c9966fbcb7e22453b588
+Author: Matt Helsley matt.hels...@gmail.com
+Date:   Tue Jan 13 11:03:04 2009 +1000
+
+Fix FOO_MAX off-by-one
+
+In linux/input.h each section's (e.g. ABS) FOO_MAX is the maximum FOO
+value. Recent kernels define FOO_CNT as the maximum number of FOO there
+will ever be. Hence using FOO_MAX to size the bit vectors representing
+the capabilities of an evdev device is off by one.
+
+Define FOO_CNT values for use with Linux kernels which lack them. Use
+FOO_CNT whenever we need to know the number of bits needed -- usually to
+calculate the number of longs needed.
+
+When iterating over the values FOO_MAX still seems appropriate however
+the loop test should include FOO_MAX rather than skip it.
+
+Signed-off-by: Matt 

xorg: Changes to 'refs/tags/xorg-1_7.4+1'

2009-04-08 Thread Julien Cristau
Tag 'xorg-1_7.4+1' created by Julien Cristau jcris...@debian.org at 
2009-04-08 23:52 +

Tagging upload of xorg 1:7.4+1 to unstable.

Changes since xorg-1_7.4-5:
Christian Perrier (2):
  Esperanto translation added
  Added Kazakh translation

David Nusinow (1):
  Add an example xorg.conf to /usr/share/doc/xserver-xorg/examples.  This 
will give people something to copy from and modify for their own configurations

Julien Cristau (28):
  Xsession(5): fix the manpage references.
  Xwrapper.config(5): X is installed as /usr/bin/X, not /usr/bin/X11R6/X.
  Document recent changes in the xserver wrapper's changelog
  Add Asturian debconf translation
  Improve matching for obsolete via and i810 drivers
  xserver-xorg.postinst: no need to define functions twice
  dexconf: don't try to get the driver from debconf.
  Stop configuring a driver on sparc
  Drop Recommends on hw detection programs
  Update po files after template removal
  dexconf: don't write empty Monitor and Screen sections.
  dexconf: don't output an InputDevice section for mice.
  dexconf: don't output an InputDevice section for keyboards.
  xserver-xorg.postinst: don't configure the keyboard layout.
  remove keyboard-related debconf templates; unregister them on upgrade.
  xserver-xorg.templates: don't give an ISA example for the BusID question
  Don't set the UseFBDev option.
  xserver-xorg.postinst: remove unused input validation functions.
  xserver-xorg.postinst: don't accept BusID values matching ISA:*.
  Move unregistering of the config/device/driver debconf question for 
consistency
  Restore multicard guessing
  xserver-xorg.postinst: allow setting the PCI domain in the BusID string.
  Use console-setup for keymap config, and propagate to hal
  Add a NEWS entry to document the changes regarding configuration of input 
devices.
  Merge branch 'debian-experimental' into debian-unstable
  Re-add rgb.txt
  Update debian/po/*
  Upload to unstable.

Timo Aaltonen (3):
  scripts/vars.sparc: Remove sunbw2 from video-all
  scripts/vars.*: Drop mouse  kbd from input-all except for non-Linux 
archs.
  scripts/vars, rules: Remove scripts/vars, hasn't been used since it was 
split.

---
 debian/changelog   |   63 +++
 debian/control |5 
 debian/local/Xsession.5|   24 -
 debian/local/Xwrapper.config.5 |2 
 debian/local/debian-setup-keyboard |   21 +
 debian/local/debian-x11-keymap.fdi |   10 
 debian/local/dexconf   |   81 ---
 debian/local/rgb.txt   |  754 +++
 debian/local/xorg.conf |   96 
 debian/local/xserver-wrapper.c |4 
 debian/po/ar.po|  706 +
 debian/po/ast.po   |  541 +
 debian/po/be.po|  711 ++---
 debian/po/bg.po|  741 ++-
 debian/po/bs.po|  766 +++-
 debian/po/ca.po|  746 ++-
 debian/po/cs.po|  704 +
 debian/po/da.po|  755 +++-
 debian/po/de.po|  737 ++-
 debian/po/dz.po|  710 ++---
 debian/po/el.po|  756 +++-
 debian/po/eo.po|  521 
 debian/po/es.po|  765 +++-
 debian/po/eu.po|  726 ++
 debian/po/fi.po|  721 ++
 debian/po/fr.po|  755 +++-
 debian/po/gl.po|  729 ++
 debian/po/gu.po|  684 ++--
 debian/po/he.po|  694 +
 debian/po/hr.po|  711 ++---
 debian/po/hu.po|  715 ++
 debian/po/id.po|  696 +
 debian/po/it.po|  775 +
 debian/po/ja.po|  704 +
 debian/po/kk.po|  498 +++
 debian/po/km.po|  725 ++
 debian/po/ko.po|  696 +
 debian/po/ku.po|  356 
 debian/po/lt.po|  710 

mesa_7.4-2_amd64.changes ACCEPTED

2009-04-08 Thread Debian Installer

Accepted:
libgl1-mesa-dev_7.4-2_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.4-2_all.deb
libgl1-mesa-dri-dbg_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.4-2_amd64.deb
libgl1-mesa-dri_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.4-2_amd64.deb
libgl1-mesa-glx-dbg_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.4-2_amd64.deb
libgl1-mesa-glx_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.4-2_amd64.deb
libgl1-mesa-swx11-dbg_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.4-2_amd64.deb
libgl1-mesa-swx11-dev_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.4-2_amd64.deb
libgl1-mesa-swx11_7.4-2_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.4-2_amd64.deb
libglu1-mesa-dev_7.4-2_amd64.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.4-2_amd64.deb
libglu1-mesa_7.4-2_amd64.deb
  to pool/main/m/mesa/libglu1-mesa_7.4-2_amd64.deb
libglw1-mesa-dev_7.4-2_amd64.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.4-2_amd64.deb
libglw1-mesa_7.4-2_amd64.deb
  to pool/main/m/mesa/libglw1-mesa_7.4-2_amd64.deb
libosmesa6-dev_7.4-2_amd64.deb
  to pool/main/m/mesa/libosmesa6-dev_7.4-2_amd64.deb
libosmesa6_7.4-2_amd64.deb
  to pool/main/m/mesa/libosmesa6_7.4-2_amd64.deb
mesa-common-dev_7.4-2_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.4-2_all.deb
mesa-utils_7.4-2_amd64.deb
  to pool/main/m/mesa/mesa-utils_7.4-2_amd64.deb
mesa_7.4-2.diff.gz
  to pool/main/m/mesa/mesa_7.4-2.diff.gz
mesa_7.4-2.dsc
  to pool/main/m/mesa/mesa_7.4-2.dsc


Override entries for your package:
libgl1-mesa-dev_7.4-2_all.deb - optional libdevel
libgl1-mesa-dri-dbg_7.4-2_amd64.deb - extra debug
libgl1-mesa-dri_7.4-2_amd64.deb - optional libs
libgl1-mesa-glx-dbg_7.4-2_amd64.deb - extra debug
libgl1-mesa-glx_7.4-2_amd64.deb - optional libs
libgl1-mesa-swx11-dbg_7.4-2_amd64.deb - extra debug
libgl1-mesa-swx11-dev_7.4-2_amd64.deb - extra libdevel
libgl1-mesa-swx11_7.4-2_amd64.deb - extra libs
libglu1-mesa-dev_7.4-2_amd64.deb - optional libdevel
libglu1-mesa_7.4-2_amd64.deb - optional libs
libglw1-mesa-dev_7.4-2_amd64.deb - optional libdevel
libglw1-mesa_7.4-2_amd64.deb - optional libs
libosmesa6-dev_7.4-2_amd64.deb - optional libdevel
libosmesa6_7.4-2_amd64.deb - optional libs
mesa-common-dev_7.4-2_all.deb - optional libdevel
mesa-utils_7.4-2_amd64.deb - optional x11
mesa_7.4-2.dsc - source libs

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



xorg-server: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit ddcec979d8ef9a8b4207ade543a9c4bcb2d16857
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 00:37:06 2009 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 827d689..d8bfde9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
+xorg-server (2:1.6.0-1) unstable; urgency=low
 
   [ David Nusinow ]
   * Add 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch to
@@ -21,8 +21,9 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low
   * Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff, obsoleted
 by pci-rework.
   * Merge changelog entries 2:1.4.2-9 to 2:1.4.2-11.
+  * Upload to unstable.
 
- -- David Nusinow dnusi...@debian.org  Sun, 15 Feb 2009 18:49:51 -0500
+ -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 00:36:40 +0100
 
 xorg-server (2:1.5.99.902-1) experimental; urgency=low
 


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



mesa override disparity

2009-04-08 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libgl1-mesa-dri-dbg_7.4-2_amd64.deb: package says section is libdevel, override 
says debug.
libgl1-mesa-glx-dbg_7.4-2_amd64.deb: package says section is libdevel, override 
says debug.
libgl1-mesa-swx11-dbg_7.4-2_amd64.deb: package says section is libdevel, 
override says debug.


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 reply to this mail and explain why.
Please INCLUDE the list of packages as seen above, or we won't be able
to deal with your mail due to missing information.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply 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



xorg: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 debian/changelog|5 
 debian/po/ar.po |  663 ++-
 debian/po/ast.po|  726 +++-
 debian/po/be.po |  668 ++--
 debian/po/bg.po |  698 +++---
 debian/po/bs.po |  723 ---
 debian/po/ca.po |  699 +++---
 debian/po/cs.po |  661 ++-
 debian/po/da.po |  712 +++
 debian/po/de.po |  692 +++--
 debian/po/dz.po |  667 ++--
 debian/po/el.po |  714 +++
 debian/po/eo.po |  722 +++
 debian/po/es.po |  704 +++---
 debian/po/eu.po |  683 ++---
 debian/po/fi.po |  678 ++--
 debian/po/fr.po |  708 +++---
 debian/po/gl.po |  684 ++---
 debian/po/gu.po |  650 +-
 debian/po/he.po |  651 +--
 debian/po/hr.po |  668 ++--
 debian/po/hu.po |  672 ++--
 debian/po/id.po |  653 +--
 debian/po/it.po |  693 +++--
 debian/po/ja.po |  661 ++-
 debian/po/kk.po |  695 ++---
 debian/po/km.po |  682 ++---
 debian/po/ko.po |  653 +--
 debian/po/ku.po |  331 -
 debian/po/lt.po |  666 ++--
 debian/po/ml.po |  669 ++--
 debian/po/mr.po |  695 +++--
 debian/po/nb.po |  661 ++-
 debian/po/ne.po |  707 +++---
 debian/po/nl.po |  674 ++--
 debian/po/nn.po |  711 +++
 debian/po/pl.po |  676 ++--
 debian/po/pt.po |  697 +++---
 debian/po/pt_BR.po  |  692 +++--
 debian/po/ro.po |  691 +++--
 debian/po/ru.po |  679 ++--
 debian/po/sk.po |  664 ++-
 debian/po/sq.po |  718 ---
 debian/po/sv.po |  680 ++--
 debian/po/ta.po |  660 ++-
 debian/po/templates.pot |  325 -
 debian/po/th.po |  638 +-
 debian/po/tr.po |  671 ++--
 debian/po/vi.po |  669 ++--
 debian/po/wo.po |  694 +++--
 debian/po/zh_CN.po  |  619 
 debian/po/zh_TW.po  |  625 -
 52 files changed, 14061 insertions(+), 19936 deletions(-)

New commits:
commit e090b9f59d9834bd85edd6a12dd197764baec477
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 00:52:22 2009 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5ec93f8..de3f521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg (1:7.4+1) UNRELEASED; urgency=low
+xorg (1:7.4+1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * scripts/vars.sparc: Remove sunbw2 from video-all, since monochrome
@@ -47,6 +47,7 @@ xorg (1:7.4+1) UNRELEASED; urgency=low
   * Add a NEWS entry to document the changes regarding configuration of input
 devices.
   * Re-add rgb.txt, some clients still use it, even though the server doesn't.
+  * Upload to unstable.
 
   [ David Nusinow ]
   * Add an example xorg.conf to /usr/share/doc/xserver-xorg/examples. 
@@ -58,7 +59,7 @@ xorg (1:7.4+1) UNRELEASED; urgency=low
   * Asturian. Closes: #511623
   * Kazakh added. Closes: #521001
 
- -- David Nusinow dnusi...@debian.org  

xserver-xorg-input-evdev: Changes to 'upstream-lenny'

2009-04-08 Thread Julien Cristau
New branch 'upstream-lenny' 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



xorg-server: Changes to 'refs/tags/xorg-server-2_1.6.0-1'

2009-04-08 Thread Julien Cristau
Tag 'xorg-server-2_1.6.0-1' created by Julien Cristau jcris...@debian.org at 
2009-04-08 23:37 +

Tagging upload of xorg-server 2:1.6.0-1 to unstable.

Changes since xorg-server-2_1.5.99.902-1:
Aaron Plattner (1):
  Query the DDX in ProcRRGetScreenInfo.

Adam Jackson (1):
  RANDR: Fail softly on GetPanning if the screen can't do it.

Alan Coopersmith (5):
  Correct error message if specified config file is not found
  Check for and report errors writing xorg.conf.new from Xorg -configure
  x11-input.fdi: Add options needed to handle adding USB devices on Solaris
  Make RgbPath keyword in xorg.conf a non-fatal error
  Add Extensions section to xorg.conf man page

Alan Hourihane (1):
  glx: fix retval checks when failures occur for drawable creation.

Dave Airlie (1):
  GLcore: make googleearth not crash the server on sw-rendering.

David Nusinow (2):
  Add 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch to refer 
to correct (semi-obsolete) mouse driver manpage. closes: #394058
  Bump x11proto-input-dev build-dep to = 1.5.0 to fix keyboard layout 
breakage with new libxi built against the same. Closes: #515976

Eric Anholt (2):
  glx: Don't match fbconfigs to visuals with mismatched channel masks.
  glx: Replace broken GLX visual setup with a fixed all mode.

Ian Romanick (1):
  glx: Inialize best_score before calculating visual scores

Jeremy Huddleston (6):
  XQuartz: Don't need explicit Activate/EnableDevice in InitInput
  XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
  XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
  XQuartz: Don't need GlxSetVisualConfig any more
  configure.ac: Support version strings like W.X.Y.Z-XX
  XQuartz: Re-enable support for capslock

Julien Cristau (28):
  update changelog
  more sanity checks to stop vmmouse from segfaulting the server
  Prepare changelog for upload
  Prepare changelog for upload
  xsfbs: add a repack script for uscan
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-experimental
  debian/watch: use the repack script from xsfbs
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  Merge tag 'xorg-server-1.6.0' into debian-experimental
  xsfbs: repack.sh needs to be executable
  Merge branch 'debian-unstable' of ../../xsfbs into debian-experimental
  Update changelogs
  Remove patch included upstream
  Refresh patch 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch
  Turn on ModeDebug by default.
  Use libgcrypt for SHA1 instead of OpenSSL's libcrypto.
  Fix memory leak in the libgcrypt patch
  debian/control: reformat the Build-Depends field
  move quilt build-dep to more logical place
  Build the xselinux extension on Linux architectures.
  debian/control: move mesa-common-dev build-dep around
  Get rid of obsolete build dependencies
  Move a bunch of dix build-deps around
  Fix lintian warnings about xserver-xorg-core.NEWS formatting.
  Move -dbg package to new section debug, add ${misc:Depends} where missing.
  Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff
  Merge branch 'debian-experimental' into debian-unstable
  Upload to unstable.

Keith Packard (15):
  Handle matrix computation overflow in RRTransformCompute
  Damage re-used shadow scanout buffer using new transforms.
  Handle the combination of panning and crtc transforms
  Merge branch 'panning-for-server-1.6' into server-1.6-branch
  mi: force the paired kbd device before CopyKeyClass. (#19574)
  Make crtc_notify wrap/unwrap code do nothing unless mode code is inuse
  Add XkbDir to Files config file section
  Eliminate the shadow clear on transform change
  Bump to 1.5.99.903
  X11/fonts/fontmod.h doesn't exist anymore.
  Make panning+transform be correctly driven by mouse
  xf86CrtcShadowClear is unused.
  RandR rotations and reflections offset by one pixel
  Pre-clip panning coordinates to keep crtc within panning region
  X server version 1.6.0

Maarten Maathuis (1):
  exa: kill of exaImageGlyphBlt

Matthias Hopf (5):
  randr: Add monitor option Panning for initial panning configuration
  randr: Fix error message for bad panning config
  randr: Update initial screen size if panning information is present
  randr: Oops, miscalculated panning rectangle's coordinates
  randr: Fix initial panning border copy

Michel Dänzer (1):
  DRI1: Make DRICreateDrawable return TRUE for pixmaps.

Paulo Cesar Pereira de Andrade (3):
  Work around inclusion of X11/extensions/panoramiXext.h
  Correct static symbol XkmReadTOC and first pass on compile warning fixes.
  Default to use standard bitmap fonts, with builtins as fallback

Peter Hutterer (5):
  xfree86: Fix up xf86ScaleAxis
  

xserver-xorg-input-evdev: Changes to 'debian-lenny'

2009-04-08 Thread Julien Cristau
New branch 'debian-lenny' 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



xserver-xorg-input-synaptics: Changes to 'upstream'

2009-04-08 Thread Julien Cristau
 .gitignore |1 
 INSTALL|2 
 Makefile.am|4 
 configure.ac   |   31 -
 fdi/11-x11-synaptics.fdi   |   31 +
 include/Makefile.am|2 
 include/synaptics-properties.h |   11 
 include/synaptics.h|2 
 man/synaptics.man  |  359 +
 man/synclient.man  |   23 -
 man/syndaemon.man  |   16 
 src/alpscomm.c |4 
 src/eventcomm.c|  138 +---
 src/properties.c   |  227 -
 src/ps2comm.c  |4 
 src/psmcomm.c  |4 
 src/psmcomm.h  |2 
 src/synaptics.c|  498 +++---
 src/synapticsstr.h |   13 
 src/synproto.h |1 
 tools/Makefile.am  |4 
 tools/synclient.c  |  677 -
 tools/syndaemon.c  |  416 +
 xorg-synaptics.pc.in   |6 
 24 files changed, 1847 insertions(+), 629 deletions(-)

New commits:
commit 82de65f8304ba896e17ce16099632d367a2a596f
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Mon Mar 9 11:47:06 2009 +1000

synaptics 1.1.0

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/configure.ac b/configure.ac
index 2131f47..df11400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-synaptics],
-1.0.99.4,
+1.1.0,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-synaptics)
 

commit a0a0475b39a1abb67bfcc34723a222799132a33d
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Mon Mar 9 11:38:00 2009 +1000

man: remove some pointless ( and ) around float options.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/man/synaptics.man b/man/synaptics.man
index fd6a4be..b18fb8d 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -199,14 +199,14 @@ Motion Always
 .BI Option \*qMinSpeed\*q \*q float \*q
 Minimum speed factor. Property: Synaptics Move Speed
 .TP
-.BI Option \*qMaxSpeed\fR (\*q \*q float \*q)
+.BI Option \*qMaxSpeed\*q \*q float \*q
 Maximum speed factor. Property: Synaptics Move Speed
 .TP
-.BI Option \*qAccelFactor\fR (\*q \*q float \*q)
+.BI Option \*qAccelFactor\*q \*q float \*q
 Acceleration factor for normal pointer movements. Property: Synaptics Move
 Speed
 .TP
-.BI Option \*qTrackstickSpeed\fR (\*q \*q float \*q)
+.BI Option \*qTrackstickSpeed\*q \*q float \*q
 Speed scale when in trackstick emulation mode. Property: Synaptics Move Speed
 .TP
 .BI Option \*qPressureMotionMinZ\*q \*q integer \*q
@@ -348,7 +348,7 @@ Set to 0 to disable. Property: Synaptics Click Action
 .BI Option \*qCircularScrolling\*q \*q boolean \*q
 If on, circular scrolling is used. Property: Synaptics Circular Scrolling
 .TP
-.BI Option \*qCircScrollDelta\fR (\*q \*q float \*q)
+.BI Option \*qCircScrollDelta\*q \*q float \*q
 Move angle (radians) of finger to generate a scroll event. Property: Synaptics
 Circular Scrolling Distance
 .TP
@@ -389,7 +389,7 @@ Palm Dimensions
 Minimum finger pressure at which touch is considered a palm. Property:
 Synaptics Palm Dimensions
 .TP
-.BI Option \*qCoastingSpeed\fR (\*q \*q float \*q)
+.BI Option \*qCoastingSpeed\*q \*q float \*q
 Coasting threshold scrolling speed.
 .
 0 disables coasting. Property: Synaptics Coasting Speed

commit 5acb71723a7fe837f7312adb5b8320dda87649f2
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Mon Mar 9 11:28:02 2009 +1000

man: device properties are now supported, should be stated as such.

This includes listing supported properties and de-emphasizing the need for
SHM.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/man/synaptics.man b/man/synaptics.man
index a6f9e95..fd6a4be 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -68,9 +68,6 @@ taps for example.)
 Please refer to __xconfigfile__(__filemansuffix__) for general configuration
 details and for options that can be used with all input drivers.  This
 section only covers configuration details specific to this driver.
-.
-If you have the SHMConfig parameter enabled, these parameters can also
-be changed at runtime with the synclient(1) program.
 .PP
 The following driver
 .B Options
@@ -93,23 +90,24 @@ psm FreeBSD psm driver
 .TE
 .TP 7
 .BI Option \*qSHMConfig\*q \*q boolean \*q
-Switch on/off shared memory for configuration. This enables the driver to be
-configured at runtime. Note that this is considered a security risk since any
-user can access the configuration.
+Switch on/off shared memory for run-time configuration. Note that this is
+considered a security risk since any user can access the configuration. This
+option is not needed with synaptics 1.0 or later. See section
+.B Device 

xserver-xorg-input-synaptics: Changes to 'refs/tags/xserver-xorg-input-synaptics-1.1.0-1'

2009-04-08 Thread Julien Cristau
Tag 'xserver-xorg-input-synaptics-1.1.0-1' created by Julien Cristau 
jcris...@debian.org at 2009-04-09 00:34 +

Tagging upload of xserver-xorg-input-synaptics 1.1.0-1 to unstable.

Changes since xserver-xorg-input-synaptics-0.99.3-3:
Alan Coopersmith (1):
  Remove xorgconfig  xorgcfg from See Also list in man page

Andre Herms (1):
  use Xrecord extension for event triggered key event notification

Batchty (2):
  Ignore moves during tap processing if no finger is down.
  Stop two-finger scrolling if no finger is present.

Ben Gamari (1):
  Add comma after version number in configure.ac

Benjamin Close (2):
  Fix typo preventing psmcomm from being enabled on BSD platforms
  Use the correct header so psmcomm.h builds again

Christoph Brill (1):
  FDI: Add few examples suggested by Christian Schmitt ch...@ilovelinux.de

Fedor P. Goncharov (Fredy) (2):
  change type of FastTaps option to bool
  Auto-adjust right_edge for touchpads with hardware scroll area.

Julien Cristau (11):
  Add 10-synaptics.fdi
  Add patch from xorg git to fix usage of the EVIOCGBIT ioctl() (closes: 
#493101).
  Prepare changelog for upload, fix patch to actually apply
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  Merge branch 'debian-experimental' into debian-unstable
  Merge tag 'xf86-input-synaptics-0.99.3' into upstream
  Merge branch 'upstream' into debian-unstable
  update changelog
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  Upload to unstable.

Magnus Kessler (1):
  Export synapticsModuleData

Marcel Dejean (2):
  two-finger emulation through fingerWidth
  change magic numbers to fractions

Mattia Dongili (4):
  Rename fdi file to the same name as upstream
  Update fdi file for appletouch and amend README.Debian
  Actually install the renamed fdi file (and with 0644 perms)
  Use proper version numbering

Peter Hutterer (32):
  fdi: make use of hal's contains_outof matcher to reduce duplication.
  fdi: only match on input.touchpad, not on various product names.
  Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
  properties: implement float properties.
  Bump to 1.0.99.
  Remove synSetFloatOption, use xf86SetRealOption instead.
  Remove commented-out sections from configure.ac.
  synclient: clean up a bit, namespace shm functions.
  synclient: split shm_set_value into a parse_cmd.
  synclient: add support for device properties.
  Remove randr requirement from configure.ac
  Bump to 1.0.99.1
  synclient: Fix build errors - BOOL isn't always available.
  synclient: define XATOM_FLOAT if missing from xserver-properties.
  Bump to 1.0.99.2
  synclient: print an error if we can't find the synaptics device.
  syndaemon: fix minor typo in --help output.
  syndaemon: remove enable/disable_touchpad(), use toggle_touchpad instead
  syndaemon: move shm code into shm_init().
  syndaemon: if we wanted XRECORD, but it failed, exit.
  syndaemon: use device properties unless SHM is requested.
  syndaemon: disable XRecord by default.
  synclient: XCloseDisplay doesn't like NULL-pointers.
  syndaemon: needs XI_LIBS to link now.
  synclient: don't print driver's package version info.
  Don't auto-include xorg-server.h in config.h
  Bump to 1.0.99.3
  include xorg-server.h from all driver source files.
  Bump to 1.0.99.4
  man: device properties are now supported, should be stated as such.
  man: remove some pointless ( and ) around float options.
  synaptics 1.1.0

---
 configure.ac  |   25 
 debian/changelog  |   27 
 debian/xserver-xorg-input-synaptics.README.Debian |   17 
 debian/xsfbs/repack.sh|   32 +
 debian/xsfbs/xsfbs.sh |   66 --
 fdi/11-x11-synaptics.fdi  |   22 
 include/synaptics-properties.h|   11 
 include/synaptics.h   |1 
 man/synaptics.man |  322 --
 man/synclient.man |   23 
 man/syndaemon.man |   16 
 src/alpscomm.c|1 
 src/eventcomm.c   |1 
 src/properties.c  |   97 ++-
 src/ps2comm.c |1 
 src/psmcomm.c |1 
 src/synaptics.c   |   54 -
 tools/Makefile.am |4 
 tools/synclient.c |  671 +-
 tools/syndaemon.c |  397 +++--
 20 files 

xserver-xorg-input-synaptics: Changes to 'debian-unstable'

2009-04-08 Thread Julien Cristau
 .gitignore  |   26 
 COMPATIBILITY   |  309 
-
 COPYING |   37 
 ChangeLog   |   21 
 FILES   |   13 
 INSTALL |   58 
 INSTALL.DE  |  103 
 INSTALL.FR  |  105 
 LICENSE |  280 
-
 Makefile|  177 
 Makefile.am |   26 
 NEWS|9 
 README  |  104 
 README.alps |   77 
 TODO|1 
 Xincludes/README.xincludes  |1 
 Xincludes/usr/X11R6/include/X11/Xalloca.h   |  138 
 Xincludes/usr/X11R6/include/X11/Xdefs.h |  110 
 Xincludes/usr/X11R6/include/X11/Xfuncproto.h|   80 
 Xincludes/usr/X11R6/include/X11/Xfuncs.h|   92 
 Xincludes/usr/X11R6/include/X11/extensions/XI.h |  275 
-
 Xincludes/usr/X11R6/include/X11/extensions/XIproto.h| 1530 
---
 Xincludes/usr/X11R6/lib/Server/include/XIstubs.h|  101 
 Xincludes/usr/X11R6/lib/Server/include/bstore.h |   23 
 Xincludes/usr/X11R6/lib/Server/include/bstorestr.h  |   75 
 Xincludes/usr/X11R6/lib/Server/include/colormap.h   |  235 
-
 Xincludes/usr/X11R6/lib/Server/include/cursor.h |  156 
 Xincludes/usr/X11R6/lib/Server/include/dix.h| 1096 
-
 Xincludes/usr/X11R6/lib/Server/include/dixstruct.h  |  267 
-
 Xincludes/usr/X11R6/lib/Server/include/gc.h |  232 
-
 Xincludes/usr/X11R6/lib/Server/include/globals.h|   52 
 Xincludes/usr/X11R6/lib/Server/include/input.h  |  535 
--
 Xincludes/usr/X11R6/lib/Server/include/inputstr.h   |  317 
-
 Xincludes/usr/X11R6/lib/Server/include/mipointer.h  |  162 
 Xincludes/usr/X11R6/lib/Server/include/misc.h   |  282 
-
 Xincludes/usr/X11R6/lib/Server/include/miscstruct.h |   73 
 Xincludes/usr/X11R6/lib/Server/include/opaque.h |   81 
 Xincludes/usr/X11R6/lib/Server/include/os.h |  856 
---
 Xincludes/usr/X11R6/lib/Server/include/pixmap.h |  123 
 Xincludes/usr/X11R6/lib/Server/include/pixmapstr.h  |   83 
 Xincludes/usr/X11R6/lib/Server/include/property.h   |   83 
 Xincludes/usr/X11R6/lib/Server/include/propertyst.h |   76 
 Xincludes/usr/X11R6/lib/Server/include/region.h |   53 
 Xincludes/usr/X11R6/lib/Server/include/regionstr.h  |  437 
--
 Xincludes/usr/X11R6/lib/Server/include/resource.h   |  326 
-
 Xincludes/usr/X11R6/lib/Server/include/screenint.h  |  170 
 Xincludes/usr/X11R6/lib/Server/include/scrnintstr.h |  996 

 Xincludes/usr/X11R6/lib/Server/include/validate.h   |   42 
 Xincludes/usr/X11R6/lib/Server/include/window.h |  362 
-
 Xincludes/usr/X11R6/lib/Server/include/xf86.h   |  389 
-
 Xincludes/usr/X11R6/lib/Server/include/xf86Module.h |  197 
 Xincludes/usr/X11R6/lib/Server/include/xf86Opt.h|   82 
 Xincludes/usr/X11R6/lib/Server/include/xf86Version.h|   31 
 Xincludes/usr/X11R6/lib/Server/include/xf86Xinput.h |  191 
 Xincludes/usr/X11R6/lib/Server/include/xf86_OSproc.h|  266 
-
 Xincludes/usr/X11R6/lib/Server/include/xf86_ansic.h |  342 
-
 Xincludes/usr/X11R6/lib/Server/include/xf86_libc.h  |  658 
---
 Xincludes/usr/X11R6/lib/Server/include/xf86str.h|  994 

 Xincludes/usr/X11R6/lib/Server/include/xisb.h   |   64 
 Xincludes/usr/X11R6/lib64   |1 
 alps.patch  | 

Bug#507131: xinit: Xmodmap not loaded

2009-04-08 Thread Rafi Rubin
Looking at old and current upstream xinitrc's (
http://cgit.freedesktop.org/xorg/app/xinit/tree/xinitrc.cpp ), the mode maps 
are loaded interleaved
with resources.

1.  System resources
2.  System modmap
3.  User resources
4.  User modmap

If that order isn't strictly necessary, it might make sense to put the modmap 
loading in a file such
as /etc/X11/Xsession.d/31x11-common_xmodmap.

And the ordering is considered important, I'd suggest merging it into the 
existing
30x11-common_resources.  Maybe even rename that to resources_and_modmap.


Either way, I will say that I hope the exclusion of .Xmodmap was purely an 
oversight that will be
rectified shortly.

Rafi



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



Bug#520509: libx11-data: Thai XIM not turned on by default due to excessive Compose files

2009-04-08 Thread Theppitak Karoonboonyanan
On Wed, Apr 8, 2009 at 5:37 PM, Julien Cristau jcris...@debian.org wrote:
 On Sat, 2009-03-21 at 13:00 +0700, Theppitak Karoonboonyanan wrote:
 Summarized patches:

 Minimum:
 - 020_th_TH_iso8859-11_ct.diff: Fixes conversion which
   blocks SCIM.

 can you provide an appropriate commit message for this?
 http://www.x.org/wiki/Development/Documentation/SubmittingPatches has
 some guidelines.  (needs to explain what this fixes and why)
 I'll push it upstream then.

 Medium seriousness:
 - 022_Thai_xim_surr_conv.diff: Fixes surrounding text
   retrieval for Thai XIM (good for GTK+, needed for KDE 3).

 Minor:
 - 021_Thai_xim_num_caps.diff: Makes Thai XIM work when
   NumLock/CapsLock is on.

 Same as above re: commit message, and I'll push this upstream too.

Thanks for the offering. I've reformatted the 3 patches
according to the guidelines.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/
From e5223cd4a182fc2f6b0ff6c0cad770fba603853d Mon Sep 17 00:00:00 2001
From: Theppitak Karoonboonyanan t...@linux.thai.net
Date: Thu, 9 Apr 2009 11:25:25 +0700
Subject: [PATCH] CharSet-to-CompoundText Conversion Failed for Thai Locales

X.Org Bug 16475 http://bugs.freedesktop.org/show_bug.cgi?id=16475

Signed-off-by: Theppitak Karoonboonyanan t...@linux.thai.net

SCIM fails to commit Thai input characters on Thai locales, because it commits
string in compound text form, which was converted via
XwcTextListToTextProperty(). But the XLC_LOCALE for th_TH and th_TH.UTF-8
declares cs1's ct_encoding as TIS620-0:GR, which was commented out in
src/xlibi18n/lcCT.c default_ct_data, in favor of ISO8859-11 ESC sequence.
So, declaring cs1 as ISO8859-11:GR instead makes it work.

Besides, for th_TH.UTF-8, adding cs2 class with ISO10646-1 encoding also adds
support for UTF-8 input.

And, along discussion in the bug, a similar problem was found for fontset, too,
by causing delays on X apps startups on systems without tis620-0 fonts. This
is normally the case, as mkfontdir and mkfontscale generate iso8859-11 entries
by default for Thai X fonts. So, Thai fontset charset is also patched.
---
 nls/th_TH.UTF-8/XLC_LOCALE.pre |   12 +---
 nls/th_TH/XLC_LOCALE.pre   |6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/nls/th_TH.UTF-8/XLC_LOCALE.pre b/nls/th_TH.UTF-8/XLC_LOCALE.pre
index 9f1caf7..caede14 100644
--- a/nls/th_TH.UTF-8/XLC_LOCALE.pre
+++ b/nls/th_TH.UTF-8/XLC_LOCALE.pre
@@ -27,8 +27,8 @@ fs1	{
 }
 XCOMM 	fs1 class (Thai) 
 fs2	{
-	charset TIS620-0:GR
-	fontTIS620-0:GR
+	charset ISO8859-11:GR
+	fontISO8859-11:GR
 }
 END XLC_FONTSET
 
@@ -69,7 +69,13 @@ cs1	{
 	length		1
 
 	wc_encoding	\x3000
-	ct_encoding TIS620-0:GR
+	ct_encoding ISO8859-11:GR
+}
+
+XCOMM 	cs2 class
+cs2	{
+	side		none
+	ct_encoding ISO10646-1
 }
 
 END XLC_XLOCALE
diff --git a/nls/th_TH/XLC_LOCALE.pre b/nls/th_TH/XLC_LOCALE.pre
index 7d55d85..c67d683 100644
--- a/nls/th_TH/XLC_LOCALE.pre
+++ b/nls/th_TH/XLC_LOCALE.pre
@@ -16,8 +16,8 @@ fs0	{
 }
 XCOMM 	fs1 class (Thai) 
 fs1	{
-	charset TIS620-0:GR
-	fontTIS620-0:GR
+	charset ISO8859-11:GR
+	fontISO8859-11:GR
 }
 END XLC_FONTSET
 
@@ -61,7 +61,7 @@ cs1	{
 #else
 	wc_encoding	\x8080
 #endif
-	ct_encoding TIS620-0:GR
+	ct_encoding ISO8859-11:GR
 }
 
 END XLC_XLOCALE
-- 
1.6.2.2

From a2dde094e00d9955d57ff9af7d9c3dc265e68cf8 Mon Sep 17 00:00:00 2001
From: Theppitak Karoonboonyanan t...@linux.thai.net
Date: Thu, 9 Apr 2009 11:47:55 +0700
Subject: [PATCH] Thai XIM not filters when NumLock or CapsLock is on

X.Org Bug 12517 http://bugs.freedesktop.org/show_bug.cgi?id=12517

Signed-off-by: Theppitak Karoonboonyanan t...@linux.thai.net

The Thai XIM component in libx11 activated on 'th*' locales normally filters
input sequence according to orthographic rules. However, when NumLock/CapsLock
is on, this stops working. All sequences are passed through.

This is caused by missing masks in _XimThaiFilter(), which normally screens out
certain special keys from entering orthographic rules. Unfortunately, this
included events with NumLock/CapsLock on. Negating the masks from the check
allows the events to be tested by the rules.
---
 modules/im/ximcp/imThaiFlt.c |   18 +-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/modules/im/ximcp/imThaiFlt.c b/modules/im/ximcp/imThaiFlt.c
index 368ea5c..42a30d7 100644
--- a/modules/im/ximcp/imThaiFlt.c
+++ b/modules/im/ximcp/imThaiFlt.c
@@ -1236,6 +1236,22 @@ ThaiFltReplaceInput(Xic ic, unsigned char new_char, KeySym symbol)
 return True;
 }
 
+Private unsigned
+NumLockMask(Display *d)
+{
+int i;
+XModifierKeymap *map = XGetModifierMapping (d);
+KeyCode numlock_keycode = XKeysymToKeycode (d, XK_Num_Lock);
+if (numlock_keycode == NoSymbol)
+return 0;
+
+for (i = 0; i  8; i++) {
+if (map-modifiermap[map-max_keypermod * i] == numlock_keycode)
+