[ubuntu/oneiric] xserver-xorg-input-synaptics 1.4.1-1ubuntu1 (Accepted)
Timo Aaltonen
tjaalton at ubuntu.com
Tue Jul 5 13:45:19 UTC 2011
xserver-xorg-input-synaptics (1.4.1-1ubuntu1) oneiric; urgency=low
* Merge from Debian unstable, remaining changes:
- 101_resolution_detect_option.patch:
+ Provide an option to prevent synaptics from communicating the
touchpad size to the xserver. (LP: 327428)
- 103_enable_cornertapping.patch:
+ Enable right/middle clicks by tapping in the bottom- and top-right
corners.
- 104_always_enable_tapping.patch:
+ Enable tapping regardless of the presence of physical buttons.
- 106_always_enable_vert_edge_scroll.patch:
+ Enable vertical edge tapping by default even if we enable two-finger
scrolling as well.
- 115_evdev_only.patch:
+ Only bind to /dev/input/event* evdev devices (LP 624985)
- 116_xi2_1.patch:
- 117_gestures.patch:
+ multitouch and uTouch gesture support
- 118_quell_error_msg.patch:
+ Don't print error "Unable to find a synaptics device" when used
on system that doesn't have a touchpad anyway. (LP: 716712)
- 119_active_area_touches.patch:
- 120_active_touches_num_fingers.patch:
- 121_semi-mt_num_fingers.patch:
+ Fix handling for SemiMultitouch trackpads with integrated buttons
(LP: 736523)
- 122_revert_pressure_finger_default.patch:
+ Fix spurious right click events on some trackpads (LP: 742213)
- 123_order_ProcessTouch_for_numFingers.patch:
+ Fix jumpy cursor on multitouch trackpads (LP: 751525)
- 124_syndaemon_events.patch:
+ Drain spurious events from XRecord connection as a work around
for a buggy X server. (LP: 754470)
- debian/control:
+ Add depends on libmtdev and libutouch-grail
+ Build-depend on multitouch-enabled inputproto.
+ Depend on multitouch-enabled xserver.
+ Depend on udev.
+ Move libxtst-dev to Build-Conflicts so syndaemon does not use XRecord,
preventing a wide range of crashes in _CallCallbacks. (LP: 774978)
- debian/gbp.conf:
+ Specify ‘ubuntu’ branch.
- debian/local/51-synaptics-quirks.conf:
+ Split out our synaptics quirks into 51-synaptics-quirks.conf
- debian/local/66-xorg-synaptics.rules:
+ Add the udev rule back for tagging specific machines to be quirked.
- debian/xserver-xorg-input-synaptics.postinst.in:
+ Trigger udev to pick up new udev rules
* Drop 114_jumpy_cursor_first_part.patch, fixed upstream.
* Update 115_evdev_only.patch to apply.
* Update 117_gestures.patch to apply.
xserver-xorg-input-synaptics (1.4.1-1) unstable; urgency=low
* New upstream release:
- Fix some typos in documentation (Closes: #622663).
- Fix “syndaemon consumes 100% CPU” (LP: #754470).
* Bump Standards-Version to 3.9.2 (no changes).
* Refresh patch:
- 02-do-not-use-synaptics-for-keyboards.patch to cope with the lines
removed in d25ba5e11d.
* Drop patch:
- 03-man-no-hal.patch, superseded by upstream commit e49d5d07c7.
xserver-xorg-input-synaptics (1.4.0-1) unstable; urgency=low
* New upstream release:
+ Fix the FTBFS on GNU/kFreeBSD.
xserver-xorg-input-synaptics (1.3.99.901-1) unstable; urgency=low
* New upstream release.
* Disable patch: 01-synaptics-dont-grab-if-not-on-current-VT.patch (no
longer applies, needs to be sent/discussed upstream anyway).
xserver-xorg-input-synaptics (1.3.0-2) unstable; urgency=low
* Switch to Architecture: any, adding armhf support (Closes: #604672).
* Switch to dh:
- Use debhelper 8.
- Use dh-autoreconf.
- Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
debhelper sequence.
* Remove xsfbs accordingly.
* Get rid of xfree86-* packages in Conflicts/Replaces/Provides.
* Bump Standards-Version to 3.9.1 (no changes needed).
Date: Tue, 05 Jul 2011 16:40:31 +0300
Changed-By: Timo Aaltonen <tjaalton at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Timo Aaltonen <timo.aaltonen at canonical.com>
https://launchpad.net/ubuntu/oneiric/+source/xserver-xorg-input-synaptics/1.4.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 05 Jul 2011 16:40:31 +0300
Source: xserver-xorg-input-synaptics
Binary: xserver-xorg-input-synaptics xserver-xorg-input-synaptics-dev
Architecture: source
Version: 1.4.1-1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Timo Aaltonen <tjaalton at ubuntu.com>
Description:
xserver-xorg-input-synaptics - Synaptics TouchPad driver for X.Org server
xserver-xorg-input-synaptics-dev - Synaptics TouchPad driver for X.Org server (development headers)
Closes: 604672 622663
Launchpad-Bugs-Fixed: 754470
Changes:
xserver-xorg-input-synaptics (1.4.1-1ubuntu1) oneiric; urgency=low
.
* Merge from Debian unstable, remaining changes:
- 101_resolution_detect_option.patch:
+ Provide an option to prevent synaptics from communicating the
touchpad size to the xserver. (LP: 327428)
- 103_enable_cornertapping.patch:
+ Enable right/middle clicks by tapping in the bottom- and top-right
corners.
- 104_always_enable_tapping.patch:
+ Enable tapping regardless of the presence of physical buttons.
- 106_always_enable_vert_edge_scroll.patch:
+ Enable vertical edge tapping by default even if we enable two-finger
scrolling as well.
- 115_evdev_only.patch:
+ Only bind to /dev/input/event* evdev devices (LP 624985)
- 116_xi2_1.patch:
- 117_gestures.patch:
+ multitouch and uTouch gesture support
- 118_quell_error_msg.patch:
+ Don't print error "Unable to find a synaptics device" when used
on system that doesn't have a touchpad anyway. (LP: 716712)
- 119_active_area_touches.patch:
- 120_active_touches_num_fingers.patch:
- 121_semi-mt_num_fingers.patch:
+ Fix handling for SemiMultitouch trackpads with integrated buttons
(LP: 736523)
- 122_revert_pressure_finger_default.patch:
+ Fix spurious right click events on some trackpads (LP: 742213)
- 123_order_ProcessTouch_for_numFingers.patch:
+ Fix jumpy cursor on multitouch trackpads (LP: 751525)
- 124_syndaemon_events.patch:
+ Drain spurious events from XRecord connection as a work around
for a buggy X server. (LP: 754470)
- debian/control:
+ Add depends on libmtdev and libutouch-grail
+ Build-depend on multitouch-enabled inputproto.
+ Depend on multitouch-enabled xserver.
+ Depend on udev.
+ Move libxtst-dev to Build-Conflicts so syndaemon does not use XRecord,
preventing a wide range of crashes in _CallCallbacks. (LP: 774978)
- debian/gbp.conf:
+ Specify ‘ubuntu’ branch.
- debian/local/51-synaptics-quirks.conf:
+ Split out our synaptics quirks into 51-synaptics-quirks.conf
- debian/local/66-xorg-synaptics.rules:
+ Add the udev rule back for tagging specific machines to be quirked.
- debian/xserver-xorg-input-synaptics.postinst.in:
+ Trigger udev to pick up new udev rules
* Drop 114_jumpy_cursor_first_part.patch, fixed upstream.
* Update 115_evdev_only.patch to apply.
* Update 117_gestures.patch to apply.
.
xserver-xorg-input-synaptics (1.4.1-1) unstable; urgency=low
.
* New upstream release:
- Fix some typos in documentation (Closes: #622663).
- Fix “syndaemon consumes 100% CPU” (LP: #754470).
* Bump Standards-Version to 3.9.2 (no changes).
* Refresh patch:
- 02-do-not-use-synaptics-for-keyboards.patch to cope with the lines
removed in d25ba5e11d.
* Drop patch:
- 03-man-no-hal.patch, superseded by upstream commit e49d5d07c7.
.
xserver-xorg-input-synaptics (1.4.0-1) unstable; urgency=low
.
* New upstream release:
+ Fix the FTBFS on GNU/kFreeBSD.
.
xserver-xorg-input-synaptics (1.3.99.901-1) unstable; urgency=low
.
* New upstream release.
* Disable patch: 01-synaptics-dont-grab-if-not-on-current-VT.patch (no
longer applies, needs to be sent/discussed upstream anyway).
.
xserver-xorg-input-synaptics (1.3.0-2) unstable; urgency=low
.
* Switch to Architecture: any, adding armhf support (Closes: #604672).
* Switch to dh:
- Use debhelper 8.
- Use dh-autoreconf.
- Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
debhelper sequence.
* Remove xsfbs accordingly.
* Get rid of xfree86-* packages in Conflicts/Replaces/Provides.
* Bump Standards-Version to 3.9.1 (no changes needed).
Checksums-Sha1:
fc7b5bbfeb13443432d3a00f168e43d6455ef4dd 1786 xserver-xorg-input-synaptics_1.4.1-1ubuntu1.dsc
09fdf7432e4aa68dc488ce3336d7dc85e9222254 507862 xserver-xorg-input-synaptics_1.4.1.orig.tar.gz
6a7e5756bd0a056278c8ba42b3d3399f680c8af1 46797 xserver-xorg-input-synaptics_1.4.1-1ubuntu1.diff.gz
Checksums-Sha256:
58339da888133575c24b76b93a99c924476777a12cecbb86fc24b048734d2934 1786 xserver-xorg-input-synaptics_1.4.1-1ubuntu1.dsc
94f4ea754d0188da4a157aea5ec012239a5f004effc1b3e62860a4a16169ff69 507862 xserver-xorg-input-synaptics_1.4.1.orig.tar.gz
88b73124da7f1596eb752c9b6c35a113198250bfba07eb220a9a627840e38012 46797 xserver-xorg-input-synaptics_1.4.1-1ubuntu1.diff.gz
Files:
169a5ff52b2ab40d8c8ae42615504102 1786 x11 optional xserver-xorg-input-synaptics_1.4.1-1ubuntu1.dsc
5c677b11cec37e792234753996f969db 507862 x11 optional xserver-xorg-input-synaptics_1.4.1.orig.tar.gz
71ac6358321e26a9039c6f6f33b2ec10 46797 x11 optional xserver-xorg-input-synaptics_1.4.1-1ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4TFLIACgkQCf/ckHZoKjdp9gCfYSg+dtNMYJCUIzMe092w0ESh
qF0AoKjVcKfQ1ZUMaRFp0DtjErj7IxmC
=6jbI
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list