summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-05-15 01:24:26 +0200
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-05-15 01:26:31 +0200
commit6762499cf079982c5b441816199b8b06a1f02dce (patch)
tree807a425f1da58886a873be1d16f1c2b786b010c2
parent1319a2f30863299faecacaee68790953cf6f55a1 (diff)
Install missing header file dragonfail_errors.h
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/0001-Replace-makefile-by-meson-build-system.patch7
2 files changed, 3 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 6ddd290..9ac29da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dragonfail (0.0.1-1~ppa2) lunar; urgency=medium
+dragonfail (0.0.1-1~ppa3) lunar; urgency=medium
* Initial release.
* Replaced upstream makefile by meson build system.
diff --git a/debian/patches/0001-Replace-makefile-by-meson-build-system.patch b/debian/patches/0001-Replace-makefile-by-meson-build-system.patch
index 51b8c2f..b12ba7f 100644
--- a/debian/patches/0001-Replace-makefile-by-meson-build-system.patch
+++ b/debian/patches/0001-Replace-makefile-by-meson-build-system.patch
@@ -7,9 +7,6 @@ This is ok for now but does not run the test-suite
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
---
- makefile | 49 -------------------------------------------------
- meson.build | 21 +++++++++++++++++++++
- 2 files changed, 21 insertions(+), 49 deletions(-)
delete mode 100644 makefile
create mode 100644 meson.build
@@ -70,7 +67,7 @@ index 9982bf5..0000000
- rm -rf $(BIND) $(OBJD) valgrind.log
diff --git a/meson.build b/meson.build
new file mode 100644
-index 0000000..e94eae3
+index 0000000..6ea8500
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,21 @@
@@ -87,7 +84,7 @@ index 0000000..e94eae3
+ version: '0.0.1',
+ install: true)
+
-+install_headers('src/dragonfail.h')
++install_headers(['src/dragonfail.h', 'example/dragonfail_error.h'])
+
+pkgconfig.generate(
+ filebase: 'libdragonfail',