diff -u qtmir-0.5.1+17.04.20170404/debian/changelog qtmir-0.5.1+17.04.20170404/debian/changelog --- qtmir-0.5.1+17.04.20170404/debian/changelog +++ qtmir-0.5.1+17.04.20170404/debian/changelog @@ -1,3 +1,9 @@ +qtmir (0.5.1+17.04.20170404-0ubuntu4) artful; urgency=medium + + * Fix FTBFS with new MIR, thanks to alan_g. + + -- Dimitri John Ledkov Mon, 10 Jul 2017 17:35:16 +0100 + qtmir (0.5.1+17.04.20170404-0ubuntu3) artful; urgency=medium * Drop cgmanager dependencies, no longer useful as uap moved onto only in patch2: unchanged: --- qtmir-0.5.1+17.04.20170404.orig/tests/framework/fake_displayconfigurationoutput.h +++ qtmir-0.5.1+17.04.20170404/tests/framework/fake_displayconfigurationoutput.h @@ -53,6 +53,9 @@ {}, mir_output_gamma_unsupported, {} +#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0) + ,{} +#endif }; const mg::DisplayConfigurationOutput fakeOutput2 @@ -83,6 +86,9 @@ {}, mir_output_gamma_unsupported, {} +#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0) + ,{} +#endif }; #endif // FAKE_DISPLAYCONFIGURATIONOUTPUT_H