This is not great, but I currently don't have any better option.
Installing asciidoc conflicts with python3-all-dev when cross-compiling.
Since asciidoc is optional and Python isn't this at least generates a
package at the end.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
- asciidoc,
intltool,
libssl-dev,
libsystemd-dev,
export PYBUILD_CLEAN_ARGS=dh_auto_clean
export PYBUILD_CONFIGURE_ARGS=intltoolize --force --automake; \
PYTHON={interpreter} dh_auto_configure -- \
- --disable-lua --disable-perl
+ --disable-man-pages --disable-lua --disable-perl
export PYBUILD_BUILD_ARGS=dh_auto_build
export PYBUILD_INSTALL_ARGS=dh_auto_install --destdir={destdir}; \
mkdir -p {destdir}/usr/lib/python{version}/dist-packages; \