diff -Nru freshplayerplugin-0.3.5/debian/changelog freshplayerplugin-0.3.5/debian/changelog --- freshplayerplugin-0.3.5/debian/changelog 2016-04-13 14:39:32.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/changelog 2016-04-14 09:18:33.000000000 +0000 @@ -1,9 +1,10 @@ -freshplayerplugin (0.3.5-1~webupd8~trusty~1) trusty; urgency=medium +freshplayerplugin (0.3.5-1~webupd8~trusty~2) trusty; urgency=medium * Use official Debian packaging, but with latest Git code * add a dummy freshplayerplugin package that depends on browser-plugin-freshplayer-pepperflash to ensure that the new package is installed by those using the old package name + * Rules: disable tests, they fail on launchpad ppas -- Alin Andrei Wed, 13 Apr 2016 17:37:19 +0200 diff -Nru freshplayerplugin-0.3.5/debian/rules freshplayerplugin-0.3.5/debian/rules --- freshplayerplugin-0.3.5/debian/rules 2016-02-15 16:34:09.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/rules 2016-04-14 09:16:49.000000000 +0000 @@ -27,6 +27,9 @@ # dh_auto_configure -- \ # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) +override_dh_auto_test: + # Tests fail in PPAs for some reason + override_dh_auto_configure: dh_auto_configure -- \ -DWITH_LIBPDF=TRUE \