debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 02ae78255e2191b7b2c0f0b70a226790a1ab32cb Author: Timo Aaltonen <tjaal...@debian.org> Date: Fri May 13 13:31:50 2016 +0300
relax depends on libinput-bin diff --git a/debian/control b/debian/control index 206eb79..bf0e421 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libinput-bin (= ${binary:Version}), + libinput-bin (>= ${binary:Version}), Description: input device management and event handling library - shared library libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.