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

2010-11-19 Thread Cyril Brulebois
 debian/changelog |8 ++--
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit bb258b01f228843e5658f73ae9f32628b56f8ede
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 21:48:37 2010 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 297affe..a2f0f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elographics (1:1.2.4-1) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.4-1) experimental; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
@@ -6,7 +6,7 @@ xserver-xorg-input-elographics (1:1.2.4-1) UNRELEASED; 
urgency=low
   [ Cyril Brulebois ]
   * Add myself to Uploaders.
 
- -- Robert Hooker sarv...@ubuntu.com  Mon, 18 Oct 2010 13:58:24 -0400
+ -- Cyril Brulebois k...@debian.org  Fri, 19 Nov 2010 21:48:05 +0100
 
 xserver-xorg-input-elographics (1:1.2.3-5) experimental; urgency=low
 

commit 132d36e5b9a53228dd05e505e1f1730e40329e61
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 21:47:59 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 498ee74..297affe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 xserver-xorg-input-elographics (1:1.2.4-1) UNRELEASED; urgency=low
 
+  [ Robert Hooker ]
   * New upstream release.
 
+  [ Cyril Brulebois ]
+  * Add myself to Uploaders.
+
  -- Robert Hooker sarv...@ubuntu.com  Mon, 18 Oct 2010 13:58:24 -0400
 
 xserver-xorg-input-elographics (1:1.2.3-5) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 8134aff..6b255b4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-elographics
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5),
  pkg-config,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pjxvu-0002ot...@alioth.debian.org



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

2010-10-18 Thread Robert Hooker
 ChangeLog|   16 
 configure.ac |2 +-
 debian/changelog |6 ++
 src/xf86Elo.c|   12 ++--
 4 files changed, 29 insertions(+), 7 deletions(-)

New commits:
commit 158ea1abdc36e25c0968380dd625ab7ea5c8f5fd
Author: Robert Hooker sarv...@ubuntu.com
Date:   Mon Oct 18 13:59:02 2010 -0400

Update changelogs.

diff --git a/ChangeLog b/ChangeLog
index a5919f9..2d0f513 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+commit 607aed76023e71509b260dc23da7c150c1eff825
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Jun 9 12:18:14 2010 +1000
+
+elographics 1.2.4
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit ac31d3e2d16f2b037d1c4e42aef76ddbd2fa1d20
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Jun 9 12:17:16 2010 +1000
+
+Remove libcwrappers for malloc and free.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
 commit ac5366d6e1f26e6ceef3d062ab7df301d623cf54
 Author: Peter Hutterer peter.hutte...@who-t.net
 Date:   Fri Dec 18 08:42:26 2009 +1000
diff --git a/debian/changelog b/debian/changelog
index 030d704..498ee74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elographics (1:1.2.4-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Robert Hooker sarv...@ubuntu.com  Mon, 18 Oct 2010 13:58:24 -0400
+
 xserver-xorg-input-elographics (1:1.2.3-5) experimental; urgency=low
 
   * Build against Xserver 1.9.1 rc1.

commit 607aed76023e71509b260dc23da7c150c1eff825
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Jun 9 12:18:14 2010 +1000

elographics 1.2.4

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

diff --git a/configure.ac b/configure.ac
index d1b776c..c778134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-elographics],
-1.2.3,
+1.2.4,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-elographics)
 

commit ac31d3e2d16f2b037d1c4e42aef76ddbd2fa1d20
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Jun 9 12:17:16 2010 +1000

Remove libcwrappers for malloc and free.

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

diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index 4077b22..6887a66 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -990,14 +990,14 @@ xf86EloAllocate(InputDriverPtrdrv, IDevPtr dev)
   LocalDevicePtr   local;
   EloPrivatePtrpriv;
 
-  priv = xalloc(sizeof(EloPrivateRec));
+  priv = malloc(sizeof(EloPrivateRec));
   if (!priv)
 return NULL;
 
   local = xf86AllocateInput(drv, 0);
 
   if (!local) {
-xfree(priv);
+free(priv);
 return NULL;
   }
 
@@ -1044,8 +1044,8 @@ xf86EloUninit(InputDriverPtr  drv,
 {
   EloPrivatePtrpriv = (EloPrivatePtr) local-private;
 
-  xfree(priv-input_dev);
-  xfree(priv);
+  free(priv-input_dev);
+  free(priv);
   local-private = NULL;
   xf86DeleteInput(local, 0);
 }
@@ -1090,9 +1090,9 @@ xf86EloInit(InputDriverPtrdrv,
dev-identifier);
 if (priv) {
   if (priv-input_dev) {
-   xfree(priv-input_dev);
+   free(priv-input_dev);
   }
-  xfree(priv);
+  free(priv);
 }
 return local;
   }


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1p7u2f-00032g...@alioth.debian.org



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

2010-10-12 Thread Cyril Brulebois
 .gitignore|3 
 ChangeLog |   92 ++
 Makefile.am   |3 
 README|   20 
 configure.ac  |   33 +-
 debian/README.source  |   73 ++
 debian/changelog  |   37 +++
 debian/control|   10 --
 debian/rules  |   21 ++--
 debian/xsfbs/xsfbs.mk |   54 ---
 debian/xsfbs/xsfbs.sh |  245 --
 man/elographics.man   |2 
 src/Makefile.am   |2 
 src/xf86Elo.c |   61 +++-
 14 files changed, 312 insertions(+), 344 deletions(-)

New commits:
commit 9d575f2df4f2c7f8e0bd8eca9a4e33db34c133c7
Author: Cyril Brulebois k...@debian.org
Date:   Wed Oct 13 01:34:34 2010 +0200

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 1778fb1..030d704 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-input-elographics (1:1.2.3-5) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.3-5) experimental; urgency=low
 
   * Build against Xserver 1.9.1 rc1.
 
- -- Cyril Brulebois k...@debian.org  Wed, 13 Oct 2010 01:34:08 +0200
+ -- Cyril Brulebois k...@debian.org  Wed, 13 Oct 2010 01:34:30 +0200
 
 xserver-xorg-input-elographics (1:1.2.3-4) unstable; urgency=medium
 

commit 6d8749ea00348a87cf313900b2acb50fdde4397c
Author: Cyril Brulebois k...@debian.org
Date:   Wed Oct 13 01:34:22 2010 +0200

Build against Xserver 1.9.1 rc1.

diff --git a/debian/changelog b/debian/changelog
index 61d5ea7..1778fb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elographics (1:1.2.3-5) UNRELEASED; urgency=low
+
+  * Build against Xserver 1.9.1 rc1.
+
+ -- Cyril Brulebois k...@debian.org  Wed, 13 Oct 2010 01:34:08 +0200
+
 xserver-xorg-input-elographics (1:1.2.3-4) unstable; urgency=medium
 
   * Update xsfbs, use new ${xinpdriver:Depends} substvar.
diff --git a/debian/control b/debian/control
index 9759388..8134aff 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org
 Build-Depends:
  debhelper (= 5),
  pkg-config,
- xserver-xorg-dev (= 2:1.7.6.901),
+ xserver-xorg-dev (= 2:1.9.0.901),
  x11proto-input-dev,
  x11proto-core-dev,
  x11proto-randr-dev,

commit 733742a21f9f7ef62acdbcfdcb55fc332a3a563b
Author: Julien Cristau jcris...@debian.org
Date:   Sat May 15 17:13:42 2010 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1ddc3c9..61d5ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-input-elographics (1:1.2.3-4) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.3-4) unstable; urgency=medium
 
   * Update xsfbs, use new ${xinpdriver:Depends} substvar.
 
- -- Julien Cristau jcris...@debian.org  Sat, 15 May 2010 17:12:32 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 15 May 2010 17:13:37 +0200
 
 xserver-xorg-input-elographics (1:1.2.3-3) unstable; urgency=low
 

commit c9716fdceb3a5d2b963b8f3702f3c3bb474c2eaf
Author: Julien Cristau jcris...@debian.org
Date:   Sat May 15 17:12:44 2010 +0200

Update xsfbs, use new ${xinpdriver:Depends} substvar.

diff --git a/debian/changelog b/debian/changelog
index a5d9406..1ddc3c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elographics (1:1.2.3-4) UNRELEASED; urgency=low
+
+  * Update xsfbs, use new ${xinpdriver:Depends} substvar.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 15 May 2010 17:12:32 +0200
+
 xserver-xorg-input-elographics (1:1.2.3-3) unstable; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index c9072b4..9759388 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org
 Build-Depends:
  debhelper (= 5),
  pkg-config,
- xserver-xorg-dev (= 2:1.7),
+ xserver-xorg-dev (= 2:1.7.6.901),
  x11proto-input-dev,
  x11proto-core-dev,
  x11proto-randr-dev,
@@ -20,7 +20,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elograp
 
 Package: xserver-xorg-input-elographics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xinpdriver:Depends}
 Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- ELOGraphics input driver

commit c7dcea410f4318c0962746018560d96c5cb52383
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:55 2010 +0700

Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

diff --git a/debian/control b/debian/control
index c3168b5..c9072b4 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,5 @@ Description: X.Org X server -- ELOGraphics input driver
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- 

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

2009-04-01 Thread Julien Cristau
 debian/changelog   |8 
 debian/control |2 
 debian/rules   |2 
 debian/xsfbs/repack.sh |   32 +++
 debian/xsfbs/xsfbs.mk  |   47 +
 debian/xsfbs/xsfbs.sh  |  405 ++---
 6 files changed, 240 insertions(+), 256 deletions(-)

New commits:
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 2ed171f9f390de4e97141c0016d3ba615e8c943e
Author: Julien Cristau jcris...@debian.org
Date:   Tue Feb 17 17:20:42 2009 +0100

xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so

libx11's postinst was the only post-sarge user, and it's gone now.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 72efa95..8840ff9 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -719,72 +719,6 @@ run () {
   fi
 }
 
-register_x_lib_dir_with_ld_so () {
-  # syntax: register_x_lib_dir_with_ld_so
-  #
-  # Configure the dynamic loader ld.so to search /usr/X11R6/lib for shared
-  # libraries.
-  #
-  # Call this function from the postinst script of a package that places a
-  # shared library in /usr/X11R6/lib, before invoking ldconfig.
-
-  local dir ldsoconf
-
-  dir=/usr/X11R6/lib
-  ldsoconf=/etc/ld.so.conf
-
-  # is the line not already present?
-  if ! fgrep -qsx $dir $ldsoconf; then
-observe adding $dir directory to $ldsoconf
-echo $dir  $ldsoconf
-  fi
-}
-
-deregister_x_lib_dir_with_ld_so () {
-  # syntax: deregister_x_lib_dir_with_ld_so
-  #
-  # Configure dynamic loader ld.so to not search /usr/X11R6/lib for shared
-  # libraries, if and only if no shared libaries remain there.
-  #
-  # Call this function from the postrm script of a package that places a shared
-  # library in /usr/X11R6/lib, in the event $1 is remove, and before
-  # invoking ldconfig.
-
-  local dir ldsoconf fgrep_status cmp_status
-
-  dir=/usr/X11R6/lib
-  ldsoconf=/etc/ld.so.conf
-
-  # is the line present?
-  if fgrep -qsx $dir $ldsoconf; then
-# are there any shared objects in the directory?
-if [ $(echo $dir/lib*.so.*.*) = $dir/lib*.so.*.* ]; then
-  # glob expansion produced nothing, so no shared libraries are present
-  observe removing $dir directory from $ldsoconf
-  # rewrite the file (very carefully)
-  set +e
-  fgrep -svx $dir $ldsoconf  $ldsoconf.dpkg-tmp
-  fgrep_status=$?
-  set -e
-  case $fgrep_status in
-0|1) ;; # we don't actually care if any lines matched or not
-*) die error reading \$ldsoconf\; fgrep exited with status \
-  $fgrep_status ;;
-  

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

2009-03-31 Thread Timo Aaltonen
 ChangeLog|  118 
 Makefile.am  |   13 
 Makefile.in  |  671 -
 aclocal.m4   | 8256 --
 config.guess | 1526 --
 config.h.in  |   66 
 config.sub   | 1658 --
 configure|22716 ---
 configure.ac |4 
 debian/changelog |   17 
 debian/control   |   12 
 debian/rules |   20 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|2 
 depcomp  |  589 -
 install-sh   |  519 
 ltmain.sh| 6964 ---
 man/Makefile.in  |  424 
 man/elographics.man  |4 
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  513 
 src/xf86Elo.c|  900 -
 23 files changed, 318 insertions(+), 45352 deletions(-)

New commits:
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 000..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 

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

2008-03-21 Thread Julien Cristau
 .cvsignore|   19 
 .gitignore|   20 
 COPYING   |   26 
 ChangeLog |  353 -
 Makefile.in   |  152 ++--
 aclocal.m4|  911 
 config.guess  |   60 +
 config.sub|   66 +
 configure | 1837 ++
 configure.ac  |2 
 debian/changelog  |   15 
 debian/control|8 
 debian/xsfbs/xsfbs.mk |   78 --
 depcomp   |   93 ++
 install-sh|  514 +
 ltmain.sh |  277 +--
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.am   |1 
 man/Makefile.in   |   95 +-
 missing   |   61 -
 mkinstalldirs |5 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |  140 ++-
 src/xf86Elo.c |  142 ++-
 26 files changed, 3286 insertions(+), 1605 deletions(-)

New commits:
commit 5b399b43ac46d889bdeb0589cc71a501018f5f55
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 21 19:04:44 2008 +0100

Build against xserver 1.5 rc1 and minor debian/control updates

* Build against xserver 1.5 rc1.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index 2d4a584..6a929d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 xserver-xorg-input-elographics (1:1.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Build against xserver 1.5 rc1.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from Vcs-* control fields.
 
  -- Julien Cristau [EMAIL PROTECTED]  Fri, 21 Mar 2008 19:02:11 +0100
 
diff --git a/debian/control b/debian/control
index df4324f..120d07d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 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
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.4.99.901), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Standards-Version: 3.7.3
+Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-elographics
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elographics.git
 
 Package: xserver-xorg-input-elographics
 Architecture: any

commit 1f8d9cfc3bd28c5944b1af78a0b1acc7fddb2fe5
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 21 19:02:24 2008 +0100

Update changelogs

diff --git a/ChangeLog b/ChangeLog
index 3c6aa1d..b801b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45 +1,342 @@
-2006-04-06  Adam Jackson  [EMAIL PROTECTED]
+commit d639f87a52aac179ef9d0908c012e79baf5fa245
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Thu Mar 20 15:30:00 2008 -0400
 
-   * configure.ac:
-   * src/xf86Elo.c:
-   Unlibcwrap.  Bump server version requirement.  Bump to 1.1.0.
+elographics 1.2.0
 
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 6726525b14d1ad222e16e30deffc37404dc196b4
+Author: Matthieu Herrb [EMAIL PROTECTED]
+Date:   Sat Mar 8 22:55:12 2008 +0100
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Makefile.am: nuke RCS Id
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 72408c2404246b9cb4698bd45be439be8ced3c23
+Author: Peter Hutterer [EMAIL PROTECTED]
+Date:   Thu Feb 28 09:30:24 2008 +1030
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+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
 
-2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit ed8626d307bb49ced738ac4a5b1d469cef030596
+Author: Benjamin Close [EMAIL PROTECTED]
+Date:   Wed Jan 9 09:58:11 2008 +1030
 
-   * man/Makefile.am:
-   Change *man_SOURCES == *man_PRE to fix autotools warnings.
+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
 
-2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 79a2199b8c753aeca6cc9cbbf69e568558a61853
+Author: Jaroslaw Siebert [EMAIL PROTECTED]
+Date:   Fri Dec 28 16:16:01 2007 +1030
 
-   * configure.ac:
-  

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 debian-x@lists.debian.org
-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

Do 

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

2007-02-18 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit 79bcc9503950dbe475eb3c6a78d509497f870c79
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Feb 18 18:20:02 2007 +0100

Generate the dependency on xserver-xorg-core automatically.

commit 1162822e5a88ed58a3710fb812ed3c01474e24a3
Merge: 73f5ad89c8753c42dd5c1de18e4de2deab034458 
9ed8b0c26438b90f187ef7c165d5a76cf8f340eb
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Feb 18 18:18:26 2007 +0100

Merge branch 'xsfbs' into debian-experimental

commit 9ed8b0c26438b90f187ef7c165d5a76cf8f340eb
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sat Feb 17 16:01:41 2007 +0100

Add new serverabi rule to generate drivers dependency on the server.

commit 73f5ad89c8753c42dd5c1de18e4de2deab034458
Merge: e45229f31493a39010978e33d72fa21705d779e3 
502f9412dcaa6abd23b94372d86824c895cea3b8
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Feb 15 06:39:55 2007 +0100

Merge branch 'xsfbs' into debian-experimental

commit 502f9412dcaa6abd23b94372d86824c895cea3b8
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Feb 4 20:43:28 2007 -0500

Move the files so they'll be put in debian/xsfbs automatically when pulled
in to our git repos

commit d5595eaaa4dc5d692ead5d2889513d325142e4db
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Aug 22 03:04:13 2006 +

Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, 
and UPGRADE variables

commit 34afaedccc1aeb05d2c6a3869f51e78b2dd0d210
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Jun 9 02:34:26 2006 +

Fix for bug #371152. Thanks Joey Hess.

commit f64226c1d9c22e2f6d908bf46e059561748d4418
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Jun 6 18:14:45 2006 +

Add high-level documentation to XSFBS shell library, intended to reduce
user confusion when reading X package maintainer scripts outside the source
tree.

Update Vim modeline.

commit 64309731c5939687e4492f0d960802d32ec1
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Jun 6 18:05:40 2006 +

Note probable out-of-dateness of maplink() function body.

commit b07ee1042902cef9587a76dcbf1df1ee0bde0770
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Jun 6 18:02:50 2006 +

Set svn:keywords property to Id (keyword already present).

commit 5a669d90089e7430c41f3e0d72e672aa2be6cbd8
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Apr 16 00:19:59 2006 +

Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.

commit 7770385a76ddfb208fc6b0f5e8b42b42d6b5a5a0
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Apr 15 23:53:37 2006 +

Make us error out if we call patch and don't have quilt installed

commit 43c2db2476d959a5837a50b3ee329afc1d1b1f7d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 12 01:17:17 2006 +

Move xsfbs back to its rightful place


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



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

2007-02-18 Thread Julien Cristau
 .cvsignore  |   19 +++
 autogen.sh  |   12 
 man/.cvsignore  |2 ++
 man/Makefile.am |2 +-
 src/.cvsignore  |6 ++
 5 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit b81e0064d99dd22d2bea8eaf65a9331da9166ab0
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

diff --git a/ChangeLog b/ChangeLog
index 253fecf..e6c8681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+
+   * configure.ac:
+   Update package version for X11R7 release.
+
 2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
 
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 27df2a3..0cfd86e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ # Process this file with autoconf to pro
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-elographics],
-1.0.0.4,
+1.0.0.5,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-elographics)
 

commit 8317c2502e8cafb82b61754bbfe9e3c101a7699f
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..7f33cbf
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,12 @@
+This is a stub file.  This package has not yet had its complete licensing
+information compiled.  Please see the individual source files for details on
+your rights to use and modify this software.
+
+Please submit updated COPYING files to the Xorg bugzilla:
+
+https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+All licensing questions regarding this software should be directed at the
+Xorg mailing list:
+
+http://lists.freedesktop.org/mailman/listinfo/xorg

commit 2d672e739310333da2bc480acc7afe6b09400d0b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

diff --git a/ChangeLog b/ChangeLog
index f1bd720..253fecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+
+   * configure.ac:
+   Update package version number for final X11R7 release candidate.
+
 2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
 
* man/Makefile.am:
diff --git a/configure.ac b/configure.ac
index f75ec32..27df2a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ # Process this file with autoconf to pro
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-elographics],
-1.0.0.3,
+1.0.0.4,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-elographics)
 

commit 1870d409267f67b8e1a7497deea8721a26ce9cb9
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Tue Dec 6 22:48:29 2005 +

Change *man_SOURCES == *man_PRE to fix autotools warnings.

diff --git a/ChangeLog b/ChangeLog
index e56beeb..f1bd720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
+
+   * man/Makefile.am:
+   Change *man_SOURCES == *man_PRE to fix autotools warnings.
+
 2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
 
* configure.ac:
diff --git a/man/Makefile.am b/man/Makefile.am
index 27106a2..bf7ec17 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -27,9 +27,9 @@ # 
 
 drivermandir = $(DRIVER_MAN_DIR)
 
-driverman_SOURCES = @[EMAIL PROTECTED]
+driverman_PRE = @[EMAIL PROTECTED]
 
-driverman_DATA = $(driverman_SOURCES:[EMAIL PROTECTED]@)
+driverman_DATA = $(driverman_PRE:[EMAIL PROTECTED]@)
 
 EXTRA_DIST = @[EMAIL PROTECTED]
 

commit ffe759062efc75f69bc254ddbd595322f88fd1ad
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

diff --git a/ChangeLog b/ChangeLog
index 749c638..e56beeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
+
+   * configure.ac:
+   Update package version number for X11R7 RC3 release.
+
 2005-12-01  Kevin E. Martin  kem-at-freedesktop-dot-org
 
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 1ec6b94..f75ec32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ # Process this file with autoconf to pro
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-elographics],
-1.0.0.2,
+1.0.0.3,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-elographics)
 

commit 15ec88033a6020f442746ff178bf87406fc2555d
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

diff --git a/ChangeLog b/ChangeLog
index 1cc1dfb..749c638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-01  Kevin E. Martin  kem-at-freedesktop-dot-org
+
+   * configure.ac:
+   Remove extraneous