From 96ae2a514a1ff0effe1181db47ff26b5e1267ad7 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Wed, 31 Jan 2024 09:26:08 -0500 Subject: [PATCH] Remove a misspelled (and redundant) build option from the README. Remove the option from the debian build also, since the 'deprecation_warnings' option is already false by default. --- README | 2 +- debian/rules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index 6430a707..8adb1e88 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ Installation meson debian/build \ --prefix=/usr/local \ --buildtype=debug \ - -D deprecated_warnings=false + -D deprecation_warnings=false 2) Compile and install (sudo is needed for install) diff --git a/debian/rules b/debian/rules index b85d0fef..22dfd1d3 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 2 override_dh_auto_configure: dh_auto_configure -- \ --buildtype=debug \ - -Dpnp_ids=/usr/share/hwdata/pnp.ids \ - -Ddeprecation_warnings=false + -Dpnp_ids=/usr/share/hwdata/pnp.ids override_dh_strip: dh_strip -Xdesktop -Xcinnamon --dbg-package=libcvc-dbg