1
0
Fork 0

Adding debian version 1.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-15 08:44:37 +01:00
parent 336fe81026
commit 537ee18b08
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 383 additions and 0 deletions

14
debian/rules vendored Executable file
View file

@ -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