On 03/27/2013 01:36 PM, Axel Beckert wrote: > For me xdotool 1:2.20100701.2961-3+deb7u2 (amd64) from TPU works fine > in my daily usage.
I was able to replicate (some of?) the buildd failures manually by building under a buildd-similar set of constraints: env -i PATH=/usr/bin:/bin SHELL=/bin/sh dpkg-buildpackage -uc -us </dev/null (from: https://wiki.debian.org/buildd#buildd_differences) The attached debdiff from -3+deb7u2 to -3+deb7u3 makes the package build fine even under those constraints. Whether it will actually work on the buildds or not, i don't know. this has been a frustrating process for me :( please let me know if i should upload -3+deb7u3 to t-p-u. thanks for your patience with this mess, --dkg
diff -Nru xdotool-2.20100701.2961/debian/changelog xdotool-2.20100701.2961/debian/changelog --- xdotool-2.20100701.2961/debian/changelog 2013-02-07 22:04:02.000000000 -0500 +++ xdotool-2.20100701.2961/debian/changelog 2013-03-27 15:07:47.000000000 -0400 @@ -1,3 +1,9 @@ +xdotool (1:2.20100701.2961-3+deb7u3) unstable; urgency=low + + * run test suite with SHELL=/bin/bash to help out the buildds. + + -- Daniel Kahn Gillmor <d...@fifthhorseman.net> Wed, 27 Mar 2013 15:04:36 -0400 + xdotool (1:2.20100701.2961-3+deb7u2) testing-proposed-updates; urgency=low * revert previous build attempt (thanks Michael Stapelberg for your work!) diff -Nru xdotool-2.20100701.2961/debian/rules xdotool-2.20100701.2961/debian/rules --- xdotool-2.20100701.2961/debian/rules 2013-02-07 21:38:05.000000000 -0500 +++ xdotool-2.20100701.2961/debian/rules 2013-03-27 15:01:37.000000000 -0400 @@ -18,3 +18,6 @@ override_dh_compress: dh_compress -X.js + +override_dh_auto_test: + SHELL=/bin/bash dh_auto_test
signature.asc
Description: OpenPGP digital signature