Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits: 3caaf50f by Timo Aaltonen at 2020-12-10T17:27:13+02:00 rules: Drop libwacom support from the udeb. - - - - - 5fd01fc6 by Timo Aaltonen at 2020-12-10T17:27:27+02:00 release to sid - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libinput (1.16.4-2) unstable; urgency=medium + + * rules: Drop libwacom support from the udeb. + + -- Timo Aaltonen <[email protected]> Thu, 10 Dec 2020 17:27:17 +0200 + libinput (1.16.4-1) unstable; urgency=medium * control, rules: Enable building debug-gui and tests, add check and ===================================== debian/rules ===================================== @@ -1,10 +1,23 @@ #!/usr/bin/make -f override_dh_auto_configure: - dh_auto_configure -- \ + dh_auto_configure -B build-deb -- \ -Ddocumentation=false \ -Dudev-dir=/lib/udev + dh_auto_configure -B build-udeb -- \ + -Ddocumentation=false \ + -Dudev-dir=/lib/udev \ + -Dlibwacom=false + +override_dh_auto_build: + dh_auto_build -B build-deb + dh_auto_build -B build-udeb + +override_dh_auto_install: + dh_auto_install -B build-deb + dh_auto_install -B build-udeb + override_dh_install: find debian/tmp -name '*.la' -delete dh_install View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/c2654b3b30b15c0d6d1367535d1b5e8d4c919bce...5fd01fc68513d643f87b546a13eb2846f59d9fa5 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/c2654b3b30b15c0d6d1367535d1b5e8d4c919bce...5fd01fc68513d643f87b546a13eb2846f59d9fa5 You're receiving this email because of your account on salsa.debian.org.

