From: Hans-Christoph Steiner Date: Mon, 17 Mar 2025 09:52:20 +0000 (+0100) Subject: add new binary package: lua-location X-Git-Tag: debian/0.9.18-2_exp1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aab1fe56e91cb37bd2de7318bf17e39c38b81eb;p=location%2Fdebian%2Flibloc.git add new binary package: lua-location --- diff --git a/debian/control b/debian/control index 01617b9..55527c3 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), dh-sequence-python3, asciidoc, intltool, + liblua5.4-dev, libssl-dev, libsystemd-dev, pkgconf, @@ -94,3 +95,15 @@ Description: ${source:Synopsis} (Python 3 bindings) ${source:Extended-Description} . This package provides the Python 3 bindings for libloc. + +Package: lua-location +Architecture: any +Section: libs +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Multi-Arch: foreign +Description: ${source:Synopsis} (Lua bindings) + ${source:Extended-Description} + . + This package provides the Lua bindings for libloc. diff --git a/debian/lua-location.install b/debian/lua-location.install new file mode 100644 index 0000000..4598956 --- /dev/null +++ b/debian/lua-location.install @@ -0,0 +1 @@ +usr/lib/*/lua/* diff --git a/debian/rules b/debian/rules index 5fbf0a0..e5e3f18 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ 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 export PYBUILD_BUILD_ARGS=dh_auto_build export PYBUILD_INSTALL_ARGS=dh_auto_install --destdir={destdir}; \