31 lines
907 B
Plaintext
31 lines
907 B
Plaintext
|
Description: Downgrade Meson
|
||
|
libddbus (3.0.0-1) unstable; urgency=medium
|
||
|
.
|
||
|
* Initial release
|
||
|
Author: Chris Josten <chris@netsoj.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
|
||
|
|
||
|
--- libddbus-3.0.0.orig/meson.build
|
||
|
+++ libddbus-3.0.0/meson.build
|
||
|
@@ -1,7 +1,7 @@
|
||
|
project(
|
||
|
'ddbus',
|
||
|
'd',
|
||
|
- meson_version: '>=0.50',
|
||
|
+ meson_version: '>=0.49',
|
||
|
version: '3.0.0',
|
||
|
)
|
||
|
|