diff -Nru libuv-0.10.28/debian/changelog libuv-0.10.28/debian/changelog --- libuv-0.10.28/debian/changelog 2015-02-25 10:03:04.000000000 +0000 +++ libuv-0.10.28/debian/changelog 2015-03-15 12:52:17.000000000 +0000 @@ -1,3 +1,9 @@ +libuv (0.10.28-6+rpi1) jessie-staging; urgency=medium + + * Make testsuite failure non fatal; + + -- Peter Michael Green Sun, 15 Mar 2015 12:52:07 +0000 + libuv (0.10.28-6) unstable; urgency=high * Backported: call setgroups before calling setuid/setgid diff -Nru libuv-0.10.28/debian/rules libuv-0.10.28/debian/rules --- libuv-0.10.28/debian/rules 2015-02-25 09:27:56.000000000 +0000 +++ libuv-0.10.28/debian/rules 2015-03-15 12:52:02.000000000 +0000 @@ -31,7 +31,7 @@ override_dh_auto_test: ifeq ($(DEB_BUILD_ARCH_OS),linux) - $(MAKE) -j1 test + -$(MAKE) -j1 test else -$(MAKE) -j1 test endif