Package: faketime Version: 0.9.1-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak for testsuite, see bellow. It would also be nice if you can ask upstream to include this change. Petr --- test/functests/common.inc +++ test/functests/common.inc @@ -8,6 +8,7 @@ case "$out" in *Darwin*) echo "mac" ;; *Linux*) echo "linuxlike" ;; + GNU|GNU/kFreeBSD) echo "linuxlike" ;; *) echo 1>&2 unsupported platform, uname=\"$out\" ;; esac } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org