diff --git a/debian/patches/series b/debian/patches/series index d981302..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -test_depends_on_stack_pointer diff --git a/debian/patches/test_depends_on_stack_pointer b/debian/patches/test_depends_on_stack_pointer deleted file mode 100644 index 23fca0e..0000000 --- a/debian/patches/test_depends_on_stack_pointer +++ /dev/null @@ -1,19 +0,0 @@ -Index: kwindowsystem/autotests/kwindowsystemx11test.cpp -=================================================================== ---- kwindowsystem.orig/autotests/kwindowsystemx11test.cpp 2015-03-14 12:17:52.249187796 +0100 -+++ kwindowsystem/autotests/kwindowsystemx11test.cpp 2015-03-14 19:35:10.000782148 +0100 -@@ -312,10 +312,11 @@ - continue; - } - if ((*it).at(0).toULongLong() == widget.winId()) { -- const unsigned long *props = (*it).at(1).value(); -- if (props[0] & NET::WMName) { -+ // This was emited from a stack pointer, so not really useful -+ // const unsigned long *props = (*it).at(1).value(); -+ // if (props[0] & NET::WMName) { - gotWMName = true; -- } -+ // } - } - if (gotWMName) { - break;