diff -Nru libreoffice-vanilla-5.0.0~rc3.1/debian/changelog libreoffice-vanilla-5.0.0~rc3.1/debian/changelog --- libreoffice-vanilla-5.0.0~rc3.1/debian/changelog 2015-07-27 14:19:53.000000000 +0000 +++ libreoffice-vanilla-5.0.0~rc3.1/debian/changelog 2015-07-28 12:33:06.000000000 +0000 @@ -1,3 +1,9 @@ +libreoffice-vanilla (1:5.0.0~rc3.1-1ubuntu1~wily3) wily; urgency=medium + + * workaround broken deps in "make check" + + -- Bjoern Michaelsen Tue, 28 Jul 2015 14:31:32 +0200 + libreoffice-vanilla (1:5.0.0~rc3.1-1ubuntu1~wily2) wily; urgency=medium * fix multiarch diff -Nru libreoffice-vanilla-5.0.0~rc3.1/debian/rules libreoffice-vanilla-5.0.0~rc3.1/debian/rules --- libreoffice-vanilla-5.0.0~rc3.1/debian/rules 2015-07-27 14:19:53.000000000 +0000 +++ libreoffice-vanilla-5.0.0~rc3.1/debian/rules 2015-07-28 12:33:06.000000000 +0000 @@ -36,6 +36,7 @@ override_dh_auto_test: dh_testdir + make -k check || true # there currently seem to be missing dependencies for make check (possibly b/c of --disable-dependency-tracking) make check override_dh_auto_install: