diff --git a/debian/patches/apertis/disable-location-tests.patch b/debian/patches/apertis/disable-location-tests.patch new file mode 100644 index 0000000000000000000000000000000000000000..16a3d553985a4af69bef284cdb87f746775d3fcd --- /dev/null +++ b/debian/patches/apertis/disable-location-tests.patch @@ -0,0 +1,22 @@ +Description: Disable location tests which require geoclue. + In Apertis, we disable geoclue, thus these tests are failing. +Forwarded: not-needed +Author: Dylan Aïssi <dylan.aissi@collabora.com> + +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -93,7 +93,6 @@ + 'test_globalshortcuts.py', + 'test_inhibit.py', + 'test_inputcapture.py', +- 'test_location.py', + 'test_notification.py', + 'test_openuri.py', + 'test_permission_store.py', +@@ -188,4 +187,4 @@ + install_dir: installed_tests_data_dir, + ) + endforeach +-endif +\ No newline at end of file ++endif diff --git a/debian/patches/series b/debian/patches/series index e0631e6e175ff28926af88edcdc1c64f87f2c217..949f2423115deaaa687e3a2ae083dfe2bf551caf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,3 @@ debian/doc-Use-system-copy-of-Inter-Variable-font.patch + +apertis/disable-location-tests.patch