]> git.ipfire.org Git - location/debian/libloc.git/commitdiff
add new binary package: lua-location
authorHans-Christoph Steiner <hans@eds.org>
Mon, 17 Mar 2025 09:52:20 +0000 (10:52 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 25 Mar 2025 09:52:43 +0000 (10:52 +0100)
debian/control
debian/lua-location.install [new file with mode: 0644]
debian/rules

index 01617b979857648c28a3182bd4f828a39128cdaf..55527c3f63afd8bbd791d644494826145ff9bfe2 100644 (file)
@@ -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 (file)
index 0000000..4598956
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/lua/*
index 5fbf0a04c71604c8388fb0691367510d96f11aee..e5e3f18ea1ffa34e8a19cad72cc62fd964c39c73 100755 (executable)
@@ -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}; \