From 349136e9b381826457e42e9bdd66e7cf083f0de7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 16 Jul 2022 16:39:56 +0200 Subject: Adding debian version 1.0-1. Signed-off-by: Daniel Baumann --- debian/rules | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c5c740a --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +%: + dh ${@} --buildsystem=meson --with python3 + +override_dh_auto_configure: + dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=true -Dopenssl=enabled --default-library=both + +execute_after_dh_auto_install: + # remove empty manpages + find debian/tmp/usr/share/man -type f -empty -exec rm -f {} + + + # fix wrong-manual-section + sed -i -e 's| 9 | 2 |' debian/tmp/usr/share/man/*/*.2 -- cgit v1.2.3