diffstat for qtdeclarative-opensource-src-5.7.1 qtdeclarative-opensource-src-5.7.1 changelog | 7 +++++++ patches/endless-disable-qmltest.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru qtdeclarative-opensource-src-5.7.1/debian/changelog qtdeclarative-opensource-src-5.7.1/debian/changelog --- qtdeclarative-opensource-src-5.7.1/debian/changelog 2017-01-02 15:15:47.000000000 +0000 +++ qtdeclarative-opensource-src-5.7.1/debian/changelog 2017-07-21 13:33:33.000000000 +0000 @@ -1,3 +1,10 @@ +qtdeclarative-opensource-src (5.7.1-2endless1) eos; urgency=medium + + + endless-disable-qmltest.patch: + Disable test which hangs on x86_64 + + -- Daniel Drake Fri, 21 Jul 2017 14:33:20 +0100 + qtdeclarative-opensource-src (5.7.1-2) unstable; urgency=medium [ Dmitry Shachnev ] diff -Nru qtdeclarative-opensource-src-5.7.1/debian/patches/endless-disable-qmltest.patch qtdeclarative-opensource-src-5.7.1/debian/patches/endless-disable-qmltest.patch --- qtdeclarative-opensource-src-5.7.1/debian/patches/endless-disable-qmltest.patch 1970-01-01 00:00:00.000000000 +0000 +++ qtdeclarative-opensource-src-5.7.1/debian/patches/endless-disable-qmltest.patch 2017-07-21 14:16:10.000000000 +0000 @@ -0,0 +1,12 @@ +Index: qtdeclarative-opensource-src-5.7.1/tests/auto/auto.pro +=================================================================== +--- qtdeclarative-opensource-src-5.7.1.orig/tests/auto/auto.pro ++++ qtdeclarative-opensource-src-5.7.1/tests/auto/auto.pro +@@ -3,7 +3,6 @@ SUBDIRS=\ + qml \ + quick \ + particles \ +- qmltest \ + qmldevtools \ + cmake \ + installed_cmake \ diff -Nru qtdeclarative-opensource-src-5.7.1/debian/patches/series qtdeclarative-opensource-src-5.7.1/debian/patches/series --- qtdeclarative-opensource-src-5.7.1/debian/patches/series 2017-01-02 15:12:13.000000000 +0000 +++ qtdeclarative-opensource-src-5.7.1/debian/patches/series 2017-07-21 13:33:00.000000000 +0000 @@ -5,3 +5,4 @@ disableopengltests.patch fix_test_remove_qlibraryinfo.patch Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch +endless-disable-qmltest.patch