summaryrefslogtreecommitdiffstats
path: root/debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch')
-rw-r--r--debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch b/debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch
new file mode 100644
index 0000000..9688327
--- /dev/null
+++ b/debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch
@@ -0,0 +1,25 @@
+From: Jeremy Bicha <jbicha@debian.org>
+Date: Wed, 23 Feb 2022 07:36:28 -0500
+Subject: Revert "meson.build: Use environment to make warnings fatal"
+
+This reverts commit 6ff47626282dfbeb74129912a9f658a293ba7825.
+
+This made one of the tracker build tests fail for us. Needs more investigation.
+
+Perhaps the test needs to be adapted to work when nautilus isn't installed?
+---
+ src/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/meson.build b/src/meson.build
+index 339a50a..e46c746 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -322,7 +322,6 @@ if get_option('tests') == 'all'
+ '--check',
+ ],
+ env: [
+- 'G_DEBUG=fatal-warnings',
+ 'GSETTINGS_SCHEMA_DIR=@0@'.format(join_paths(meson.project_build_root(), 'data')),
+ 'RUNNING_TESTS=@0@'.format('TRUE')
+ ]