You have a unique business we have a unique solution

2008-09-03 Thread Steve
Hello 

We are more than happy to introduce our self as Dabber Design 
(www.dabberdesign.com). 
We are a bunch of vibrant set of people with diversified skill sets and carry a 
strong belief to provide 
the best in the industry service  solutions for our clients.  Our team has an 
industry experience and 
domain knowledge ranging from 4 to 8years.

In short we provide following services  solutions as listed below;

1)  Usability Engineering
2)  User Interface Design
3)  User Experience Research and Design
4)  Usability testing
5)  Design Audits
6)   Brand Perception 
7)  Product Evaluation 
8)  Information Architecture and Navigation design 
9)  Visual design, Web site, Brand Building, Collateral 
10) SEO, PPC, Analytics
11) Web 2.0, Ajax, XHTML, .NET
12) Marketing, inside sales, viral marketing, adwords

So, have you got an assignment for us then please mail us your requirement to 
[EMAIL PROTECTED] 
and we will get back to you very shortly with a quick solution. 

Thanks in advance,

Steve,
Manager,
www.dabberdesign.com 

[if you dont want to receive mails please revert back with the subject line 
DONT MAIL ME [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'ubuntu'

2008-09-03 Thread Timo Aaltonen
 debian/changelog|   17 
 debian/patches/135_rethrow_signals.patch|   36 +
 debian/patches/140_quell_acpi_errmsgs.patch |   39 
 debian/patches/series   |1 
 4 files changed, 87 insertions(+), 6 deletions(-)

New commits:
commit d3eaf78acba80db1f76c6fa205a319e9df55427d
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Sep 3 10:52:03 2008 +0300

Fix changelog, release.

diff --git a/debian/changelog b/debian/changelog
index f374e5e..fac5e4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,19 @@
-xorg-server (2:1.4.99.906-2ubuntu3) UNRELEASED; urgency=low
+xorg-server (2:1.4.99.906-2ubuntu4) intrepid; urgency=low
+
+  [ Bryce Harrington ]
+  * 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
+from not being able to connect to acpid. (LP: #247195)
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 03 Sep 2008 10:48:24 +0300
+
+xorg-server (2:1.4.99.906-2ubuntu3) intrepid; urgency=low
 
   [ Bryce Harrington ]
   * 135_rethrow_signals.patch:  Update to make it catch and throw a
 wider variety of signals, and do a clean shutdown of the X server
 (code borrowed from FatalError()).
-  * 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
-from not being able to connect to acpid.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 02 Sep 2008 09:44:22 +0300
+ -- Bryce Harrington [EMAIL PROTECTED]  Mon, 01 Sep 2008 13:19:46 -0700
 
 xorg-server (2:1.4.99.906-2ubuntu2) intrepid; urgency=low
 

commit 8704a7559daf5fd24e927d3c6e1fa960e8b4feff
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Sep 3 10:44:17 2008 +0300

Fix typos in patch 140.

diff --git a/debian/patches/140_quell_acpi_errmsgs.patch 
b/debian/patches/140_quell_acpi_errmsgs.patch
index 2769495..6c79ae6 100644
--- a/debian/patches/140_quell_acpi_errmsgs.patch
+++ b/debian/patches/140_quell_acpi_errmsgs.patch
@@ -23,7 +23,7 @@ diff -Nurp 
xorg-server-1.4.99.906-patched2/hw/xfree86/os-support/linux/lnx_acpi.
 +/* Don't fill log with warning (LP: #247195) */
 +xf86MsgVerb(X_WARNING,3,Open ACPI failed (%s) (%s)\n, 
ACPI_SOCKET,
 +strerror(errno));
-+acpi_warning_msg_time = acpi_warning_msg_interval;
++acpi_warning_msg_timer = acpi_warning_msg_interval;
 +acpi_warning_count++;
 +
 +if (acpi_warning_count == acpi_warning_max_count) {
@@ -31,7 +31,7 @@ diff -Nurp 
xorg-server-1.4.99.906-patched2/hw/xfree86/os-support/linux/lnx_acpi.
 +}
 +
 +} else {
-+--acpi_warning_msg_time;
++--acpi_warning_msg_timer;
 +}
 +}
shutdown(fd, 2);

commit 6eab575e2c6535bb22e1cdbf7d1aec524f8736fe
Author: Bryce Harrington [EMAIL PROTECTED]
Date:   Tue Sep 2 10:09:15 2008 +0300

140_quell_acpid_errmsgs.patch

Don't fill the server log with errors from not being able to connect to 
acpid.

diff --git a/debian/changelog b/debian/changelog
index cdf667f..f374e5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-xorg-server (2:1.4.99.906-2ubuntu3) intrepid; urgency=low
+xorg-server (2:1.4.99.906-2ubuntu3) UNRELEASED; urgency=low
 
+  [ Bryce Harrington ]
   * 135_rethrow_signals.patch:  Update to make it catch and throw a
 wider variety of signals, and do a clean shutdown of the X server
 (code borrowed from FatalError()).
+  * 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
+from not being able to connect to acpid.
 
- -- Bryce Harrington [EMAIL PROTECTED]  Mon, 01 Sep 2008 13:19:46 -0700
+ -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 02 Sep 2008 09:44:22 +0300
 
 xorg-server (2:1.4.99.906-2ubuntu2) intrepid; urgency=low
 
diff --git a/debian/patches/140_quell_acpi_errmsgs.patch 
b/debian/patches/140_quell_acpi_errmsgs.patch
new file mode 100644
index 000..2769495
--- /dev/null
+++ b/debian/patches/140_quell_acpi_errmsgs.patch
@@ -0,0 +1,39 @@
+diff -Nurp 
xorg-server-1.4.99.906-patched2/hw/xfree86/os-support/linux/lnx_acpi.c 
xorg-server-1.4.99.906-working2/hw/xfree86/os-support/linux/lnx_acpi.c
+--- xorg-server-1.4.99.906-patched2/hw/xfree86/os-support/linux/lnx_acpi.c 
2008-09-01 13:32:09.0 -0700
 xorg-server-1.4.99.906-working2/hw/xfree86/os-support/linux/lnx_acpi.c 
2008-09-01 14:06:56.0 -0700
+@@ -133,6 +133,10 @@ lnxACPIOpen(void)
+ int fd;
+ struct sockaddr_un addr;
+ int r = -1;
++unsigned int acpi_warning_msg_interval = 10; /* interval between error 
prints */
++static unsigned int acpi_warning_msg_timer = 0;
++unsigned int acpi_warning_max_count = 20; /* Don't print error more than 
this many times total */
++static unsigned int acpi_warning_count = 0;
+ 
+ #ifdef DEBUG
+ ErrorF(ACPI: OSPMOpen 

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

2008-09-03 Thread Julien Cristau
Tag 'xorg-1_7.3+16' created by Julien Cristau [EMAIL PROTECTED] at 2008-09-03 
12:13 +

Tagging upload of xorg 1:7.3+16 to unstable.

Changes since xorg-1_7.3+15:
Julien Cristau (3):
  Updated debconf translations
  pl.po reformatting
  Prepare changelog for upload

---
 debian/changelog |9 +
 debian/po/lt.po  |   32 ++
 debian/po/nb.po  |   93 ---
 debian/po/pl.po  |   37 -
 4 files changed, 56 insertions(+), 115 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xorg_7.3+16_i386.changes

2008-09-03 Thread Archive Administrator
xorg_7.3+16_i386.changes uploaded successfully to localhost
along with the files:
  xorg_7.3+16.dsc
  xorg_7.3+16.tar.gz
  x11-common_7.3+16_all.deb
  xorg-dev_7.3+16_all.deb
  xlibmesa-gl_7.3+16_all.deb
  xlibmesa-gl-dev_7.3+16_all.deb
  xlibmesa-glu_7.3+16_all.deb
  libglu1-xorg_7.3+16_all.deb
  libglu1-xorg-dev_7.3+16_all.deb
  xbase-clients_7.3+16_all.deb
  xutils_7.3+16_all.deb
  xserver-xorg_7.3+16_i386.deb
  xserver-xorg-video-all_7.3+16_i386.deb
  xserver-xorg-input-all_7.3+16_i386.deb
  xorg_7.3+16_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg_7.3+16_i386.changes ACCEPTED

2008-09-03 Thread Debian Installer

Accepted:
libglu1-xorg-dev_7.3+16_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.3+16_all.deb
libglu1-xorg_7.3+16_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.3+16_all.deb
x11-common_7.3+16_all.deb
  to pool/main/x/xorg/x11-common_7.3+16_all.deb
xbase-clients_7.3+16_all.deb
  to pool/main/x/xorg/xbase-clients_7.3+16_all.deb
xlibmesa-gl-dev_7.3+16_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.3+16_all.deb
xlibmesa-gl_7.3+16_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.3+16_all.deb
xlibmesa-glu_7.3+16_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.3+16_all.deb
xorg-dev_7.3+16_all.deb
  to pool/main/x/xorg/xorg-dev_7.3+16_all.deb
xorg_7.3+16.dsc
  to pool/main/x/xorg/xorg_7.3+16.dsc
xorg_7.3+16.tar.gz
  to pool/main/x/xorg/xorg_7.3+16.tar.gz
xorg_7.3+16_i386.deb
  to pool/main/x/xorg/xorg_7.3+16_i386.deb
xserver-xorg-input-all_7.3+16_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.3+16_i386.deb
xserver-xorg-video-all_7.3+16_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.3+16_i386.deb
xserver-xorg_7.3+16_i386.deb
  to pool/main/x/xorg/xserver-xorg_7.3+16_i386.deb
xutils_7.3+16_all.deb
  to pool/main/x/xorg/xutils_7.3+16_all.deb


Override entries for your package:
libglu1-xorg-dev_7.3+16_all.deb - optional libdevel
libglu1-xorg_7.3+16_all.deb - optional libs
x11-common_7.3+16_all.deb - optional x11
xbase-clients_7.3+16_all.deb - optional x11
xlibmesa-gl-dev_7.3+16_all.deb - optional libdevel
xlibmesa-gl_7.3+16_all.deb - optional libs
xlibmesa-glu_7.3+16_all.deb - optional libdevel
xorg-dev_7.3+16_all.deb - optional x11
xorg_7.3+16.dsc - source x11
xorg_7.3+16_i386.deb - optional x11
xserver-xorg-input-all_7.3+16_i386.deb - optional x11
xserver-xorg-video-all_7.3+16_i386.deb - optional x11
xserver-xorg_7.3+16_i386.deb - optional x11
xutils_7.3+16_all.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 497162 497314 497315 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'ubuntu'

2008-09-03 Thread Timo Aaltonen
 debian/changelog|6 ++
 debian/serverminver |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 4c7dc6373ccd110e8009f22ad01a96619c02f2dc
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Sep 3 16:05:02 2008 +0300

Bump the serverminver because of input properties.

diff --git a/debian/changelog b/debian/changelog
index fac5e4b..0afe129 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.4.99.906-2ubuntu5) intrepid; urgency=low
+
+  * Bump the serverminver because of input properties.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 03 Sep 2008 16:03:28 +0300
+
 xorg-server (2:1.4.99.906-2ubuntu4) intrepid; urgency=low
 
   [ Bryce Harrington ]
diff --git a/debian/serverminver b/debian/serverminver
index 90a72d1..557865f 100644
--- a/debian/serverminver
+++ b/debian/serverminver
@@ -1 +1 @@
-2:1.4.99.905
+2:1.4.99.906-2ubuntu2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#496519: Missing dependency on libcompizconfig0

2008-09-03 Thread Vincent Danjean
Package: compiz
Version: 0.7.6-7
Followup-For: Bug #496519

  I suffered from #496519
  I tried to get a backtrace as asked in the bug report.
At first, running /usr/bin/compiz.real (with all options and envvar set in
/usr/bin/compiz) leads to a full freeze of the machine.
  Then, I set ulimit -c unlimited and start compiz. I got a core file
but nothing really interesting in it:
(gdb) info threads 
* 1 process 4189  0x7f3d816fb630 in ?? ()
(gdb) bt
#0  0x7f3d816fb630 in ?? ()
#1  0x7f3d84454da8 in __cxa_finalize () from /lib/libc.so.6
#2  0x7f3d823d6da6 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x00c9fcf8 in ?? ()
#4  0x in ?? ()

  So, I want to report this useless backtrace and see that the 'compiz' package
itself was not installed. So I installed it with its suggestion:
'compizconfig-settings-manager'.

  To be sure, I retried, and this time it was working!

  I checked that 'compiz' was really only a metapackage (removing it does not
change anything). But removing libcompizconfig0 makes /usr/bin/compiz segfault
again. And reinstalling it makes it working.
  So, I think you are missing a dependency on libcompizconfig0 somewhere
(compiz-core ?, compiz-plugins ?)

  Regards,
Vincent


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

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

Versions of packages compiz depends on:
ii  compiz-core   0.7.6-7OpenGL window and compositing mana
ii  compiz-gnome  0.7.6-7OpenGL window and compositing mana
ii  compiz-gtk0.7.6-7OpenGL window and compositing mana
ii  compiz-plugins0.7.6-7OpenGL window and compositing mana

compiz recommends no packages.

Versions of packages compiz suggests:
pn  compizconfig-settings-manager none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-09-03 Thread Timo Aaltonen
New branch 'ubuntu' available with the following commits:
commit d59091ff8e856010fa5210cdb54b5c2cf028513f
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Sep 3 17:55:53 2008 +0300

Drop 101_ubuntu.diff, superseded by input properties.

commit bda8b0f95b4bedeaead8756f583fe938b9dd5926
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Sep 3 17:46:28 2008 +0300

Rebuild to fix dependency against xserver-xorg-core.

commit 50b4c47cf379ca0f1501abc86667b0d8e12abf78
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 18:20:43 2008 +0300

Update the changelog and upload.

commit 00927fdd98bae67d0eb8ec0b19251b4e33816ae9
Merge: d5a6a00535273cb7d94e35340267d7f5d68236b5 
3d39926875446ef80dc7c23e1e90ce776c911f13
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 18:18:14 2008 +0300

Merge commit '3d39926875446ef80dc7c23e1e90ce776c911f13' into ubuntu

commit d5a6a00535273cb7d94e35340267d7f5d68236b5
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 18:17:02 2008 +0300

Add 103_fix_off_by_one.diff

..to fix the number of arguments for properties. Thanks William Grant!

commit 65aa32c4e3979128c8a49a5de8cdfc8a8aba2fae
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 18:11:24 2008 +0300

Enable 102 again.

commit 49da15e9f9ccd9d914e3a7c08811f85b0275968b
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 18:09:06 2008 +0300

Run autoreconf at build time

build-depend on automake, libtool and xutils-dev.

commit f9cb606204b483f1e3c60d3f1e44be080a181106
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 16:55:59 2008 +0300

Disable 102 for now

the property stuff doesn't seem to be working right, or something is
missing..

commit e9fef913eb90d4d0fa22989a9c8f5d1be3349f29
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 13:29:14 2008 +0300

102_dont_check_abi.diff

Don't check ABI_MAJOR, since we have all that's needed for
properties.

commit 7a3373719055ac6488269ec9df6c06a21eb69b67
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Sat Aug 30 13:16:08 2008 +0300

Initial ubuntu merge

commit f127a6edb0ee7a74943425a4981cad86970ae4a5
Merge: ada138eeabb9e0c5c731ae923091c8cbefb70500 
a4a8e89a27f24f9c4012c2e28850f108fec7a8fd
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Aug 27 15:18:01 2008 +0300

Merge commit 'upstream/master' into ubuntu

commit 3d39926875446ef80dc7c23e1e90ce776c911f13
Author: Adel Gadllah [EMAIL PROTECTED]
Date:   Tue Aug 26 09:32:32 2008 +0930

Re-enable TapButtons and CornerButtons to work by default.

This reverts fb98432436c5e1cc69b5f4b84f625e3700e51e04.

Signed-off-by: Peter Hutterer [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#497696: xserver-xorg-core: optioning /usr/bin/Xorg to read /etc/X11/rgb.txt

2008-09-03 Thread giacomo boffi
Package: xserver-xorg-core
Version: 2:1.4.2-5
Severity: wishlist

the name-color mapping mechanism built into the Xorg server is
configured at compile time to look either 1) an internal table, or 2)
the file /etc/X11/rgb.txt

at some point following

,
| commit 8987b2c1efc9a4667e278e6ba411772ba2a4a4e6
| Author: Keith Packard [EMAIL PROTECTED]
| Date:   Thu Feb 16 07:17:31 2006 +
| 
| Make more extensions optional in build (for kdrive). Fix kdrive build for
| actual hardware. Fix kdrive pointer signed/unsigned types. Add
| kdrive-required YX rotation functions. Replace rgb text file loading
| with static rgb color table.
`

the compilation switch was changed upstream, so that /etc/X11/rgb.txt
is ignored by /usr/bin/Xorg, but Xorg says the distributions are free
to revert to the old behaviour

my rationale for restoring the old behaviour is simple: both the
built-in color table and the original rgb.text are seriously
defective, lacking especially darker colors [1], and the system
administrator can obviate this problem only if the name-color mapping
happens at runtime, reading /etc/X11/rgb.txt

if you cannot see an impeding argument, could Debian please restore
the old behaviour modifying the build process of the /usr/bin/Xorg
executable?

thank you
gb

[1] http://people.csail.mit.edu/jaffer/Color/Dictionaries#X11
-- 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 Jun  8  2006 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1719572 Aug 26 19:48 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV25GL [Quadro4 700 XGL] 
(rev a3)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5190 May 20 10:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Nov  1 19:47:17 PST 
2006

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/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 ServerLayout
Identifier Default Layout
Screen Default Screen 0 0
#nputDeviceAnother Keyboard
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection

Section Files

#   path to defoma fonts
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath/winxp/windows/Fonts
EndSection

Section Module
Load   i2c
Load   bitmap
Load   ddc
Load   extmod
Load   freetype
Load   glx
Load   int10
Load   type1
Load   vbe
EndSection

Section InputDevice
Identifier Another Keyboard
Driver keyboard
Option CoreKeyboard
Option XkbModel pc102
Option XkbLayout us
EndSection

Section InputDevice
Identifier Generic Keyboard
Driver kbd
Option CoreKeyboard
Option XkbRules xorg
Option XkbModel pc102
Option XkbLayout us
EndSection

Section InputDevice
Identifier Configured Mouse
Driver mouse
Option CorePointer
Option Device /dev/input/mice
Option Protocol ExplorerPS/2
Option Emulate3Buttons true
EndSection

Section Monitor
Identifier Generic Monitor
HorizSync   31.0 - 85.0
VertRefresh 43.0 - 120.0

Bug#497696: marked as done (xserver-xorg-core: optioning /usr/bin/Xorg to read /etc/X11/rgb.txt)

2008-09-03 Thread Debian Bug Tracking System

Your message dated Wed, 3 Sep 2008 17:53:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#497696: xserver-xorg-core: optioning /usr/bin/Xorg to 
read /etc/X11/rgb.txt
has caused the Debian Bug report #497696,
regarding xserver-xorg-core: optioning /usr/bin/Xorg to read /etc/X11/rgb.txt
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 [EMAIL PROTECTED]
immediately.)


-- 
497696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497696
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: xserver-xorg-core
Version: 2:1.4.2-5
Severity: wishlist

the name-color mapping mechanism built into the Xorg server is
configured at compile time to look either 1) an internal table, or 2)
the file /etc/X11/rgb.txt

at some point following

,
| commit 8987b2c1efc9a4667e278e6ba411772ba2a4a4e6
| Author: Keith Packard [EMAIL PROTECTED]
| Date:   Thu Feb 16 07:17:31 2006 +
| 
| Make more extensions optional in build (for kdrive). Fix kdrive build for
| actual hardware. Fix kdrive pointer signed/unsigned types. Add
| kdrive-required YX rotation functions. Replace rgb text file loading
| with static rgb color table.
`

the compilation switch was changed upstream, so that /etc/X11/rgb.txt
is ignored by /usr/bin/Xorg, but Xorg says the distributions are free
to revert to the old behaviour

my rationale for restoring the old behaviour is simple: both the
built-in color table and the original rgb.text are seriously
defective, lacking especially darker colors [1], and the system
administrator can obviate this problem only if the name-color mapping
happens at runtime, reading /etc/X11/rgb.txt

if you cannot see an impeding argument, could Debian please restore
the old behaviour modifying the build process of the /usr/bin/Xorg
executable?

thank you
gb

[1] http://people.csail.mit.edu/jaffer/Color/Dictionaries#X11
-- 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 Jun  8  2006 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1719572 Aug 26 19:48 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV25GL [Quadro4 700 XGL] 
(rev a3)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5190 May 20 10:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Nov  1 19:47:17 PST 
2006

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/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 ServerLayout
Identifier Default Layout
Screen Default Screen 0 0
#nputDeviceAnother Keyboard
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection

Section Files

#   path to defoma fonts
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath/winxp/windows/Fonts
EndSection

Section Module
Load   i2c
Load   bitmap
Load   ddc
Load   extmod
Load   freetype
Load 

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

2008-09-03 Thread Julien Cristau
 debian/changelog  |   11 +++
 debian/patches/02_965_no_exa_composite.diff   |   87 ++
 debian/patches/02_xaa_by_default_on_i965.diff |   21 --
 debian/patches/series |2 
 4 files changed, 99 insertions(+), 22 deletions(-)

New commits:
commit f63c0db13aede250961ebe351b58a36cd2d83b4d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 3 19:25:57 2008 +0200

Another try at working around the 965 rendering bug

* Kill 02_xaa_by_default_on_i965.diff.  Switching to XAA breaks Xvideo,
  which is Not Good™.
* New patch 02_965_no_exa_composite.diff: add a RenderAccel option, to
  control whether EXA composite acceleration is enabled.  Default to off on
  i965+ to hopefully avoid the font rendering issues reported in #451791 and
  friends.

diff --git a/debian/changelog b/debian/changelog
index 3d66007..c2f5f9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+xserver-xorg-video-intel (2:2.3.2-2+lenny4) UNRELEASED; urgency=low
+
+  * Kill 02_xaa_by_default_on_i965.diff.  Switching to XAA breaks Xvideo,
+which is Not Good™.
+  * New patch 02_965_no_exa_composite.diff: add a RenderAccel option, to
+control whether EXA composite acceleration is enabled.  Default to off on
+i965+ to hopefully avoid the font rendering issues reported in #451791 and
+friends.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 03 Sep 2008 19:21:44 +0200
+
 xserver-xorg-video-intel (2:2.3.2-2+lenny3) unstable; urgency=low
 
   [ Brice Goglin ]
diff --git a/debian/patches/02_965_no_exa_composite.diff 
b/debian/patches/02_965_no_exa_composite.diff
new file mode 100644
index 000..7f49894
--- /dev/null
+++ b/debian/patches/02_965_no_exa_composite.diff
@@ -0,0 +1,87 @@
+From a0ed2f2b652ba077d7638a6e5b5bd9fa99318c5d Mon Sep 17 00:00:00 2001
+From: Julien Cristau [EMAIL PROTECTED]
+Date: Fri, 29 Aug 2008 19:10:57 +0200
+Subject: [PATCH] Add a renderaccel option, to toggle composite acceleration
+
+Disable it by default on 965+
+
+Index: xserver-xorg-video-intel/src/i830.h
+===
+--- xserver-xorg-video-intel.orig/src/i830.h
 xserver-xorg-video-intel/src/i830.h
+@@ -486,6 +486,7 @@
+Bool useEXA;
+Bool noAccel;
+Bool SWCursor;
++   Bool render_accel;
+ #ifdef I830_USE_XAA
+XAAInfoRecPtr AccelInfoRec;
+ 
+Index: xserver-xorg-video-intel/src/i830_driver.c
+===
+--- xserver-xorg-video-intel.orig/src/i830_driver.c
 xserver-xorg-video-intel/src/i830_driver.c
+@@ -317,6 +317,7 @@
+ #ifdef INTEL_XVMC
+OPTION_XVMC,
+ #endif
++   OPTION_RENDERACCEL,
+ } I830Opts;
+ 
+ static OptionInfoRec I830Options[] = {
+@@ -345,6 +346,7 @@
+ #ifdef INTEL_XVMC
+{OPTION_XVMC,  XvMC, OPTV_BOOLEAN,   {0},TRUE},
+ #endif
++   {OPTION_RENDERACCEL, RenderAccel,OPTV_BOOLEAN,   {0},TRUE},
+{-1,   NULL,   OPTV_NONE,  {0},FALSE}
+ };
+ /* *INDENT-ON* */
+@@ -1583,6 +1585,17 @@
+ pI830-useEXA ? EXA : XAA);
+}
+ 
++   if (pI830-useEXA) {
++   pI830-render_accel = !IS_I965G(pI830);
++   from = X_DEFAULT;
++
++   if (xf86GetOptValBool(pI830-Options, OPTION_RENDERACCEL,
++   pI830-render_accel))
++ from = X_CONFIG;
++   xf86DrvMsg(pScrn-scrn_index, from, %sabling EXA render 
acceleration\n
++pI830-render_accel ? En : Dis);
++   }
++
+if (xf86ReturnOptValBool(pI830-Options, OPTION_SW_CURSOR, FALSE)) {
+   pI830-SWCursor = TRUE;
+}
+Index: xserver-xorg-video-intel/src/i830_exa.c
+===
+--- xserver-xorg-video-intel.orig/src/i830_exa.c
 xserver-xorg-video-intel/src/i830_exa.c
+@@ -556,6 +556,10 @@
+   pI830-EXADriverPtr-Composite = i965_composite;
+   pI830-EXADriverPtr-DoneComposite = i830_done_composite;
+ }
++if (!pI830-render_accel) {
++  pI830-EXADriverPtr-CheckComposite = NULL;
++  pI830-EXADriverPtr-PrepareComposite = NULL;
++}
+ #if EXA_VERSION_MINOR = 2
+ pI830-EXADriverPtr-PixmapIsOffscreen = i830_exa_pixmap_is_offscreen;
+ #endif
+Index: xserver-xorg-video-intel/man/intel.man
+===
+--- xserver-xorg-video-intel.orig/man/intel.man
 xserver-xorg-video-intel/man/intel.man
+@@ -90,6 +90,10 @@
+ .BI Option \*qDRI\*q \*q boolean \*q
+ Disable or enable DRI support.
+ Default: DRI is enabled for configurations where it is supported.
++.TP
++.BI Option \*qRenderAccel\*q \*q boolean \*q
++This option controls whether EXA composite acceleration is enabled.
++Default: disabled on i965 and higher.
+ 
+ .PP
+ The following driver
diff --git a/debian/patches/02_xaa_by_default_on_i965.diff 
b/debian/patches/02_xaa_by_default_on_i965.diff
deleted file mode 

Bug#497708: Xorg.conf which worked in etch causes problems in lenny

2008-09-03 Thread Dale Amon
Package: xserver-xorg
Version: 1:7.3+15

An upgrade from etch to lenny made my T23 X11 windows nearly
unuseable due to what appeared to be multiple bugs in multiple
applications. With advice from Josselin I found it was a set up
of two pointer devices in xorg.conf. It had worked unchanged
since summer of 2006 under Etch but caused the noted multifarious
failures on an upgrade to lenny.

The original xorg.conf was:

==

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
#   LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  PS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection
Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  S3 SuperSavage
Driver  savage
VendorName  S3
BoardName   S3 SuperSavage/IXC 64
BusID   PCI:1:0:0
EndSection

Section Monitor
Identifier  Monitor0
VendorName  IBM
ModelName   T23 14.1
HorizSync   30-90
VertRefresh 50-100
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  S3 SuperSavage
Monitor Monitor0
DefaultDepth24
SubSection Display
Depth   1
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes1400x1050 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier   

Bug#497707: xserver-xorg-video-intel: Occasional X-Server crash

2008-09-03 Thread Brice Goglin
Martin Lorenz wrote:
 Package: xserver-xorg-video-intel
 Version: 2:2.3.2-2+lenny3
 Severity: important

 Once in a while but unfortunately without any hint of reproducibility my X
 suddenly crashes.
 It simply goes 'woosh' and exits.
 gdm tries to restart but can't.
 X won't restart until I reboot.

 Have lost quite some open files recently.

 I found some error regarding ring buffe in the log (attached)

 Hope anyone can shed some light on this.
   

Many people get random lockups like this, and we have basically no idea
where they come from.

Sometimes, adding
Option AccelMethod XAA
to the Device section of xorg.conf helps.

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-09-03 Thread Julien Cristau
Tag 'xorg-server-2_1.5.0-1' created by Julien Cristau [EMAIL PROTECTED] at 
2008-09-04 00:26 +

Tagging upload of xorg-server 2:1.5.0-1 to experimental.

Changes since xorg-server-2_1.4.99.906-2:
Adam Jackson (5):
  Reimplement ShmPutImage.
  Disable XTrap build by default.
  Disable DRI2 by default.
  Fix strict-aliasing silliness in XAA.
  xserver 1.5.0

Daniel Drake (2):
  Don't abort if swrast library is not present
  Don't try to destroy a NULL pixmap.

Eamon Walsh (1):
  Attempt getpeercon() on remote sockets as well as local ones.

Fredrik Höglund (1):
  Fix the tile offset in miPaintWindow for ParentRelative windows.

Julien Cristau (6):
  Add swapped dispatch for randr 1.2 requests
  Xevie: swap replies as necessary
  Merge tag 'xorg-server-1.5.0' into debian-experimental
  New upstream release.
  Bump videoabiver to 4 to match ABI_VIDEODRV_VERSION.
  Prepare changelog for upload

Maarten Maathuis (1):
  xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.

Matthieu Herrb (1):
  Xserver.man: Typo (the the).

Thomas Bodzar (1):
  Xorg.man: typo (the the).

Thorvald Natvig (1):
  Xevie: always initialize rep.length (bug#17394)

Xavier Bestel (1):
  Cosmetic fix to EDID decoding.

---
 ChangeLog| 
 134 ++
 Xext/shm.c   | 
  94 +---
 Xext/shmint.h| 
   3 
 Xext/xevie.c | 
  31 +
 Xext/xselinux.c  | 
  21 
 configure.ac | 
   8 
 debian/changelog | 
  10 
 debian/patches/50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch | 
  31 -
 debian/patches/series| 
   1 
 debian/videoabiver   | 
   2 
 dix/dispatch.c   | 
   2 
 doc/Xserver.man.pre  | 
   2 
 exa/exa.c| 
   7 
 exa/exa_accel.c  | 
  92 
 exa/exa_priv.h   | 
   9 
 glx/glxdriswrast.c   | 
   2 
 glx/glxext.c | 
  37 +
 hw/xfree86/ddc/print_edid.c  | 
   3 
 hw/xfree86/doc/man/Xorg.man.pre  | 
   2 
 hw/xfree86/modes/xf86Crtc.c  | 
   2 
 hw/xfree86/xaa/xaaFillPoly.c | 
   8 
 mi/miexpose.c| 
   4 
 randr/rrcrtc.c   | 
  11 
 randr/rrproperty.c   | 
  58 ++
 randr/rrsdispatch.c  | 
 215 +++---
 25 files changed, 467 insertions(+), 322 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'debian-experimental'

2008-09-03 Thread Julien Cristau
 ChangeLog| 
 134 ++
 Xext/shm.c   | 
  94 +---
 Xext/shmint.h| 
   3 
 Xext/xevie.c | 
  31 +
 Xext/xselinux.c  | 
  21 
 configure.ac | 
   8 
 debian/changelog | 
  10 
 debian/patches/50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch | 
  31 -
 debian/patches/series| 
   1 
 debian/videoabiver   | 
   2 
 dix/dispatch.c   | 
   2 
 doc/Xserver.man.pre  | 
   2 
 exa/exa.c| 
   7 
 exa/exa_accel.c  | 
  92 
 exa/exa_priv.h   | 
   9 
 glx/glxdriswrast.c   | 
   2 
 glx/glxext.c | 
  37 +
 hw/xfree86/ddc/print_edid.c  | 
   3 
 hw/xfree86/doc/man/Xorg.man.pre  | 
   2 
 hw/xfree86/modes/xf86Crtc.c  | 
   2 
 hw/xfree86/xaa/xaaFillPoly.c | 
   8 
 mi/miexpose.c| 
   4 
 randr/rrcrtc.c   | 
  11 
 randr/rrproperty.c   | 
  58 ++
 randr/rrsdispatch.c  | 
 215 +++---
 25 files changed, 467 insertions(+), 322 deletions(-)

New commits:
commit 0dc817c9892cdd50884617d1144c35c5626f052a
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:06:08 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 35a4edd..693c505 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.5.0-1) UNRELEASED; urgency=low
+xorg-server (2:1.5.0-1) experimental; urgency=low
 
   * New upstream release.
   * Kill patch 50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch,
@@ -6,7 +6,7 @@ xorg-server (2:1.5.0-1) UNRELEASED; urgency=low
   * Bump videoabiver to 4 to match ABI_VIDEODRV_VERSION.  Yes, that means
 rebuilding video drivers; sorry about that.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 04 Sep 2008 01:43:18 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 04 Sep 2008 02:05:47 +0200
 
 xorg-server (2:1.4.99.906-2) experimental; urgency=low
 

commit ba41f133c155084db9cebc29ed2c5e8a27b1933b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:00:22 2008 +0200

Bump videoabiver to 4 to match ABI_VIDEODRV_VERSION.

Yes, that means rebuilding video drivers; sorry about that.

diff --git a/debian/changelog b/debian/changelog
index bba7ab1..35a4edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ xorg-server (2:1.5.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Kill patch 50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch,
 1.2 requests are properly swapped now.
+  * Bump videoabiver to 4 to match ABI_VIDEODRV_VERSION.  Yes, that means
+rebuilding video drivers; sorry about that.
 
  -- Julien Cristau [EMAIL PROTECTED]  Thu, 04 Sep 2008 01:43:18 +0200
 
diff --git a/debian/videoabiver b/debian/videoabiver
index 8c26915..b8626c4 100644
--- a/debian/videoabiver
+++ b/debian/videoabiver
@@ -1 +1 @@
-2.9
+4

commit 76009338832ec651e82b23fbb7d886d8c8a8ed7d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 01:47:00 2008 +0200

New upstream release.

Update changelogs.
Kill patch 50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch,
1.2 requests are properly swapped now.

diff --git a/ChangeLog b/ChangeLog
index 17f76f7..9f9199d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+commit 05fb2f9e1249d0b91bf4318cec4fb309217adff4
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Wed Sep 3 19:14:22 2008 -0400
+
+xserver 1.5.0
+
+Drinkin' island is inside each of us, my son.
+
+commit f385303cd0242e3a7fded15f8b5c3d610c13ee41
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Tue Sep 2 15:43:15 2008 -0400
+
+Fix strict-aliasing silliness in XAA.
+(cherry picked from commit 613ce0955032fb032de0a3940752828d314f057a)

xorg-server: Changes to 'upstream-experimental'

2008-09-03 Thread Julien Cristau
 Xext/shm.c  |   94 -
 Xext/shmint.h   |3 
 Xext/xevie.c|   31 +
 Xext/xselinux.c |   21 +--
 configure.ac|8 -
 dix/dispatch.c  |2 
 doc/Xserver.man.pre |2 
 exa/exa.c   |7 -
 exa/exa_accel.c |   92 -
 exa/exa_priv.h  |9 -
 glx/glxdriswrast.c  |2 
 glx/glxext.c|   37 --
 hw/xfree86/ddc/print_edid.c |3 
 hw/xfree86/doc/man/Xorg.man.pre |2 
 hw/xfree86/modes/xf86Crtc.c |2 
 hw/xfree86/xaa/xaaFillPoly.c|8 -
 mi/miexpose.c   |4 
 randr/rrcrtc.c  |   11 +-
 randr/rrproperty.c  |   58 +-
 randr/rrsdispatch.c |  215 
 20 files changed, 322 insertions(+), 289 deletions(-)

New commits:
commit 05fb2f9e1249d0b91bf4318cec4fb309217adff4
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Sep 3 19:14:22 2008 -0400

xserver 1.5.0

Drinkin' island is inside each of us, my son.

diff --git a/configure.ac b/configure.ac
index 6a0876b..0262274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-RELEASE_DATE=23 July 2008
-AC_INIT([xorg-server], 1.4.99.906, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE=3 September 2008
+AC_INIT([xorg-server], 1.5.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

commit f385303cd0242e3a7fded15f8b5c3d610c13ee41
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Tue Sep 2 15:43:15 2008 -0400

Fix strict-aliasing silliness in XAA.
(cherry picked from commit 613ce0955032fb032de0a3940752828d314f057a)

diff --git a/hw/xfree86/xaa/xaaFillPoly.c b/hw/xfree86/xaa/xaaFillPoly.c
index 23c2781..6f11e35 100644
--- a/hw/xfree86/xaa/xaaFillPoly.c
+++ b/hw/xfree86/xaa/xaaFillPoly.c
@@ -131,8 +131,8 @@ XAAIsEasyPolygon(
 *bottomY = 0;
 
 origin -= (origin  0x8000)  1;
-vertex1 = *((int *) extents-x1) - origin;
-vertex2 = *((int *) extents-x2) - origin /* - 0x00010001 */;
+vertex1 = extents-x1 - origin;
+vertex2 = extents-x2 - origin /* - 0x00010001 */;
  /* I think this was an error in cfb ^ */
 
 if (shape == Convex) {
@@ -714,7 +714,7 @@ XAAFillPolygonStippled(
return;
 }
 
-origin = *((int *)pDraw-x);
+origin = pDraw-x;
 
 switch( XAAIsEasyPolygon(ptsIn, count, pGC-pCompositeClip-extents,
 origin, topPoint, y, maxy, shape) ) {
@@ -867,7 +867,7 @@ XAAFillPolygonTiled(
return;
 }
 
-origin = *((int *)pDraw-x);
+origin = pDraw-x;
 
 switch( XAAIsEasyPolygon(ptsIn, count, pGC-pCompositeClip-extents,
 origin, topPoint, y, maxy, shape) ) {

commit 6cb7f595b97e9442a79660bc639b2fc91842e19a
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Sep 3 14:59:24 2008 -0400

Disable DRI2 by default.

diff --git a/configure.ac b/configure.ac
index d324bd5..6a0876b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -536,7 +536,7 @@ AC_ARG_ENABLE(xdmcp,  
AS_HELP_STRING([--disable-xdmcp], [Build XDMCP ext
 AC_ARG_ENABLE(xdm-auth-1, AS_HELP_STRING([--disable-xdm-auth-1], [Build 
XDM-Auth-1 extension (default: auto)]), [XDMAUTH=$enableval], [XDMAUTH=auto])
 AC_ARG_ENABLE(glx,AS_HELP_STRING([--disable-glx], [Build GLX 
extension (default: enabled)]), [GLX=$enableval], [GLX=yes])
 AC_ARG_ENABLE(dri,AS_HELP_STRING([--enable-dri], [Build DRI 
extension (default: auto)]), [DRI=$enableval])
-AC_ARG_ENABLE(dri2,   AS_HELP_STRING([--enable-dri2], [Build DRI2 
extension (default: auto)]), [DRI2=$enableval])
+AC_ARG_ENABLE(dri2,   AS_HELP_STRING([--enable-dri2], [Build DRI2 
extension (default: no)]), [DRI2=$enableval], [DRI2=no])
 AC_ARG_ENABLE(xinerama,  AS_HELP_STRING([--disable-xinerama], 
[Build Xinerama extension (default: enabled)]), [XINERAMA=$enableval], 
[XINERAMA=yes])
 AC_ARG_ENABLE(xf86vidmode,AS_HELP_STRING([--disable-xf86vidmode], [Build 
XF86VidMode extension (default: auto)]), [XF86VIDMODE=$enableval], 
[XF86VIDMODE=auto])
 AC_ARG_ENABLE(xf86misc,   AS_HELP_STRING([--disable-xf86misc], [Build 
XF86Misc extension (default: auto)]), [XF86MISC=$enableval], [XF86MISC=auto])

commit ed2248f673ed8993e678818c388203346a3614e0
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Sep 3 14:58:43 2008 -0400

Disable XTrap build by default.

diff --git a/configure.ac b/configure.ac
index efef454..d324bd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,7 +526,7 @@ AC_ARG_ENABLE(registry,   
AS_HELP_STRING([--disable-registry], [Build string
 

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

2008-09-03 Thread Julien Cristau
Tag 'xorg-1_7.4-2' created by Julien Cristau [EMAIL PROTECTED] at 2008-09-04 
00:26 +

Tagging upload of xorg 1:7.4~2 to experimental.

Changes since xorg-1_7.4-1:
Christian Perrier (2):
  Finnish debconf translation update
  Korean translation update

Julien Cristau (12):
  Preserve TMPDIR setting across execution of ssh-agent
  On sparc, don't put the driver description in the Driver field
  Add Gujarati debconf translation
  Prepare changelog for upload
  Drop the tga driver from xserver-xorg-video-all Depends on !alpha.
  Bump xserver-xorg's dependency on xserver-xorg-core
  Updated debconf translations
  pl.po reformatting
  Prepare changelog for upload
  Merge branch 'debian-unstable' into debian-experimental
  Update for 1.5 final: require xserver-xorg-video-4, bump dependency on 
-core
  Prepare changelog for upload

Timo Aaltonen (1):
  Merge branch 'debian-unstable' into debian-experimental

---
 debian/changelog   |   35 +
 debian/control |2 
 debian/local/Xsession.d/90x11-common_ssh-agent |2 
 debian/po/fi.po|  625 +++
 debian/po/gu.po|  425 
 debian/po/ko.po|  654 ++---
 debian/po/lt.po|   32 -
 debian/po/nb.po|   93 +--
 debian/po/pl.po|   37 -
 debian/scripts/vars.amd64  |1 
 debian/scripts/vars.arm|1 
 debian/scripts/vars.armeb  |1 
 debian/scripts/vars.armel  |1 
 debian/scripts/vars.hurd-i386  |1 
 debian/scripts/vars.i386   |1 
 debian/scripts/vars.ia64   |1 
 debian/scripts/vars.kfreebsd-amd64 |1 
 debian/scripts/vars.kfreebsd-i386  |1 
 debian/scripts/vars.m32r   |1 
 debian/scripts/vars.m68k   |1 
 debian/scripts/vars.mips   |1 
 debian/scripts/vars.mipsel |1 
 debian/scripts/vars.sh4|1 
 debian/xserver-xorg.postinst.in|8 
 24 files changed, 893 insertions(+), 1034 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xorg_7.4~2_i386.changes

2008-09-03 Thread Archive Administrator
xorg_7.4~2_i386.changes uploaded successfully to localhost
along with the files:
  xorg_7.4~2.dsc
  xorg_7.4~2.tar.gz
  x11-common_7.4~2_all.deb
  xorg-dev_7.4~2_all.deb
  xlibmesa-gl_7.4~2_all.deb
  xlibmesa-gl-dev_7.4~2_all.deb
  xlibmesa-glu_7.4~2_all.deb
  libglu1-xorg_7.4~2_all.deb
  libglu1-xorg-dev_7.4~2_all.deb
  xbase-clients_7.4~2_all.deb
  xutils_7.4~2_all.deb
  xserver-xorg_7.4~2_i386.deb
  xserver-xorg-video-all_7.4~2_i386.deb
  xserver-xorg-input-all_7.4~2_i386.deb
  xorg_7.4~2_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xorg-server_1.5.0-1_i386.changes

2008-09-03 Thread Archive Administrator
xorg-server_1.5.0-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.5.0-1.dsc
  xorg-server_1.5.0.orig.tar.gz
  xorg-server_1.5.0-1.diff.gz
  xserver-xorg-core_1.5.0-1_i386.deb
  xserver-xorg-dev_1.5.0-1_i386.deb
  xdmx_1.5.0-1_i386.deb
  xdmx-tools_1.5.0-1_i386.deb
  xnest_1.5.0-1_i386.deb
  xvfb_1.5.0-1_i386.deb
  xserver-xephyr_1.5.0-1_i386.deb
  xserver-xfbdev_1.5.0-1_i386.deb
  xserver-xorg-core-dbg_1.5.0-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-09-03 Thread Julien Cristau
 ChangeLog|6 ++
 configure.ac |2 +-
 debian/changelog |7 +--
 debian/control   |2 +-
 debian/rules |   16 ++--
 5 files changed, 15 insertions(+), 18 deletions(-)

New commits:
commit 6efa148a955c8b7c0d17b3bf13dcc847e093db32
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:50:03 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e14eb65..238661a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xserver-xorg-video-intel (2:2.4.2-1) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.4.2-1) experimental; urgency=low
 
   * Drop the xserver-xorg-video-i810 transitional package.
   * Build against xorg-server 1.5.
   * New upstream release (no changes from the previous snapshot other than the
 version number).
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 26 Aug 2008 17:04:37 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 04 Sep 2008 02:49:59 +0200
 
 xserver-xorg-video-intel (2:2.4.1-1) experimental; urgency=low
 

commit 5e16a3a3ff1dd6fce0583771d97fe150900f6142
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:48:53 2008 +0200

Drop the binary-indep stuff from debian/rules

Not needed without the transitional package.

diff --git a/debian/rules b/debian/rules
index 1f1bcc4..f1338b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,20 +99,8 @@ binary-arch: build install serverabi
dh_builddeb
 
 # Build architecture-independent files here.
-binary-indep: DH_OPTIONS=-i
-binary-indep: build install
-   dh_testdir
-   dh_testroot
-
-   dh_installdocs
-   dh_installchangelogs ChangeLog
-   dh_link
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
+binary-indep:
+   # nothing to do
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

commit 8336f66e7e54e8b923c2d14c0dca8b6a5cbab3ac
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:41:51 2008 +0200

update changelogs for new upstream release

diff --git a/ChangeLog b/ChangeLog
index b637d66..1120f93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+commit 2f6466a234dd696e1206085579d92807dbd3d3ef
+Author: Zhenyu Wang [EMAIL PROTECTED]
+Date:   Tue Aug 26 09:28:35 2008 +0800
+
+Bump version 2.4.2
+
 commit 48d4b0ae50affd7fa442271046eefba74de7ff2c
 Author: Jesse Barnes [EMAIL PROTECTED]
 Date:   Wed Aug 20 15:06:36 2008 -0700
diff --git a/debian/changelog b/debian/changelog
index c5bee3e..e14eb65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-xserver-xorg-video-intel (2:2.4.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.4.2-1) UNRELEASED; urgency=low
 
   * Drop the xserver-xorg-video-i810 transitional package.
   * Build against xorg-server 1.5.
+  * New upstream release (no changes from the previous snapshot other than the
+version number).
 
  -- Julien Cristau [EMAIL PROTECTED]  Tue, 26 Aug 2008 17:04:37 +0200
 

commit abc15342c198937258d6c513e00e1bd85cedf2ce
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 4 02:39:54 2008 +0200

Build against xorg-server 1.5.

diff --git a/debian/changelog b/debian/changelog
index 896f9a1..c5bee3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-intel (2:2.4.1-2) UNRELEASED; urgency=low
 
   * Drop the xserver-xorg-video-i810 transitional package.
+  * Build against xorg-server 1.5.
 
  -- Julien Cristau [EMAIL PROTECTED]  Tue, 26 Aug 2008 17:04:37 +0200
 
diff --git a/debian/control b/debian/control
index 39ad016..4466a98 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED], Brice Goglin [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.4.99.905), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | 
libgl-dev, libxvmc-dev (= 1:1.0.1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xinerama-dev, 
libdrm-dev (= 2.2) [!hurd-i386], x11proto-xf86dri-dev, libpciaccess-dev (= 
0.8.0+git20071002), dpkg-dev (= 1.14.17), automake, libtool, xutils-dev
+Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.5), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xinerama-dev, 
libdrm-dev (= 2.2) [!hurd-i386], x11proto-xf86dri-dev, libpciaccess-dev (= 
0.8.0+git20071002), 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-video-intel
 Vcs-Browser: 

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

2008-09-03 Thread Julien Cristau
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f6466a234dd696e1206085579d92807dbd3d3ef
Author: Zhenyu Wang [EMAIL PROTECTED]
Date:   Tue Aug 26 09:28:35 2008 +0800

Bump version 2.4.2

diff --git a/configure.ac b/configure.ac
index fcdd33c..809e84d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-2.4.1,
+2.4.2,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-intel)
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.4.2-1'

2008-09-03 Thread Julien Cristau
Tag 'xserver-xorg-video-intel-2_2.4.2-1' created by Julien Cristau [EMAIL 
PROTECTED] at 2008-09-04 00:52 +

Tagging upload of xserver-xorg-video-intel 2:2.4.2-1 to experimental.

Changes since xserver-xorg-video-intel-2_2.4.1-1:
Julien Cristau (6):
  Drop the xserver-xorg-video-i810 transitional package.
  Build against xorg-server 1.5.
  Merge tag 'xf86-video-intel-2.4.2' into debian-experimental
  update changelogs for new upstream release
  Drop the binary-indep stuff from debian/rules
  Prepare changelog for upload

Zhenyu Wang (1):
  Bump version 2.4.2

---
 ChangeLog|6 ++
 configure.ac |2 +-
 debian/changelog |9 +
 debian/control   |   10 +-
 debian/rules |   16 ++--
 5 files changed, 19 insertions(+), 24 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg_7.4~2_i386.changes ACCEPTED

2008-09-03 Thread Debian Installer

Accepted:
libglu1-xorg-dev_7.4~2_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.4~2_all.deb
libglu1-xorg_7.4~2_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.4~2_all.deb
x11-common_7.4~2_all.deb
  to pool/main/x/xorg/x11-common_7.4~2_all.deb
xbase-clients_7.4~2_all.deb
  to pool/main/x/xorg/xbase-clients_7.4~2_all.deb
xlibmesa-gl-dev_7.4~2_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.4~2_all.deb
xlibmesa-gl_7.4~2_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.4~2_all.deb
xlibmesa-glu_7.4~2_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.4~2_all.deb
xorg-dev_7.4~2_all.deb
  to pool/main/x/xorg/xorg-dev_7.4~2_all.deb
xorg_7.4~2.dsc
  to pool/main/x/xorg/xorg_7.4~2.dsc
xorg_7.4~2.tar.gz
  to pool/main/x/xorg/xorg_7.4~2.tar.gz
xorg_7.4~2_i386.deb
  to pool/main/x/xorg/xorg_7.4~2_i386.deb
xserver-xorg-input-all_7.4~2_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.4~2_i386.deb
xserver-xorg-video-all_7.4~2_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.4~2_i386.deb
xserver-xorg_7.4~2_i386.deb
  to pool/main/x/xorg/xserver-xorg_7.4~2_i386.deb
xutils_7.4~2_all.deb
  to pool/main/x/xorg/xutils_7.4~2_all.deb


Override entries for your package:
libglu1-xorg-dev_7.4~2_all.deb - optional libdevel
libglu1-xorg_7.4~2_all.deb - optional libs
x11-common_7.4~2_all.deb - optional x11
xbase-clients_7.4~2_all.deb - optional x11
xlibmesa-gl-dev_7.4~2_all.deb - optional libdevel
xlibmesa-gl_7.4~2_all.deb - optional libs
xlibmesa-glu_7.4~2_all.deb - optional libdevel
xorg-dev_7.4~2_all.deb - optional x11
xorg_7.4~2.dsc - source x11
xorg_7.4~2_i386.deb - optional x11
xserver-xorg-input-all_7.4~2_i386.deb - optional x11
xserver-xorg-video-all_7.4~2_i386.deb - optional x11
xserver-xorg_7.4~2_i386.deb - optional x11
xutils_7.4~2_all.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server_1.5.0-1_i386.changes ACCEPTED

2008-09-03 Thread Debian Installer

Accepted:
xdmx-tools_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.5.0-1_i386.deb
xdmx_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xdmx_1.5.0-1_i386.deb
xnest_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.5.0-1_i386.deb
xorg-server_1.5.0-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.5.0-1.diff.gz
xorg-server_1.5.0-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.5.0-1.dsc
xorg-server_1.5.0.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.5.0.orig.tar.gz
xserver-xephyr_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.5.0-1_i386.deb
xserver-xfbdev_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xfbdev_1.5.0-1_i386.deb
xserver-xorg-core-dbg_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.5.0-1_i386.deb
xserver-xorg-core_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.5.0-1_i386.deb
xserver-xorg-dev_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.5.0-1_i386.deb
xvfb_1.5.0-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.5.0-1_i386.deb


Override entries for your package:
xdmx-tools_1.5.0-1_i386.deb - optional x11
xdmx_1.5.0-1_i386.deb - optional x11
xnest_1.5.0-1_i386.deb - optional x11
xorg-server_1.5.0-1.dsc - source x11
xserver-xephyr_1.5.0-1_i386.deb - optional x11
xserver-xfbdev_1.5.0-1_i386.deb - optional x11
xserver-xorg-core-dbg_1.5.0-1_i386.deb - extra x11
xserver-xorg-core_1.5.0-1_i386.deb - optional x11
xserver-xorg-dev_1.5.0-1_i386.deb - optional x11
xvfb_1.5.0-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xserver-xorg-video-intel_2.4.2-1_i386.changes

2008-09-03 Thread Archive Administrator
xserver-xorg-video-intel_2.4.2-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-intel_2.4.2-1.dsc
  xserver-xorg-video-intel_2.4.2.orig.tar.gz
  xserver-xorg-video-intel_2.4.2-1.diff.gz
  xserver-xorg-video-intel_2.4.2-1_i386.deb
  xserver-xorg-video-intel-dbg_2.4.2-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-intel_2.4.2-1_i386.changes ACCEPTED

2008-09-03 Thread Debian Installer

Accepted:
xserver-xorg-video-intel-dbg_2.4.2-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.4.2-1_i386.deb
xserver-xorg-video-intel_2.4.2-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.4.2-1.diff.gz
xserver-xorg-video-intel_2.4.2-1.dsc
  to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.4.2-1.dsc
xserver-xorg-video-intel_2.4.2-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.4.2-1_i386.deb
xserver-xorg-video-intel_2.4.2.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.4.2.orig.tar.gz


Override entries for your package:
xserver-xorg-video-intel-dbg_2.4.2-1_i386.deb - extra x11
xserver-xorg-video-intel_2.4.2-1.dsc - source x11
xserver-xorg-video-intel_2.4.2-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#31396: Hank Willliams Jrr. Mug Shot

2008-09-03 Thread Felico Fermin


   
 
Expedition to the wabash, resulting from indian came from
the carriage was all in one direction, while with the other
she pulled up some grass. Them merries, the lave o' 's wants
to gie them again. 'but then it is possible after all yes,.