Automatically generate manpage with help2man

ubuntu/noble
Aaron Rainbolt 5 months ago
parent 929b4df5ad
commit d30fd9b380

1
debian/changelog vendored

@ -4,6 +4,7 @@ picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
* Added debian/watch file.
* Updated copyright file.
* Removed no-manual-page Lintian override.
* Added help2man automatic manpage generation.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 05 Jan 2024 17:28:28 +0000

1
debian/control vendored

@ -6,6 +6,7 @@ Uploaders: Aaron Rainbolt <arraybolt3@ubuntu.com>
Rules-Requires-Root: no
Build-Depends: cmake (>= 3.15),
debhelper-compat (= 13),
help2man,
libconfig-dev,
liblxqt1-dev,
qtbase5-dev,

1
debian/files vendored

@ -1 +0,0 @@
picom-conf_0.17.0~git20231210-0ubuntu1~ppa2_source.buildinfo x11 optional

@ -0,0 +1 @@
debian/picom-conf.1

4
debian/rules vendored

@ -5,3 +5,7 @@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
override_dh_installman:
help2man -N "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
dh_installman

Loading…
Cancel
Save