diff -Nru insighttoolkit4-4.6.0/debian/changelog insighttoolkit4-4.6.0/debian/changelog --- insighttoolkit4-4.6.0/debian/changelog 2015-03-16 18:02:55.000000000 +0000 +++ insighttoolkit4-4.6.0/debian/changelog 2015-03-16 22:00:40.000000000 +0000 @@ -1,4 +1,4 @@ -insighttoolkit4 (4.6.0-3ubuntu2) vivid; urgency=medium +insighttoolkit4 (4.6.0-3ubuntu3) vivid; urgency=medium * Don't try to use SSE2 on other architectures. * Ignore test results on architectures other than amd64 and i386 for diff -Nru insighttoolkit4-4.6.0/debian/rules insighttoolkit4-4.6.0/debian/rules --- insighttoolkit4-4.6.0/debian/rules 2015-03-16 18:01:19.000000000 +0000 +++ insighttoolkit4-4.6.0/debian/rules 2015-03-16 22:00:01.000000000 +0000 @@ -100,7 +100,7 @@ ( echo "Test log begin =========:" \ && cat `pwd`/BUILD/Testing/Temporary/LastTest.log \ && echo "Test log end =========:" \ - && exit $(if $(filter $(DEB_HOST_ARCH), amd64 i386),1,0) + && exit $(if $(filter $(DEB_HOST_ARCH), amd64 i386),1,0) ) override_dh_lintian: echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides