Codebase list aiocoap / c00a221
Add manpages for aiocoap-client and aiocoap-proxy apps Agustin Henze 6 years ago
3 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
66 python3-all,
77 python3-setuptools,
88 python3-sphinx,
9 help2man,
910 Standards-Version: 3.9.8
1011 X-Python-Version: >= 2.7
1112 X-Python3-Version: >= 3.3
0 debian/aiocoap-client.man
1 debian/aiocoap-proxy.man
44 #export DH_VERBOSE=1
55
66 export PYBUILD_NAME=aiocoap
7 UPSTREAM_VERSION := $(shell dpkg-parsechangelog -S Version | cut -d "-" -f 1)
78
89
910 %:
1011 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
1112
13 override_dh_installman:
14 help2man --name="A simple command-line tool for interacting with CoAP servers" \
15 --version-string=$(UPSTREAM_VERSION) ./aiocoap-client > debian/aiocoap-client.man
16 help2man --name="A plain CoAP proxy that can work both as forward and as reverse proxy" \
17 --version-string=$(UPSTREAM_VERSION) ./aiocoap-proxy > debian/aiocoap-proxy.man
18 dh_installman
19
1220 override_dh_auto_clean:
1321 dh_auto_clean --all
1422 rm -rf doc/_build
23 rm -f debian/*.man
1524
1625 override_dh_auto_install:
1726 dh_auto_install