debian/changelog | 7 +++++++ debian/control | 2 ++ 2 files changed, 9 insertions(+)
New commits: commit a9d1e44951ef0791bad77eb0b2b1cffe3c3c1f36 Author: Timo Aaltonen <[email protected]> Date: Fri Mar 11 20:58:56 2016 +0200 control: Update the description to mention that this driver can replace -evdev and -synaptics. diff --git a/debian/changelog b/debian/changelog index 74d7f1c..cee951b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-input-libinput (0.17.0-2) UNRELEASED; urgency=medium + + * control: Update the description to mention that this driver can + replace -evdev and -synaptics. + + -- Timo Aaltonen <[email protected]> Fri, 11 Mar 2016 20:58:50 +0200 + xserver-xorg-input-libinput (0.17.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 6869b8f..7fd8cd7 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,8 @@ Provides: ${xinpdriver:Provides} Description: X.Org X server -- libinput input driver This package provides the driver for input devices using libinput library. + It can handle keyboards, mice and touchpads, and essentially replaces the + separate -evdev and -synaptics drivers. . More information about X.Org can be found at: <URL:http://www.X.org>

