Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
control: Fix libinput-tools to depend on python3-libevdev instead of -evdev. (LP: #1846323)
· 2648fa21
Timo Aaltonen
authored
Oct 02, 2019
2648fa21
release to sid
· 29455ecf
Timo Aaltonen
authored
Oct 02, 2019
29455ecf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
29455ecf
libinput (1.14.1-2) unstable; urgency=medium
* control: Fix libinput-tools to depend on python3-libevdev instead of
-evdev. (LP: #1846323)
-- Timo Aaltonen <tjaalton@debian.org> Wed, 02 Oct 2019 16:49:51 +0300
libinput (1.14.1-1) unstable; urgency=medium
* New upstream release.
...
...
debian/control
View file @
29455ecf
...
...
@@ -95,7 +95,7 @@ Depends:
${shlibs:Depends},
${misc:Depends},
python3,
python3-evdev,
python3-
lib
evdev,
python3-pyudev,
Description: input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and
...
...