diff --git a/README b/README index 6430a70..8adb1e8 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 b85d0fe..22dfd1d 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