47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
Description: Downgrade Meson version
|
|
.
|
|
libeventcore (0.9.13-1) unstable; urgency=medium
|
|
.
|
|
* Initial release.
|
|
Author: Chris Josten <chris@netosj.nl>
|
|
|
|
---
|
|
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: <vendor|upstream|other>, <url of original patch>
|
|
Bug: <url in upstream bugtracker>
|
|
Bug-Debian: https://bugs.debian.org/<bugnumber>
|
|
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
|
|
Forwarded: <no|not-needed|url proving that it has been forwarded>
|
|
Reviewed-By: <name and email of someone who approved the patch>
|
|
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')
|