Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits: 059e3de6 by Timo Aaltonen at 2020-12-10T18:20:08+02:00 rules: Fix dh_auto_install to use separate destdir for main/udeb builds. - - - - - d77e5263 by Timo Aaltonen at 2020-12-10T18:20:28+02:00 release to sid - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libinput (1.16.4-3) unstable; urgency=medium + + * rules: Fix dh_auto_install to use separate destdir for main/udeb builds. + + -- Timo Aaltonen <[email protected]> Thu, 10 Dec 2020 18:20:15 +0200 + libinput (1.16.4-2) unstable; urgency=medium * rules: Drop libwacom support from the udeb. ===================================== debian/rules ===================================== @@ -15,12 +15,13 @@ override_dh_auto_build: dh_auto_build -B build-udeb override_dh_auto_install: - dh_auto_install -B build-deb - dh_auto_install -B build-udeb + dh_auto_install -B build-deb --destdir=debian/tmp/main + dh_auto_install -B build-udeb --destdir=debian/tmp/udeb override_dh_install: find debian/tmp -name '*.la' -delete - dh_install + dh_install -plibinput10-udeb --sourcedir=debian/tmp/udeb + dh_install --remaining-packages --sourcedir=debian/tmp/main override_dh_missing: dh_missing --fail-missing View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/5fd01fc68513d643f87b546a13eb2846f59d9fa5...d77e5263fe9820b6428e59893dc14f010e32dab3 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/5fd01fc68513d643f87b546a13eb2846f59d9fa5...d77e5263fe9820b6428e59893dc14f010e32dab3 You're receiving this email because of your account on salsa.debian.org.

