Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread Julien Cristau
On Wed, Sep 12, 2007 at 08:33:54 +0200, martin thomalla wrote:

> Hello, since installing this patch
> http://www.debian.de/security/2007/dsa-1372  (xserver-xorg-core) wine (
> 0.9.44) or winecfg immediately crash and x restarts. I have already
> reinstalled wine from scratch but the bug persists. i also posted a bug
> report with wine.
> 
Martin, we'll need some more information to find out what's happening.
Can you at least post your X log?  It should be in
/var/log/Xorg.0.log.old after the X restart.

Keith, any idea what would explain a crash with the patch from fd.o bug
7447?  It's on xserver 1.1.1, so I may have failed to backport it
correctly...

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: tagging 432110

2007-09-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> tags 432110 - fixed-upstream
Bug#432110: i965 lockup: Error in I830WaitLpRing(), timeout for 2 seconds
Tags were: fixed-upstream
Bug#433569: X server lockup on i965 with GLX and DRI
Tags removed: fixed-upstream

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2007-09-12 Thread Brice Goglin
 man/fbdev.man |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9a7763ce04b4b4e1529f1aa74bb5081dc562ea7
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 01:49:33 2007 +0200

Replace a non-ascii char with the corresponding groff escape in fbdev.man

diff --git a/man/fbdev.man b/man/fbdev.man
index da89ba8..aed60ce 100644
--- a/man/fbdev.man
+++ b/man/fbdev.man
@@ -60,4 +60,4 @@ Enable rotation of the display. The supported values are "CW" 
(clockwise,
 __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), 
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
 X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
 .SH AUTHORS
-Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
+Authors include: Gerd Knorr, Michel D\(:anzer, Geert Uytterhoeven


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



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

2007-09-12 Thread Brice Goglin
 debian/changelog |   25 +
 debian/control   |   15 +--
 debian/copyright |3 +++
 debian/patches/01_fbdev_man.diff |   15 +++
 debian/patches/series|1 +
 debian/rules |6 +++---
 debian/xsfbs/xsfbs.mk|9 -
 man/fbdev.man|2 +-
 8 files changed, 61 insertions(+), 15 deletions(-)

New commits:
commit c9f0e2fb7665ea3f1228125764b8474e1879ab28
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 10:56:14 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ff95717..cd31a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
+xserver-xorg-video-fbdev (1:0.3.1-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add patch to fix minor warnings from man in fbdev(4).
@@ -21,7 +21,7 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
   * Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900.
 + Fixes non-ascii character in the manpage, closes: #441829.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 10:11:44 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 10:56:04 +0200
 
 xserver-xorg-video-fbdev (1:0.3.1-2) experimental; urgency=low
 

commit fc15da487f8334ae4a7cb1d1c5016257a5c8aaf8
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 10:52:39 2007 +0200

Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900

diff --git a/debian/changelog b/debian/changelog
index 1de87bf..ff95717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
 permission.
   * Add upstream URL to debian/copyright.
   * Bump Standards-Version to 3.7.2.2, no change needed.
+  * Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900.
++ Fixes non-ascii character in the manpage, closes: #441829.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 10:11:44 +0200
 
diff --git a/debian/patches/01_fbdev_man.diff b/debian/patches/01_fbdev_man.diff
index a976055..c072da8 100644
--- a/debian/patches/01_fbdev_man.diff
+++ b/debian/patches/01_fbdev_man.diff
@@ -13,9 +13,3 @@ Index: xserver-xorg-video-fbdev/man/fbdev.man
  to figure out the correct values.
  .PP
  The following driver
-@@ -60,4 +60,4 @@
- __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), 
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
- X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
- .SH AUTHORS
--Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
-+Authors include: Gerd Knorr, Michel D\(:anzer, Geert Uytterhoeven

commit 57501169ce6dc1465d11412564bd710116ee9515
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 10:48:32 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index ea8990b..1de87bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,15 +7,19 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
   * Replaces/Conflicts: xserver-xorg-driver-fbdev.
 
   [ Brice Goglin ]
+  * Build against xserver 1.4.
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
 (needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-video-fbdev
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add myself to Uploaders, and remove Branden and Fabio with their
+permission.
+  * Add upstream URL to debian/copyright.
+  * Bump Standards-Version to 3.7.2.2, no change needed.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 28 Apr 2007 17:12:35 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 10:11:44 +0200
 
 xserver-xorg-video-fbdev (1:0.3.1-2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 7255d07..93ea9bb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: xserver-xorg-video-fbdev
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev, x11proto-video-dev
-Standards-Version: 3.6.1
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 4.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev, x11proto-video-dev
+Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-fb

xserver-xorg-video-fbdev: Changes to 'refs/tags/xserver-xorg-video-fbdev-1_0.3.1-3'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-video-fbdev-1_0.3.1-3' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 09:01 +

Tagging upload of xserver-xorg-video-fbdev 1:0.3.1-3 to experimental.

Changes since xserver-xorg-video-fbdev-1_0.3.1-2:
Branden Robinson (1):
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (6):
  Miscellaneous fixed in debian/control and debian/rules.
  Replace a non-ascii char with the corresponding groff escape in fbdev.man
  Build against xserver 1.4 and fix various minor things
  Merge branch 'master' of 
git://git.freedesktop.org/git/xorg/driver/xf86-video-fbdev into 
debian-experimental
  Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900
  Prepare changelog for upload

David Nusinow (1):
  Merge branch 'xsfbs' into debian-unstable

Julien Cristau (4):
  Fix copy/paste typo in the input driver provides.
  Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-experimental
  Add patch to fix minor warnings from man in fbdev(4).
  Merge remote branch 'origin/debian-unstable' into debian-unstable

Timo Aaltonen (1):
  Replaces/Conflicts: xserver-xorg-driver-fbdev.

---
 debian/changelog |   25 +
 debian/control   |   15 +--
 debian/copyright |3 +++
 debian/patches/01_fbdev_man.diff |   15 +++
 debian/patches/series|1 +
 debian/rules |6 +++---
 debian/xsfbs/xsfbs.mk|9 -
 man/fbdev.man|2 +-
 8 files changed, 61 insertions(+), 15 deletions(-)
---


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



Processing of xserver-xorg-video-fbdev_0.3.1-3_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-video-fbdev_0.3.1-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-fbdev_0.3.1-3.dsc
  xserver-xorg-video-fbdev_0.3.1-3.diff.gz
  xserver-xorg-video-fbdev_0.3.1-3_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-fbdev_0.3.1-3_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-video-fbdev_0.3.1-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.3.1-3.diff.gz
xserver-xorg-video-fbdev_0.3.1-3.dsc
  to pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.3.1-3.dsc
xserver-xorg-video-fbdev_0.3.1-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.3.1-3_i386.deb


Override entries for your package:
xserver-xorg-video-fbdev_0.3.1-3.dsc - source x11
xserver-xorg-video-fbdev_0.3.1-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 441829 


Thank you for your contribution to Debian.


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



xserver-xorg-input-ur98: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7894 ++
 debian/changelog  |   20 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5137 insertions(+), 4271 deletions(-)

New commits:
commit 9ccd66b6c76083e1078ec9144daee953443c6c33
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:16:18 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1c881eb..11286dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-ur98 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Drop linux-kernel-headers from Build-Depends.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 11:13:42 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 11:16:11 +0200
 
 xserver-xorg-input-ur98 (1:1.1.0-2) unstable; urgency=low
 

commit 15ddf357ef06aaeba4a1c3ffad012c3210494ef8
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:15:50 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit b3e26c3d78d6748328bba451629adf169a747dac
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:14:29 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index e8b32bb..1c881eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,11 +12,15 @@ xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-ur98
 module in the long description.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden with his permission.
 
   [ Timo Aaltonen ]
   * Drop linux-kernel-headers from Build-Depends.
 
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Fri,  4 May 2007 16:53:37 +0300
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 11:13:42 +0200
 
 xserver-xorg-input-ur98 (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 60fe546..6fddccf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-ur98
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg

xserver-xorg-input-ur98: Changes to 'refs/tags/xserver-xorg-input-ur98-1_1.1.0-3'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-ur98-1_1.1.0-3' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 09:23 +

Tagging upload of xserver-xorg-input-ur98 1:1.1.0-3 to experimental.

Changes since xserver-xorg-input-ur98-1_1.1.0-2:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4
  Typo fixes, mailing list & url updates, and other changes to prepare for

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (12):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixes in debian/control and debian/rules.
  Add a comment in the changelog about why we bump Build-Depends: 
xserver-xorg-dev to >= 2:1.2.99.902
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Prepare changelog for upload

Daniel Stone (3):
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (6):
  Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'ur98-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (12):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Add check for .
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

Timo Aaltonen (1):
  Drop linux-kernel-headers from Build-Depends.

---
 .cvsignore   |   19 
 Makefile.in  |   16 
 aclocal.m4   |  379 +
 autogen.sh   |   12 
 config.guess |  667 +-
 config.h.in  |9 
 confi

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

2007-09-12 Thread Julien Cristau
 debian/changelog |8 
 debian/control   |4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 83052a6a4fa07319dc901a65242d345ce629d2d7
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:21:59 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 1412ccb..0dd233a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.1.1-3) experimental; urgency=low
 
   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
 Brockschmidt).
   * Rebuild for xserver 1.4.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 19:00:48 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 11:21:49 +0200
 
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 

commit f388a3ec0dfe75f6cd91330708addbb166b896a4
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 19:01:10 2007 +0200

Rebuild for xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index 21d0314..1412ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
 
   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
 Brockschmidt).
+  * Rebuild for xserver 1.4.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 05 Sep 2007 17:13:46 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 19:00:48 +0200
 
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index cd3b0b6..24ac723 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.3.99.0), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (>= 1:1.0.1-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
+Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (>= 1:1.0.1-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
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git

commit 31d5ed26bf2a70f538517ed0354865f074386249
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 5 17:14:37 2007 +0200

Shorten the description of the -dbg package to fit in changes files.

diff --git a/debian/changelog b/debian/changelog
index a2591c7..21d0314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
+
+  * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
+Brockschmidt).
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 05 Sep 2007 17:13:46 +0200
+
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index f0eea0d..cd3b0b6 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Package: xserver-xorg-video-intel-dbg
 Architecture: any
 Depends: xserver-xorg-video-intel (= ${binary:Version})
 Priority: extra
-Description: X.Org X server -- Intel i8xx, i9xx display driver (debugging 
symbols)
+Description: X.Org X server -- Intel i8xx, i9xx display driver (debug symbols)
  This driver provides support for the Intel i8xx and i9xx family of chipsets,
  including i810, i815, i830, i845, i855, i865, i915, and i945 series chips,
  and XvMC (XVideo Motion Compensation) support for the same chipsets.


-- 
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.1.1-3'

2007-09-12 Thread Julien Cristau
Tag 'xserver-xorg-video-intel-2_2.1.1-3' created by Julien Cristau <[EMAIL 
PROTECTED]> at 2007-09-12 09:25 +

Tagging upload of xserver-xorg-video-intel 2:2.1.1-3 to experimental.

Changes since xserver-xorg-video-intel-2_2.1.1-2:
Julien Cristau (3):
  Shorten the description of the -dbg package to fit in changes files.
  Rebuild for xserver 1.4.
  Prepare changelog for upload.

---
 debian/changelog |8 
 debian/control   |4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---


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



Processing of xserver-xorg-input-ur98_1.1.0-3_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-ur98_1.1.0-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-input-ur98_1.1.0-3.dsc
  xserver-xorg-input-ur98_1.1.0-3.diff.gz
  xserver-xorg-input-ur98_1.1.0-3_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#441829: marked as done (xserver-xorg-video-fbdev: UTF-8 encoded man page)

2007-09-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Sep 2007 09:17:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441829: fixed in xserver-xorg-video-fbdev 1:0.3.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-video-fbdev
Version: 1:0.3.1-1
Severity: minor

The following manpages in your package appear to be UTF-8 encoded:

/usr/share/man/man4/fbdev.4.gz

According to Colin Watson, "With some exceptions for Far Eastern
languages, manual pages should not at present be encoded using UTF-8.
As such, it's reasonable to file bugs against packages attempting to
use UTF-8 where it is not yet supported."

Hence I'm filing this bug. The solution for now seems to be to encode
the pages as 7-bit ASCII, using the appropriate *roff sequences to
produce accented characters.


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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-10-30 13:24 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 18:39 /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 82852/855GM Integrated 
Graphics Device (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 1970 2007-07-22 13:40 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 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 "Files"
EndSection

Section "ServerFlags"
Option  "DontZap"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "gb,el,bg"
Option  "XkbVariant"",,phonetic"
Option  "XkbOptions"
"ctrl:nocaps,grp:shifts_toggle,compose:menu,alt:leftaltismeta"
EndSection

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

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "intel"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Modes   "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r- 1 root root 48965 2007-09-10 23:55 /var/log/Xorg.0.log

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


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Processing of xserver-xorg-video-intel_2.1.1-3_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-video-intel_2.1.1-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-intel_2.1.1-3.dsc
  xserver-xorg-video-intel_2.1.1-3.diff.gz
  xserver-xorg-video-i810_2.1.1-3_all.deb
  xserver-xorg-video-intel_2.1.1-3_i386.deb
  xserver-xorg-video-intel-dbg_2.1.1-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-tek4957: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7799 ++
 debian/changelog  |   17 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5090 insertions(+), 4220 deletions(-)

New commits:
commit d9a6d2c7edbadd12eddb56b844315cfccc5d896d
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:31:18 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index aba6911..5e61bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-tek4957 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -17,7 +17,7 @@ xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; urgency=low
   * Generate the Provides field automatically.
   * Add myself to uploaders, and remove Branden with his permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 15:30:21 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 11:31:03 +0200
 
 xserver-xorg-input-tek4957 (1:1.1.0-2) unstable; urgency=low
 

commit fb8e48bda5e22fe1a3f7f6a4a4a34f53af2fb5f5
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:30:54 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit 457f5443241f4c324cf4d607e64a5de6e2689ffc
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:30:16 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index 4430d5b..aba6911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-tek4957
 module in the long description.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden with his permission.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 15:30:21 +0200
 
diff --git a/debian/control b/debian/control
index b55d856..9da31bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-tek4957
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow <[EMAIL PR

xserver-xorg-input-tek4957: Changes to 'refs/tags/xserver-xorg-input-tek4957-1_1.1.0-3'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-tek4957-1_1.1.0-3' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 09:34 +

Tagging upload of xserver-xorg-input-tek4957 1:1.1.0-3 to experimental.

Changes since xserver-xorg-input-tek4957-1_1.1.0-2:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  xc/programs/Xserver/hw/xfree86/input/tek4957/xf86Tek4957.c Fix build error
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (11):
  Miscellaneous fixed in debian/control and debian/rules.
  Merge ../../xsfbs/xsfbs into debian-unstable
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Prepare changelog for upload

Daniel Stone (3):
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'tek4957-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (13):
  Change input drivers to get keysym's from .
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Add missing files for various drivers Remove trailing / on src_dir that
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore  |   19 
 Makefile.in |   16 
 aclocal.m4  |  379 +
 autogen.sh  |   12 
 config.guess|  667 +-
 config.h.in |9 
 config.sub  |  222 
 configure   | 7799 --

Processing of xserver-xorg-input-tek4957_1.1.0-3_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-tek4957_1.1.0-3_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-tek4957_1.1.0-3.dsc
  xserver-xorg-input-tek4957_1.1.0-3.diff.gz
  xserver-xorg-input-tek4957_1.1.0-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-ur98_1.1.0-3_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-ur98_1.1.0-3.diff.gz
  to pool/main/x/xserver-xorg-input-ur98/xserver-xorg-input-ur98_1.1.0-3.diff.gz
xserver-xorg-input-ur98_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-input-ur98/xserver-xorg-input-ur98_1.1.0-3.dsc
xserver-xorg-input-ur98_1.1.0-3_i386.deb
  to 
pool/main/x/xserver-xorg-input-ur98/xserver-xorg-input-ur98_1.1.0-3_i386.deb


Override entries for your package:
xserver-xorg-input-ur98_1.1.0-3.dsc - source x11
xserver-xorg-input-ur98_1.1.0-3_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]



xserver-xorg-video-intel_2.1.1-3_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-video-i810_2.1.1-3_all.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_2.1.1-3_all.deb
xserver-xorg-video-intel-dbg_2.1.1-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.1.1-3_i386.deb
xserver-xorg-video-intel_2.1.1-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-3.diff.gz
xserver-xorg-video-intel_2.1.1-3.dsc
  to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-3.dsc
xserver-xorg-video-intel_2.1.1-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-3_i386.deb


Override entries for your package:
xserver-xorg-video-i810_2.1.1-3_all.deb - optional oldlibs
xserver-xorg-video-intel-dbg_2.1.1-3_i386.deb - extra x11
xserver-xorg-video-intel_2.1.1-3.dsc - source x11
xserver-xorg-video-intel_2.1.1-3_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]



xserver-xorg-input-tek4957_1.1.0-3_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-tek4957_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-input-tek4957/xserver-xorg-input-tek4957_1.1.0-3.diff.gz
xserver-xorg-input-tek4957_1.1.0-3.dsc
  to 
pool/main/x/xserver-xorg-input-tek4957/xserver-xorg-input-tek4957_1.1.0-3.dsc
xserver-xorg-input-tek4957_1.1.0-3_i386.deb
  to 
pool/main/x/xserver-xorg-input-tek4957/xserver-xorg-input-tek4957_1.1.0-3_i386.deb


Override entries for your package:
xserver-xorg-input-tek4957_1.1.0-3.dsc - source x11
xserver-xorg-input-tek4957_1.1.0-3_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]



xserver-xorg-input-summa: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7799 ++
 debian/changelog  |   22 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5095 insertions(+), 4220 deletions(-)

New commits:
commit 56537cbfb574dc08e0832dafb0a9f89a6badcfc0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 12:00:23 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 176a3c9..bf0b9d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-summa (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-summa (1:1.1.0-3) experimental; urgency=low
 
   * Add upstream URL to debian/copyright.
   * Build against xserver 1.4.

commit bb03d4ace8d2bdd63cc15b29a30ba6e292feef3b
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 11:59:55 2007 +0200

autoreconf

diff --git a/config.guess b/config.guess
index 0f0fe71..396482d 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-03-06'
+timestamp='2006-07-02'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,7 +161,6 @@ case 
"${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
-   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -781,7 +780,7 @@ EOF
 i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
-*:MINGW*:*)
+i*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
 i*:windows32*:*)
@@ -791,15 +790,12 @@ EOF
 i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
-*:Interix*:[3456]*)
-   case ${UNAME_MACHINE} in
-   x86) 
-   echo i586-pc-interix${UNAME_RELEASE}
-   exit ;;
-   EM64T | authenticamd)
-   echo x86_64-unknown-interix${UNAME_RELEASE}
-   exit ;;
-   esac ;;
+x86:Interix*:[3456]*)
+   echo i586-pc-interix${UNAME_RELEASE}
+   exit ;;
+EM64T:Interix*:[3456]*)
+   echo x86_64-unknown-interix${UNAME_RELEASE}
+   exit ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
@@ -954,9 +950,6 @@ EOF
 x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
-xtensa:Linux:*:*)
-   echo xtensa-unknown-linux-gnu
-   exit ;;
 i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent
@@ -1215,15 +1208,6 @@ EOF
 SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE}
exit ;;
-SX-7:SUPER-UX:*:*)
-   echo sx7-nec-superux${UNAME_RELEASE}
-   exit ;;
-SX-8:SUPER-UX:*:*)
-   echo sx8-nec-superux${UNAME_RELEASE}
-   exit ;;
-SX-8R:SUPER-UX:*:*)
-   echo sx8r-nec-superux${UNAME_RELEASE}
-   exit ;;
 Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;
diff --git a/config.sub b/config.sub
index 5defff6..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -245,12 +245,12 @@ case $basic_machine in
| bfin \
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
-   | fido | fr30 | frv \
+   | fr30 | frv \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
-   | maxq | mb | microblaze | mcore | mep \
+   | maxq | mb | microblaze | mcore \
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64el \
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34

xserver-xorg-input-summa: Changes to 'refs/tags/xserver-xorg-input-summa-1_1.1.0-3'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-summa-1_1.1.0-3' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 10:03 +

Tagging upload of xserver-xorg-input-summa 1:1.1.0-3 to experimental.

Changes since xserver-xorg-input-summa-1_1.1.0-2:
Brice Goglin (8):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Prepare changelog for upload

---
 config.guess  |   32 
 config.sub|   28 +++-
 debian/changelog  |9 +
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 7 files changed, 48 insertions(+), 64 deletions(-)
---


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



Processing of xserver-xorg-input-summa_1.1.0-3_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-summa_1.1.0-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-input-summa_1.1.0-3.dsc
  xserver-xorg-input-summa_1.1.0-3.diff.gz
  xserver-xorg-input-summa_1.1.0-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-summa_1.1.0-3_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-summa_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-input-summa/xserver-xorg-input-summa_1.1.0-3.diff.gz
xserver-xorg-input-summa_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-input-summa/xserver-xorg-input-summa_1.1.0-3.dsc
xserver-xorg-input-summa_1.1.0-3_i386.deb
  to 
pool/main/x/xserver-xorg-input-summa/xserver-xorg-input-summa_1.1.0-3_i386.deb


Override entries for your package:
xserver-xorg-input-summa_1.1.0-3.dsc - source x11
xserver-xorg-input-summa_1.1.0-3_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]



xserver-xorg-input-spaceorb: Changes to 'upstream-experimental'

2007-09-12 Thread Brice Goglin
New branch 'upstream-experimental' available with the following commits:
commit 93fd49758565321036891543bbbdea74e759a393
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 19:12:04 2007 +0200

Bumped version to 1.1.1.

commit 3050a5436baffa108f7ff598aed59bbcd60816be
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 19:11:37 2007 +0200

Generate ChangeLog from git.

commit 92df1dc6af4fea8094dab07651058a86b6fd51e0
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:22 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

commit 2bf3c8cadbec255b856d77cf1c05935a47d4c701
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Aug 23 19:25:39 2007 -0400

Rename .cvsignore to .gitignore

commit 56511dca3f7fcf174ff44425533d888dfb37cd76
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Aug 8 01:09:58 2007 +0300

Remove useless debugging statement

commit 45d04b90e0d1d944e6ed73702adcc0bc99957814
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 7 09:42:50 2007 +0200

Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec


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



xserver-xorg-input-spaceorb: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 .cvsignore|   19 
 .gitignore|   21 
 ChangeLog |  252 +
 Makefile.am   |8 
 Makefile.in   |   24 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7817 ++
 configure.ac  |2 
 debian/changelog  |   24 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |   14 
 src/spaceorb.c|3 
 26 files changed, 5377 insertions(+), 4287 deletions(-)

New commits:
commit cb15ea2a80d00537cd207fad248b20a5678e25ae
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 12:20:11 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ed59b2c..daf03e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-spaceorb (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-spaceorb (1:1.1.1-1) experimental; urgency=low
 
   * New upstream release.
   * Add upstream URL to debian/copyright.
@@ -7,7 +7,7 @@ xserver-xorg-input-spaceorb (1:1.1.1-1) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 12:10:50 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 12:18:47 +0200
 
 xserver-xorg-input-spaceorb (1:1.1.0-2) unstable; urgency=low
 

commit fd273a90fb3675b8fb59c47e1137d4cd773fab19
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 12:18:42 2007 +0200

Add upstream changelog

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..1c20a7d
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,241 @@
+commit 93fd49758565321036891543bbbdea74e759a393
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 19:12:04 2007 +0200
+
+Bumped version to 1.1.1.
+
+commit 3050a5436baffa108f7ff598aed59bbcd60816be
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 19:11:37 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 92df1dc6af4fea8094dab07651058a86b6fd51e0
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 05:52:22 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 2bf3c8cadbec255b856d77cf1c05935a47d4c701
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Thu Aug 23 19:25:39 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 56511dca3f7fcf174ff44425533d888dfb37cd76
+Author: Daniel Stone <[EMAIL PROTECTED]>
+Date:   Wed Aug 8 01:09:58 2007 +0300
+
+Remove useless debugging statement
+
+commit 45d04b90e0d1d944e6ed73702adcc0bc99957814
+Author: Brice Goglin <[EMAIL PROTECTED]>
+Date:   Tue Aug 7 09:42:50 2007 +0200
+
+Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
+
+commit de867ddea246854fb4876eae66cf449ac2e71aeb
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Apr 7 18:07:53 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 13ffd0da40c667a80162f480450968bb624d3d2d
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Dec 21 02:29:58 2005 +
+
+Update package version for X11R7 release.
+
+commit b8d93a5f5201c1c7bf9546563f24f668fe21e13c
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Mon Dec 19 16:25:52 2005 +
+
+Stub COPYING files
+
+commit cc09c38ab9bf1c974ee167712e11942280171da6
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Thu Dec 15 00:24:15 2005 +
+
+Update package version number for final X11R7 release candidate.
+
+commit d3a4698cbf162616c0c0e8618588ca6990b2d77e
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Tue Dec 6 22:48:32 2005 +
+
+Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+commit 977400dfa3a0f284b46218bcf3bbf7df6e47141c
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Sat Dec 3 05:49:32 2005 +
+
+Update package version number for X11R7 RC3 release.
+
+commit 7e4a9b025d53425af52480e1690196901828eaef
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Fri Dec 2 02:16:06 2005 +
+
+Remove extraneous AC_MSG_RESULT.
+
+commit 0b2f03eb65dc58bab7874ba40dad72ca40571587
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Nov 29 23:29:57 2005 +
+
+Only build dlloader modules by default.
+
+commit 40dfecb159573ab8db81f7f5fba17e4daa6f349e
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Nov 28 22:04:07 2005 +
+
+Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
+update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
+
+commit 38f122e753ad5dc5

xserver-xorg-input-spaceorb: Changes to 'refs/tags/xserver-xorg-input-spaceorb-1_1.1.1-1'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-spaceorb-1_1.1.1-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 10:23 +

Tagging upload of xserver-xorg-input-spaceorb 1:1.1.1-1 to experimental.

Changes since xserver-xorg-input-spaceorb-1_1.1.0-2:
Brice Goglin (12):
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  Merge tag 'xf86-input-spaceorb-1.1.1' into debian-experimental
  New upstream release
  Add upstream changelog
  Prepare changelog for upload

Daniel Stone (1):
  Remove useless debugging statement

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Tilman Sauerbeck (2):
  Generate ChangeLog from git.
  Bumped version to 1.1.1.

---
 .cvsignore|   19 ---
 .gitignore|   21 
 ChangeLog |  252 --
 Makefile.am   |8 +
 Makefile.in   |8 +
 config.guess  |   32 +-
 config.sub|   28 +
 configure |   20 +--
 configure.ac  |2 
 debian/changelog  |   11 ++
 debian/control|6 -
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 +++--
 debian/xsfbs/xsfbs.sh |7 -
 man/.cvsignore|2 
 man/.gitignore|2 
 src/.cvsignore|6 -
 src/.gitignore|6 +
 src/spaceorb.c|3 
 19 files changed, 331 insertions(+), 132 deletions(-)
---


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



Processing of xserver-xorg-input-spaceorb_1.1.1-1_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-spaceorb_1.1.1-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-spaceorb_1.1.1-1.dsc
  xserver-xorg-input-spaceorb_1.1.1.orig.tar.gz
  xserver-xorg-input-spaceorb_1.1.1-1.diff.gz
  xserver-xorg-input-spaceorb_1.1.1-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-input-spaceorb_1.1.1-1_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-spaceorb_1.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-spaceorb/xserver-xorg-input-spaceorb_1.1.1-1.diff.gz
xserver-xorg-input-spaceorb_1.1.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-spaceorb/xserver-xorg-input-spaceorb_1.1.1-1.dsc
xserver-xorg-input-spaceorb_1.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-spaceorb/xserver-xorg-input-spaceorb_1.1.1-1_i386.deb
xserver-xorg-input-spaceorb_1.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-spaceorb/xserver-xorg-input-spaceorb_1.1.1.orig.tar.gz


Override entries for your package:
xserver-xorg-input-spaceorb_1.1.1-1.dsc - source x11
xserver-xorg-input-spaceorb_1.1.1-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]



xserver-xorg-input-penmount: Changes to 'upstream-experimental'

2007-09-12 Thread Brice Goglin
New branch 'upstream-experimental' available with the following commits:
commit db7b7d03a7e9136badf994c218cd137b59a376c2
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 19:05:02 2007 +0200

Added man/penmount.? to .gitignore.

commit 564d77fc97015fe5ae1dd7baf643524ad32ba19d
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 19:04:08 2007 +0200

Bumped version to 1.2.1.

commit 45808497336a336ed76450fbe8279f0e6a7d5a4d
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 19:03:30 2007 +0200

Generate ChangeLog from git.

commit 395e77e359d7d95e57116e70393ddba8d753efcc
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:21 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

commit 4f886668127dad7f561334459cd9723f9af93103
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Aug 23 19:25:36 2007 -0400

Rename .cvsignore to .gitignore

commit 960f0207a4845b489a1c1ca9823821047722585d
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Aug 8 01:09:31 2007 +0300

Convert from TSCalibrationCtl to AbsCalibCtl


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



xserver-xorg-input-penmount: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 .cvsignore|   19 
 .gitignore|   22 
 ChangeLog |  259 +
 Makefile.am   |8 
 Makefile.in   |   24 
 aclocal.m4|  376 +-
 config.guess  |   58 
 config.h.in   |9 
 config.sub|   87 
 configure | 7736 ++
 configure.ac  |2 
 debian/changelog  |   20 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |2 
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |   14 
 src/xf86PM.c  |4 
 26 files changed, 4900 insertions(+), 3931 deletions(-)

New commits:
commit aa044e5e30b664ee108ab4b91af5dc2c61a44f7d
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 12:50:38 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 75226d4..8a07cf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-penmount (1:1.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-penmount (1:1.2.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,11 +20,7 @@ xserver-xorg-input-penmount (1:1.2.1-1) UNRELEASED; 
urgency=low
   * New upstream release.
 + Builds fine on Xserver 1.4, closes: #422678.
 
-  [ Drew Parsons ]
-  * Use PACKAGE_VERSION_* to identify the driver version (pull from
-upstream git)
-
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 12:47:38 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 12:50:09 +0200
 
 xserver-xorg-input-penmount (1:1.2.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9e7aabd..ee23923 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-penmount
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-penmount

commit 4bdb91fb956d448a9a72e92a9febedde7498b032
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 12:48:47 2007 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..32ee712
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,245 @@
+commit db7b7d03a7e9136badf994c218cd137b59a376c2
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 19:05:02 2007 +0200
+
+Added man/penmount.? to .gitignore.
+
+commit 564d77fc97015fe5ae1dd7baf643524ad32ba19d
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 19:04:08 2007 +0200
+
+Bumped version to 1.2.1.
+
+commit 45808497336a336ed76450fbe8279f0e6a7d5a4d
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 19:03:30 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 395e77e359d7d95e57116e70393ddba8d753efcc
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 05:52:21 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 4f886668127dad7f561334459cd9723f9af93103
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Thu Aug 23 19:25:36 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 960f0207a4845b489a1c1ca9823821047722585d
+Author: Daniel Stone <[EMAIL PROTECTED]>
+Date:   Wed Aug 8 01:09:31 2007 +0300
+
+Convert from TSCalibrationCtl to AbsCalibCtl
+
+commit 7810e0bb438525c005f66a9bc5cc0af489fa08a1
+Author: Drew Parsons <[EMAIL PROTECTED]>
+Date:   Thu Jun 14 21:52:28 2007 +1000
+
+Update version using PACKAGE_VERSION_*
+
+commit 5b785515ddbf7e799a1a32b9957195966a5cd513
+Author: Daniel Stone <[EMAIL PROTECTED]>
+Date:   Sat Jun 3 09:35:42 2006 +
+
+Bug #4495: Add DMC9000 support. (Jaya Kumar). Bump to 1.2.0.
+
+commit f661f8975ff3940d8bff03e4090f235fe18a682e
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Apr 7 18:06:50 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 68ee6b856239014ce271102d63431bedf99f3f4e
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Dec 21 02:29:58 2005 +
+
+Update package version for X11R7 release.
+
+commit dff9657264aa0a54452bfdd2391af8336cd1d424
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Mon Dec 19 16:25:51 2005 +
+
+Stub COPYING files
+
+commit 5b6dcc48d42c63cf77daf51c7d50f1a47deedf4a
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Thu Dec 15 00:24:15 2005 +
+
+   

xserver-xorg-input-penmount: Changes to 'refs/tags/xserver-xorg-input-penmount-1_1.2.1-1'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-penmount-1_1.2.1-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 10:56 +

Tagging upload of xserver-xorg-input-penmount 1:1.2.1-1 to experimental.

Changes since 1_1.2.0-1:
Adam Jackson (7):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (13):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  Merge tag 'xf86-input-penmount-1.2.1' into debian-experimental
  New upstream release
  Prepare changelog for upload

Daniel Stone (3):
  Update autogen.sh to one that does objdir != srcdir.
  Bug #4495: Add DMC9000 support. (Jaya Kumar). Bump to 1.2.0.
  Convert from TSCalibrationCtl to AbsCalibCtl

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Drew Parsons (3):
  Update version using PACKAGE_VERSION_*
  Merge branch 'upstream-unstable' into debian-unstable
  Use PACKAGE_VERSION_* to identify the driver version

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'xf86-input-penmount-1_2_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

Tilman Sauerbeck (3):
  Generate ChangeLog from git.
  Bumped version to 1.2.1.
  Added man/penmount.? to .gitignore.

---
 .gitignore   |   22 
 ChangeLog|  259 -
 Makefile.a

Processing of xserver-xorg-input-penmount_1.2.1-1_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-penmount_1.2.1-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-penmount_1.2.1-1.dsc
  xserver-xorg-input-penmount_1.2.1.orig.tar.gz
  xserver-xorg-input-penmount_1.2.1-1.diff.gz
  xserver-xorg-input-penmount_1.2.1-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-input-penmount_1.2.1-1_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-penmount_1.2.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1.diff.gz
xserver-xorg-input-penmount_1.2.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1.dsc
xserver-xorg-input-penmount_1.2.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1_i386.deb
xserver-xorg-input-penmount_1.2.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1.orig.tar.gz


Override entries for your package:
xserver-xorg-input-penmount_1.2.1-1.dsc - source x11
xserver-xorg-input-penmount_1.2.1-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 422678 


Thank you for your contribution to Debian.


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



Bug#422678: marked as done (FTBFS: ../../src/xf86PM.c:389: error: 'TS_Raw' undeclared (first use in this function))

2007-09-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Sep 2007 11:02:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422678: fixed in xserver-xorg-input-penmount 1:1.2.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-input-penmount
Severity: serious
Version: 1:1.2.0-1
Justification: policy violation

hi, 

Lucas has rebuild the archive on i386 and your package Failed to Build
from Source with the following error:

 /usr/include/xorg/xorg-server.h:69:1: warning: this is the location of the 
previous definition
 ../../src/xf86PM.c: In function 'PenMountPreInit':
 ../../src/xf86PM.c:389: error: 'TS_Raw' undeclared (first use in this function)
 ../../src/xf86PM.c:389: error: (Each undeclared identifier is reported only 
once
 ../../src/xf86PM.c:389: error: for each function it appears in.)
 ../../src/xf86PM.c:391: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/xf86PM.c: In function 'DeviceControl':
 ../../src/xf86PM.c:435: warning: unused variable 'map'
 ../../src/xf86PM.c: In function 'ReadInput':
 ../../src/xf86PM.c:598: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/xf86PM.c: In function 'DMC9000_ReadInput':
 ../../src/xf86PM.c:693: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/xf86PM.c: In function 'ControlProc':
 ../../src/xf86PM.c:754: error: 'xDeviceTSCalibrationCtl' undeclared (first use 
in this function)
 ../../src/xf86PM.c:754: error: 'c' undeclared (first use in this function)
 ../../src/xf86PM.c:754: error: expected expression before ')' token
 ../../src/xf86PM.c: In function 'SwitchMode':
 ../../src/xf86PM.c:784: error: 'TS_Raw' undeclared (first use in this function)
 ../../src/xf86PM.c:784: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/xf86PM.c:789: error: 'SendCoreEvents' undeclared (first use in this 
function)
 ../../src/xf86PM.c:789: error: 'DontSendCoreEvents' undeclared (first use in 
this function)
 ../../src/xf86PM.c: In function 'ConvertProc':
 ../../src/xf86PM.c:818: error: 'TS_Raw' undeclared (first use in this function)
 make[3]: *** [xf86PM.lo] Error 1
 
the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/xserver-xorg-input-penmount_1:1.2.0-1_sid32.buildlog

bye,
- michael


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-penmount
Source-Version: 1:1.2.1-1

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

xserver-xorg-input-penmount_1.2.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1.diff.gz
xserver-xorg-input-penmount_1.2.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1.dsc
xserver-xorg-input-penmount_1.2.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_1.2.1-1_i386.deb
xserver-xorg-input-penmount_1.2.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-penmount/xserver-xorg-input-penmount_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated 
xserver-xorg-input-penmount 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Sep 2007 12:50:09 +0200
Source: xserver-xorg-input-penmount
Binary: xserver-xorg-input-penmount
Architecture: source i386
Version: 1:1.2.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-input-penmount - X.Org X server -- Penmount input driver
Closes: 422678
Changes: 
 xserver-xorg-input-penmount (1:1.2.1-1) experimental; urgency=low
 .
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
 .
   [ Brice Goglin ]
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to >= 2

Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread Keith Packard
On Wed, 2007-09-12 at 09:30 +0200, Julien Cristau wrote:

> Keith, any idea what would explain a crash with the patch from fd.o bug
> 7447?  It's on xserver 1.1.1, so I may have failed to backport it
> correctly...

If he's not using a compositing manager, the patch should have no
effect. Otherwise, we're now hitting new code in the driver that the
server wasn't using before.

Is he running depth 16 or depth 24?

-- 
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread martin thomalla
i have compiz installed but it is not running. i am also using the current
binary nvidia driver, because i need fast 3d rendering. My depth is 24, my
resolution is 1680x1050.

i will send you my x logs later, when i have access to my debian box.

bye martin

2007/9/12, Keith Packard <[EMAIL PROTECTED]>:
>
> On Wed, 2007-09-12 at 09:30 +0200, Julien Cristau wrote:
>
> > Keith, any idea what would explain a crash with the patch from fd.o bug
> > 7447?  It's on xserver 1.1.1, so I may have failed to backport it
> > correctly...
>
> If he's not using a compositing manager, the patch should have no
> effect. Otherwise, we're now hitting new code in the driver that the
> server wasn't using before.
>
> Is he running depth 16 or depth 24?
>
> --
> [EMAIL PROTECTED]
>
>


Bug#435114: more info: some screen capture images

2007-09-12 Thread Nadav Kavalerchik
i've taken some "screen captures" with an external camera since the normal 
screen capture application ksnapshot does not capture this bug.

so here are the images: 
http://picasaweb.google.com/nadavkav/Screen_capture/photo#5109286800347491394
http://picasaweb.google.com/nadavkav/Screen_capture/photo#5109286787462589474
http://picasaweb.google.com/nadavkav/Screen_capture/photo#5109286796052524082



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



xserver-xorg-input-palmax: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7799 ++
 debian/changelog  |   18 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5091 insertions(+), 4220 deletions(-)

New commits:
commit a916e19da5559da2f76478e27390d8f9dce2af80
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:12:31 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 06de492..1b47639 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-palmax (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:10:02 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:12:17 +0200
 
 xserver-xorg-input-palmax (1:1.1.0-1) unstable; urgency=low
 

commit 383c8664125cc7bc0d51a377bc8c69c00fda21e0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:12:12 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit eed8c05797c85b8e6a070f336b2bdba5e05e08b0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:11:38 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index d1f2026..06de492 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-palmax
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 01:03:33 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:10:02 +0200
 
 xserver-xorg-input-palmax (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 361ed20..fbfef13 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-palmax
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
P

Processing of xf86-input-evtouch_0.8.7-1_i386.changes

2007-09-12 Thread Archive Administrator
xf86-input-evtouch_0.8.7-1_i386.changes uploaded successfully to localhost
along with the files:
  xf86-input-evtouch_0.8.7-1.dsc
  xf86-input-evtouch_0.8.7.orig.tar.gz
  xf86-input-evtouch_0.8.7-1.diff.gz
  xserver-xorg-input-evtouch_0.8.7-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-input-palmax: Changes to 'refs/tags/xserver-xorg-input-palmax-1_1.1.0-2'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-palmax-1_1.1.0-2' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 13:15 +

Tagging upload of xserver-xorg-input-palmax 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (12):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Prepare changelog for upload

Daniel Stone (3):
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'palmax-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore |   19 
 Makefile.in|   16 
 aclocal.m4 |  379 +
 autogen.sh |   12 
 config.guess   |  667 +-
 config.h.in|9 
 config.sub |  222 
 configure  | 7799 +
 debian/changelog   |   22 
 debian/control |  

Processing of xserver-xorg-input-palmax_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-palmax_1.1.0-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-palmax_1.1.0-2.dsc
  xserver-xorg-input-palmax_1.1.0-2.diff.gz
  xserver-xorg-input-palmax_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



xf86-input-evtouch_0.8.7-1_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xf86-input-evtouch_0.8.7-1.diff.gz
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7-1.diff.gz
xf86-input-evtouch_0.8.7-1.dsc
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7-1.dsc
xf86-input-evtouch_0.8.7.orig.tar.gz
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7.orig.tar.gz
xserver-xorg-input-evtouch_0.8.7-1_i386.deb
  to pool/main/x/xf86-input-evtouch/xserver-xorg-input-evtouch_0.8.7-1_i386.deb


Override entries for your package:
xf86-input-evtouch_0.8.7-1.dsc - source x11
xserver-xorg-input-evtouch_0.8.7-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 431925 


Thank you for your contribution to Debian.


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



xserver-xorg-input-mutouch: Changes to 'refs/remotes/origin/debian-experimental'

2007-09-12 Thread Brice Goglin


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



xserver-xorg-input-mutouch: Changes to 'refs/tags/xserver-xorg-input-mutouch-1_1.1.0-2'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-mutouch-1_1.1.0-2' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 13:21 +

Tagging upload of xserver-xorg-input-mutouch 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (6):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Build against xserver 1.4 and fix various minor things
  Prepare changelog for upload

Daniel Stone (4):
  Fix includes right throughout the Xserver tree:
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'mutouch-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore  |   19 
 Makefile.in |   16 
 aclocal.m4  |  379 +
 autogen.sh  |   12 
 config.guess|  667 +-
 config.h.in |9 
 config.sub  |  222 
 configure   | 7799 
 debian/changelog|   22 
 debian/control  |   14 
 debian/copyright|3 
 debian/rules|4 
 debian/xserver-xorg-input-mutouch.links |1 
 debian/xsfbs/xsfbs-autoreconf.mk|  150 
 debian/xsfbs/xsfbs.mk   |  379 +
 debian/xsfbs/xsfbs.sh  

Bug#423425: marked as done (xserver-xorg-input-evtouch: stack corruption on touch)

2007-09-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Sep 2007 13:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431925: fixed in xf86-input-evtouch 0.8.7-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-input-evtouch
Version: 0.8.3-1
Severity: normal


There is some bug in the evtouch driver that causes X to lock up;
attaching gdb remotely (or running X inside gdb) shows stack
corruption with no backtrace available. It happens when I first
physically touch the screen; it does not seem to happen on move. It is
otherwise unpredictable -- i've had it not crash for as few as ~30ish as
well more than several thousand before breaking.

This is on a Fujitsu P1000 laptop with the 0430 (Fujitsu
Takamisawa):0508 (USB Touch Panel). Because of the stack corruption, I
am uncertain how to proceed about debugging this myself.

Thank you,
 Robert Jacobs
 
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
 
Kernel: Linux 2.6.18 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-evtouch depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library

xserver-xorg-input-evtouch recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: xf86-input-evtouch
Source-Version: 0.8.7-1

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

xf86-input-evtouch_0.8.7-1.diff.gz
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7-1.diff.gz
xf86-input-evtouch_0.8.7-1.dsc
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7-1.dsc
xf86-input-evtouch_0.8.7.orig.tar.gz
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.7.orig.tar.gz
xserver-xorg-input-evtouch_0.8.7-1_i386.deb
  to pool/main/x/xf86-input-evtouch/xserver-xorg-input-evtouch_0.8.7-1_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili <[EMAIL PROTECTED]> (supplier of updated xf86-input-evtouch 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 11 Sep 2007 22:42:32 +0900
Source: xf86-input-evtouch
Binary: xserver-xorg-input-evtouch
Architecture: source i386
Version: 0.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Mattia Dongili <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-input-evtouch - Touchscreen-Driver for X.Org/XFree86 server
Closes: 431925
Changes: 
 xf86-input-evtouch (0.8.7-1) unstable; urgency=low
 .
   * New upstream release:
 - Added "fix" for AMD64-crashes on touch (Closes: #431925)
   * updated xsfbs
   * removed 03_fix_compile_warns.patch applied upstream
Files: 
 b3bc9a077aa0e1aa63222cf126d4ebd9 939 x11 optional 
xf86-input-evtouch_0.8.7-1.dsc
 a70db3b2950515586fcff8f8673b72b8 337932 x11 optional 
xf86-input-evtouch_0.8.7.orig.tar.gz
 3aa8f8982c2fc0bd5ab3f390f7d784ac 20687 x11 optional 
xf86-input-evtouch_0.8.7-1.diff.gz
 fbaac4dc0b7d06e8a74816559b24d7e0 25152 x11 optional 
xserver-xorg-input-evtouch_0.8.7-1_i386.deb

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

iD8DBQFG5+EzgpRPaOotLEERApyiAJ92gUsMBvJ/42nRrbVufcRRJxRuAACg4clA
QS3wHtbURRFoGPtjC0OJssU=
=EmJV
-END PGP SIGNATURE-


--- End Message ---


Bug#431925: marked as done (xserver-xorg-input-evtouch: Doesn't move pointer and most times crashes X on touch)

2007-09-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Sep 2007 13:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431925: fixed in xf86-input-evtouch 0.8.7-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-input-evtouch
Version: 0.8.6-1
Severity: important

After starting Xserver normally, when I press the screen it crashes
Xserver most of the times and it is restarted. Other time it moves the
cursor to a fixed place of the screen and doesn't move from there until
I use the mouse.
I've seen that it gets the click action if there's something in the
position it goes.

I attach a file with the backtrace of a crash. If any other file or info
may be useful just tell me.

Thank you,
  Pau Haro Negre


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

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

Versions of packages xserver-xorg-input-evtouch depends on:
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libx11-62:1.0.3-7X11 client-side library
ii  xserver-xorg-core   2:1.3.0.0.dfsg-6 X.Org X server -- core server

xserver-xorg-input-evtouch recommends no packages.

-- no debconf information
#0  0x2af6fbe24c45 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x2af6fbe265c0 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x004676c3 in ddxGiveUp ()
at ../../../../hw/xfree86/common/xf86Init.c:1234
i = 
#3  0x005762e3 in AbortServer () at ../../os/log.c:407
No locals.
#4  0x005768b5 in FatalError (
f=0x581188 "Caught signal %d.  Server aborting\n") at ../../os/log.c:553
args = {{gp_offset = 16, fp_offset = 48, 
overflow_arg_area = 0x7fffaf8dd2e0, reg_save_area = 0x7fffaf8dd220}}
beenhere = 1
#5  0x0049170c in xf86SigHandler (signo=11)
at ../../../../hw/xfree86/common/xf86Events.c:1460
No locals.
#6  
No symbol table info available.
#7  0x00486ab3 in xf86ShareCorePointer (device=0x832a30)
at ../../../../hw/xfree86/common/xf86Xinput.c:155
No locals.
#8  0x004876e2 in xf86PostButtonEvent (device=0x832a30, is_absolute=1, 
button=1, is_down=1, first_valuator=0, num_valuators=2)
at ../../../../hw/xfree86/common/xf86Xinput.c:1192
var = {{gp_offset = 1, fp_offset = 0, overflow_arg_area = 0x0, 
reg_save_area = 0x40309ab90001}}
loop = 
xE = {{u = {u = {type = 240 'ð', detail = 217 'Ù', 
sequenceNumber = 44941}, keyButtonPointer = {pad00 = 2945309168, 
time = 32767, root = 2945309088, event = 32767, child = 2945309112, 
rootX = 32767, rootY = 0, eventX = 32567, eventY = -21166, state = 0, 
sameScreen = 0 '\0', pad1 = 0 '\0'}, enterLeave = {pad00 = 2945309168, 
time = 32767, root = 2945309088, event = 32767, child = 2945309112, 
rootX = 32767, rootY = 0, eventX = 32567, eventY = -21166, state = 0, 
mode = 0 '\0', flags = 0 '\0'}, focus = {pad00 = 2945309168, 
window = 32767, mode = 160 ' ', pad1 = 217 'Ù', pad2 = 141 '\215', 
pad3 = 175 '¯'}, expose = {pad00 = 2945309168, window = 32767, 
x = 55712, y = 44941, width = 32767, height = 0, count = 55736, 
pad2 = 44941}, graphicsExposure = {pad00 = 2945309168, 
drawable = 32767, x = 55712, y = 44941, width = 32767, height = 0, 
minorEvent = 55736, count = 44941, majorEvent = 255 'ÿ', 
pad1 = 127 '\177', pad2 = 0 '\0', pad3 = 0 '\0'}, noExposure = {
pad00 = 2945309168, drawable = 32767, minorEvent = 55712, 
majorEvent = 141 '\215', bpad = 175 '¯'}, visibility = {
pad00 = 2945309168, window = 32767, state = 160 ' ', pad1 = 217 'Ù', 
pad2 = 141 '\215', pad3 = 175 '¯'}, createNotify = {
pad00 = 2945309168, parent = 32767, window = 2945309088, x = 32767, 
y = 0, width = 55736, height = 44941, borderWidth = 32767, 
override = 0 '\0', bpad = 0 '\0'}, destroyNotify = {
pad00 = 2945309168, event = 32767, window = 2945309088}, 
  unmapNotify = {pad00 = 2945309168, event = 32767, window = 2945309088, 
fromConfigure = 255 'ÿ', pad1 = 127 '\177', pad2 = 0 '\0', 
pad3 = 0 '\0'}, mapNotify = {pad00 = 2945309168, event = 32767, 
window = 2945309088, override = 255 'ÿ', pad

Processing of xserver-xorg-input-mutouch_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-mutouch_1.1.0-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-mutouch_1.1.0-2.dsc
  xserver-xorg-input-mutouch_1.1.0-2.diff.gz
  xserver-xorg-input-mutouch_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



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

2007-09-12 Thread Mattia Dongili
 debian/rules |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 738ad722844d54e6cf6ed0d32f1605294d41ff0b
Author: Mattia Dongili <[EMAIL PROTECTED]>
Date:   Wed Sep 12 21:47:17 2007 +0900

Use
 [ ! -f Makefile ] || $(MAKE) distclean
and make lintian happy

Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]>

diff --git a/debian/rules b/debian/rules
index ed5016a..bb0581d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ clean-patched:
rm -f build-stamp configure-stamp
 
# Add here commands to clean up after the build process.
-   -$(MAKE) distclean
+   [ ! -f Makefile ] || $(MAKE) distclean
 
dh_clean 
 


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



xserver-xorg-input-microtouch: Changes to 'upstream-experimental'

2007-09-12 Thread Brice Goglin
New branch 'upstream-experimental' available with the following commits:
commit e637accb60b5ad8d927529775abbae79aebf5313
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 18:56:49 2007 +0200

Bumped version to 1.1.1.

commit fdbeee41879b4b0af5908c944ba3c7d02a1bdde4
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 18:56:30 2007 +0200

Added man/microtouch.? to .gitignore.

commit af1c432abdbb12b0888b68cdd64da9a016ba174a
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 18:55:53 2007 +0200

Generate ChangeLog from git.

commit 53ab4513190e5b1ddb8dd0dc25d187cce15b545e
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:17 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

commit 1bbb12ba2dfaef10a90eff9750e3faf97ccd44f3
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Aug 23 19:25:33 2007 -0400

Rename .cvsignore to .gitignore

commit f5ab3489df04fc779eb02d578fe4d5ce89a31cf1
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Aug 8 01:08:57 2007 +0300

Convert from TSCalibrationCtl to AbsCalibCtl

commit 4717885202727d16bf9f8712ac4c8bbcab5315df
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Aug 8 01:08:33 2007 +0300

Remove useless debugging statement

commit 3cafcdec160434abb31bac16673c23b411a15a63
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 7 09:18:14 2007 +0200

Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec


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



xserver-xorg-input-microtouch: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 .cvsignore|   19 
 .gitignore|   22 
 ChangeLog |  256 +
 Makefile.am   |8 
 Makefile.in   |   24 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7817 ++
 configure.ac  |2 
 debian/changelog  |   20 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |   14 
 src/microtouch.c  |6 
 26 files changed, 5379 insertions(+), 4289 deletions(-)

New commits:
commit ee2021b867548064e0ca8ba916047e5b5c8ef1a0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:30:55 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7303adb..2b1e37b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-microtouch (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:29:50 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:30:32 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 

commit 7d17594524edb552d698e4bdd4ae8a814b816317
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:30:28 2007 +0200

Add closer

diff --git a/debian/changelog b/debian/changelog
index 86ab301..7303adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,14 +12,15 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-microtouch
 module in the long description.
+  * Build against xserver 1.4.
   * New upstream release.
++ Builds fine on top of Xserver 1.4, closes: #422677.
   * Add upstream URL to debian/copyright.
-  * Build against xserver 1.4.
   * Generate the Provides field automatically.
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:27:36 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:29:50 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 

commit 20867452863bf161f87dab4942152f9c57c7b2c3
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:27:59 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index f9b90af..86ab301 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,10 +12,14 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-microtouch
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
   * New upstream release.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:26:32 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:27:36 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 54a8d45..3e060ee 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-microtouch
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-microtouch
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-microtouch.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-micr
 Package: xserver-xorg-input-microtouch
 Architecture: any
 Depen

xserver-xorg-input-microtouch: Changes to 'refs/tags/xserver-xorg-input-microtouch-1_1.1.1-1'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-microtouch-1_1.1.1-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 13:35 +

Tagging upload of xserver-xorg-input-microtouch 1:1.1.1-1 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (7):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (15):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Merge tag 'xf86-input-microtouch-1.1.1' into debian-experimental
  New upstream release
  Build against xserver 1.4 and fix various minor things
  Add closer
  Prepare changelog for upload

Daniel Stone (3):
  Update autogen.sh to one that does objdir != srcdir.
  Remove useless debugging statement
  Convert from TSCalibrationCtl to AbsCalibCtl

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'microtouch-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

Tilman Sauerbeck (3):
  Generate ChangeLog from git.
  Added man/microtouch.? to .gitignore.
  Bumped version to 1.1.1.

---
 .gitignore |   22 
 ChangeLog  |  256 
 Makefile.am|8 
 Makefile.in|   24 
 aclocal.m4   

xserver-xorg-input-mutouch_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-mutouch_1.1.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-mutouch/xserver-xorg-input-mutouch_1.1.0-2.diff.gz
xserver-xorg-input-mutouch_1.1.0-2.dsc
  to 
pool/main/x/xserver-xorg-input-mutouch/xserver-xorg-input-mutouch_1.1.0-2.dsc
xserver-xorg-input-mutouch_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-mutouch/xserver-xorg-input-mutouch_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-mutouch_1.1.0-2.dsc - source x11
xserver-xorg-input-mutouch_1.1.0-2_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]



xserver-xorg-input-palmax_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-palmax_1.1.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-palmax/xserver-xorg-input-palmax_1.1.0-2.diff.gz
xserver-xorg-input-palmax_1.1.0-2.dsc
  to pool/main/x/xserver-xorg-input-palmax/xserver-xorg-input-palmax_1.1.0-2.dsc
xserver-xorg-input-palmax_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-palmax/xserver-xorg-input-palmax_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-palmax_1.1.0-2.dsc - source x11
xserver-xorg-input-palmax_1.1.0-2_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]



xserver-xorg-input-evtouch: Changes to 'refs/tags/v0.8.7-1'

2007-09-12 Thread Mattia Dongili
Tag 'v0.8.7-1' created by Mattia Dongili <[EMAIL PROTECTED]> at 2007-09-12 
13:12 +

debian-revision

Changes since v0.8.6-1:
Brice Goglin (4):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly

Mattia Dongili (8):
  Imported upstream sources (version 0.8.7)
  Merge branch 'debian-unstable' of 
git+ssh://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
  Merge branch 'upstream' into debian-unstable
  Removed pacth/unpatch target already provided by xsfbs
  Add changelog entry for 0.8.7-1
  Removed 03_fix_compile_warns.patch applied upstream
  Fix a compile warning by moving xf86=ansic.h header inclusion
  Use

---
 69-touchscreen.rules |2 
 ChangeLog|   10 ++
 Makefile.am  |7 +
 Makefile.in  |   49 +--
 configure|  111 ++-
 configure.ac |   18 +++-
 debian/changelog |9 ++
 debian/patches/03_fix_compile_warns.patch|   27 --
 debian/patches/04_include_xf86_ansic_h.patch |   23 +
 debian/patches/series|3 
 debian/rules |   14 ---
 debian/xsfbs/xsfbs.mk|   27 --
 debian/xsfbs/xsfbs.sh|7 -
 evtouch.c|   57 -
 evtouch.h|   49 ---
 libtouch.c   |   14 +++
 libtouch.h   |2 
 17 files changed, 252 insertions(+), 177 deletions(-)
---


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



Processed: your mail

2007-09-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> found 439322 1:6.7.192-3
Bug#439322: xserver-xorg-video-ati: wrongly detects TV connected on Xpress 
200M, causing VGA to miss a CRTC
Bug marked as found in version 1:6.7.192-3.

> found 440174 1:6.7.192-3
Bug#440174: xserver-xorg-video-ati: distorted colors on external VGA on Xpress 
200M (RS400, 5a42)
Bug marked as found in version 1:6.7.192-3.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processing of xserver-xorg-input-microtouch_1.1.1-1_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-microtouch_1.1.1-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-microtouch_1.1.1-1.dsc
  xserver-xorg-input-microtouch_1.1.1.orig.tar.gz
  xserver-xorg-input-microtouch_1.1.1-1.diff.gz
  xserver-xorg-input-microtouch_1.1.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread Julien Cristau
On Wed, Sep 12, 2007 at 13:25:28 +0200, martin thomalla wrote:

> i have compiz installed but it is not running. i am also using the current
> binary nvidia driver, because i need fast 3d rendering. My depth is 24, my
> resolution is 1680x1050.

That's weird, afaict that patch shouldn't affect your setup at all.

> i will send you my x logs later, when i have access to my debian box.
> 
Thanks.  Please make sure you reply to all when you send the log.

Cheers,
Julien


signature.asc
Description: Digital signature


xserver-xorg-input-microtouch_1.1.1-1_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-microtouch_1.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1.diff.gz
xserver-xorg-input-microtouch_1.1.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1.dsc
xserver-xorg-input-microtouch_1.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1_i386.deb
xserver-xorg-input-microtouch_1.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1.orig.tar.gz


Override entries for your package:
xserver-xorg-input-microtouch_1.1.1-1.dsc - source x11
xserver-xorg-input-microtouch_1.1.1-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 422677 


Thank you for your contribution to Debian.


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



Bug#422677: marked as done (FTBFS: ../../src/microtouch.c:270: error: 'TS_Raw' undeclared (first use in this function))

2007-09-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Sep 2007 13:47:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422677: fixed in xserver-xorg-input-microtouch 1:1.1.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-input-microtouch
Severity: serious
Version: 1:1.1.0-1
Justification: policy violation

hi, 

Lucas has rebuild the archive on i386 and your package Failed to Build
from Source with the following error:

 usr/include/xorg/xorg-server.h:69:1: warning: this is the location of the 
previous definition
 ../../src/microtouch.c: In function 'MuTouchPreInit':
 ../../src/microtouch.c:270: error: 'TS_Raw' undeclared (first use in this 
function)
 ../../src/microtouch.c:270: error: (Each undeclared identifier is reported 
only once
 ../../src/microtouch.c:270: error: for each function it appears in.)
 ../../src/microtouch.c:272: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/microtouch.c: In function 'ReadInput':
 ../../src/microtouch.c:481: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/microtouch.c: In function 'ControlProc':
 ../../src/microtouch.c:541: error: 'xDeviceTSCalibrationCtl' undeclared (first 
use in this function)
 ../../src/microtouch.c:541: error: 'c' undeclared (first use in this function)
 ../../src/microtouch.c:541: error: expected expression before ')' token
 ../../src/microtouch.c: In function 'SwitchMode':
 ../../src/microtouch.c:561: error: 'TS_Raw' undeclared (first use in this 
function)
 ../../src/microtouch.c:561: error: 'TS_Scaled' undeclared (first use in this 
function)
 ../../src/microtouch.c:566: error: 'SendCoreEvents' undeclared (first use in 
this function)
 ../../src/microtouch.c:566: error: 'DontSendCoreEvents' undeclared (first use 
in this function)
 ../../src/microtouch.c: In function 'ConvertProc':
 ../../src/microtouch.c:590: error: 'TS_Raw' undeclared (first use in this 
function)
 make[3]: *** [microtouch.lo] Error 1
 
the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/xserver-xorg-input-microtouch_1:1.1.0-1_sid32.buildlog

bye,
- michael


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-microtouch
Source-Version: 1:1.1.1-1

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

xserver-xorg-input-microtouch_1.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1.diff.gz
xserver-xorg-input-microtouch_1.1.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1.dsc
xserver-xorg-input-microtouch_1.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.1-1_i386.deb
xserver-xorg-input-microtouch_1.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-microtouch/xserver-xorg-input-microtouch_1.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated 
xserver-xorg-input-microtouch 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Sep 2007 15:30:32 +0200
Source: xserver-xorg-input-microtouch
Binary: xserver-xorg-input-microtouch
Architecture: source i386
Version: 1:1.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-input-microtouch - X.Org X server -- MicroTouch input driver
Closes: 422677
Changes: 
 xserver-xorg-input-microtouch (1:1.1.1-1) experimental; urgency=low
 .
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
 .
   [ Brice Goglin ]
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
 (needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a r

xserver-xorg-input-fpit: Changes to 'refs/tags/xserver-xorg-input-fpit-1_1.1.0-2'

2007-09-12 Thread Julien Cristau
Tag 'xserver-xorg-input-fpit-1_1.1.0-2' created by Julien Cristau <[EMAIL 
PROTECTED]> at 2007-09-12 13:59 +

Tagging upload of xserver-xorg-input-fpit 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4
  Typo fixes, mailing list & url updates, and other changes to prepare for

Alex Deucher (1):
  -Add passive pen support to the fpit driver (David M. Clay), bug 2440

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (7):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly

Daniel Stone (1):
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (10):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'upstream-unstable' into debian-experimental
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental
  Update for xserver 1.4.
  Prepare changelog for upload.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (12):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Add readme.txt to EXTRA_DIST
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore   |   19 
 Makefile.in  |   16 
 aclocal.m4   |  379 +
 autogen.sh   |   12 
 config.guess |  667 +-
 config.h.in  |9 
 config.sub   |  230 -
 configure| 7799 ++-
 debian/changelog |   2

xserver-xorg-input-fpit: Changes to 'debian-experimental'

2007-09-12 Thread Julien Cristau
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  230 +
 configure | 7799 ++
 debian/changelog  |   18 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5098 insertions(+), 4221 deletions(-)

New commits:
commit 61f649538563082cdb26d2f834bccecf62acc91f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:56:37 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a29ca51..575158a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-fpit (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -16,7 +16,7 @@ xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:54:47 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:56:04 +0200
 
 xserver-xorg-input-fpit (1:1.1.0-1) unstable; urgency=low
 

commit e623107192b448f59ea48bfba65978698b4a3d7d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 12 15:55:59 2007 +0200

Update for xserver 1.4.

* Bump build-dep on xserver-xorg-dev
* Generate the Provides field automatically
* Add myself to Uploaders, and remove Branden
* Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index b3f6f89..a29ca51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,17 +4,19 @@ xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Add upstream URL to debian/copyright.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
-  * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
-(needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-fpit
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 00:50:51 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 15:54:47 +0200
 
 xserver-xorg-input-fpit (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9910cba..b0ea824 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-fpit
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-fpit
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-fpit.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-fpit
 Package: xserver-xorg-input-fpit
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- FPIT input driver
  This package provides the driver for Fujitsu Stylistic tablet PCs.
diff --git a/debian/copyright b/debian/copyright
index cb0b0bf..80cf2fd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995, 1999 by Patrick Lecoanet, France. <[EMAIL PROTECTED]>
 Copyright 2002, Red Hat <[EMAIL PROTECTED]>
 

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..

Processing of xserver-xorg-input-fpit_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-fpit_1.1.0-2_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-input-fpit_1.1.0-2.dsc
  xserver-xorg-input-fpit_1.1.0-2.diff.gz
  xserver-xorg-input-fpit_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-fpit_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-fpit_1.1.0-2.diff.gz
  to pool/main/x/xserver-xorg-input-fpit/xserver-xorg-input-fpit_1.1.0-2.diff.gz
xserver-xorg-input-fpit_1.1.0-2.dsc
  to pool/main/x/xserver-xorg-input-fpit/xserver-xorg-input-fpit_1.1.0-2.dsc
xserver-xorg-input-fpit_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-fpit/xserver-xorg-input-fpit_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-fpit_1.1.0-2.dsc - source x11
xserver-xorg-input-fpit_1.1.0-2_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]



xserver-xorg-input-elographics: Changes to 'debian-experimental'

2007-09-12 Thread Julien Cristau
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  230 +
 configure | 7799 ++
 debian/changelog  |   18 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5098 insertions(+), 4221 deletions(-)

New commits:
commit e8a7289cde8742133f99f8b1af4e3010bf154c2e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 12 16:37:10 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 662a0a3..53e460f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -16,7 +16,7 @@ xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; 
urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:26:33 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:37:01 +0200
 
 xserver-xorg-input-elographics (1:1.1.0-1) unstable; urgency=low
 

commit ec564dc35155b03ef80e81e6502168488ff7e454
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 12 16:33:44 2007 +0200

Update for xserver 1.4

* Bump build-dep on xserver-xorg-dev.
* Generate the Provides field automatically.
* Add myself to Uploaders, and remove Branden with his permission.
* Add upstream URL to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 75e44b2..662a0a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,17 +4,19 @@ xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Add upstream URL to debian/copyright.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
-  * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
-(needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-elographics
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 23:33:22 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:26:33 +0200
 
 xserver-xorg-input-elographics (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4301db5..df4324f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-elographics
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-elographics
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elographics.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elog
 Package: xserver-xorg-input-elographics
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- ELOGraphics input driver
  This package provides the driver for ELO Graphics touchscreens.
diff --git a/debian/copyright b/debian/copyright
index 3507a01..180dc8f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995, 1999 by Patrick Lecoanet, France. <[EMAIL PROTECTED]>
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 29 09:36:00 2007 +0200

  

Processing of xserver-xorg-input-elographics_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-elographics_1.1.0-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-elographics_1.1.0-2.dsc
  xserver-xorg-input-elographics_1.1.0-2.diff.gz
  xserver-xorg-input-elographics_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-elographics_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-elographics_1.1.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.1.0-2.diff.gz
xserver-xorg-input-elographics_1.1.0-2.dsc
  to 
pool/main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.1.0-2.dsc
xserver-xorg-input-elographics_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-elographics_1.1.0-2.dsc - source x11
xserver-xorg-input-elographics_1.1.0-2_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]



xserver-xorg-input-magictouch: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 ChangeLog |  222 
 Makefile.in   |  277 -
 aclocal.m4| 3827 ---
 config.guess  |  667 +-
 config.h.in   |9 
 config.sub|  222 
 configure |12709 --
 debian/changelog  |   18 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |  103 
 install-sh|  477 -
 ltmain.sh | 1278 +++--
 man/Makefile.in   |  137 
 missing   |  142 
 mkinstalldirs |   89 
 src/Makefile.in   |  217 
 20 files changed, 11064 insertions(+), 9400 deletions(-)

New commits:
commit a670db756ac7d862ccdf6bbe6ae1606c7fea1759
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 16:54:12 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 89111f7..ac595d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; urgency=low
+xserver-xorg-input-magictouch (1:1.0.0.5-4) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:52:45 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:53:58 +0200
 
 xserver-xorg-input-magictouch (1:1.0.0.5-3) unstable; urgency=low
 

commit ea14b6b57393337793341c71ce50cbad800bed7e
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 16:53:55 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit a1167ae6dad7fb8fe80e4e61c0dd735b01191e1d
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 16:53:15 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index ecf9dc8..89111f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-magictouch
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 01:01:07 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 16:52:45 +0200
 
 xserver-xorg-input-magictouch (1:1.0.0.5-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a968dc9..7851940 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2

xserver-xorg-input-magictouch: Changes to 'refs/tags/xserver-xorg-input-magictouch-1_1.0.0.5-4'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-magictouch-1_1.0.0.5-4' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 14:56 +

Tagging upload of xserver-xorg-input-magictouch 1:1.0.0.5-4 to experimental.

Changes since 1_1.0.0.5-3:
Adam Jackson (5):
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (14):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Update upstream ChangeLog
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Merge branch 'debian-unstable' into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Prepare changelog for upload

Daniel Stone (4):
  Fix includes right throughout the Xserver tree:
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'XORG-7_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore |   19 
 ChangeLog  |  222 
 Makefile.in|  277 
 aclocal.m4 | 3827 +---
 autogen.sh |   12 
 config.guess   |  667 -
 config.h.in|9 
 config.sub |  222 
 configure  |12709 ++---
 debian/changelog   |   22 
 debian/control |   14 
 debian/copyright   

xserver-xorg-input-elographics: Changes to 'refs/tags/xserver-xorg-input-elographics-1_1.1.0-2'

2007-09-12 Thread Julien Cristau
Tag 'xserver-xorg-input-elographics-1_1.1.0-2' created by Julien Cristau 
<[EMAIL PROTECTED]> at 2007-09-12 14:41 +

Tagging upload of xserver-xorg-input-elographics 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (8):
  Bug #506: Fix pointer behaviour when using multiple Elographics
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (7):
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly

Daniel Stone (5):
  Fix includes right throughout the Xserver tree:
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.
  Update elographics manpage to list supported options. (Debian #075)

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (10):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Merge branch 'xsfbs' into debian-experimental
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Merge branch 'upstream-experimental' into debian-experimental
  Fix copy/paste typo in the input driver provides.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental
  Update for xserver 1.4
  Prepare changelog for upload.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Matthieu Herrb (1):
  - Use xf86RemoveEnabledDevice() in the DEVICE_OFF case too. Fixes a 
lock-up

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore  |   19 
 Makefile.in |   16 
 aclocal.m4  |  379 -
 autogen.sh  |   12 
 config.guess|  667 +-
 config.h.in |9 
 config.sub  |  230 
 configu

Processing of xserver-xorg-input-magictouch_1.0.0.5-4_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-magictouch_1.0.0.5-4_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-magictouch_1.0.0.5-4.dsc
  xserver-xorg-input-magictouch_1.0.0.5-4.diff.gz
  xserver-xorg-input-magictouch_1.0.0.5-4_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-magictouch_1.0.0.5-4_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-magictouch_1.0.0.5-4.diff.gz
  to 
pool/main/x/xserver-xorg-input-magictouch/xserver-xorg-input-magictouch_1.0.0.5-4.diff.gz
xserver-xorg-input-magictouch_1.0.0.5-4.dsc
  to 
pool/main/x/xserver-xorg-input-magictouch/xserver-xorg-input-magictouch_1.0.0.5-4.dsc
xserver-xorg-input-magictouch_1.0.0.5-4_i386.deb
  to 
pool/main/x/xserver-xorg-input-magictouch/xserver-xorg-input-magictouch_1.0.0.5-4_i386.deb


Override entries for your package:
xserver-xorg-input-magictouch_1.0.0.5-4.dsc - source x11
xserver-xorg-input-magictouch_1.0.0.5-4_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]



xserver-xorg-input-magellan: Changes to 'upstream-experimental'

2007-09-12 Thread Brice Goglin
New branch 'upstream-experimental' available with the following commits:
commit bcee9eea6f6dfd53c604c2caa45048fb9fe2dc1e
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 18:48:01 2007 +0200

Bumped version to 1.1.1.

commit 36b02c9b69b6ae2fc126936a03293f937256bbf9
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Mon Sep 10 18:47:21 2007 +0200

Generate ChangeLog from git.

commit 854e74a9010202eb1a435fae80019c02041468d5
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:12 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

commit 1fb884c596d79972ff2b340d1061c94cde6c6769
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Aug 23 19:25:29 2007 -0400

Rename .cvsignore to .gitignore

commit 0cb6f76c93e19371c681fb4a3c7f698c1b098d39
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Aug 8 01:08:08 2007 +0300

Remove useless debugging statement

commit bcd2a71ee0e861614cc7db18cd6b2cfc0b5bc6b5
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 7 09:15:49 2007 +0200

Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec


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



xserver-xorg-input-magellan: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 .cvsignore|   19 
 .gitignore|   21 
 ChangeLog |  252 +
 Makefile.am   |8 
 Makefile.in   |   24 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7817 ++
 configure.ac  |2 
 debian/changelog  |   19 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |   14 
 src/magellan.c|3 
 26 files changed, 5372 insertions(+), 4287 deletions(-)

New commits:
commit edf8c3e6e043070a0623a116d08943aad0688504
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 17:08:08 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1e96514..04b6f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-magellan (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -19,7 +19,7 @@ xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 17:07:18 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 17:07:51 +0200
 
 xserver-xorg-input-magellan (1:1.1.0-1) unstable; urgency=low
 

commit 7750b5b0f1f02817ea4f8832c03c4f0006f39a51
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 17:07:40 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index e818261..1e96514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,10 +12,14 @@ xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-magellan
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
   * New upstream release.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 17:05:54 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 17:07:18 +0200
 
 xserver-xorg-input-magellan (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a615121..b21ba63 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-magellan
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-magellan
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-magellan.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mage
 Package: xserver-xorg-input-magellan
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- Magellan input driver
  This package provides the driver for Magellan SpaceMouse input devices.
diff --git a/debian/copyright b/debian/copyright
index 349b559..09f0cc0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright (c) 1998  Metro Link Incorporated
 
 Permission is hereby granted, free of charge, to any person obtaining a

commit be42569a96ab91d9bee3e553d73cb3ddc5d1079b
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 17:06:11 2007 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..b85abec
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,241 @@
+commit bcee9eea6f6dfd53c604c2caa45048fb9fe2dc1e
+Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
+Date:   Mon Sep 10 18:48:01 2

xserver-xorg-input-magellan: Changes to 'refs/tags/xserver-xorg-input-magellan-1_1.1.1-1'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-magellan-1_1.1.1-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 15:13 +

Tagging upload of xserver-xorg-input-magellan 1:1.1.1-1 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (7):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  bcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (14):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
  Do not call laptop-detect, let the only user call it directly
  Merge tag 'xf86-input-magellan-1.1.1' into debian-experimental
  New upstream release
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  Prepare changelog for upload

Daniel Stone (2):
  Update autogen.sh to one that does objdir != srcdir.
  Remove useless debugging statement

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Merge tag 'magellan-1_1_0' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (2):
  Initial revision
  XFree86 4.3.0.1

Kevin E Martin (12):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Do the following to make the drivers pass distcheck:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

Tilman Sauerbeck (2):
  Generate ChangeLog from git.
  Bumped version to 1.1.1.

---
 .gitignore   |   21 
 ChangeLog|  252 
 Makefile.am  |8 
 Makefile.in  |   24 
 aclocal.m4   |  379 +
 autogen.sh   |   12 
 confi

Processing of xserver-xorg-input-magellan_1.1.1-1_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-magellan_1.1.1-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-magellan_1.1.1-1.dsc
  xserver-xorg-input-magellan_1.1.1.orig.tar.gz
  xserver-xorg-input-magellan_1.1.1-1.diff.gz
  xserver-xorg-input-magellan_1.1.1-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-input-magellan_1.1.1-1_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-magellan_1.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-magellan/xserver-xorg-input-magellan_1.1.1-1.diff.gz
xserver-xorg-input-magellan_1.1.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-magellan/xserver-xorg-input-magellan_1.1.1-1.dsc
xserver-xorg-input-magellan_1.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-magellan/xserver-xorg-input-magellan_1.1.1-1_i386.deb
xserver-xorg-input-magellan_1.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-magellan/xserver-xorg-input-magellan_1.1.1.orig.tar.gz


Override entries for your package:
xserver-xorg-input-magellan_1.1.1-1.dsc - source x11
xserver-xorg-input-magellan_1.1.1-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]



xserver-xorg-input-joystick: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 .gitignore|2 
 ChangeLog |  167 +
 Makefile.am   |   11 
 Makefile.in   |   17 +
 config.h.in   |6 
 config.sub|   14 -
 configure |  112 ++---
 configure.ac  |   14 +
 debian/changelog  |   34 ++
 debian/control|6 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   34 +-
 debian/xsfbs/xsfbs.sh |7 
 man/.gitignore|2 
 man/Makefile.in   |2 
 man/joystick.man  |   96 +++-
 src/Makefile.in   |2 
 src/bsd_jstk.c|  371 +++---
 src/jstk.c|  599 +++---
 src/jstk.h|   67 ++---
 src/jstk_axis.c   |  537 +---
 src/jstk_axis.h   |1 
 src/jstk_options.c|  326 ---
 src/jstk_options.h|9 
 src/linux_jstk.c  |  180 +++
 26 files changed, 1588 insertions(+), 1033 deletions(-)

New commits:
commit 5e834e6e34716a2f22c8e7596c50196244d2b0a2
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:20:09 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index 80f6592..09086fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-input-joystick (1:1.2.3-2) experimental; urgency=low
+
+  * Build against xserver 1.4.
+  * Remove Branden from uploaders with his permission. He's always welcome 
back.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:19:05 +0200
+
 xserver-xorg-input-joystick (1:1.2.3-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 3500cfd..1af2d17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-joystick
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-joystick
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-joystick.git
diff --git a/debian/copyright b/debian/copyright
index db280fb..434899a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995-1999 by Frederic Lepied, France. <[EMAIL PROTECTED]>
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE="$(dpkg --print-installation-architecture)"
 
-LAPTOP=""
-if [ -n "$(which laptop-detect)" ]; then
-if laptop-detect >/dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
   RECONFIGURE="true"
 else

commit 21587da618583921813c785e596dcaa5acfe4951
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Thu Aug 16 17:49:25 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 164aebf..80f6592 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-xserver-xorg-input-joystick (1:1.2.3-1) UNRELEASED; urgency=low
+xserver-xorg-input-joystick (1:1.2.3-1) unstable; urgency=low
 
   * New upstream release.
+  * Add myself to uploaders.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Thu, 16 Aug 2007 17:46:39 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Thu, 16 Aug 2007 17:48:57 +0200
 
 xserver-xorg-input-joystick (1:1.2.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2846603..3500cfd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-joystick
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>
+Uploaders: David Nus

xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.2.3-2'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-joystick-1_1.2.3-2' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 17:23 +

Tagging upload of xserver-xorg-input-joystick 1:1.2.3-2 to experimental.

Changes since xserver-xorg-input-joystick-1_1.2.3-1:
Brice Goglin (6):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things

---
 debian/changelog  |8 
 debian/control|4 ++--
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 5 files changed, 31 insertions(+), 18 deletions(-)
---


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



Processing of xserver-xorg-input-joystick_1.2.3-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-joystick_1.2.3-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-joystick_1.2.3-2.dsc
  xserver-xorg-input-joystick_1.2.3-2.diff.gz
  xserver-xorg-input-joystick_1.2.3-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-jamstudio: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7799 ++
 debian/changelog  |   18 
 debian/control|   12 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   46 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5091 insertions(+), 4220 deletions(-)

New commits:
commit 5c08f752530b9ff3ae62556337e003751e9a0dee
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:29:22 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index b17e601..2da2baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-jamstudio (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:27:25 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:28:21 +0200
 
 xserver-xorg-input-jamstudio (1:1.1.0-1) unstable; urgency=low
 

commit 64202fbdd6db328325755cb28679187648fe7388
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:28:17 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index cd0fad3..b17e601 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-jamstudio
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 23 Apr 2007 23:35:50 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:27:25 +0200
 
 xserver-xorg-input-jamstudio (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 645fd47..01becb6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-jamstudio
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-jamstudio
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-jamstudio.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-jams
 Package: xserver-xorg-input-jamstudio
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- JamStudio input driver
  This package provides the driver for JamStudio graphics tablets.
diff --git a/debian/copyright b/debian/copyright
index 3eb735d..70a72bc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 2002 by Brian Goines ([EMAIL PROTECTED])
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit 63d66cb2619dd04fbc7a1b560af7db040cf73ad8
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:25:59 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh

xserver-xorg-input-jamstudio: Changes to 'refs/tags/xserver-xorg-input-jamstudio-1_1.1.0-2'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-jamstudio-1_1.1.0-2' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 17:31 +

Tagging upload of xserver-xorg-input-jamstudio 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (7):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (12):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Remove Fabio from uploaders with his permission. He's always welcome back.
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  autoreconf
  Build against xserver 1.4 and fix various minor things
  Prepare changelog for upload

Daniel Stone (3):
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (7):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'upstream-unstable' into debian-experimental
  Add new "serverabi" rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (11):
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

---
 .cvsignore|   19 
 Makefile.in   |   16 
 aclocal.m4|  379 +
 autogen.sh|   12 
 config.guess  |  667 +-
 config.h.in   |9 
 config.sub|  222 
 configure | 7799 +++---
 debian/changelog  |   22 
 debian/control 

Processing of xserver-xorg-input-jamstudio_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-jamstudio_1.1.0-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-jamstudio_1.1.0-2.dsc
  xserver-xorg-input-jamstudio_1.1.0-2.diff.gz
  xserver-xorg-input-jamstudio_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-joystick_1.2.3-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-joystick_1.2.3-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.2.3-2.diff.gz
xserver-xorg-input-joystick_1.2.3-2.dsc
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.2.3-2.dsc
xserver-xorg-input-joystick_1.2.3-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.2.3-2_i386.deb


Override entries for your package:
xserver-xorg-input-joystick_1.2.3-2.dsc - source x11
xserver-xorg-input-joystick_1.2.3-2_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]



xserver-xorg-input-hyperpen: Changes to 'debian-experimental'

2007-09-12 Thread Brice Goglin
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  222 +
 configure | 7799 ++
 debian/changelog  |   19 
 debian/control|   14 
 debian/copyright  |3 
 debian/rules  |4 
 debian/xsfbs/xsfbs.mk |   55 
 debian/xsfbs/xsfbs.sh |7 
 ltmain.sh |   12 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/Makefile.in   |   14 
 16 files changed, 5106 insertions(+), 4219 deletions(-)

New commits:
commit 4493485d8b548d6312f5f6f90d522ed61a5d3131
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:48:28 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index b195965..b59c7e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-hyperpen (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:36:28 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 12 Sep 2007 19:37:43 +0200
 
 xserver-xorg-input-hyperpen (1:1.1.0-1) unstable; urgency=low
 

commit a2b10036818dcaabdcb5c8e1412bcb201f8bd9b1
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:48:24 2007 +0200

Fix missing serverabi dependency in the Makefile, should have come with 
xsfbs...

diff --git a/debian/rules b/debian/rules
index c05ac15..1ae4a84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ install: build
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build install serverabi
dh_testdir
dh_testroot
 

commit 646bbc238c7e81707bda5896add27bfac64625ba
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:37:37 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit 697e3cdc29e21834a2b78c3d77dc022b5add517a
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Sep 12 19:36:48 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index da1f26c..b195965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,9 +14,13 @@ xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-summa
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically

xserver-xorg-input-hyperpen: Changes to 'refs/tags/xserver-xorg-input-hyperpen-1_1.1.0-2'

2007-09-12 Thread Brice Goglin
Tag 'xserver-xorg-input-hyperpen-1_1.1.0-2' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-09-12 17:48 +

Tagging upload of xserver-xorg-input-hyperpen 1:1.1.0-2 to experimental.

Changes since 1_1.1.0-1:
Adam Jackson (8):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Various input drivers set their InputDriverRec to be static when doing a
  Prep input drivers for modularizing by adding guarded #include "config.h"
  Build skeletons for input drivers. Should basically work.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed & cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (12):
  Merge ../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Do not call laptop-detect, let the only user call it directly
  Merge ../../../xsfbs/xsfbs into debian-experimental
  Build against xserver 1.4 and fix various minor things
  autoreconf
  Fix missing serverabi dependency in the Makefile, should have come with 
xsfbs...
  Prepare changelog for upload

Daniel Stone (4):
  Fix includes right throughout the Xserver tree:
  Change all misc.h and os.h references to .
  Change  and  to "misc.h" and "os.h".
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (1):
  Add .cvsignores for drivers.

Julien Cristau (5):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'upstream-unstable' into debian-experimental
  Add new "serverabi" rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (13):
  Change input drivers to get keysym's from .
  Update all input drivers to pass distcheck
  Make the module dir configurable
  Various changes preparing packages for RC0:
  Do the following to make the drivers pass distcheck:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Markus Kuhn (1):
  Encoding of numerous files changed to UTF-8

Søren Sandmann Pedersen (1):
  Don\'t lose existing CFLAGS in all the input drivers and some of the video

Thierry Reding (1):
  Add some more watch files.

---
 .cvsignore   |   19 
 Makefile.in  |   16 
 aclocal.m4   |  379 +
 autogen.sh   |   12 
 config.guess |  667 +-
 config.h.in

xserver-xorg-input-jamstudio_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-jamstudio_1.1.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-jamstudio/xserver-xorg-input-jamstudio_1.1.0-2.diff.gz
xserver-xorg-input-jamstudio_1.1.0-2.dsc
  to 
pool/main/x/xserver-xorg-input-jamstudio/xserver-xorg-input-jamstudio_1.1.0-2.dsc
xserver-xorg-input-jamstudio_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-jamstudio/xserver-xorg-input-jamstudio_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-jamstudio_1.1.0-2.dsc - source x11
xserver-xorg-input-jamstudio_1.1.0-2_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-input-hyperpen_1.1.0-2_i386.changes

2007-09-12 Thread Archive Administrator
xserver-xorg-input-hyperpen_1.1.0-2_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-hyperpen_1.1.0-2.dsc
  xserver-xorg-input-hyperpen_1.1.0-2.diff.gz
  xserver-xorg-input-hyperpen_1.1.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-hyperpen_1.1.0-2_i386.changes ACCEPTED

2007-09-12 Thread Debian Installer

Accepted:
xserver-xorg-input-hyperpen_1.1.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-hyperpen/xserver-xorg-input-hyperpen_1.1.0-2.diff.gz
xserver-xorg-input-hyperpen_1.1.0-2.dsc
  to 
pool/main/x/xserver-xorg-input-hyperpen/xserver-xorg-input-hyperpen_1.1.0-2.dsc
xserver-xorg-input-hyperpen_1.1.0-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-hyperpen/xserver-xorg-input-hyperpen_1.1.0-2_i386.deb


Override entries for your package:
xserver-xorg-input-hyperpen_1.1.0-2.dsc - source x11
xserver-xorg-input-hyperpen_1.1.0-2_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#438650: Xorg.0.log from prior etch install

2007-09-12 Thread Gordon Pedersen
X starts and works fine on the older etch install on same box
that is giving me fits with new etch/lenny install.

I realize that xorg and in particular the intel video driver has
changed a lot since old etch was installed in, it looks like,
Nov 2005.  But I thought it might give useful clues to the
maintainers.

Here is an Xorg.0.log from that older etch installation:

X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-7 20050908031534 David 
Nusinow <[EMAIL PROTECTED]>)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-1-686 i686 [ELF] 
Current Operating System: Linux pan 2.6.12-1-386 #1 Tue Sep 27 12:41:08 JST 
2005 i686
Build Date: 08 September 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-1-386 ([EMAIL PROTECTED]) (gcc version 4.0.2 
20050917 (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 12:41:08 JST 2005 
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 12 16:26:26 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Hitachi 803"
(**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset 
Integrated Graphics Device"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1458,2560 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1458,2562 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1458,24c2 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1458,24c2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1458,24c2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1458,5006 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1458,24c2 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1458,24c2 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1458,a002 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:05:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0   0xc400 - 0xc4ff (0x100) IX[B]
[2] -1  0   0xc800 - 0xc8ff (0x100) IX[B]
[3] -1  0   0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xe800 - 0xe80f

Re: xserver 1.4

2007-09-12 Thread Brice Goglin
David Nusinow wrote:
> I don't think uploading to unstable is wise until all the drivers are built
> and ready. We don't have to wait on the PCI ID stuff though, I was just
> going through them anyway to get that done.
>   

All input drivers are in experimental for Xserver 1.4.

By the way, I tried to add the PCI ID stuff to the apm driver. But its
PCI ids are not as easy to extract as in other drivers. Only one id is
defined in the driver files. The other ones (and also the first one
actually) are in /usr/include/xorg/xf86PciInfo.h, in the "Alliance
Semiconductor" section, but this section also contains one unrelated id.
I don't see any simple easy way to extract from the latter
automatically. Any idea better than the following?

sed -n -r -e 's/.*(PCI_CHIP_[A-Z0-9]+).*/\1/p' src/apm_driver.c | sort
-u | while read id ; do awk '/^#define.*'$id'/ {print $3}'
/usr/include/xorg/xf86PciInfo.h ; done

Brice


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



libxrender 1:0.9.3-1 MIGRATED to testing

2007-09-12 Thread Debian testing watch
FYI: The status of the libxrender source package
in Debian's testing distribution has changed.

  Previous version: 1:0.9.2-1
  Current version:  1:0.9.3-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread martin thomalla
I have attached the Xorg.0.log.old file. A friend has suggested to reinstall
the nvidia driver, will try this next and report back.

bye martin

2007/9/12, Julien Cristau <[EMAIL PROTECTED]>:
>
> On Wed, Sep 12, 2007 at 13:25:28 +0200, martin thomalla wrote:
>
> > i have compiz installed but it is not running. i am also using the
> current
> > binary nvidia driver, because i need fast 3d rendering. My depth is 24,
> my
> > resolution is 1680x1050.
>
> That's weird, afaict that patch shouldn't affect your setup at all.
>
> > i will send you my x logs later, when i have access to my debian box.
> >
> Thanks.  Please make sure you reply to all when you send the log.
>
> Cheers,
> Julien
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFG5+5ymEvTgKxfcAwRAkckAJ478AKz9INXvRIrBuwn75UXp1qVVQCcCmk6
> POMhcBwerF2FiDHfPQM4HKw=
> =Ns0F
> -END PGP SIGNATURE-
>
>


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


Re: Since dsa-1372, wine crashes and x restarts.

2007-09-12 Thread martin thomalla
I have reinstalled the current nvidia driver and now everything works again
as expected, next gpu will be an ati.

bye martin

2007/9/13, martin thomalla <[EMAIL PROTECTED]>:
>
> I have attached the Xorg.0.log.old file. A friend has suggested to
> reinstall the nvidia driver, will try this next and report back.
>
> bye martin
>
> 2007/9/12, Julien Cristau < [EMAIL PROTECTED]>:
> >
> > On Wed, Sep 12, 2007 at 13:25:28 +0200, martin thomalla wrote:
> >
> > > i have compiz installed but it is not running. i am also using the
> > current
> > > binary nvidia driver, because i need fast 3d rendering. My depth is
> > 24, my
> > > resolution is 1680x1050.
> >
> > That's weird, afaict that patch shouldn't affect your setup at all.
> >
> > > i will send you my x logs later, when i have access to my debian box.
> > >
> > Thanks.  Please make sure you reply to all when you send the log.
> >
> > Cheers,
> > Julien
> >
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.6 (GNU/Linux)
> >
> > iD8DBQFG5+5ymEvTgKxfcAwRAkckAJ478AKz9INXvRIrBuwn75UXp1qVVQCcCmk6
> > POMhcBwerF2FiDHfPQM4HKw=
> > =Ns0F
> > -END PGP SIGNATURE-
> >
> >
>
>


Re: xserver 1.4

2007-09-12 Thread Drew Parsons
xserver 1.4 (2:1.4-1 from experimental) plus intel 2.1.1-3 fails
miserably.  The video goes completely dark, both X and vc, and is not
restored by returning to vc console.  For Intel 855GM, linux 2.6.22.

No single clear bug (the DVOI2C errors are not fatal, at least xserver
1.3 has them too).   

config and log below.

==/etc/X11/xorg.conf=
# /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 "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"
FontPath"/usr/share/fonts/Mathematica/Type1"
FontPath"/usr/share/fonts/Mathematica/BDF"
EndSection

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

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

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

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Intel 855GM"
Driver  "intel"
BusID   "PCI:0:2:0"
Option  "monitor-VGA"   "External Monitor"
Option  "monitor-LVDS"  "lvds"
Option  "VBERestore""true"
Option  "AccelMethod"   "EXA"
EndSection

Section "Monitor"
Identifier  "External Monitor"
Option  "PreferredMode"  "1900x1200"
EndSection

Section "Monitor"
Identifier  "lvds"
Option  "PreferredMode"  "1024x768"
Option  "Position" "0 0"
EndSection



Section "Screen"
Identifier  "Default Screen"
Device  "Intel 855GM"
Monitor "lvds"
Monitor "External Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1920x1200" "1024x768" "800x600"
"640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "1920x1200" "800x600"
"640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "1920x1200" "800x600"
"640x480"
EndSubSection
SubSection "Display"
Virtual 1920 1200
Depth   15
Modes   "1024x768" "1920x1200" "800x600"
"640x480"
EndSubSection
SubSection "Display"
Virtual 1920 1200
Depth   16
Modes   "1024x768" "1920x1200" "800x600"
"640x480"
EndSubSection
SubSection "Di

Bug#442088: xdm: with "xlogin.Login.allowRootLogin: false" root can login

2007-09-12 Thread Joaquín Martínez
Package: xdm
Version: 1:1.1.6-2
Severity: normal



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

Kernel: Linux 2.6.23-rc6c0
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xdm depends on:
ii  cpp 4:4.1.2-9The GNU C preprocessor (cpp)
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpam0g0.99.7.1-4   Pluggable Authentication Modules l
ii  libselinux1 2.0.15-2+b1  SELinux shared libraries

ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxdmcp6   1:1.0.2-2X11 Display Manager Control Protoc
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  x11-common  1:7.2-5  X Window System (X.Org) infrastruc
ii  xbase-clients   1:7.2.ds2-2  miscellaneous X clients

xdm recommends no packages.

-- debconf-show failed



The exact and complete text of any error messages printed or logged:
Any message showed when login
/var/log/auth.log
Sep 12 22:05:26 camelia : pam_unix(xdm:session): session opened for
user root by root(uid=0)
Sep 12 22:05:28 camelia : pam_unix(xdm:session): session closed for user root

(Xserver killed as soo as started, that is why are only  2 seconds
between messages)


A description of the incorrect behaviour: exactly what behaviour
you were expecting, and what you observed.

even with the xlogin.Login.allowRootLogin: false in
/etc/X11/xdm/Xresources root is allowed to login.
I were expecting that  he were not.


Suggested fix:
I do not know  the internal mechanics why it do not work, my workaround was
to add the following lins to the
/etc/pam.d/xdm

# Disallows root logins except on tty's listed in /etc/securetty
# (Replaces the `CONSOLE' setting from login.defs)
auth   requisite  pam_securetty.so

and only write console in /etc/securetty




Thank you for your work and time.


Best regards



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



Bug#281398: Szia,

2007-09-12 Thread Csengő Anna
Szia!


Bocs a zavarasert, ha erdekel a sexnek egy teljessen mas formaja (brutalis sex)
akkor itt a helyed: Minosegi filmek, sot extrakent tomerdek animal sex film is 
van!

http://brutal.vipsms.org/
http://brutal.vipsms.org/
http://brutal.vipsms.org/

Nemsokara rollam is lesznek fenn videok :) Tovabbi szep napot! Anna

u.i: az emailcimedet egy levelezolistarol kaptam ahol elfogadtad hogy kapsz 
hirlevelet. Ha ez megis zavar, leiratkozhatsz a http://leiratkozas.myip.hu/
oldalon.
--
Pussz...




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



Bug#383384: Szia,

2007-09-12 Thread Csengő Anna
Szia!


Bocs a zavarasert, ha erdekel a sexnek egy teljessen mas formaja (brutalis sex)
akkor itt a helyed: Minosegi filmek, sot extrakent tomerdek animal sex film is 
van!

http://brutal.vipsms.org/
http://brutal.vipsms.org/
http://brutal.vipsms.org/

Nemsokara rollam is lesznek fenn videok :) Tovabbi szep napot! Anna

u.i: az emailcimedet egy levelezolistarol kaptam ahol elfogadtad hogy kapsz 
hirlevelet. Ha ez megis zavar, leiratkozhatsz a http://leiratkozas.myip.hu/
oldalon.
--
Pussz...




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



Bug#226048: fahkcalb

2007-09-12 Thread Erkka Kreklewich
Hi there 226048
OMG, these pills actually do work guys

Erkka Kreklewich
http://newgarns.com/




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



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

2007-09-12 Thread Brice Goglin
 .gitignore|1 
 configure.ac  |   14 
 mga_PInS.txt  |   28 +
 src/clientlx.c|   16 
 src/mga.h |   90 
 src/mga_bios.c|   15 
 src/mga_dac3026.c |   10 
 src/mga_dacG.c|   63 ++-
 src/mga_dri.c |  293 ---
 src/mga_driver.c  | 1053 +++---
 src/mga_exa.c |  133 +-
 src/mga_macros.h  |   20 -
 src/mga_merge.c   |6 
 src/mga_storm.c   |  215 ---
 src/mga_vga.c |  211 +-
 src/mga_video.c   |  780 +++-
 util/stormdwg.c   |   10 
 17 files changed, 2229 insertions(+), 729 deletions(-)

New commits:
commit d7f0f657504b2646a94f652baf0f71ff4117fac4
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Wed Sep 5 18:06:57 2007 +0200

Bumped version to 1.4.7.

diff --git a/configure.ac b/configure.ac
index 1605dee..9f8f1a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ(2.57)
 
 # When the version number is modified here, also modify it in src/mga.h.
 AC_INIT([xf86-video-mga],
-1.4.6.1,
+1.4.7,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-mga)
 

commit 4bfc1e1ea11604e3af150a4228663cb1cb1bf9f3
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:35 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index 564d950..cec124b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ man/mga.?
 util/stormdwg
 .deps
 .libs
+*~

commit 923176f5aad777b4023003a457bb77da21373389
Author: Ian Romanick <[EMAIL PROTECTED]>
Date:   Fri Aug 31 11:05:57 2007 -0700

Use XSERVER_LIBPCIACCESS to detect pci-rework.

diff --git a/configure.ac b/configure.ac
index 7d37153..1605dee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,11 +60,6 @@ AC_ARG_ENABLE(exa,
  [Disable EXA support [[default=enabled]]]),
   [EXA="$enableval"],
   [EXA=yes])
-AC_ARG_ENABLE(pciaccess,
-  AS_HELP_STRING([--enable-pciaccess],
- [Enable use of libpciaccess (default: disabled)]),
-  [PCIACCESS=$enableval],
-  [PCIACCESS=no])
 
 # Checks for extensions
 XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
@@ -76,13 +71,6 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
 PKG_CHECK_MODULES(XORG, [xorg-server >= 1.1.0 xproto fontsproto 
$REQUIRED_MODULES])
 sdkdir=$(pkg-config --variable=sdkdir xorg-server)
 
-AM_CONDITIONAL(PCIACCESS, [test "x$PCIACCESS" = xyes])
-if test "x$PCIACCESS" = xyes; then
-AC_DEFINE(PCIACCESS, 1, [Use libpciaccess])
-PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.7.0])
-XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS"
-fi
-
 # Checks for libraries.
 
 # Checks for header files.
@@ -116,6 +104,18 @@ if test "x$DRI" = xyes; then
 AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
 fi
 
+save_CFLAGS="$CFLAGS"
+CFLAGS="$XORG_CFLAGS"
+AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
+  [XSERVER_LIBPCIACCESS=yes], [XSERVER_LIBPCIACCESS=no],
+  [#include "xorg-server.h"])
+CFLAGS="$save_CFLAGS"
+
+if test "x$XSERVER_LIBPCIACCESS" = xyes; then
+PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])
+fi
+AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
+
 AM_CONDITIONAL(USE_XAA, true)
 AC_DEFINE(USE_XAA, 1, [Build support for XAA])
 
diff --git a/src/clientlx.c b/src/clientlx.c
index 8c08026..9c6ab50 100644
--- a/src/clientlx.c
+++ b/src/clientlx.c
@@ -67,7 +67,7 @@ ULONG ClientReadConfigSpaceByte(LPBOARDHANDLE pBoard, ULONG 
ulOffset,
 
 ASSERT_HANDLER(pBoard);
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 pci_device_cfg_read_u8(pMga->PciInfo, pucByte, ulOffset);
 #else
 *pucByte = pciReadByte(pMga->PciTag,ulOffset);
@@ -99,7 +99,7 @@ ULONG ClientReadConfigSpaceDword(LPBOARDHANDLE pBoard, ULONG 
ulOffset,
 
 ASSERT_HANDLER(pBoard);
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 pci_device_cfg_read_u32(pMga->PciInfo, (uint32_t *) pulDword, ulOffset);
 #else
 *pulDword = pciReadLong(pMga->PciTag,ulOffset);
@@ -131,7 +131,7 @@ ULONG ClientWriteConfigSpaceByte(LPBOARDHANDLE pBoard, 
ULONG ulOffset,
 
 ASSERT_HANDLER(pBoard);
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 pci_device_cfg_write_u8(pMga->PciInfo, ucByte, ulOffset);
 #else
 pciWriteByte(pMga->PciTag,ulOffset, ucByte);
@@ -163,7 +163,7 @@ ULONG ClientWriteConfigSpaceDword(LPBOARDHANDLE pBoard, 
ULONG ulOffset,
 
 ASSERT_HANDLER(pBoard);
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 pci_device_cfg_write_u32(pMga->PciInfo, (uint32_t) ulDword, ulOffset);
 #else
 pciWriteLong(pMga->PciTag,ulOffset, ulDword);
diff --git a/src/mga.h b/src/mga.h
index 673ec1d..c46fdbb 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -14,7 +14,7 @@
 #ifndef MGA_H
 #define MGA_H
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 #include 
 #endif
 #include 
@

  1   2   >