libxi: Changes to 'debian-experimental'

2013-05-23 Thread Timo Aaltonen
 ChangeLog   |   71 
 autogen.sh  |4 +
 configure.ac|5 +
 debian/changelog|5 -
 debian/control  |2 
 debian/patches/add-missing-xi_rawtouch.diff |   29 ---
 debian/patches/series   |2 
 include/X11/extensions/XInput2.h|2 
 src/Makefile.am |1 
 src/XExtInt.c   |3 +
 xi.pc.in|2 
 11 files changed, 88 insertions(+), 38 deletions(-)

New commits:
commit 517ac1a9130fa5a83ccbdc0605bf9fd91ec04612
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu May 23 13:18:28 2013 +0300

drop upstreamed patch

diff --git a/debian/changelog b/debian/changelog
index 2a6ba02..2b028c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,6 @@ libxi (2:1.7.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * control: Bump policy to 3.9.4, no changes.
-  * add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in
-XInputCopyCookie.
   * control: Bump x11proto-input-dev build-dep to 2.2.99.1.
   * libxi6.symbols: Added new symbols.
   * rules: Bump shlibs.
diff --git a/debian/patches/add-missing-xi_rawtouch.diff 
b/debian/patches/add-missing-xi_rawtouch.diff
deleted file mode 100644
index 4ee049e..000
--- a/debian/patches/add-missing-xi_rawtouch.diff
+++ /dev/null
@@ -1,29 +0,0 @@
-commit 236be512c81b76dad711bec481e2139584006c4c
-Author: Benjamin Tissoires benjamin.tissoi...@gmail.com
-Date:   Mon Jan 14 18:32:05 2013 +0100
-
-Add missing XI_RawTouch* in XInputCopyCookie
-
-Looks like XI_RawTouch* events are missing in the big switch in this 
function.
-When running XIT tests for multitouch devices, several following errors 
appears:
-XInputCopyCookie: Failed to copy evtype 22
-XInputCopyCookie: Failed to copy evtype 23
-XInputCopyCookie: Failed to copy evtype 24
-
-Signed-off-by: Benjamin Tissoires benjamin.tissoi...@gmail.com
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
-
-diff --git a/src/XExtInt.c b/src/XExtInt.c
-index 57d071d..507573b 100644
 a/src/XExtInt.c
-+++ b/src/XExtInt.c
-@@ -1484,6 +1484,9 @@ XInputCopyCookie(Display *dpy, XGenericEventCookie *in, 
XGenericEventCookie *out
- case XI_RawButtonPress:
- case XI_RawButtonRelease:
- case XI_RawMotion:
-+case XI_RawTouchBegin:
-+case XI_RawTouchUpdate:
-+case XI_RawTouchEnd:
- ret = copyRawEvent(in, out);
- break;
- case XI_BarrierHit:
diff --git a/debian/patches/series b/debian/patches/series
index 67f42a8..a82d1b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-add-missing-xi_rawtouch.diff
+#placeholder

commit a0e42ce397fc79d549f33cd95acea568112aff66
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu May 23 13:14:07 2013 +0300

fix the version

diff --git a/debian/changelog b/debian/changelog
index 52333eb..2a6ba02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (2:1.7.1.1-1) UNRELEASED; urgency=low
+libxi (2:1.7.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * control: Bump policy to 3.9.4, no changes.

commit b01118776c622f478bee760127e41c87be8eb8c1
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu May 23 13:10:36 2013 +0300

control: Add libfixes-dev to build-deps and libxi-dev Depends.

diff --git a/debian/changelog b/debian/changelog
index a4659f6..52333eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxi (2:1.7.1.1-1) UNRELEASED; urgency=low
   * control: Bump x11proto-input-dev build-dep to 2.2.99.1.
   * libxi6.symbols: Added new symbols.
   * rules: Bump shlibs.
+  * control: Add libfixes-dev to build-deps and libxi-dev Depends.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Wed, 06 Feb 2013 23:43:08 +0200
 
diff --git a/debian/control b/debian/control
index 6e7964f..3161890 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  x11proto-input-dev (= 2.2.99.1),
  libx11-dev (= 2:1.4.99.1),
  libxext-dev (= 2:1.1.1-3),
+ libxfixes-dev (= 5),
  xmlto,
  asciidoc (= 8.4.5),
  pkg-config,
@@ -86,6 +87,7 @@ Depends:
  libxi6 (= ${binary:Version}),
  libx11-dev,
  libxext-dev,
+ libxfixes-dev,
  x11proto-input-dev (= 2.1.99.6),
  xorg-sgml-doctools (= 1:1.5),
 Replaces:

commit f99893ef9882fad6a41bda08cf6fecc7a265c8b5
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu May 23 13:08:41 2013 +0300

update the changelogs

diff --git a/ChangeLog b/ChangeLog
index 40f5556..4e2a391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+commit 26cb4573cbb8808ce9d5c75c16bd613b2f03a368
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Apr 5 09:34:48 2013 +1000
+
+libXi 1.7.1
+
+Signed-off-by: 

libxi: Changes to 'debian-experimental'

2013-02-20 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/rules |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 920277f93e40acb8865ff142560b786d542671b4
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Feb 7 19:34:05 2013 +0200

rules: Bump shlibs.

diff --git a/debian/changelog b/debian/changelog
index b252c4c..d2cbec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxi (2:1.6.99.1-1) UNRELEASED; urgency=low
 XInputCopyCookie.
   * control: Bump x11proto-input-dev build-dep to 2.2.99.1.
   * libxi6.symbols: Added new symbols.
+  * rules: Bump shlibs.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Wed, 06 Feb 2013 23:43:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 724042e..3c97ff8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,7 @@ binary-arch: build install
dh_strip -N$(PACKAGE)
dh_compress
dh_fixperms
-   dh_makeshlibs -V'libxi6 (= 2:1.5.99.2)' --add-udeb=$(PACKAGE)-udeb -- 
-c4
+   dh_makeshlibs -V'libxi6 (= 2:1.6.99.1)' --add-udeb=$(PACKAGE)-udeb -- 
-c4
dh_shlibdeps
dh_installdeb
dh_gencontrol


-- 
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/e1u85vj-0004n1...@vasks.debian.org



libxi: Changes to 'debian-experimental'

2013-02-06 Thread Timo Aaltonen
 ChangeLog   |  225 
 configure.ac|4 
 debian/changelog|   35 
 debian/control  |4 
 debian/libxi6.symbols   |2 
 debian/patches/add-missing-xi_rawtouch.diff |   29 +++
 debian/patches/series   |2 
 debian/rules|5 
 include/X11/extensions/XInput2.h|   47 +
 man/Makefile.am |9 -
 man/XGetDeviceControl.txt   |   12 -
 man/XIBarrierReleasePointer.txt |   76 +
 man/XIGrabButton.txt|3 
 man/XIQueryVersion.txt  |6 
 src/Makefile.am |3 
 src/XExtInt.c   |  185 ---
 src/XGetFCtl.c  |   14 -
 src/XIBarrier.c |   81 ++
 src/XIQueryVersion.c|6 
 src/XIint.h |2 
 src/XListDev.c  |3 
 21 files changed, 671 insertions(+), 82 deletions(-)

New commits:
commit 21eef91cfae057ea05e3ae466b9ad0548531e53d
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Feb 7 00:10:03 2013 +0200

libxi6.symbols: Added new symbols.

diff --git a/debian/changelog b/debian/changelog
index f0517a2..b252c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxi (2:1.6.99.1-1) UNRELEASED; urgency=low
   * add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in
 XInputCopyCookie.
   * control: Bump x11proto-input-dev build-dep to 2.2.99.1.
+  * libxi6.symbols: Added new symbols.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Wed, 06 Feb 2013 23:43:08 +0200
 
diff --git a/debian/libxi6.symbols b/debian/libxi6.symbols
index 0857960..c8ee08a 100644
--- a/debian/libxi6.symbols
+++ b/debian/libxi6.symbols
@@ -29,6 +29,8 @@ libXi.so.6 libxi6 #MINVER#
  XGrabDevice@Base 0
  XIAllowEvents@Base 2:1.2.99.4
  XIAllowTouchEvents@Base 2:1.5.99.2
+ XIBarrierReleasePointer@Base 2:1.6.99.1
+ XIBarrierReleasePointers@Base 2:1.6.99.1
  XIChangeHierarchy@Base 2:1.2.99.4
  XIChangeProperty@Base 2:1.2.99.4
  XIDefineCursor@Base 2:1.2.99.4

commit 885e2247d055172649a67d4e11e7fc48e7831489
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Feb 7 00:05:21 2013 +0200

control: Bump x11proto-input-dev build-dep to 2.2.99.1.

diff --git a/debian/changelog b/debian/changelog
index b37e8f2..f0517a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxi (2:1.6.99.1-1) UNRELEASED; urgency=low
   * control: Bump policy to 3.9.4, no changes.
   * add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in
 XInputCopyCookie.
+  * control: Bump x11proto-input-dev build-dep to 2.2.99.1.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Wed, 06 Feb 2013 23:43:08 +0200
 
diff --git a/debian/control b/debian/control
index c3aa7d2..6e7964f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 8.1.3),
  x11proto-core-dev (= 7.0.13),
  x11proto-xext-dev (= 7.0.3),
- x11proto-input-dev (= 2.1.99.6),
+ x11proto-input-dev (= 2.2.99.1),
  libx11-dev (= 2:1.4.99.1),
  libxext-dev (= 2:1.1.1-3),
  xmlto,

commit 83e6dba0860dc19500f7444c8eb89b93d8cadfd5
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Wed Feb 6 23:52:49 2013 +0200

add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in 
XInputCopyCookie.

diff --git a/debian/changelog b/debian/changelog
index a31616c..b37e8f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxi (2:1.6.99.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * control: Bump policy to 3.9.4, no changes.
+  * add-missing-xi_rawtouch.diff: Upstream commit to add XI_RawTouch in
+XInputCopyCookie.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Wed, 06 Feb 2013 23:43:08 +0200
 
diff --git a/debian/patches/add-missing-xi_rawtouch.diff 
b/debian/patches/add-missing-xi_rawtouch.diff
new file mode 100644
index 000..4ee049e
--- /dev/null
+++ b/debian/patches/add-missing-xi_rawtouch.diff
@@ -0,0 +1,29 @@
+commit 236be512c81b76dad711bec481e2139584006c4c
+Author: Benjamin Tissoires benjamin.tissoi...@gmail.com
+Date:   Mon Jan 14 18:32:05 2013 +0100
+
+Add missing XI_RawTouch* in XInputCopyCookie
+
+Looks like XI_RawTouch* events are missing in the big switch in this 
function.
+When running XIT tests for multitouch devices, several following errors 
appears:
+XInputCopyCookie: Failed to copy evtype 22
+XInputCopyCookie: Failed to copy evtype 23
+XInputCopyCookie: Failed to copy evtype 24
+
+Signed-off-by: Benjamin Tissoires benjamin.tissoi...@gmail.com
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+diff --git a/src/XExtInt.c b/src/XExtInt.c
+index 

libxi: Changes to 'debian-experimental'

2012-03-30 Thread Chase Douglas
 ChangeLog|   41 ++
 configure.ac |2 
 debian/changelog |9 -
 debian/control   |2 
 debian/patches/0001_scroll_increment_value.patch |   34 -
 debian/patches/series|2 
 src/XExtInt.c|  140 ---
 7 files changed, 151 insertions(+), 79 deletions(-)

New commits:
commit a67812efa86bb3f2594f966a95d3d354e8a3d8ce
Author: Chase Douglas chase.doug...@canonical.com
Date:   Fri Mar 30 17:54:54 2012 -0700

Remove scroll increment patch, merged upstream

diff --git a/debian/changelog b/debian/changelog
index 1388991..31698c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,9 @@ libxi (2:1.6.0-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Bump build deps on x11proto-input-dev
-  * Fix scroll valuator increment value on 32-bit machines
-- Added 0001_scroll_increment_value.patch
   * Bump lintian standards version to 3.9.3
 
- -- Chase Douglas chase.doug...@ubuntu.com  Fri, 30 Mar 2012 17:51:18 -0700
+ -- Chase Douglas chase.doug...@ubuntu.com  Fri, 30 Mar 2012 17:54:20 -0700
 
 libxi (2:1.5.99.2-1) experimental; urgency=low
 
diff --git a/debian/patches/0001_scroll_increment_value.patch 
b/debian/patches/0001_scroll_increment_value.patch
deleted file mode 100644
index 4c12f18..000
--- a/debian/patches/0001_scroll_increment_value.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 2a31d05ade5a37eac7874f3d118fda80f2fa074c Mon Sep 17 00:00:00 2001
-From: Chase Douglas chase.doug...@canonical.com
-Date: Wed, 7 Mar 2012 14:09:17 -0800
-Subject: [PATCH] Use unsigned long long for double fractional calculation
-
-This fixes scroll class increment values on 32-bit machines. Performing
-1UL  32 shifts the bit off the end of a 32-bit unsigned long value. By
-expanding to 1ULL, we have the full 64-bits of an unsigned long long
-including on 32-bit machines.
-
-Before this change, xinput list --long would output scroll increment
-values of -nan.
-
-Signed-off-by: Chase Douglas chase.doug...@canonical.com

- src/XExtInt.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/XExtInt.c b/src/XExtInt.c
-index 7694f06..89c0894 100644
 a/src/XExtInt.c
-+++ b/src/XExtInt.c
-@@ -1695,7 +1695,7 @@ copy_classes(XIDeviceInfo* to, xXIAnyInfo* from, int 
*nclasses)
- cls_lib-scroll_type= cls_wire-scroll_type;
- cls_lib-flags  = cls_wire-flags;
- cls_lib-increment  = cls_wire-increment.integral;
--cls_lib-increment += (unsigned 
int)cls_wire-increment.frac/(double)(1UL  32);
-+cls_lib-increment += (unsigned 
int)cls_wire-increment.frac/(double)(1ULL  32);
- 
- to-classes[cls_idx++] = any_lib;
- }
--- 
-1.7.9
-
diff --git a/debian/patches/series b/debian/patches/series
index b58d4b7..fdffa2a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001_scroll_increment_value.patch
+# placeholder

commit a8f9343158e7135c35d168a58c8bc6d75b84e79f
Author: Chase Douglas chase.doug...@canonical.com
Date:   Fri Mar 30 17:51:39 2012 -0700

Bump lintian standards version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index fcd8366..1388991 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libxi (2:1.6.0-1) UNRELEASED; urgency=low
   * Bump build deps on x11proto-input-dev
   * Fix scroll valuator increment value on 32-bit machines
 - Added 0001_scroll_increment_value.patch
+  * Bump lintian standards version to 3.9.3
 
- -- Chase Douglas chase.doug...@ubuntu.com  Fri, 30 Mar 2012 17:49:28 -0700
+ -- Chase Douglas chase.doug...@ubuntu.com  Fri, 30 Mar 2012 17:51:18 -0700
 
 libxi (2:1.5.99.2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index b7ff2cd..a503100 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  xorg-sgml-doctools (= 1:1.8),
  xsltproc,
  w3m,
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxi
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxi.git
 

commit fe729aa9d49255a753ab9b806600ccb647d53261
Author: Chase Douglas chase.doug...@canonical.com
Date:   Fri Mar 30 17:50:29 2012 -0700

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index d05afbf..2d34b6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+commit 70b730b0548ca9e408f14f2576b972beb32a0ad0
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Mar 8 16:03:50 2012 +1000
+
+libXi 1.6.0
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 1b9f0394c3d4d3833f8560ae8170a4d5842419ab
+Author: Chase Douglas chase.doug...@canonical.com
+Date:   Wed Mar 7 14:52:54 2012 -0800
+
+Fix XIScrollClass increment value 

libxi: Changes to 'debian-experimental'

2012-03-07 Thread Chase Douglas
 debian/changelog |4 ++
 debian/patches/0001_scroll_increment_value.patch |   34 +++
 debian/patches/series|2 -
 3 files changed, 38 insertions(+), 2 deletions(-)

New commits:
commit 5a156117ffee21ae62e53fde6250b512b306fee6
Author: Chase Douglas chase.doug...@canonical.com
Date:   Wed Mar 7 14:20:22 2012 -0800

Fix scroll valuator increment value on 32-bit machines

* Fix scroll valuator increment value on 32-bit machines
  - Added 0001_scroll_increment_value.patch

diff --git a/debian/changelog b/debian/changelog
index 91085fc..542e326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ libxi (2:1.5.99.3-1) UNRELEASED; urgency=low
 
   * New upstream release candidate
   * Bump build deps on x11proto-input-dev
+  * Fix scroll valuator increment value on 32-bit machines
+- Added 0001_scroll_increment_value.patch
 
- -- Chase Douglas chase.doug...@ubuntu.com  Fri, 10 Feb 2012 22:49:23 +0100
+ -- Chase Douglas chase.doug...@ubuntu.com  Wed, 07 Mar 2012 14:18:45 -0800
 
 libxi (2:1.5.99.2-1) experimental; urgency=low
 
diff --git a/debian/patches/0001_scroll_increment_value.patch 
b/debian/patches/0001_scroll_increment_value.patch
new file mode 100644
index 000..4c12f18
--- /dev/null
+++ b/debian/patches/0001_scroll_increment_value.patch
@@ -0,0 +1,34 @@
+From 2a31d05ade5a37eac7874f3d118fda80f2fa074c Mon Sep 17 00:00:00 2001
+From: Chase Douglas chase.doug...@canonical.com
+Date: Wed, 7 Mar 2012 14:09:17 -0800
+Subject: [PATCH] Use unsigned long long for double fractional calculation
+
+This fixes scroll class increment values on 32-bit machines. Performing
+1UL  32 shifts the bit off the end of a 32-bit unsigned long value. By
+expanding to 1ULL, we have the full 64-bits of an unsigned long long
+including on 32-bit machines.
+
+Before this change, xinput list --long would output scroll increment
+values of -nan.
+
+Signed-off-by: Chase Douglas chase.doug...@canonical.com
+---
+ src/XExtInt.c |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/XExtInt.c b/src/XExtInt.c
+index 7694f06..89c0894 100644
+--- a/src/XExtInt.c
 b/src/XExtInt.c
+@@ -1695,7 +1695,7 @@ copy_classes(XIDeviceInfo* to, xXIAnyInfo* from, int 
*nclasses)
+ cls_lib-scroll_type= cls_wire-scroll_type;
+ cls_lib-flags  = cls_wire-flags;
+ cls_lib-increment  = cls_wire-increment.integral;
+-cls_lib-increment += (unsigned 
int)cls_wire-increment.frac/(double)(1UL  32);
++cls_lib-increment += (unsigned 
int)cls_wire-increment.frac/(double)(1ULL  32);
+ 
+ to-classes[cls_idx++] = any_lib;
+ }
+-- 
+1.7.9
+
diff --git a/debian/patches/series b/debian/patches/series
index 9bf2d52..b58d4b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-# placeholder.
+0001_scroll_increment_value.patch


-- 
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/e1s5pk2-0006hp...@vasks.debian.org



libxi: Changes to 'debian-experimental'

2012-02-10 Thread Chase Douglas
 ChangeLog |   52 ++
 configure.ac  |6 ++--
 debian/changelog  |7 +
 debian/control|4 +--
 man/XSelectExtensionEvent.txt |2 -
 src/XIAllowEvents.c   |   23 +++---
 src/XListDev.c|   27 +++--
 7 files changed, 98 insertions(+), 23 deletions(-)

New commits:
commit 2ea47a51df473ee553d4b1470d24df0c1ecccfcb
Author: Chase Douglas chase.doug...@canonical.com
Date:   Fri Feb 10 22:50:44 2012 +0100

Bump build deps on x11proto-input-dev

diff --git a/debian/changelog b/debian/changelog
index 4bc4419..91085fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 libxi (2:1.5.99.3-1) UNRELEASED; urgency=low
 
   * New upstream release candidate
+  * Bump build deps on x11proto-input-dev
 
- -- Chase Douglas chase.doug...@ubuntu.com  Fri, 10 Feb 2012 22:47:39 +0100
+ -- Chase Douglas chase.doug...@ubuntu.com  Fri, 10 Feb 2012 22:49:23 +0100
 
 libxi (2:1.5.99.2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 0af18dc..b7ff2cd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 8.1.3),
  x11proto-core-dev (= 7.0.13),
  x11proto-xext-dev (= 7.0.3),
- x11proto-input-dev (= 2.1.99.3),
+ x11proto-input-dev (= 2.1.99.6),
  libx11-dev (= 2:1.4.99.1),
  libxext-dev (= 2:1.1.1-3),
  xmlto,
@@ -86,7 +86,7 @@ Depends:
  libxi6 (= ${binary:Version}),
  libx11-dev,
  libxext-dev,
- x11proto-input-dev (= 1.9.99.902),
+ x11proto-input-dev (= 2.1.99.6),
  xorg-sgml-doctools (= 1:1.5),
 Replaces:
  x11proto-input-dev ( 1.9.99)

commit ac0f495a3bb7c0690a1955dbd4da52253678741b
Author: Chase Douglas chase.doug...@canonical.com
Date:   Fri Feb 10 22:48:20 2012 +0100

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 08ddaec..d05afbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+commit 34964b05c16161de65709d60799b9ad97ce56296
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Jan 27 15:35:44 2012 +1000
+
+libXi 1.5.99.3
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit b355b7300235395717de06809ee6631ce55d3189
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Jan 27 13:28:52 2012 +1000
+
+Handle new XIAllowEvent request size
+
+inputproto 2.1.99.6 restored the previous request for ABI compatibility
+reasons, and it introduced a new XI 2.2 specific define.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Reviewed-by: Keith Packard kei...@keithp.com
+
+commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Jan 17 21:26:14 2012 +0100
+
+Force class alignment to a multiple of sizeof(XID).
+
+Calculate length field to a multiples of sizeof(XID). XIDs are typedefs
+to ulong and thus may be 8 bytes on some platforms. This can trigger a
+SIGBUS if a class ends up not being 8-aligned (e.g. after XAxisInfo).
+
+Reported-by: Nicolai Stange nicolai.sta...@zmaw.de
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr
+
+commit 15feb92b30e13e7439a3434bea9f454645b97444
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Jan 5 13:55:41 2012 +1000
+
+man: fix typo Mappiing → Mapping
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 8576ae6b9ee974829e2fb8a834087652a6e9e1a2
+Author: Cyril Brulebois k...@debian.org
+Date:   Thu Dec 22 15:50:47 2011 +0100
+
+configure.ac: Fix a typo in comments.
+
+Signed-off-by: Cyril Brulebois k...@debian.org
+Reviewed-by: Chase Douglas chase.doug...@canonical.com
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
 commit ae0187c8708d2378373889827117911086581fdd
 Author: Peter Hutterer peter.hutte...@who-t.net
 Date:   Thu Dec 22 09:42:43 2011 +1000
diff --git a/debian/changelog b/debian/changelog
index a96f186..4bc4419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxi (2:1.5.99.3-1) UNRELEASED; urgency=low
+
+  * New upstream release candidate
+
+ -- Chase Douglas chase.doug...@ubuntu.com  Fri, 10 Feb 2012 22:47:39 +0100
+
 libxi (2:1.5.99.2-1) experimental; urgency=low
 
   * New upstream release candidate:

commit 34964b05c16161de65709d60799b9ad97ce56296
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Fri Jan 27 15:35:44 2012 +1000

libXi 1.5.99.3

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

diff --git a/configure.ac b/configure.ac
index 46f2fb8..77341da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXi], [1.5.99.2],
+AC_INIT([libXi], [1.5.99.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXi])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([src/config.h])

commit 

libxi: Changes to 'debian-experimental'

2011-12-23 Thread Cyril Brulebois
 ChangeLog|   54 +++
 configure.ac |4 -
 debian/changelog |   13 +
 debian/control   |4 -
 debian/libxi6.symbols|3 +
 debian/rules |2 
 include/X11/extensions/XInput2.h |   51 +
 man/XIGrabButton.txt |   60 -
 man/XIQueryDevice.txt|   30 
 src/XExtInt.c|   91 ++-
 src/XIAllowEvents.c  |   46 ++-
 src/XIPassiveGrab.c  |   33 ++
 src/XIint.h  |1 
 13 files changed, 359 insertions(+), 33 deletions(-)

New commits:
commit ab08834f00a92e3de536435374f9945a13ec9b95
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 22 14:19:37 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index e493ae5..a96f186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (2:1.5.99.2-1) UNRELEASED; urgency=low
+libxi (2:1.5.99.2-1) experimental; urgency=low
 
   * New upstream release candidate:
 - With XI 2.2 support, needed for multitouch.
@@ -7,7 +7,7 @@ libxi (2:1.5.99.2-1) UNRELEASED; urgency=low
   * Bump x11proto-input-dev and libx11-dev build-deps.
   * Update libxi6.symbols with new symbols and bump shlibs.
 
- -- Cyril Brulebois k...@debian.org  Thu, 22 Dec 2011 12:53:34 +0100
+ -- Cyril Brulebois k...@debian.org  Thu, 22 Dec 2011 14:19:35 +0100
 
 libxi (2:1.5.0-1) experimental; urgency=low
 

commit 58d650a07e0f3966892a516605cf10e9324669d2
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 22 14:18:45 2011 +0100

Update libxi6.symbols with new symbols and bump shlibs.

diff --git a/debian/changelog b/debian/changelog
index 4a16064..e493ae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxi (2:1.5.99.2-1) UNRELEASED; urgency=low
   * Fix changelog entry for 2:1.4.99.1-1:
 - With XI 2.1 support, no multitouch yet.
   * Bump x11proto-input-dev and libx11-dev build-deps.
+  * Update libxi6.symbols with new symbols and bump shlibs.
 
  -- Cyril Brulebois k...@debian.org  Thu, 22 Dec 2011 12:53:34 +0100
 
diff --git a/debian/libxi6.symbols b/debian/libxi6.symbols
index 975a92b..0857960 100644
--- a/debian/libxi6.symbols
+++ b/debian/libxi6.symbols
@@ -28,6 +28,7 @@ libXi.so.6 libxi6 #MINVER#
  XGetSelectedExtensionEvents@Base 0
  XGrabDevice@Base 0
  XIAllowEvents@Base 2:1.2.99.4
+ XIAllowTouchEvents@Base 2:1.5.99.2
  XIChangeHierarchy@Base 2:1.2.99.4
  XIChangeProperty@Base 2:1.2.99.4
  XIDefineCursor@Base 2:1.2.99.4
@@ -42,6 +43,7 @@ libXi.so.6 libxi6 #MINVER#
  XIGrabEnter@Base 2:1.2.99.4
  XIGrabFocusIn@Base 2:1.2.99.4
  XIGrabKeycode@Base 2:1.2.99.4
+ XIGrabTouchBegin@Base 2:1.5.99.2
  XIListProperties@Base 2:1.2.99.4
  XIQueryDevice@Base 2:1.2.99.4
  XIQueryPointer@Base 2:1.2.99.4
@@ -55,6 +57,7 @@ libXi.so.6 libxi6 #MINVER#
  XIUngrabEnter@Base 2:1.2.99.4
  XIUngrabFocusIn@Base 2:1.2.99.4
  XIUngrabKeycode@Base 2:1.2.99.4
+ XIUngrabTouchBegin@Base 2:1.5.99.2
  XIWarpPointer@Base 2:1.2.99.4
  XGrabDeviceButton@Base 0
  XGrabDeviceKey@Base 0
diff --git a/debian/rules b/debian/rules
index 2959206..5d18886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,7 @@ binary-arch: build install
dh_strip -N$(PACKAGE)
dh_compress
dh_fixperms
-   dh_makeshlibs -V'libxi6 (= 2:1.2.99.4)' --add-udeb=$(PACKAGE)-udeb -- 
-c4
+   dh_makeshlibs -V'libxi6 (= 2:1.5.99.2)' --add-udeb=$(PACKAGE)-udeb -- 
-c4
dh_shlibdeps
dh_installdeb
dh_gencontrol

commit 546404ba78e1731f55730300e2b82c976cee97e8
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 22 14:12:09 2011 +0100

Fix changelog.

diff --git a/debian/changelog b/debian/changelog
index 76ac027..4a16064 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxi (2:1.5.99.2-1) UNRELEASED; urgency=low
 
   * New upstream release candidate:
 - With XI 2.2 support, needed for multitouch.
+  * Fix changelog entry for 2:1.4.99.1-1:
+- With XI 2.1 support, no multitouch yet.
   * Bump x11proto-input-dev and libx11-dev build-deps.
 
  -- Cyril Brulebois k...@debian.org  Thu, 22 Dec 2011 12:53:34 +0100
@@ -15,7 +17,7 @@ libxi (2:1.5.0-1) experimental; urgency=low
 libxi (2:1.4.99.1-1) experimental; urgency=low
 
   * New upstream release candidate:
-- With multitouch support.
+- With XI 2.1 support.
   * Update build dependencies accordingly:
 - Bump xutils-dev, x11proto-input-dev, xorg-sgml-doctools.
 - Add xsltproc.

commit f5876ba2162207396f3108095fff0b709d70b546
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 22 14:10:38 2011 +0100

Bump x11proto-input-dev and libx11-dev build-deps.

diff --git a/debian/changelog b/debian/changelog
index 6699d76..76ac027 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 

libxi: Changes to 'debian-experimental'

2011-12-22 Thread Cyril Brulebois
 ChangeLog|   77 +++
 configure.ac |2 -
 debian/changelog |6 +++
 man/XIGrabButton.txt |   44 +
 man/XIGrabEnter.txt  |   10 +-
 src/XAllowDv.c   |3 +
 src/XChgDCtl.c   |4 ++
 src/XChgFCtl.c   |4 ++
 src/XChgKMap.c   |4 ++
 src/XChgKbd.c|4 ++
 src/XChgPnt.c|4 ++
 src/XChgProp.c   |4 ++
 src/XCloseDev.c  |4 ++
 src/XDevBell.c   |4 ++
 src/XExtInt.c|8 +++--
 src/XExtToWire.c |4 ++
 src/XFreeLst.c   |4 ++
 src/XGMotion.c   |3 +
 src/XGetBMap.c   |4 ++
 src/XGetCPtr.c   |3 +
 src/XGetDCtl.c   |4 ++
 src/XGetFCtl.c   |4 ++
 src/XGetKMap.c   |4 ++
 src/XGetMMap.c   |3 +
 src/XGetProp.c   |3 +
 src/XGetVers.c   |4 ++
 src/XGrDvBut.c   |3 +
 src/XGrDvKey.c   |3 +
 src/XGrabDev.c   |3 +
 src/XGtFocus.c   |3 +
 src/XGtSelect.c  |3 +
 src/XIAllowEvents.c  |4 ++
 src/XIDefineCursor.c |4 ++
 src/XIGetDevFocus.c  |3 +
 src/XIGrabDevice.c   |4 ++
 src/XIHierarchy.c|3 +
 src/XIPassiveGrab.c  |3 +
 src/XIQueryDevice.c  |8 -
 src/XIQueryPointer.c |3 +
 src/XIQueryVersion.c |5 +++
 src/XISelEv.c|3 +
 src/XISetCPtr.c  |3 +
 src/XISetDevFocus.c  |4 ++
 src/XIWarpPointer.c  |3 +
 src/XListDev.c   |3 +
 src/XOpenDev.c   |3 +
 src/XQueryDv.c   |3 +
 src/XSelect.c|3 +
 src/XSetBMap.c   |3 +
 src/XSetDVal.c   |3 +
 src/XSetMMap.c   |3 +
 src/XSetMode.c   |3 +
 src/XSndExEv.c   |3 +
 src/XStFocus.c   |3 +
 src/XUngrDev.c   |3 +
 src/XUngrDvB.c   |3 +
 src/XUngrDvK.c   |3 +
 57 files changed, 303 insertions(+), 23 deletions(-)

New commits:
commit 75ad2ed11bcc5783bf84624196d2e7d95ad6766c
Author: Cyril Brulebois k...@debian.org
Date:   Wed Dec 21 10:12:12 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index a7733e6..56f73b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxi (2:1.5.0-1) UNRELEASED; urgency=low
+libxi (2:1.5.0-1) experimental; urgency=low
 
   * New upstream release.
 
- -- Cyril Brulebois k...@debian.org  Wed, 21 Dec 2011 10:11:55 +0100
+ -- Cyril Brulebois k...@debian.org  Wed, 21 Dec 2011 10:12:07 +0100
 
 libxi (2:1.4.99.1-1) experimental; urgency=low
 

commit 5b46944114289fa9c1e97fe3decb34f68de06b91
Author: Cyril Brulebois k...@debian.org
Date:   Wed Dec 21 10:12:03 2011 +0100

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 47c40db..17b4b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+commit 82a631263ef4e6f46c1f33748089db8bf603b095
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Dec 21 15:33:17 2011 +1000
+
+libXi 1.5.0
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit fa6505f0a86b296e8f12f0fb8f472ef17b501fdb
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Mon Dec 19 09:36:34 2011 +1000
+
+man: minor formatting fix in XIGrabButton
+
+commit 49408e39e4b084fe362e9ee197bfa0aa1c55384d
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Nov 11 15:32:21 2011 +1000
+
+Include config.h from source files
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Reviewed-by: Gaetan Nadon mems...@videotron.ca
+Reviewed-by: Jeremy Huddleston jerem...@apple.com
+
+commit ba83a1e58592e41f207524f106ba26dd71fe4171
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Oct 26 08:55:35 2011 +1000
+
+Stop unnecessary calls to size_classes
+
+Xmalloc is a macro evaluating its argument twice.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Reviewed-by: Jeremy Huddleston jerem...@apple.com
+
+commit 6d6ae8fc8b9620bf864ac7dff8d818573eee3e4f
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Oct 26 08:54:53 2011 +1000
+
+Fix duplicate sizeof in copy_classes
+
+sizeof(bla * sizeof()) is'nt right.
+
+Plus add some () to the next_block call too to emphasise that *nclasses is
+the multiplicator.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Reviewed-by: Jeremy Huddleston jerem...@apple.com
+
+commit 323730f7fa70190d2ea00e62c6964fee524ca430
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Oct 27 10:27:49 2011 +1000
+
+man: passive grabs return the number of failed modifier combinations
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 5189df57e18c79327848fb117a8ede59868c8fdb
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Oct 21 08:49:31 2011 +1000
+
+man: XIGrabButton returns error codes, not status codes
+
+Reword slightly that the returned value is the error code for this
+particular 

libxi: Changes to 'debian-experimental'

2011-12-15 Thread Cyril Brulebois
 ChangeLog|  851 +++
 Makefile.am  |2 
 configure.ac |   49 -
 debian/changelog |   60 +
 debian/control   |   25 
 debian/libxi-dev.install |   14 
 debian/libxi6-udeb.install   |2 
 debian/libxi6.install|2 
 debian/patches/series|1 
 debian/rules |   16 
 doc/.gitignore   |6 
 doc/Makefile.am  |   66 --
 doc/porting.xml  | 1209 ---
 docbook.am   |  105 +++
 include/X11/extensions/XInput2.h |   13 
 man/Makefile.am  |   15 
 man/XGetExtensionVersion.txt |   11 
 man/XGetFeedbackControl.txt  |   55 -
 man/XIChangeHierarchy.txt|3 
 man/XIChangeProperty.txt |   16 
 man/XIGrabButton.txt |   21 
 man/XIGrabDevice.txt |   15 
 man/XIGrabEnter.txt  |   21 
 man/XIQueryDevice.txt|   41 +
 man/XIQueryPointer.txt   |3 
 specs/.gitignore |3 
 specs/Makefile.am|   68 --
 specs/encoding.xml   |2 
 specs/inputlib.xml   |   47 -
 specs/library.xml|  446 +++---
 src/Makefile.am  |   11 
 src/XExtInt.c|   98 ++-
 src/XIAllowEvents.c  |2 
 src/XIDefineCursor.c |2 
 src/XIGetDevFocus.c  |2 
 src/XIGrabDevice.c   |   10 
 src/XIHierarchy.c|5 
 src/XIPassiveGrab.c  |   10 
 src/XIProperties.c   |8 
 src/XIQueryDevice.c  |   14 
 src/XIQueryPointer.c |5 
 src/XISelEv.c|6 
 src/XISetCPtr.c  |   62 ++
 src/XISetDevFocus.c  |2 
 src/XIWarpPointer.c  |2 
 src/XIint.h  |   15 
 src/XListDProp.c |2 
 src/XSetCPtr.c   |   62 --
 src/XSndExEv.c   |   11 
 49 files changed, 1706 insertions(+), 1811 deletions(-)

New commits:
commit 797f55bf0a2d489f858f44adf751abf661910ae9
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 15:03:42 2011 +0100

Add -c4 to dh_makeshlibs.

diff --git a/debian/changelog b/debian/changelog
index 1fc2b61..0c13a92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxi (2:1.4.99.1-1) UNRELEASED; urgency=low
 - Add xsltproc.
   * Update libxi-dev.install: specs/ and docs/ have been merged.
   * Don't install *.db yet.
+  * Add -c4 to dh_makeshlibs.
 
  -- Cyril Brulebois k...@debian.org  Thu, 15 Dec 2011 14:44:42 +0100
 
diff --git a/debian/rules b/debian/rules
index 8ab6c16..2959206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,7 @@ binary-arch: build install
dh_strip -N$(PACKAGE)
dh_compress
dh_fixperms
-   dh_makeshlibs -V'libxi6 (= 2:1.2.99.4)' --add-udeb=$(PACKAGE)-udeb
+   dh_makeshlibs -V'libxi6 (= 2:1.2.99.4)' --add-udeb=$(PACKAGE)-udeb -- 
-c4
dh_shlibdeps
dh_installdeb
dh_gencontrol

commit 1ecc1b4b7de4dc5b07b1723d2543ef9b707e5861
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:54:58 2011 +0100

Don't install *.db yet.

diff --git a/debian/changelog b/debian/changelog
index 8162a46..1fc2b61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxi (2:1.4.99.1-1) UNRELEASED; urgency=low
 - Bump xutils-dev, x11proto-input-dev, xorg-sgml-doctools.
 - Add xsltproc.
   * Update libxi-dev.install: specs/ and docs/ have been merged.
+  * Don't install *.db yet.
 
  -- Cyril Brulebois k...@debian.org  Thu, 15 Dec 2011 14:44:42 +0100
 
diff --git a/debian/rules b/debian/rules
index d68052a..8ab6c16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,7 @@ binary-arch: build install
 
dh_installdocs
find debian/tmp -name '*.xml' -delete
+   find debian/tmp -name '*.db' -delete
dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXi.la 
--exclude=usr/share/man/man3
dh_installman
dh_installchangelogs ChangeLog

commit ae8cef890b237c94950a806789284960f31cebc2
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:52:21 2011 +0100

Update libxi-dev.install: specs/ and docs/ have been merged.

diff --git a/debian/changelog b/debian/changelog
index 8c5e8b3..8162a46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxi (2:1.4.99.1-1) UNRELEASED; urgency=low
   * Update build dependencies accordingly:
 - Bump xutils-dev, x11proto-input-dev, xorg-sgml-doctools.
 - Add xsltproc.
+  * Update libxi-dev.install: specs/ and docs/ have been merged.
 
  -- Cyril Brulebois k...@debian.org  Thu, 15 Dec 2011 14:44:42 +0100
 
diff --git a/debian/libxi-dev.install b/debian/libxi-dev.install
index 

libxi: Changes to 'debian-experimental'

2011-12-15 Thread Cyril Brulebois
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 48f3c144225c2d82339bc941126ab2a6850d817d
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 15:06:04 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 0c13a92..3652da8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (2:1.4.99.1-1) UNRELEASED; urgency=low
+libxi (2:1.4.99.1-1) experimental; urgency=low
 
   * New upstream release candidate:
 - With multitouch support.
@@ -9,7 +9,7 @@ libxi (2:1.4.99.1-1) UNRELEASED; urgency=low
   * Don't install *.db yet.
   * Add -c4 to dh_makeshlibs.
 
- -- Cyril Brulebois k...@debian.org  Thu, 15 Dec 2011 14:44:42 +0100
+ -- Cyril Brulebois k...@debian.org  Thu, 15 Dec 2011 15:05:46 +0100
 
 libxi (2:1.4.3-3) unstable; urgency=low
 


-- 
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/e1rbki4-0007qc...@vasks.debian.org



Re: libxi: Changes to 'debian-experimental'

2011-02-07 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (07/02/2011):
  -libxi (2:1.4-1) UNRELEASED; urgency=low
  +libxi (2:1.4.0-1) experimental; urgency=low
 Forgot to push the tag?

Hi,

just pushed, thanks.

KiBi.


signature.asc
Description: Digital signature


libxi: Changes to 'debian-experimental'

2011-01-13 Thread Cyril Brulebois
 .gitignore|   77 
 COPYING   |   21 
 ChangeLog |  463 ++
 Makefile.am   |   11 
 configure.ac  |   48 
 debian/changelog  |   78 
 debian/control|   30 
 debian/copyright  |   43 
 debian/libxi-dev.install  |6 
 debian/libxi6-udeb.install|1 
 debian/rules  |   21 
 debian/watch  |1 
 doc/.gitignore|6 
 doc/Makefile.am   |   66 
 doc/porting.xml   | 1209 +
 man/.gitignore|2 
 man/Makefile.am   |  246 -
 man/XAllowDeviceEvents.txt|   56 
 man/XGetDeviceProperty.txt|5 
 man/XIQueryDevice.txt |6 
 man/XSelectExtensionEvent.txt |8 
 specs/.gitignore  |6 
 specs/Makefile.am |   68 
 specs/encoding.xml| 2312 +++
 specs/inputlib.xml|   70 
 specs/library.xml | 8559 ++
 src/Makefile.am   |3 
 src/XExtInt.c |   77 
 src/XExtToWire.c  |3 
 src/XGetDCtl.c|   23 
 src/XGetFCtl.c|   23 
 src/XGetVers.c|   24 
 src/XIProperties.c|1 
 src/XIQueryVersion.c  |1 
 src/XISelEv.c |   35 
 src/XIint.h   |3 
 src/XListDev.c|2 
 src/XQueryDv.c|   24 
 src/XSetBMap.c|1 
 39 files changed, 13327 insertions(+), 312 deletions(-)

New commits:
commit add72b3a78f9b35e8782310a1de4e031dbbc3a8d
Author: Cyril Brulebois k...@debian.org
Date:   Fri Jan 14 06:22:55 2011 +0100

Upload to experimental, fixing version number.

diff --git a/debian/changelog b/debian/changelog
index 89de01a..ab6fb99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (2:1.4-1) UNRELEASED; urgency=low
+libxi (2:1.4.0-1) experimental; urgency=low
 
   * New upstream release.
   * Update debian/copyright from upstream COPYING.
@@ -10,7 +10,7 @@ libxi (2:1.4-1) UNRELEASED; urgency=low
   * Get rid of *.xml files before running dh_install.
   * Ship *.html, *.txt, *.css in libxi-dev.
 
- -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 06:02:57 +0100
+ -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 06:22:37 +0100
 
 libxi (2:1.3-6) unstable; urgency=medium
 

commit 83b98d6ae6da778bee95d63b912eddb517ec6651
Author: Cyril Brulebois k...@debian.org
Date:   Fri Jan 14 06:21:37 2011 +0100

Ship *.html, *.txt, *.css in libxi-dev.

diff --git a/debian/changelog b/debian/changelog
index b292b13..89de01a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxi (2:1.4-1) UNRELEASED; urgency=low
   * Switch dh_install from --list-missing to --fail-missing for added
 safety.
   * Get rid of *.xml files before running dh_install.
+  * Ship *.html, *.txt, *.css in libxi-dev.
 
  -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 06:02:57 +0100
 
diff --git a/debian/libxi-dev.install b/debian/libxi-dev.install
index 0d4d5b5..f59105c 100644
--- a/debian/libxi-dev.install
+++ b/debian/libxi-dev.install
@@ -2,3 +2,9 @@ usr/lib/libXi.a
 usr/lib/libXi.so
 usr/lib/pkgconfig/xi.pc
 usr/include/X11/extensions/
+usr/share/doc/libXi/specs/*.html usr/share/doc/libxi-dev
+usr/share/doc/libXi/specs/*.txt  usr/share/doc/libxi-dev
+usr/share/doc/libXi/specs/*.css  usr/share/doc/libxi-dev
+usr/share/doc/libXi/doc/*.html usr/share/doc/libxi-dev
+usr/share/doc/libXi/doc/*.txt  usr/share/doc/libxi-dev
+usr/share/doc/libXi/doc/*.css  usr/share/doc/libxi-dev

commit 2376fbb994cce1e822c0b6a67ac74c67dc38b650
Author: Cyril Brulebois k...@debian.org
Date:   Fri Jan 14 06:17:13 2011 +0100

Get rid of *.xml files before running dh_install.

diff --git a/debian/changelog b/debian/changelog
index 26962cc..b292b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxi (2:1.4-1) UNRELEASED; urgency=low
   * Add xmlto, xorg-sgml-doctools, and w3m build-dep accordingly.
   * Switch dh_install from --list-missing to --fail-missing for added
 safety.
+  * Get rid of *.xml files before running dh_install.
 
  -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 06:02:57 +0100
 
diff --git a/debian/rules b/debian/rules
index d758b6d..7956d93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
+   find debian/tmp -name '*.xml' -delete
dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXi.la 
--exclude=usr/share/man/man3
dh_installman
dh_installchangelogs ChangeLog

commit 3975885fa7f23786f42e0fb2c4cb64c602dc3d95
Author: Cyril Brulebois k...@debian.org
Date:   Fri Jan 14 06:11:59 2011 +0100

Switch dh_install from --list-missing to --fail-missing for added safety.

diff --git a/debian/changelog 

libxi: Changes to 'debian-experimental'

2009-11-21 Thread Julien Cristau
 ChangeLog   |   91 
 configure.ac|   11 +---
 debian/changelog|5 +-
 include/X11/extensions/XInput.h |5 ++
 man/Makefile.am |2 
 man/XQueryDeviceState.txt   |6 +-
 src/XExtInt.c   |   14 +++---
 src/XIGrabDevice.c  |4 -
 src/XQueryDv.c  |3 -
 9 files changed, 120 insertions(+), 21 deletions(-)

New commits:
commit bd058c807bf6641ea4a7f27380977e3fc3328ae3
Author: Julien Cristau jcris...@debian.org
Date:   Sat Nov 21 18:39:44 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index f257d5d..225fcb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxi (2:1.3-1) UNRELEASED; urgency=low
+libxi (2:1.3-1) experimental; urgency=low
 
   * Bump Standards-Version to 3.8.3.
   * Add build-deps on xmlto and asciidoc to build the manpages.
   * New upstream release.
 
- -- Julien Cristau jcris...@debian.org  Sat, 21 Nov 2009 18:20:20 +0100
+ -- Julien Cristau jcris...@debian.org  Sat, 21 Nov 2009 18:39:28 +0100
 
 libxi (2:1.2.99.4-1) experimental; urgency=low
 

commit 4dbdff969139792de3270f5391254997b61edf2b
Author: Julien Cristau jcris...@debian.org
Date:   Sat Nov 21 18:20:40 2009 +0100

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 5f1a987..7b189a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+commit 63621888d6e36a2f9e41e81c14728d70beeff5ee
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Oct 2 12:09:17 2009 +1000
+
+libXi 1.3
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 9dc825a3dede81d2425770662daefe7e19644d6d
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Oct 2 12:08:30 2009 +1000
+
+Require macros 1.3 for XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 3530845c70b0d7f9f853b29337c9397a3a599e52
+Author: Julien Cristau jcris...@debian.org
+Date:   Tue Sep 29 14:15:06 2009 +0200
+
+Don't export sizeDeviceClassType, size_classes and copy_classes
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit 801d77d035a10250dab728c046a6e9b2775e6dfb
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Sep 24 14:14:48 2009 +1000
+
+XQueryDeviceState: correct length of XValuatorState
+
+The length is suppposed to be the complete class size, not just the struct
+size. Since XValuatorState is followed by multiple valuator values the
+size of the class is variable and dependent on the number of valuators.
+
+The server assembles the valuator state last. This bug is unlikely to 
affect
+clients as they should never go past the last class anyway.
+
+Tested-by: Thomas Jaeger
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit bff36ef5797d7da11972ee22ea224e207af77455
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Sep 24 13:10:26 2009 +1000
+
+man: correct XQueryDeviceState return value.
+
+And one indentation fix in the same man page.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 9c5ba6ff3fcff30507f285f2e67afbdb296a2318
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Mon Sep 14 16:34:18 2009 +1000
+
+Declare _xibad* functions before the Bad* macros.
+
+Reported-by: Christian Beier
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 369600cf37cd884793c4802a56c8355bc1812dc6
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Mon Sep 7 12:22:06 2009 +1000
+
+mask_len in XIGrabDevice is in 4-byte units (#23708)
+
+X.Org Bug 23708 http://bugs.freedesktop.org/show_bug.cgi?id=23708
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit fa09375a69a02cd789c70d60970a669700eaeb20
+Author: Arkadiusz Miśkiewicz ar...@maven.pl
+Date:   Sat Sep 5 20:39:47 2009 +0200
+
+libXi: Man page files end with LIB_MAN_SUFFIX not LIB_MAN_DIR_SUFFIX.
+
+Using LIB_MAN_DIR_SUFFIX as man page files suffix is invalid since
+there can be files ending with eg. 5x while being in man5 dir
+(share/man/man5/man.5x) as required by FHS 2.3.
+
+Man page files and with LI
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 693d9a43f16d4ffd085099b532a10467aa095c17
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Sep 1 16:42:38 2009 +1000
+
+Initialize send_event for cookie events. (#23609)
+
+X.Org Bug 23609 http://bugs.freedesktop.org/show_bug.cgi?id=23609
+
 commit eb9a2d63487641faa97d88cef3fa1c892a8f342f
 Author: Peter Hutterer peter.hutte...@who-t.net
 Date:   Tue Aug 25 11:03:04 2009 +1000
diff --git a/debian/changelog b/debian/changelog
index 78711f5..f257d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libxi (2:1.2.99.4-2) UNRELEASED; urgency=low
+libxi 

libxi: Changes to 'debian-experimental'

2009-09-29 Thread Julien Cristau
 .gitignore |   13 
 COPYING|   24 
 ChangeLog  | 1728 ++-
 Makefile.am|8 
 README |   25 
 configure.ac   |   26 
 debian/README.source   |   73 +
 debian/changelog   |   35 
 debian/control |   19 
 debian/libxi-dev.install   |1 
 debian/libxi6.symbols  |   29 
 debian/rules   |8 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   21 
 debian/xsfbs/xsfbs.sh  |  311 -
 include/X11/extensions/XInput.h| 1272 ++
 include/X11/extensions/XInput2.h   |  548 +
 man/.gitignore |3 
 man/Makefile.am|  314 ++---
 man/XAllowDeviceEvents.man |  146 --
 man/XAllowDeviceEvents.txt |  133 ++
 man/XChangeDeviceDontPropagateList.man |   93 -
 man/XChangeDeviceDontPropagateList.txt |   92 +
 man/XChangeKeyboardDevice.man  |   70 -
 man/XChangeKeyboardDevice.txt  |   68 +
 man/XChangePointerDevice.man   |   76 -
 man/XChangePointerDevice.txt   |   79 +
 man/XDeviceBell.man|   77 -
 man/XDeviceBell.txt|   78 +
 man/XGetDeviceControl.man  |  139 --
 man/XGetDeviceControl.txt  |  126 ++
 man/XGetDeviceKeyMapping.man   |  180 ---
 man/XGetDeviceKeyMapping.txt   |  146 ++
 man/XGetDeviceModifierMapping.man  |  145 --
 man/XGetDeviceModifierMapping.txt  |  118 ++
 man/XGetDeviceMotionEvents.man |  117 --
 man/XGetDeviceMotionEvents.txt |  109 +
 man/XGetDeviceProperty.man |  191 ---
 man/XGetDeviceProperty.txt |  165 ++
 man/XGetExtensionVersion.man   |   54 
 man/XGetExtensionVersion.txt   |   50 
 man/XGetFeedbackControl.man|  319 -
 man/XGetFeedbackControl.txt|  272 
 man/XGrabDevice.man|  203 ---
 man/XGrabDevice.txt|  159 ++
 man/XGrabDeviceButton.man  |  211 ---
 man/XGrabDeviceButton.txt  |  170 +++
 man/XGrabDeviceKey.man |  205 ---
 man/XGrabDeviceKey.txt |  177 +++
 man/XIChangeHierarchy.txt  |  119 ++
 man/XIChangeProperty.txt   |  227 
 man/XIDefineCursor.txt |   79 +
 man/XIGrabButton.txt   |  201 +++
 man/XIGrabDevice.txt   |  147 ++
 man/XIGrabEnter.txt|  176 +++
 man/XIListProperties.txt   |   54 
 man/XIQueryDevice.txt  |  208 +++
 man/XIQueryPointer.txt |   99 +
 man/XIQueryVersion.txt |   68 +
 man/XISelectEvents.txt |   98 +
 man/XISetClientPointer.txt |   69 +
 man/XISetFocus.txt |   86 +
 man/XIWarpPointer.txt  |   89 +
 man/XListDeviceProperties.man  |   95 -
 man/XListDeviceProperties.txt  |   53 
 man/XListInputDevices.man  |  234 
 man/XListInputDevices.txt  |  224 
 man/XOpenDevice.man|  126 --
 man/XOpenDevice.txt|  113 ++
 man/XQueryDeviceState.man  |   99 -
 man/XQueryDeviceState.txt  |   84 +
 man/XSelectExtensionEvent.man  |  151 --
 man/XSelectExtensionEvent.txt  |  123 ++
 man/XSendExtensionEvent.man|  142 --
 man/XSendExtensionEvent.txt|  114 ++
 man/XSetDeviceButtonMapping.man|  102 -
 man/XSetDeviceButtonMapping.txt|   97 +
 man/XSetDeviceFocus.man|  219 ---
 man/XSetDeviceFocus.txt|  154 ++
 man/XSetDeviceMode.man |   72 -
 man/XSetDeviceMode.txt |   57 +
 man/XSetDeviceValuators.man|   82 -
 man/XSetDeviceValuators.txt|   74 +
 src/.gitignore |   10 
 src/Makefile.am|   38 
 src/XAllowDv.c |   13 
 src/XChgDCtl.c |   13 
 src/XChgFCtl.c |   13 
 src/XChgKMap.c |   17 
 src/XChgKbd.c  |9 
 src/XChgPnt.c  |   13 
 src/XChgProp.c |   15 
 src/XCloseDev.c|9 
 src/XDevBell.c |   14 
 src/XExtInt.c  | 1832 -
 src/XExtToWire.c   |  811 +++---
 src/XFreeLst.c |6 
 src/XGMotion.c |   30 
 src/XGetBMap.c |   13 
 

libxi: Changes to 'debian-experimental'

2009-09-29 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 23a353d8771aa3538f01183d848769e72c0304db
Author: Julien Cristau jcris...@debian.org
Date:   Tue Sep 29 14:28:00 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 2c57adc..c91ea23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxi (2:1.2.99.4-2) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.8.3.
+
+ -- Julien Cristau jcris...@debian.org  Tue, 29 Sep 2009 14:27:52 +0200
+
 libxi (2:1.2.99.4-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index 85e8958..78f78a7 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  xutils-dev (= 1:7.4+4),
  automake,
  libtool
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxi
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxi.git
 


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



libxi: Changes to 'debian-experimental'

2009-09-29 Thread Julien Cristau
 debian/changelog |1 +
 debian/control   |2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 103c579d1e50a1c669c908613eeaaaf83d26
Author: Julien Cristau jcris...@debian.org
Date:   Tue Sep 29 14:51:09 2009 +0200

Add build-deps on xmlto and asciidoc to build the manpages.

diff --git a/debian/changelog b/debian/changelog
index c91ea23..78711f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxi (2:1.2.99.4-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.8.3.
+  * Add build-deps on xmlto and asciidoc to build the manpages.
 
  -- Julien Cristau jcris...@debian.org  Tue, 29 Sep 2009 14:27:52 +0200
 
diff --git a/debian/control b/debian/control
index 78f78a7..2c5b124 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends:
  x11proto-input-dev (= 1.9.99.902),
  libx11-dev (= 2:1.2.99.1),
  libxext-dev (= 2:1.0.99.1),
+ xmlto,
+ asciidoc (= 8.4.5),
  pkg-config,
  quilt,
  xutils-dev (= 1:7.4+4),


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



libxi: Changes to 'debian-experimental'

2008-12-22 Thread Julien Cristau
 debian/libxi6.symbols |4 
 1 file changed, 4 deletions(-)

New commits:
commit c56ad36872334ea09fb046ea8882031b528c22c1
Author: Julien Cristau jcris...@debian.org
Date:   Sun Dec 21 16:33:57 2008 +0100

Remove private functions from the symbols file

diff --git a/debian/libxi6.symbols b/debian/libxi6.symbols
index e9c7917..8243f12 100644
--- a/debian/libxi6.symbols
+++ b/debian/libxi6.symbols
@@ -29,7 +29,6 @@ libXi.so.6 libxi6 #MINVER#
  xgrabdev...@base 0
  xgrabdevicebut...@base 0
  xgrabdevice...@base 0
- xinput_find_disp...@base 0
  xlistdevicepropert...@base 2:1.2.0
  xlistinputdevi...@base 0
  xopendev...@base 0
@@ -44,10 +43,7 @@ libXi.so.6 libxi6 #MINVER#
  xungrabdev...@base 0
  xungrabdevicebut...@base 0
  xungrabdevice...@base 0
- _xicheckexti...@base 0
- _xieventtow...@base 0
  _xigetdevicepresencenotifyev...@base 2:1.1.2
- _xigetextensionvers...@base 0
  _xibadcl...@base 0
  _xibaddev...@base 0
  _xibadev...@base 0


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



libxi: Changes to 'debian-experimental'

2008-12-19 Thread Julien Cristau
 ChangeLog|   47 +++
 debian/changelog |   10 --
 debian/control   |2 +-
 3 files changed, 52 insertions(+), 7 deletions(-)

New commits:
commit cdc81f6f9d53862da1d19b8461ee4c81278c2ecd
Author: Julien Cristau jcris...@debian.org
Date:   Fri Dec 19 15:55:33 2008 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 978f68c..5a911fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (2:1.2.0-1) UNRELEASED; urgency=low
+libxi (2:1.2.0-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -20,7 +20,7 @@ libxi (2:1.2.0-1) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Add a link to www.X.org in the long description.
 
- -- Brice Goglin bgog...@debian.org  Fri, 13 Jun 2008 11:19:59 +0200
+ -- Julien Cristau jcris...@debian.org  Fri, 19 Dec 2008 15:55:22 +0100
 
 libxi (2:1.1.4-1) unstable; urgency=low
 

commit 500333aa355f339e21f3fc33b51a93a84c96b957
Author: Julien Cristau jcris...@debian.org
Date:   Fri Dec 19 15:55:10 2008 +0100

update upstream changelog

diff --git a/ChangeLog b/ChangeLog
index 5568415..90418e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+commit 2d586065649304b2864afddee6f6225a4a61a0c9
+Author: Peter Hutterer peter.hutte...@redhat.com
+Date:   Wed Dec 3 12:50:45 2008 +1000
+
+libXi 1.2.0
+
+Requires inputproto 1.5.0 or later.
+
+commit 305d356e43462834a2fdd2cf59d47b055c2416fd
+Author: Peter Hutterer peter.hutte...@redhat.com
+Date:   Mon Nov 17 11:50:06 2008 +1000
+
+Add support for XI 1.5 device properties.
+
+This is a manual merge from master onto libXi 1.1.4. The branches have
+diverged too much to make cherry-picking reasonable and readable.
+
+This patch includes the property support provided by the combination of the
+following patches:
+- 7d5bb99ffce3200f82420c5a5ebac3b445aac633
+- 0211e3e8277c590349903989f1676f6af4baa44b
+- bfd2e08f3530091fbcd8c078f684e9aab9057df0
+- bec02767629ed795582ba3f645299d7036093511
+- f9a5371d43b2c6023745f766d0e8ceff2acdff60
+- e179b124aac13387c6f730197b8852c1f69eb9e3
+
+Man pages are copied from the parsed docbook output from master.
+
+commit 45b73dc157f326785e1022f5476bfc1f9f514d6e
+Author: Peter Hutterer peter.hutte...@redhat.com
+Date:   Mon Nov 17 11:44:31 2008 +1000
+
+Add XI_JOYSTICK to list of defined types.
+(cherry picked from commit e5c529813b04327babc20e51ca56006210cb0c37)
+
+Conflicts:
+
+   man/XI.xml
+
+commit 88e2bf75cc619bb1ddc51e5dc65ddb9d712f69f5
+Author: Peter Hutterer peter.hutte...@redhat.com
+Date:   Mon Nov 17 11:35:59 2008 +1000
+
+Bump to 1.1.99.2.
+
+1.1.99.1 was used by master for a while.
+
 commit f0ecfd1952289f5ff33297e3358552365e047f09
 Author: Peter Hutterer peter.hutte...@redhat.com
 Date:   Mon Nov 17 11:12:39 2008 +1000

commit ef696d84a73347593ccc3ff9fd9994335f7c528c
Author: Julien Cristau jcris...@debian.org
Date:   Fri Dec 19 15:51:40 2008 +0100

Bump libxi-dev's dependency on x11proto-input-dev to 1.5 as well.

Also merge previous unreleased changelog entry

diff --git a/debian/changelog b/debian/changelog
index accfb98..978f68c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,12 @@
 libxi (2:1.2.0-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * debian/control:
 - Bump x11proto-input-dev build-dep to 1.5.
   * debian/rules:
 - Bump the shlibs for libxi6.
 
- -- Timo Aaltonen tepsipa...@ubuntu.com  Wed, 03 Dec 2008 19:21:26 +0200
-
-libxi (2:1.1.4-2) UNRELEASED; urgency=low
-
   [ Julien Cristau ]
   * Drop -1 debian revisions from build-deps.
   * Bump Standards-Version to 3.7.3.
@@ -18,6 +15,7 @@ libxi (2:1.1.4-2) UNRELEASED; urgency=low
   * Wrap build-deps in debian/control.
   * Build-depend on automake and libtool, run autoreconf on build, and allow
 parallel builds.
+  * Bump libxi-dev's dependency on x11proto-input-dev to 1.5 as well.
 
   [ Brice Goglin ]
   * Add a link to www.X.org in the long description.
diff --git a/debian/control b/debian/control
index c4a14bb..a7ddf3b 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,7 @@ Description: X11 Input extension library (debug package)
 Package: libxi-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-input-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-input-dev (= 1.5)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Input extension library (development headers)
  libXi provides an X Window System client interface to the XINPUT


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



libxi: Changes to 'debian-experimental'

2008-12-19 Thread Julien Cristau
 debian/changelog  |6 +
 debian/libxi6.symbols |   55 ++
 2 files changed, 61 insertions(+)

New commits:
commit e0c3b107aac7b9b6222890ca36f0f2090302c5a1
Author: Julien Cristau jcris...@debian.org
Date:   Fri Dec 19 16:30:28 2008 +0100

Add symbols file.

diff --git a/debian/changelog b/debian/changelog
index 5a911fd..e7fa55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxi (2:1.2.0-2) UNRELEASED; urgency=low
+
+  * Add symbols file.
+
+ -- Julien Cristau jcris...@debian.org  Fri, 19 Dec 2008 16:26:53 +0100
+
 libxi (2:1.2.0-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/libxi6.symbols b/debian/libxi6.symbols
new file mode 100644
index 000..e9c7917
--- /dev/null
+++ b/debian/libxi6.symbols
@@ -0,0 +1,55 @@
+libXi.so.6 libxi6 #MINVER#
+ xallowdeviceeve...@base 0
+ xchangedevicecont...@base 0
+ xchangedevicedontpropagatel...@base 0
+ xchangedevicekeymapp...@base 0
+ xchangedeviceprope...@base 2:1.2.0
+ xchangefeedbackcont...@base 0
+ xchangekeyboarddev...@base 0
+ xchangepointerdev...@base 0
+ xclosedev...@base 0
+ xdeletedeviceprope...@base 2:1.2.0
+ xdeviceb...@base 0
+ xfreedevicecont...@base 0
+ xfreedevicel...@base 0
+ xfreedevicemotioneve...@base 0
+ xfreedevicest...@base 0
+ xfreefeedbackl...@base 0
+ xgetdevicebuttonmapp...@base 0
+ xgetdevicecont...@base 0
+ xgetdevicedontpropagatel...@base 0
+ xgetdevicefo...@base 0
+ xgetdevicekeymapp...@base 0
+ xgetdevicemodifiermapp...@base 0
+ xgetdevicemotioneve...@base 0
+ xgetdeviceprope...@base 2:1.2.0
+ xgetextensionvers...@base 0
+ xgetfeedbackcont...@base 0
+ xgetselectedextensioneve...@base 0
+ xgrabdev...@base 0
+ xgrabdevicebut...@base 0
+ xgrabdevice...@base 0
+ xinput_find_disp...@base 0
+ xlistdevicepropert...@base 2:1.2.0
+ xlistinputdevi...@base 0
+ xopendev...@base 0
+ xquerydevicest...@base 0
+ xselectextensionev...@base 0
+ xsendextensionev...@base 0
+ xsetdevicebuttonmapp...@base 0
+ xsetdevicefo...@base 0
+ xsetdevicem...@base 0
+ xsetdevicemodifiermapp...@base 0
+ xsetdevicevaluat...@base 0
+ xungrabdev...@base 0
+ xungrabdevicebut...@base 0
+ xungrabdevice...@base 0
+ _xicheckexti...@base 0
+ _xieventtow...@base 0
+ _xigetdevicepresencenotifyev...@base 2:1.1.2
+ _xigetextensionvers...@base 0
+ _xibadcl...@base 0
+ _xibaddev...@base 0
+ _xibadev...@base 0
+ _xibadm...@base 0
+ _xideviceb...@base 0


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



libxi: Changes to 'debian-experimental'

2008-12-03 Thread Timo Aaltonen
 .gitignore   |1 
 ChangeLog|  104 
 INSTALL  |  236 
 Makefile.in  |  668 -
 aclocal.m4   | 7884 --
 config.guess | 1500 --
 config.sub   | 1608 --
 configure|20985 ---
 configure.ac |4 
 debian/changelog |   54 
 debian/control   |   27 
 debian/copyright |3 
 debian/rules |   24 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  168 
 debian/xsfbs/xsfbs.sh|  396 
 depcomp  |  530 
 install-sh   |  323 
 ltmain.sh| 6871 
 man/Makefile.am  |   15 
 man/Makefile.in  |  544 -
 man/XGetDeviceProperty.man   |  191 
 man/XGrabDeviceKey.man   |1 
 man/XListDeviceProperties.man|   95 
 man/XListInputDevices.man|5 
 missing  |  360 
 mkinstalldirs|  158 
 src/Makefile.am  |4 
 src/Makefile.in  |  587 -
 src/XChDProp.c   |  106 
 src/XChgDCtl.c   |   13 
 src/XDelDProp.c  |   64 
 src/XExtInt.c|   21 
 src/XGMotion.c   |2 
 src/XGetDCtl.c   |   12 
 src/XGetDProp.c  |  139 
 src/XGtSelect.c  |4 
 src/XListDProp.c |   84 
 src/XStFocus.c   |2 
 src/config.h.in  |9 
 40 files changed, 1215 insertions(+), 42737 deletions(-)

New commits:
commit bf1a000c4ba7ff907b5b0fe7ec55fcfa75aebebc
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Dec 3 10:10:37 2008 +0200

Bump x11proto-input-dev build-dep to 1.5.

diff --git a/debian/changelog b/debian/changelog
index b793af0..1272ec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxi (2:1.2.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control:
+- Bump x11proto-input-dev build-dep to 1.5.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 03 Dec 2008 10:09:00 +0200
+
 libxi (2:1.1.4-2) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index bda63f4..c4a14bb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),
  libxext-dev (= 1:0.99.1),
- x11proto-input-dev (= 1.4),
+ x11proto-input-dev (= 1.5),
  pkg-config,
  quilt,
  xutils-dev,

commit 2d586065649304b2864afddee6f6225a4a61a0c9
Author: Peter Hutterer [EMAIL PROTECTED]
Date:   Wed Dec 3 12:50:45 2008 +1000

libXi 1.2.0

Requires inputproto 1.5.0 or later.

diff --git a/configure.ac b/configure.ac
index b02c5e8..aded614 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 
-AC_INIT(libXi, 1.1.99.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
+AC_INIT(libXi, 1.2.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 
@@ -15,7 +15,7 @@ AC_PROG_CC
 AC_PROG_LIBTOOL
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto = 1.4)
+PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto = 1.5)
 AC_SUBST(XI_CFLAGS)
 AC_SUBST(XI_LIBS)
 

commit 1b8337e4e0d702341fb45338740c0da216aa766b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Nov 17 03:38:33 2008 +0100

run autoreconf at build time, and allow parallel builds

Build-depend on automake and libtool, run autoreconf on build,
and allow parallel builds using DEB_BUILD_OPTIONS='parallel=N'

diff --git a/debian/changelog b/debian/changelog
index f82e332..b793af0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libxi (2:1.1.4-2) UNRELEASED; urgency=low
   * Drop the XS- prefix from Vcs-* control fields.
   * libxi6{,-dbg} don't need to depend on x11-common.
   * Wrap build-deps in debian/control.
+  * Build-depend on automake and libtool, run autoreconf on build, and allow
+parallel builds.
 
   [ Brice Goglin ]
   * Add a link to www.X.org in the long description.
diff --git a/debian/control b/debian/control
index 148d6c9..bda63f4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Build-Depends:
  x11proto-input-dev (= 1.4),
  pkg-config,
  quilt,
- xutils-dev
+ xutils-dev,
+ automake,
+ libtool
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxi
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxi.git
diff --git a/debian/rules b/debian/rules
index 7e38d55..b65f619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ 

libxi: Changes to 'debian-experimental'

2008-12-03 Thread Timo Aaltonen
 debian/changelog |4 +++-
 debian/rules |2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 9c1742d7ac84548b50d184d46e59f392b7ac4acf
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Wed Dec 3 19:21:54 2008 +0200

Bump the shlibs for libxi6.

diff --git a/debian/changelog b/debian/changelog
index 1272ec1..accfb98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ libxi (2:1.2.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * debian/control:
 - Bump x11proto-input-dev build-dep to 1.5.
+  * debian/rules:
+- Bump the shlibs for libxi6.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 03 Dec 2008 10:09:00 +0200
+ -- Timo Aaltonen [EMAIL PROTECTED]  Wed, 03 Dec 2008 19:21:26 +0200
 
 libxi (2:1.1.4-2) UNRELEASED; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b65f619..493e832 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ binary-arch: build install
dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress
dh_fixperms
-   dh_makeshlibs
+   dh_makeshlibs -V'libxi6 (= 2:1.2.0)'
dh_shlibdeps
dh_installdeb
dh_gencontrol


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



libxi: Changes to 'debian-experimental'

2007-03-05 Thread Julien Cristau
 ChangeLog|   22 
 Makefile.am  |2 
 Makefile.in  |2 
 debian/changelog |8 +
 debian/patches/00_upstream_002_XiCheckExtInit_unlockdisplay.diff |   45 
--
 debian/patches/series|1 
 src/XExtInt.c|   20 ++--
 7 files changed, 45 insertions(+), 55 deletions(-)

New commits:
commit 1609b6fa7008472348ab257ed0952f9caec2c781
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 5 17:01:36 2007 +0100

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 70bef32..dbb3915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxi (1:1.1.0-2) UNRELEASED; urgency=low
+libxi (1:1.1.0-2) experimental; urgency=low
 
   * Pull fixes from upstream git.
 + remove patch 00_upstream_002_XiCheckExtInit_unlockdisplay.diff applied
   upstream.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri,  9 Feb 2007 16:45:03 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Mon,  5 Mar 2007 16:59:33 +0100
 
 libxi (1:1.1.0-1) experimental; urgency=low
 

commit 9c69ba323c369ab8c8e56d54045e2c7196832978
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 5 16:55:43 2007 +0100

Update upstream changelog.

diff --git a/ChangeLog b/ChangeLog
index 32a92df..a4aead8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+commit c8696a5230c565f8999fea136a85a875b04e7b9a
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Dec 6 18:56:56 2006 +0200
+
+Makefile.am: make ChangeLog hook safer
+
+Make ChangeLog hook as safe as possible.
+
+commit 60dccd9a7be95e35b4b8c90934888efedfde84cc
+Author: Jamey Sharp [EMAIL PROTECTED]
+Date:   Sun Nov 19 01:04:26 2006 -0800
+
+Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases.
+
+commit 41710257257939b181a1615937610550b40621b9
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Nov 8 16:19:58 2006 +0200
+
+DevicePresenceNotify: remove verbosity, fill out all fields
+Don't throw a printf every time we get a DPN, and fill in all the fields
+when copying the structure.
+
 commit eeebae55766bd4c0121479a7b7188d6a0545f66c
 Author: Daniel Stone [EMAIL PROTECTED]
 Date:   Sat Oct 21 12:08:21 2006 +0300

commit 9578c2898933aa4d8462a81cea7c4967d9dfdc49
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Feb 9 16:51:21 2007 +0100

autoreconf

diff --git a/Makefile.in b/Makefile.in
index eecad18..b1de719 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -660,7 +660,7 @@ uninstall-info: uninstall-info-recursive
 .PHONY: ChangeLog
 
 ChangeLog:
-   GIT_DIR=${srcdir}/.git git-log  ChangeLog
+   (GIT_DIR=$(top_srcdir)/.git git-log  .changelog.tmp  mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' 2)
 
 dist-hook: ChangeLog
 # Tell versions [3.59,3.63) of GNU make to not export all variables.

commit 7a65f974ab066b8177eac93950c3829e8006962c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Feb 9 16:46:06 2007 +0100

Delete patch applied upstream.

diff --git a/debian/changelog b/debian/changelog
index cb14d72..70bef32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxi (1:1.1.0-2) UNRELEASED; urgency=low
+
+  * Pull fixes from upstream git.
++ remove patch 00_upstream_002_XiCheckExtInit_unlockdisplay.diff applied
+  upstream.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri,  9 Feb 2007 16:45:03 +0100
+
 libxi (1:1.1.0-1) experimental; urgency=low
 
   * Adjust Section values to what the override says.
diff --git a/debian/patches/00_upstream_002_XiCheckExtInit_unlockdisplay.diff 
b/debian/patches/00_upstream_002_XiCheckExtInit_unlockdisplay.diff
deleted file mode 100644
index 515ccb8..000
--- a/debian/patches/00_upstream_002_XiCheckExtInit_unlockdisplay.diff
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Jamey Sharp [EMAIL PROTECTED]
-Date: Sun, 19 Nov 2006 09:04:26 + (-0800)
-Subject: Bug #8663: _XiCheckExtInit must drop the Display lock in all error 
cases.
-X-Git-Url: 
http://gitweb.freedesktop.org/?p=xorg/lib/libXi.git;a=commitdiff;h=60dccd9a7be95e35b4b8c90934888efedfde84cc
-
-Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases.

-
 a/src/XExtInt.c
-+++ b/src/XExtInt.c
-@@ -80,9 +80,6 @@ typedef struct _XInputData
- XExtensionVersion *vers;
- } XInputData;
- 
--#define XInputCheckExtension(dpy,i,val) \
--  XextCheckExtension (dpy, i, xinput_extension_name, val)
--
- static /* const */ XExtensionHooks xinput_extension_hooks = {
- NULL, /* create_gc */
- NULL, /* copy_gc */
-@@ -183,6 +180,12 @@ _xidevicebusy(dpy, error)
- *error = info-codes-first_error + XI_DeviceBusy;
- }
- 
-+static int 

libxi: Changes to 'debian-experimental'

2007-03-05 Thread Julien Cristau
 debian/changelog |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8c2aed06c066ed6500714fad8252babc9b5d12c3
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 5 17:26:19 2007 +0100

* Bump epoch to 2 so ubuntu can sync this package.

diff --git a/debian/changelog b/debian/changelog
index dbb3915..8cfa5b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libxi (1:1.1.0-2) experimental; urgency=low
+libxi (2:1.1.0-2) experimental; urgency=low
 
   * Pull fixes from upstream git.
 + remove patch 00_upstream_002_XiCheckExtInit_unlockdisplay.diff applied
   upstream.
+  * Bump epoch to 2 so ubuntu can sync this package.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon,  5 Mar 2007 16:59:33 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Mon,  5 Mar 2007 17:24:20 +0100
 
 libxi (1:1.1.0-1) experimental; urgency=low
 


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



libxi: Changes to 'debian-experimental'

2007-02-09 Thread Julien Cristau
 debian/changelog |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c7d7135db44cb78fbb7fd4d3b749c048314a0758
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Feb 9 12:37:49 2007 +0100

Prepare changelog for upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 55d8d3e..cb14d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxi (1:1.1.0-1) UNRELEASED; urgency=low
+libxi (1:1.1.0-1) experimental; urgency=low
 
   * Adjust Section values to what the override says.
   * Update location of upstream repository from CVS to git in the long
@@ -9,7 +9,7 @@ libxi (1:1.1.0-1) UNRELEASED; urgency=lo
   * Install the upstream changelog.
   * Add XS-Vcs-Git header in debian/control.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sat,  3 Feb 2007 21:20:49 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Fri,  9 Feb 2007 12:34:51 +0100
 
 libxi (1:1.0.1-4) unstable; urgency=low
 


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



Re: libxi: Changes to 'debian-experimental'

2007-02-06 Thread David Martínez Moreno
El lunes, 5 de febrero de 2007 19:05, Julien Cristau escribió:
 On Mon, Feb  5, 2007 at 18:29:04 +0100, David Martínez Moreno wrote:
  Oh, and take care of the urgency, it is 'lo' now instead of 'low'.

 It is already low.

I guessed, but the output from git-diff is strange.

  Waitaminute...what is that format? After the last @@ (in the diff
  header) there should be no trailing characters.

 This is the format generated by git-diff, and it works just fine.

Because if I recall right, diff throws any trailing characters after 
@@.  
Strange.

 PS: please don't cc me, and wrap your lines at ~72 characters.

Sorry for Cc:'ing you, and about the long lines, it was done completely 
on 
purpose, only to show an unwrapped diff.

Best regards,


Ender.
-- 
- What's your number?
- Two-Delta!
-- Ed and Jordan Two Delta (The Island).
--
Desarrollador de Debian
Debian developer


pgphjUDs6jwPK.pgp
Description: PGP signature


Re: libxi: Changes to 'debian-experimental'

2007-02-06 Thread Julien Cristau
On Tue, Feb  6, 2007 at 13:45:32 +0100, David Martínez Moreno wrote:

 Waitaminute...what is that format? After the last @@ (in the diff
   header) there should be no trailing characters.
 
  This is the format generated by git-diff, and it works just fine.
 
   Because if I recall right, diff throws any trailing characters
   after @@.  Strange.
 
I think the output of diff -p is similar.

Cheers,
Julien



Re: libxi: Changes to 'debian-experimental'

2007-02-05 Thread David Martínez Moreno
El sábado, 3 de febrero de 2007 21:23, Julien Cristau escribió:
  debian/changelog |4 ++--
  debian/control   |2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)

 New commits:
 commit b422e54151c24cecc0a6611607e479988a8eee0a
 Author: Julien Cristau [EMAIL PROTECTED]
 Date:   Sat Feb 3 21:23:19 2007 +0100

 libxi-dev doesn't actually need a newer version of the protocol
 headers. Revert libxi-dev dependency on x11proto-input-dev to an
 unversioned dependency, since the headers and pkg-config file didn't
 change.

 diff --git a/debian/changelog b/debian/changelog
 index 6cf9186..55d8d3e 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -5,11 +5,11 @@ libxi (1:1.1.0-1) UNRELEASED; urgency=lo
  descriptions.
* New upstream release.
  + Drop patches applied upstream
 -+ Bump (build-)dependency on x11proto-input-dev to = 1.4.
 ++ Bump build-dependency on x11proto-input-dev to = 1.4.
* Install the upstream changelog.
* Add XS-Vcs-Git header in debian/control.

 - -- Julien Cristau [EMAIL PROTECTED]  Wed, 31 Jan 2007
 09:21:46 +0100 + -- Julien Cristau [EMAIL PROTECTED]  Sat,  3
 Feb 2007 21:20:49 +0100

  libxi (1:1.0.1-4) unstable; urgency=low

 diff --git a/debian/control b/debian/control
 index d34e22e..17942f7 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -52,7 +52,7 @@ Description: X11 Input extension library
  Package: libxi-dev
  Section: libdevel
  Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
 libx11-dev, libxext-dev, x11proto-input-dev (= 1.4)
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
 libx11-dev, libxext-dev, x11proto-input-dev
  Pre-Depends: x11-common (= 1:7.0.0) 
  Description: X11 Input extension library (development headers)
   libXi provides an X Window System client interface to the XINPUT

Hello, do you know that diff is 'inverted'?  I mean, the modified
version seems to be the old one, doesn't it?

Best regards,


Ender.
-- 
I don't like this ending.
-- The Duke (Moulin Rouge!).
--
Desarrollador de Debian
Debian developer


pgpM2CSdqibkc.pgp
Description: PGP signature


Re: libxi: Changes to 'debian-experimental'

2007-02-05 Thread Julien Cristau
On Mon, Feb  5, 2007 at 17:39:39 +0100, David Martínez Moreno wrote:

  diff --git a/debian/control b/debian/control
  index d34e22e..17942f7 100644
  --- a/debian/control
  +++ b/debian/control
  @@ -52,7 +52,7 @@ Description: X11 Input extension library
   Package: libxi-dev
   Section: libdevel
   Architecture: any
  -Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
  libx11-dev, libxext-dev, x11proto-input-dev (= 1.4)
  +Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
  libx11-dev, libxext-dev, x11proto-input-dev
   Pre-Depends: x11-common (= 1:7.0.0) 
   Description: X11 Input extension library (development headers)
libXi provides an X Window System client interface to the XINPUT
 
   Hello, do you know that diff is 'inverted'?  I mean, the modified
 version seems to be the old one, doesn't it?
 
I added a versioned dependency in an earlier commit, and then rechecked
the code, and the versioned dependency doesn't seem to be needed.  The
configure script for libxi checks for a newer version of the protocol
headers, so the versioned build-dep is needed, but at run time I didn't
find anything requiring the newer headers, so I reverted to an
unversioned depends.
I might be wrong though, so if someone says that libxi-dev actually
needs x11proto-input-dev = 1.4, then I'll happily revert this.

Cheers,
Julien


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



Re: libxi: Changes to 'debian-experimental'

2007-02-05 Thread David Martínez Moreno
El lunes, 5 de febrero de 2007 17:49, Julien Cristau escribió:
  Hello, do you know that diff is 'inverted'?  I mean, the modified
  version seems to be the old one, doesn't it?

 I added a versioned dependency in an earlier commit, and then rechecked
 the code, and the versioned dependency doesn't seem to be needed.  The
 configure script for libxi checks for a newer version of the protocol
 headers, so the versioned build-dep is needed, but at run time I didn't
 find anything requiring the newer headers, so I reverted to an
 unversioned depends.
 I might be wrong though, so if someone says that libxi-dev actually
 needs x11proto-input-dev = 1.4, then I'll happily revert this.

Ah, sorry, then, but in this case, why is the line in the changelog 
yet?:

--- a/debian/changelog
+++ b/debian/changelog
@@ -5,11 +5,11 @@ libxi (1:1.1.0-1) UNRELEASED; urgency=lo
descriptions.
* New upstream release.
+ Drop patches applied upstream
- + Bump (build-)dependency on x11proto-input-dev to = 1.4.
+ + Bump build-dependency on x11proto-input-dev to = 1.4.
* Install the upstream changelog.
* Add XS-Vcs-Git header in debian/control.
- -- Julien Cristau [EMAIL PROTECTED] Wed, 31 Jan 2007 09:21:46 +0100
+ -- Julien Cristau [EMAIL PROTECTED] Sat, 3 Feb 2007 21:20:49 +0100

Oh, and take care of the urgency, it is 'lo' now instead of 'low'.

Waitaminute...what is that format? After the last @@ (in the diff 
header)
there should be no trailing characters.

Best regards,


Ender.
-- 
En la noche de tu sangre los glóbulos son estrellas, cometas los hematíes y
planetas los átomos de hierro.
-- La palmera transparente (Mario Satz)
--
Desarrollador de Debian
Debian developer


pgpnmbNG7ODLr.pgp
Description: PGP signature


Re: libxi: Changes to 'debian-experimental'

2007-02-05 Thread Julien Cristau
On Mon, Feb  5, 2007 at 18:29:04 +0100, David Martínez Moreno wrote:

   Ah, sorry, then, but in this case, why is the line in the changelog 
 yet?:
 
Because, as I said, there is still a versioned build-dep.

   Oh, and take care of the urgency, it is 'lo' now instead of 'low'.

It is already low.
 
   Waitaminute...what is that format? After the last @@ (in the diff 
 header)
 there should be no trailing characters.
 
This is the format generated by git-diff, and it works just fine.

Cheers,
Julien

PS: please don't cc me, and wrap your lines at ~72 characters.



libxi: Changes to 'debian-experimental'

2007-02-03 Thread Julien Cristau
 debian/changelog |4 ++--
 debian/control   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b422e54151c24cecc0a6611607e479988a8eee0a
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sat Feb 3 21:23:19 2007 +0100

libxi-dev doesn't actually need a newer version of the protocol headers.
Revert libxi-dev dependency on x11proto-input-dev to an unversioned
dependency, since the headers and pkg-config file didn't change.

diff --git a/debian/changelog b/debian/changelog
index 6cf9186..55d8d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,11 +5,11 @@ libxi (1:1.1.0-1) UNRELEASED; urgency=lo
 descriptions.
   * New upstream release.
 + Drop patches applied upstream
-+ Bump (build-)dependency on x11proto-input-dev to = 1.4.
++ Bump build-dependency on x11proto-input-dev to = 1.4.
   * Install the upstream changelog.
   * Add XS-Vcs-Git header in debian/control.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 31 Jan 2007 09:21:46 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Sat,  3 Feb 2007 21:20:49 +0100
 
 libxi (1:1.0.1-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d34e22e..17942f7 100644
--- a/debian/control
+++ b/debian/control
@@ -52,7 +52,7 @@ Description: X11 Input extension library
 Package: libxi-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-input-dev (= 1.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-input-dev
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Input extension library (development headers)
  libXi provides an X Window System client interface to the XINPUT


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



libxi: Changes to 'debian-experimental'

2007-01-31 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit 40027990f055c2a2677059f56e258c55991ed47e
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:22:09 2007 +0100

* Add XS-Vcs-Git header in debian/control.

commit 7b8056d00ef4b70ac24ad15687a875ceeb953371
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:20:05 2007 +0100

Add and install the upstream changelog.

commit b922e45ead659bea90a84e3b01c8ffdd32e5e03d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:14:07 2007 +0100

autoreconf

commit 90a03a4361b7c011752a16aff753b7f4ad3783b5
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:10:06 2007 +0100

  + Bump (build-)dependency on x11proto-input-dev to = 1.4.

commit 39a2eba10b9f8927ecad54015ca3d27d7cf6f405
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:08:09 2007 +0100

Drop patches applied upstream.

commit 7147d1ec01d3033d60c09cbdfd8237b4df6d348d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:06:15 2007 +0100

Add copy of xsfbs.

commit 64e86acd2d6fd7db29721a68045d2910c08de484
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 09:02:32 2007 +0100

New upstream release (libXi 1.1.0).

commit 2a734c8476021055130f89a7edc6fc51b41e32e2
Merge: cb46496066071d052c029ba696b0b4a6a1ac9a5a 
eeebae55766bd4c0121479a7b7188d6a0545f66c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 08:58:56 2007 +0100

Merge branch 'upstream-experimental' into debian-experimental

commit cb46496066071d052c029ba696b0b4a6a1ac9a5a
Merge: 880dbd13a432bd2a9714cc89bd58e446bba4d860 
5693a8da9bdf553e1c9a8ebd50d0d75018cc5c0e
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jan 31 08:57:46 2007 +0100

Merge branch 'upstream-experimental' into debian-experimental

Conflicts:

COPYING
Makefile.am
man/Makefile.am
src/Makefile.am


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