Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits:
2 changed files:
Changes:
| 1 | +libinput (1.14.1-2) unstable; urgency=medium
 | |
| 2 | + | |
| 3 | +  * control: Fix libinput-tools to depend on python3-libevdev instead of
 | |
| 4 | +    -evdev. (LP: #1846323)
 | |
| 5 | + | |
| 6 | + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 02 Oct 2019 16:49:51 +0300
 | |
| 7 | + | |
| 1 | 8 |  libinput (1.14.1-1) unstable; urgency=medium
 | 
| 2 | 9 |  | 
| 3 | 10 |    * New upstream release.
 | 
| ... | ... | @@ -95,7 +95,7 @@ Depends: | 
| 95 | 95 |   ${shlibs:Depends},
 | 
| 96 | 96 |   ${misc:Depends},
 | 
| 97 | 97 |   python3,
 | 
| 98 | - python3-evdev,
 | |
| 98 | + python3-libevdev,
 | |
| 99 | 99 |   python3-pyudev,
 | 
| 100 | 100 |  Description: input device management and event handling library - command line tools
 | 
| 101 | 101 |   libinput is a library that handles input devices for display servers and
 |