ChangeLog              |  460 
 Makefile.in            |  671 -
 aclocal.m4             | 8256 -----------------
 config.guess           | 1526 ---
 config.h.in            |   66 
 config.sub             | 1658 ---
 configure              |22716 -------------------------------------------------
 debian/changelog       |   17 
 debian/control         |   12 
 debian/rules           |   25 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   47 
 debian/xsfbs/xsfbs.sh  |  405 
 depcomp                |  589 -
 install-sh             |  519 -
 ltmain.sh              | 6964 ---------------
 man/Makefile.in        |  424 
 missing                |  367 
 mkinstalldirs          |  161 
 src/Makefile.in        |  513 -
 20 files changed, 734 insertions(+), 44694 deletions(-)

New commits:
commit f2b68010e5ebfeec08015973e86ade1bb246e6dc
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 15:39:04 2009 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 6154a44..122cbcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-input-elographics (1:1.2.3-2) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.3-2) unstable; urgency=low
 
   * Allow parallel builds.
+  * Upload to unstable.
 
- -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 15:38:38 +0100
+ -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 15:38:59 +0100
 
 xserver-xorg-input-elographics (1:1.2.3-1) experimental; urgency=low
 

commit baafd3f38da5ac5c1a4e30d912e2cffa379ffd36
Author: Julien Cristau <jcris...@debian.org>
Date:   Thu Apr 9 15:38:49 2009 +0100

    Allow parallel builds.

diff --git a/debian/changelog b/debian/changelog
index 9561e8f..6154a44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elographics (1:1.2.3-2) UNRELEASED; urgency=low
+
+  * Allow parallel builds.
+
+ -- Julien Cristau <jcris...@debian.org>  Thu, 09 Apr 2009 15:38:38 +0100
+
 xserver-xorg-input-elographics (1:1.2.3-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/rules b/debian/rules
index 0d32103..e681ec1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,14 @@
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 else
        CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-       INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+       NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
+       MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -35,7 +36,7 @@ configure:
        autoreconf -vfi
 
 obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
-       mkdir obj-$(DEB_BUILD_GNU_TYPE)
+       mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
        cd obj-$(DEB_BUILD_GNU_TYPE) && \
        ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
                     --infodir=\$${prefix}/share/info $(confflags) \

commit a083ba676f35b360e0e85cc4cddfb6db87c415cd
Author: Julien Cristau <jcris...@debian.org>
Date:   Wed Apr 1 18:59:50 2009 +0200

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 48a3206..9561e8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elographics (1:1.2.3-1) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.3-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -8,7 +8,7 @@ xserver-xorg-input-elographics (1:1.2.3-1) UNRELEASED; 
urgency=low
   [ Julien Cristau ]
   * Build against xserver >= 1.6 rc1.
 
- -- Timo Aaltonen <tjaal...@ubuntu.com>  Thu, 26 Feb 2009 17:52:10 +0200
+ -- Julien Cristau <jcris...@debian.org>  Wed, 01 Apr 2009 18:59:46 +0200
 
 xserver-xorg-input-elographics (1:1.2.1-1) unstable; urgency=low
 

commit 23b9b680ae093787abe6974bb0fb3cd0e6bb8382
Author: Julien Cristau <jcris...@debian.org>
Date:   Wed Apr 1 18:59:42 2009 +0200

    Build against xserver >= 1.6 rc1.

diff --git a/debian/changelog b/debian/changelog
index 1d6c4d2..48a3206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xserver-xorg-input-elographics (1:1.2.3-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Run autoreconf at build time; build-depend on automake, libtool
     and xutils-dev
 
+  [ Julien Cristau ]
+  * Build against xserver >= 1.6 rc1.
+
  -- Timo Aaltonen <tjaal...@ubuntu.com>  Thu, 26 Feb 2009 17:52:10 +0200
 
 xserver-xorg-input-elographics (1:1.2.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a188e60..718f831 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow <dnusi...@debian.org>, Julien Cristau 
<jcris...@debian.
 Build-Depends:
  debhelper (>= 5),
  pkg-config,
- xserver-xorg-dev (>= 2:1.4),
+ xserver-xorg-dev (>= 2:1.5.99.901),
  x11proto-input-dev,
  x11proto-core-dev,
  x11proto-randr-dev,

commit 87a18c42c79e4f7984a52fb7d2391224d03008ca
Author: Julien Cristau <jcris...@debian.org>
Date:   Wed Apr 1 18:56:45 2009 +0200

    Don't try to apply patches, there aren't any

diff --git a/debian/rules b/debian/rules
index 288d757..0d32103 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
 # kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
 confflags += --disable-static
 
-configure: $(STAMP_DIR)/patch
+configure:
        autoreconf -vfi
 
 obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure

commit c7020992fd0c432f318c43c1b2ae294308e46353
Author: Timo Aaltonen <tjaal...@cc.hut.fi>
Date:   Wed Apr 1 08:25:31 2009 +0300

    Update the upstream ChangeLog.

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..4fc3cc0
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,460 @@
+commit 37cd09e99c7f5fa4ce7511b8ed171a3ae130300f
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Tue Oct 21 15:33:43 2008 +1030
+
+    elographics 1.2.3
+
+commit 117a54598043df6497fbc1ae4f047cc248441072
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Tue Oct 14 10:22:29 2008 +1030
+
+    Add special handling for Sunit dSeries. RH #445193
+    
+    This model does not reply to queries about touchscreen identification. 
After
+    opening the fd, we can skip right to enabling the device.
+    
+    Red Hat Bug <https://bugzilla.redhat.com/show_bug.cgi?id=445193>
+
+commit d0aa1083c0130861a2c78509b72847fc3f7ee5f3
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Tue Oct 14 10:11:11 2008 +1030
+
+    Add Option "Model" to supported list of options.
+    
+    Some touchscreens supported by this driver need  special handling, hence 
the
+    explicit specification of the model. Note that this commit does not 
actually
+    do anything with the information, it just sets some internal state.
+    
+    Signed-off-by: Peter Hutterer <peter.hutte...@redhat.com>
+
+commit bf0e1bf915cb679bd425712300f5dc5c80ed190a
+Author: Peter Hutterer <peter.hutte...@redhat.com>
+Date:   Thu Aug 14 15:34:51 2008 +0930
+
+    Fix build, xf86Version.h -> xorgVersion.h
+
+commit 038798931482575adb411129f016e207034e2dee
+Author: William Brack <wbr...@mmm.com.hk>
+Date:   Wed Jun 18 13:42:44 2008 +0930
+
+    Don't convert coordinates for servers 1.4 and above.
+    
+    These servers do the coordinate conversion themselves, so no need to do it 
in
+    the driver.
+    
+    Signed-off-by: Peter Hutterer <pe...@cs.unisa.edu.au>
+
+commit c73c44d8f68448737695a112b2e9d15b785ade2f
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Tue Jun 17 14:11:58 2008 +0930
+
+    Remove RCS tags.
+
+commit a932fd4174ae4bf511e1418055f1470ba2860b43
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Tue Jun 17 14:18:31 2008 +0930
+
+    Remove XFREE_V4 define and all code that expects it to be unset.
+    
+    If you're still not running something more recent than X11 3, then you have
+    other issues anyway.
+
+commit b489fb3c176f9f0c3a98e3145b72fd0d9a6587b6
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Thu Jun 12 21:56:04 2008 +0930
+
+    Remove trailing whitespaces.
+
+commit 086e9d2056c8fbb5138b54b95f4559acf8f0f158
+Author: William M. Brack <wbr...@mmm.com.hk>
+Date:   Tue Jun 17 09:00:32 2008 +0930
+
+    WaitForInput before trying to xf86EloGetPacket. #14109
+    
+    Followup to 72408c2404246b9cb4698bd45be439be8ced3c23.
+    
+    This patch isn't perfect yet, usage of O_NONBLOCK would be preferred and 
some
+    better error handling for incomplete packages, but at least it's less 
broken
+    than without this patch.
+    
+    Signed-off-by: Peter Hutterer <pe...@cs.unisa.edu.au>
+    
+    X.Org Bug 14109 <http://bugs.freedesktop.org/show_bug.cgi?id=14109>
+
+commit 929b72352110b8d5dcdf74bec21694d8de9f948c
+Author: Julien Cristau <jcris...@debian.org>
+Date:   Tue Jun 10 22:01:08 2008 +0200
+
+    elographics 1.2.2
+
+commit e95226c25f2e3278c455473445c987c653bd0a12
+Author: Julien Cristau <jcris...@debian.org>
+Date:   Tue Jun 10 21:57:11 2008 +0200
+
+    remove ChangeLog, add dist hook
+    
+    Remove ChangeLog from the tree, and add a git dist hook to generate
+    it automatically.
+
+commit 5b62ac1efec42ad725733d8acaf1c2450224a9d0
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Mon May 26 22:06:55 2008 +0930
+
+    Check for XINPUT ABI 3.
+
+commit 174a043bbad20de2959cc08736f894ef56536ece
+Author: Adam Jackson <a...@redhat.com>
+Date:   Wed May 21 15:00:44 2008 -0400
+
+    elographics 1.2.1
+
+commit 0133d754c10341ca5b572beeee72488b8f5ae8a8
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Thu May 1 12:03:44 2008 +0930
+
+    Don't divide by zero. #14902
+    
+    X.Org Bug 14902 <http://bugs.freedesktop.org/show_bug.cgi?id=14902>
+
+commit d639f87a52aac179ef9d0908c012e79baf5fa245
+Author: Adam Jackson <a...@redhat.com>
+Date:   Thu Mar 20 15:30:00 2008 -0400
+
+    elographics 1.2.0
+
+commit 6726525b14d1ad222e16e30deffc37404dc196b4
+Author: Matthieu Herrb <matth...@bluenote.herrb.net>
+Date:   Sat Mar 8 22:55:12 2008 +0100
+
+    Makefile.am: nuke RCS Id
+
+commit 72408c2404246b9cb4698bd45be439be8ced3c23
+Author: Peter Hutterer <pe...@cs.unisa.edu.au>
+Date:   Thu Feb 28 09:30:24 2008 +1030
+
+    Wrap the content of ReadInput into a loop. Bug #14109
+    
+    There may be more than one packet waiting for us at a time, so loop until 
we
+    don't get one anymore.
+    
+    This patch is untested for lack of a device, but should fix
+    X.Org Bug 14109 <http:/bugs.freedesktop.org/show_bug.cgi?id=14109>
+
+commit ed8626d307bb49ced738ac4a5b1d469cef030596
+Author: Benjamin Close <benjamin.cl...@clearchain.com>
+Date:   Wed Jan 9 09:58:11 2008 +1030
+
+    Remove reliance on xf86_ansic.h
+    
+    xf86_ansic.h is no longer part of the xorg hence this causes
+    compilations failures on some architectures
+    
+    Found by: Tinderbox
+
+commit 79a2199b8c753aeca6cc9cbbf69e568558a61853
+Author: Jaroslaw Siebert <y...@poczta.wp.pl>
+Date:   Fri Dec 28 16:16:01 2007 +1030
+
+    Bug #13248: use -1, -1 as min/max value for valuators.
+    
+    If we specify a min/max value for our valuators, the X server will clip any
+    coordinates at these values.
+    
+    This fixes the second issue reported in #13248
+    
+    X.Org Bugzilla #13248 <https://bugs.freedesktop.org/show_bug.cgi?id=13248>
+
+commit 0e04b7142a04fa5e4af57a8056c6010ba49c1359
+Author: Jaroslaw Siebert <y...@poczta.wp.pl>
+Date:   Fri Dec 28 16:13:09 2007 +1030
+
+    Bug #13248: pass the correct coordinates to the DDX.
+    
+    cur_x and cur_y are the packets we get from the deviec, but after scaling 
the
+    actual coordinates we need to only deal with x and y.
+    
+    This fixes one issue reported Bug #13248.
+    
+    X.Org Bugzilla #13248 
<https://bugs.freedesktop.org/attachment.cgi?id=13248>
+
+commit e4071358e3047127fe0476cab3e9fb63e180e940
+Author: Daniel Drake <d.dr...@mmm.com>
+Date:   Fri Dec 28 16:04:11 2007 +1030
+
+    Bug #9803: Don't allow zero-sized width/height.
+    
+    A bad configuration can result in height or width being zero. This 
potentially
+    causes a divide-by-zero error in xf86EloConvert().
+    Detect the bad configuration early on and produce a meaningful error 
message.
+    
+    X.Org Bugzilla #9803 <https://bugs.freedesktop.org/show_bug.cgi?id=9803>
+
+commit 768c17328041e2f3e59d25251772cb3be164ba71
+Author: Daniel Drake <ddr...@brontes3d.com>
+Date:   Tue May 29 11:58:00 2007 -0800
+
+    Bug #11087: xf86-input-elographics COPYING file
+    
+    X.Org Bugzilla #11087 <https://bugs.freedesktop.org/show_bug.cgi?id=11087>
+
+commit 24aa22caacb99d6bb0b1187e3ad618ce3fba70c2
+Author: James Cloos <cl...@jhcloos.com>
+Date:   Mon Sep 3 05:52:07 2007 -0400
+
+    Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 6c08d0ebdedfabccf8aa5883757baefe68d66881
+Author: James Cloos <cl...@jhcloos.com>
+Date:   Thu Aug 23 19:25:25 2007 -0400
+
+    Rename .cvsignore to .gitignore
+
+commit 9770760ddcbe14b0631ad1a6e25626c5560e4b81
+Author: Brice Goglin <bgog...@debian.org>
+Date:   Mon Aug 6 23:12:51 2007 +0200
+
+    Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec
+
+commit b81e0064d99dd22d2bea8eaf65a9331da9166ab0
+Author: Kevin E Martin <k...@kem.org>
+Date:   Wed Dec 21 02:29:56 2005 +0000
+
+    Update package version for X11R7 release.
+
+commit 8317c2502e8cafb82b61754bbfe9e3c101a7699f
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Mon Dec 19 16:25:50 2005 +0000
+
+    Stub COPYING files
+
+commit 2d672e739310333da2bc480acc7afe6b09400d0b
+Author: Kevin E Martin <k...@kem.org>
+Date:   Thu Dec 15 00:24:14 2005 +0000
+
+    Update package version number for final X11R7 release candidate.
+
+commit 1870d409267f67b8e1a7497deea8721a26ce9cb9
+Author: Kevin E Martin <k...@kem.org>
+Date:   Tue Dec 6 22:48:29 2005 +0000
+
+    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+commit ffe759062efc75f69bc254ddbd595322f88fd1ad
+Author: Kevin E Martin <k...@kem.org>
+Date:   Sat Dec 3 05:49:30 2005 +0000
+
+    Update package version number for X11R7 RC3 release.
+
+commit 15ec88033a6020f442746ff178bf87406fc2555d
+Author: Kevin E Martin <k...@kem.org>
+Date:   Fri Dec 2 02:16:05 2005 +0000
+
+    Remove extraneous AC_MSG_RESULT.
+
+commit d882f2f5febc0bae5cd8fe5bbfeb37f756fa4eb7
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Tue Nov 29 23:29:55 2005 +0000
+
+    Only build dlloader modules by default.
+
+commit 4f8ade63683986e30ffd9281b0e58bc990b4d05c
+Author: Alan Coopersmith <alan.coopersm...@sun.com>
+Date:   Mon Nov 28 22:04:06 2005 +0000
+
+    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 46f8d88b896cb0415dd85640ae454640e82c2742
+Author: Eric Anholt <anh...@freebsd.org>
+Date:   Mon Nov 21 10:49:03 2005 +0000
+
+    Add .cvsignores for drivers.
+
+commit 970d941ec49ff81012a77f4f33ddc21f318626e5
+Author: Kevin E Martin <k...@kem.org>
+Date:   Wed Nov 9 21:15:11 2005 +0000
+
+    Update package version number for X11R7 RC2 release.
+
+commit b471db40377061af89f87634e31ced3d5ba8c98e
+Author: Kevin E Martin <k...@kem.org>
+Date:   Tue Nov 1 15:08:49 2005 +0000
+
+    Update pkgcheck depedencies to work with separate build roots.
+
+commit d371e549a4989280187a7394c64abe20c403b0db
+Author: Kevin E Martin <k...@kem.org>
+Date:   Wed Oct 19 02:48:00 2005 +0000
+
+    Update package version number for RC1 release.
+
+commit b4809879c5b3697321cd5816ef2d0e0355c1064d
+Author: Alan Coopersmith <alan.coopersm...@sun.com>
+Date:   Tue Oct 18 00:01:51 2005 +0000
+
+    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
+        substitutions to work better with BSD make
+
+commit 1845452d66d56b059504c746062b5713fa4dc16c
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Mon Oct 17 22:57:27 2005 +0000
+
+    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
+        of indirectly
+
+commit aafac4990d3b5a84a4417fd3695ab9491cd061ff
+Author: Alan Coopersmith <alan.coopersm...@sun.com>
+Date:   Mon Oct 17 00:08:55 2005 +0000
+
+    Use sed & cpp to substitute variables in driver man pages
+
+commit 3d1ff1b859ab45975dcbeb22b4f313e5aed21849
+Author: Daniel Stone <dan...@fooishbar.org>
+Date:   Fri Aug 26 07:02:21 2005 +0000
+
+    Update elographics manpage to list supported options. (Debian #075)
+
+commit 6d7d6af9ac22ba89bdd48cbe3901fb47eab89b6e
+Author: Daniel Stone <dan...@fooishbar.org>
+Date:   Thu Aug 18 09:03:38 2005 +0000
+
+    Update autogen.sh to one that does objdir != srcdir.
+
+commit 5410d26cb4a8df005a1ee9cb7f4ec05d5371b0e0
+Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk>
+Date:   Wed Aug 10 14:07:22 2005 +0000
+
+    Don\'t lose existing CFLAGS in all the input drivers and some of the video
+        drivers
+
+commit f61c90d5044b256497ea55fe032e3e67866cd27f
+Author: Kevin E Martin <k...@kem.org>
+Date:   Fri Jul 29 21:22:40 2005 +0000
+
+    Various changes preparing packages for RC0:
+    - Verify and update package version numbers as needed
+    - Implement versioning scheme
+    - Change bug address to point to bugzilla bug entry form
+    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
+        reenable it)
+    - Fix makedepend to use pkgconfig and pass distcheck
+    - Update build script to build macros first
+    - Update modular Xorg version
+
+commit c81438a87f7848219d1a5755f02a784dfda92601
+Author: Kevin E Martin <k...@kem.org>
+Date:   Wed Jul 13 20:03:21 2005 +0000
+
+    Make the module dir configurable
+
+commit 9bf5e9b174d7c1e9c0633f0e170e5c15ba39c80f
+Author: Kevin E Martin <k...@kem.org>
+Date:   Wed Jul 13 02:20:59 2005 +0000
+
+    Update all input drivers to pass distcheck
+
+commit 7a0b4563a7adcd55248385201cf3753c1b41015a
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Tue Jul 12 06:15:08 2005 +0000
+
+    Build skeletons for input drivers. Should basically work.
+
+commit f431f54c20f49bf7b97d4f2372c4e67539302fa8
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Mon Jul 11 02:37:59 2005 +0000
+
+    Prep input drivers for modularizing by adding guarded #include "config.h"
+
+commit cd258fd520d115a605affda749b4fd5f416c05e5
+Author: Daniel Stone <dan...@fooishbar.org>
+Date:   Sun Jul 3 08:53:45 2005 +0000
+
+    Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
+
+commit 32567780acdea6626cb15ba5e38da1414c99ed68
+Author: Daniel Stone <dan...@fooishbar.org>
+Date:   Fri Jul 1 22:43:22 2005 +0000
+
+    Change all misc.h and os.h references to <X11/foo.h>.
+
+commit fe9ef3971d71d3a0433248bc410f8c2583971c77
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Mon Jun 27 18:32:54 2005 +0000
+
+    Various input drivers set their InputDriverRec to be static when doing a
+        loadable build, and the same symbol can't be both static and _X_EXPORT.
+        Pointed out by Alan Coopersmith.
+
+commit 281313f638e1f06a961c940b814b428e21f415de
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Sat Jun 25 21:17:01 2005 +0000
+
+    Bug #3626: _X_EXPORT tags for video and input drivers.
+
+commit 349fefb716abd06a7f83c516b941b791d86d6f13
+Author: Daniel Stone <dan...@fooishbar.org>
+Date:   Wed Apr 20 12:25:33 2005 +0000
+
+    Fix includes right throughout the Xserver tree:
+    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
+    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
+        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
+    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
+
+commit 01dc1c093d816ed484b91c0497666bd8a440e3b4
+Author: Adam Jackson <a...@nwnk.net>
+Date:   Wed Sep 22 04:59:31 2004 +0000
+
+    Bug #506: Fix pointer behaviour when using multiple Elographics
+        touchscreens, from Miroslav Halas.
+
+commit 9a0f97bdde8102e82b51ea77bc03175008d9df77
+Author: Matthieu Herrb <matthieu.he...@laas.fr>
+Date:   Mon Jul 26 22:52:31 2004 +0000
+
+    - Use xf86RemoveEnabledDevice() in the DEVICE_OFF case too. Fixes a lock-up
+        after server reset.
+    - Call InitPtrFeedbackClassDeviceStruct() during DEVICE_INIT phase, in
+        order to avoid a segfault in the X server caused by 'xset q'.
+
+commit 1935b4e30e802f262a83e8f54bbd79495c91105d
+Author: Egbert Eich <e...@suse.de>
+Date:   Fri Apr 23 19:54:03 2004 +0000
+
+    Merging XORG-CURRENT into trunk
+
+commit 7802f66b7de5f23346db1375e6ed05798090b5c3
+Author: Egbert Eich <e...@suse.de>
+Date:   Sun Mar 14 08:33:51 2004 +0000
+
+    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
+
+commit d32fb56460dc7964a0b71bcad09109e9a35a3f51
+Author: Egbert Eich <e...@suse.de>
+Date:   Wed Mar 3 12:12:33 2004 +0000
+
+    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
+
+commit 79d5c25f6b29453b61783967180ce6fd94c67f84
+Author: Egbert Eich <e...@suse.de>
+Date:   Thu Feb 26 13:36:00 2004 +0000
+
+    readding XFree86's cvs IDs
+
+commit 9a9dded704fc947f9a7d7a070e6a472739c6bb08
+Author: Egbert Eich <e...@suse.de>
+Date:   Thu Feb 26 09:23:34 2004 +0000
+
+    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
+
+commit 9ca79d831761a0c9e6e115c4885f3dd8a11786f4
+Author: Kaleb Keithley <ka...@freedesktop.org>
+Date:   Fri Nov 14 16:48:56 2003 +0000
+
+    XFree86 4.3.0.1
+
+commit 04636ebbd2f9ee1f360f8d731d00b2665e010e57
+Author: Kaleb Keithley <ka...@freedesktop.org>
+Date:   Fri Nov 14 16:48:56 2003 +0000
+
+    Initial revision

commit 12397aa5895687979e3a6322366440e3033f8e00
Author: Timo Aaltonen <tjaal...@cc.hut.fi>
Date:   Wed Apr 1 08:15:26 2009 +0300

    Run autoreconf at build time; build-depend on automake, libtool and 
xutils-dev

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 0556255..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,671 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the "Software"),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-       $(top_srcdir)/configure COPYING ChangeLog config.guess \
-       config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-       html-recursive info-recursive install-data-recursive \
-       install-dvi-recursive install-exec-recursive \
-       install-html-recursive install-info-recursive \
-       install-pdf-recursive install-ps-recursive install-recursive \
-       installcheck-recursive installdirs-recursive pdf-recursive \
-       ps-recursive uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-DRIVER_NAME = @DRIVER_NAME@
-DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_MAN_DIR = @LIB_MAN_DIR@
-LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
-MISC_MAN_DIR = @MISC_MAN_DIR@
-MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
-MKDIR_P = @MKDIR_P@
-NMEDIT = @NMEDIT@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-XORG_CFLAGS = @XORG_CFLAGS@
-XORG_LIBS = @XORG_LIBS@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-inputdir = @inputdir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src man
-all: config.h
-       $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-am--refresh:
-       @:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  
$(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
-             cd $(srcdir) && $(AUTOMAKE) --foreign  \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --foreign  Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           echo ' $(SHELL) ./config.status'; \
-           $(SHELL) ./config.status;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
-       $(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-       cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-config.h: stamp-h1
-       @if test ! -f $@; then \
-         rm -f stamp-h1; \
-         $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
-       else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-       @rm -f stamp-h1
-       cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
-       cd $(top_srcdir) && $(AUTOHEADER)
-       rm -f stamp-h1
-       touch $@
-
-distclean-hdr:
-       -rm -f config.h stamp-h1
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-distclean-libtool:
-       -rm -f libtool
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       case "$@" in \
-         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-         *) list='$(SUBDIRS)' ;; \
-       esac; \
-       rev=''; for subdir in $$list; do \
-         if test "$$subdir" = "."; then :; else \
-           rev="$$subdir $$rev"; \
-         fi; \
-       done; \


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

Reply via email to