Tag 'xserver-xorg-input-joystick-1_1.4.1-1' created by Brice Goglin <bgog...@debian.org> at 2009-04-15 11:22 +0000
Tagging upload of xserver-xorg-input-joystick 1:1.4.1-1 to unstable. Changes since xserver-xorg-input-joystick-1_1.4.0-1: Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Brice Goglin (3): Merge tag 'xf86-input-joystick-1.4.1' into debian-unstable New upstream release Prepare changelog for upload Paulo Cesar Pereira de Andrade (2): Janitor: make distcheck, .gitignore. Janitor: gcc 4.5 and sparse warnings. Sascha Hlusiak (15): Fix build on master. All hail XKB! Use InitKeyboardDeviceStruct instead of nonexistant XkbInitKeyboardDeviceStruct Fix for sparse warning of uninitialized variable Don't set axis.oldvalue in backend Add PWM key generation when axis in accelerated mode Support for float properties Comment float properties in joystick-properties.h Fix build on FreeBSD with USB2 Mention PWM mode in man page Merge branch 'master' of sascha:develop/xorg/xf86-input-joystick Missing initialization of button amplify Merge branch 'pwm' Fix compiler warning about stray INT8-CARD8 conversion Bump 1.4.1 Fail configure on xorg-server >= 1.6.99 --- .gitignore | 4 ChangeLog | 156 +++++++++++++++++++++++++++++++++++++ Makefile.am | 8 - README | 20 ++++ configure.ac | 26 ++++-- debian/changelog | 6 + include/joystick-properties.h | 4 man/.gitignore | 3 man/joystick.man | 8 + src/.gitignore | 6 - src/Makefile.am | 2 src/backend_bsd.c | 6 - src/backend_evdev.c | 4 src/backend_joystick.c | 4 src/jstk.c | 27 +++--- src/jstk.h | 4 src/jstk_axis.c | 173 +++++++++++++++++++++++++++++++++++++++++- src/jstk_axis.h | 1 src/jstk_key.c | 26 +++++- src/jstk_options.c | 2 src/jstk_properties.c | 66 ++++++++++++++-- 21 files changed, 492 insertions(+), 64 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org