Tag 'xserver-xorg-input-joystick-1_1.4.0-1' created by Julien Cristau <jcris...@debian.org> at 2009-04-09 15:14 +0000
Tagging upload of xserver-xorg-input-joystick 1:1.4.0-1 to unstable. Changes since xserver-xorg-input-joystick-1_1.3.2-1: Brice Goglin (1): Update xsfbs/quilt patching rules to be compatible with the Christoph Brill (1): Make "less joystick.man" work David Nusinow (1): Kill the manifest code. Julien Cristau (21): xsfbs.mk: make 'serverabi' depend on 'install' Remove xsfbs-autoreconf.mk Remove the .pc directory properly xsfbs.sh: add remove_conffile_lookup xsfbs.sh: use 'local' now that policy allows it xsfbs.mk: fix the prepare target for parallel make xsfbs.mk: more parallel make fixing xsfbs.mk: update the list of releases, and drop some unused code xsfbs.mk: make 'log' a separate target xsfbs: add a repack script for uscan xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so xsfbs: repack.sh needs to be executable Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable debian/control: wrap build-depends Run autoreconf on build, allow parallel builds. delete generated files Merge tag 'xf86-input-joystick-1.4.0' into debian-unstable update changelogs Build against xserver 1.6. Use Vcs-* instead of XS-Vcs-*. Prepare changelog for upload Matthieu Herrb (1): Fix check for BSD dev/usb/usbhid.h (needs dev/usb/usb.h). Peter Hutterer (4): Check for XINPUT ABI 3. Fix build. xf86Version.h -> xorgVersion.h Adjust joystick properties to new property API. properties: handle checkonly flag in SetProperty. Sascha Hlusiak (42): Added more examples for the x11_options properties of xorg-server-1.5 Remove stale comment Add support for device properties. Expose device properties for mouse_enabled, keys_enabled and axes deadzones. Add ChangeLog to .gitignore Property support for axis type, axis mapping and button mapping Typo in valid values for property "Generate Key Events" Added valid-values-information to properties Remove duplicated code in jstkInitKeys Adding empty ctrlProc to prevent crashing of X when running without XKB Adding empty ctrlProc to prevent crashing of X when running without XKB Remove duplicated code in jstkInitKeys Add ChangeLog to .gitignore Bump to 1.3.3 Update man page concerning custom driver options through hal make dist hook: git-log > git log Always add second input device for keys only Silence warning about implicit cast Initialize PtrFeedbackClassDeviceStruct for pointer device Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE. Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE. Set type_name of slave keyboard device to XI_JOYSTICK as well. Merge branch 'input-properties' jstk_key.c: missing include Export number of configurable buttons/axes as readonly properties. Probe device once on INIT and re-use found information. Compile fix on BSD Probed number of buttons shall not exceed MAXBUTTONS Save probed number of axes/buttons for joystick backend Exporting num_axes values instead of MAXAXES Do not accept fewer values anymore when setting properties Name all properties uppercase Replace dynamic button map with static one Support for setting Button Number property Do not require randrproto Remove XKB calls since we don't make use of it anyway. Option for per-axis valuators. Defaults to off for all axes. Install joystick-properties.h and xorg-joystick.pc for clients. Rename constants for better distinction Export JSTK_* constants with joystick-properties.h Matched comments in joystick-properties.h with previous commit Prepare for 1.4.0 release --- .gitignore | 2 ChangeLog | 373 Makefile.am | 7 Makefile.in | 684 - aclocal.m4 | 8256 ------------- config.guess | 1526 -- config.h.in | 99 config.sub | 1658 -- config/50-x11-input-joystick.fdi | 41 configure |23416 --------------------------------------- configure.ac | 18 debian/changelog | 10 debian/control | 18 debian/rules | 20 debian/xsfbs/repack.sh | 32 debian/xsfbs/xsfbs-autoreconf.mk | 150 debian/xsfbs/xsfbs.mk | 104 debian/xsfbs/xsfbs.sh | 405 depcomp | 589 include/Makefile.am | 23 include/joystick-properties.h | 123 install-sh | 519 ltmain.sh | 6964 ----------- man/Makefile.in | 424 man/joystick.man | 25 missing | 367 mkinstalldirs | 161 src/Makefile.am | 3 src/Makefile.in | 544 src/backend_bsd.c | 44 src/backend_bsd.h | 6 src/backend_evdev.c | 27 src/backend_evdev.h | 6 src/backend_joystick.c | 26 src/backend_joystick.h | 6 src/jstk.c | 224 src/jstk.h | 51 src/jstk_axis.c | 83 src/jstk_axis.h | 1 src/jstk_key.c | 180 src/jstk_key.h | 4 src/jstk_options.c | 88 src/jstk_options.h | 3 src/jstk_properties.c | 347 src/jstk_properties.h | 31 xorg-joystick.pc.in | 7 46 files changed, 1722 insertions(+), 45973 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org