Initial packaging commit

This commit is contained in:
Chris Josten 2021-03-02 17:00:34 +01:00
parent a1f3a16af3
commit d8ed32ec0f
24 changed files with 841 additions and 1 deletions

30
debian/patches/lower-required-meson vendored Normal file
View file

@ -0,0 +1,30 @@
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',
)

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
lower-required-meson