]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Don't build packages against Lua
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:08:12 +0000 (15:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:08:12 +0000 (15:08 +0000)
This is a little bit more complicated, because we probably want to build
against multiple versions and I don't know how to do this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/rules

index e5e3f18ea1ffa34e8a19cad72cc62fd964c39c73..675ea3d43b78acfb04f60e8cc7094b1edb21f921 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-perl
+       --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; \