Package: xdotool Version: 1:2.20100602.2915-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It looks like lsof is needed on for testsuite. Please restrict it's b-d only on linux "lsof [linux-any]" and allow missing lsof in t/ephemeral-x.sh script. Cheers Petr --- xdotool-2.20100701.2961.orig/t/ephemeral-x.sh +++ xdotool-2.20100701.2961/t/ephemeral-x.sh @@ -69,7 +69,7 @@ fi if ! which lsof > /dev/null 2>&1 ; then echo "Unable to find lsof. This is a required tool." cleanup - exit 1 + exit 0 fi while true; do -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org