Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits: 3143116e by Timo Aaltonen at 2020-11-23T13:35:24+02:00 control, rules: Enable building debug-gui and tests, add check and libgtk-3-dev to build-depends. (Closes: #975528) - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libinput (1.16.3-2) UNRELEASED; urgency=medium + + * control, rules: Enable building debug-gui and tests, add check and + libgtk-3-dev to build-depends. (Closes: #975528) + + -- Timo Aaltonen <[email protected]> Mon, 23 Nov 2020 13:26:30 +0200 + libinput (1.16.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -7,6 +7,8 @@ Build-Depends: debhelper-compat (= 12), meson, pkg-config, + check, + libgtk-3-dev, libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 0.4), ===================================== debian/rules ===================================== @@ -2,9 +2,7 @@ override_dh_auto_configure: dh_auto_configure -- \ - -Ddebug-gui=false \ -Ddocumentation=false \ - -Dtests=false \ -Dudev-dir=/lib/udev override_dh_install: View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/commit/3143116e09466f808c0c4fab0b8429df72b4dce0 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/commit/3143116e09466f808c0c4fab0b8429df72b4dce0 You're receiving this email because of your account on salsa.debian.org.

