Codebase list logbook / 655f98b
Use dh sequences Jochen Sprickerhof 1 year, 5 months ago
2 changed file(s) with 5 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
55 IƱaki Malerba <inaki@malerba.space>,
66 Build-Depends:
77 debhelper-compat (= 12),
8 dh-python,
8 dh-sequence-python3,
9 dh-sequence-sphinxdoc,
910 python3-all,
1011 python3-setuptools,
1112 python3-sphinx,
88 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
99
1010 %:
11 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
11 dh $@ --buildsystem=pybuild
1212
13 override_dh_auto_build:
13 execute_before_dh_auto_build:
1414 make cybuild
15 dh_auto_build
1615
17 override_dh_auto_install:
18 dh_auto_install
16 execute_after_dh_auto_install:
1917 # build the html pages for the -doc package
2018 set -ex; \
2119 cd docs; \