diff -Nru libical3-3.0.1/debian/changelog libical3-3.0.1/debian/changelog --- libical3-3.0.1/debian/changelog 2017-12-09 18:07:15.000000000 +0000 +++ libical3-3.0.1/debian/changelog 2017-12-10 08:32:52.000000000 +0000 @@ -1,3 +1,10 @@ +libical3 (3.0.1-5) unstable; urgency=medium + + * QA upload. + * Don't run the testsuite on kfreebsd-*, hanging on the buildds. + + -- Matthias Klose Sun, 10 Dec 2017 09:32:52 +0100 + libical3 (3.0.1-4) unstable; urgency=medium * QA upload. diff -Nru libical3-3.0.1/debian/rules libical3-3.0.1/debian/rules --- libical3-3.0.1/debian/rules 2017-12-09 18:07:13.000000000 +0000 +++ libical3-3.0.1/debian/rules 2017-12-10 08:32:50.000000000 +0000 @@ -6,5 +6,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386)) override_dh_auto_test: - -dh_auto_test + : # the tests hang on the buildds, don't run them + : -dh_auto_test endif