Description: Downgrade Meson version . libeventcore (0.9.13-1) unstable; urgency=medium . * Initial release. Author: Chris Josten --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: 2021-03-02 --- libeventcore-0.9.13.orig/meson.build +++ libeventcore-0.9.13/meson.build @@ -1,5 +1,5 @@ project('eventcore', 'd', - meson_version: '>=0.53', + meson_version: '>=0.49', version: '0.9.13', ) @@ -99,16 +99,6 @@ else error('No combination of driver and compatible host machine OS specified') endif -summary( - { - 'Chosen driver': driver_opt, - 'Default driver': default_driver, - 'Using GAIA': gaia_dep.found() - }, - bool_yn: true -) - - source_root = meson.source_root() build_root = meson.build_root() subdir('source/eventcore')