]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Don't build man pages
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 21:13:49 +0000 (21:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 21:13:49 +0000 (21:13 +0000)
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>
debian/control
debian/rules

index 918c0f6aef940fabe4a83c6211b2d52848663d5a..020acd4aa411bb2e7b7536aa34c2ee0fe58c3193 100644 (file)
@@ -6,7 +6,6 @@ Standards-Version: 4.6.1
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
- asciidoc,
  intltool,
  libssl-dev,
  libsystemd-dev,
index 675ea3d43b78acfb04f60e8cc7094b1edb21f921..1f7433ce8caa60e527d381a02ff9cc5e253089e3 100755 (executable)
@@ -5,7 +5,7 @@ export PYBUILD_SYSTEM=custom
 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; \