Source: dh-lua Version: 27+nmu1 Tags: patch It would be nice if one could enable the dh-lua addon declaratively. Rather than listing it in "Build-Depends: dh-lua" and also having to add "--with lua" to the dh invocation, one can now say "Build-Depends: dh-sequence-lua". All that is missing to do this is having dh-lua provide dh-sequence-lua. I'm attaching a patch for your convenience.
Helmut
diff --minimal -Nru dh-lua-27+nmu1/debian/changelog dh-lua-27+nmu2/debian/changelog --- dh-lua-27+nmu1/debian/changelog 2022-09-03 11:25:48.000000000 +0200 +++ dh-lua-27+nmu2/debian/changelog 2022-11-23 11:11:52.000000000 +0100 @@ -1,3 +1,10 @@ +dh-lua (27+nmu2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Allow using the lua addon declaratively. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Wed, 23 Nov 2022 11:11:52 +0100 + dh-lua (27+nmu1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru dh-lua-27+nmu1/debian/control dh-lua-27+nmu2/debian/control --- dh-lua-27+nmu1/debian/control 2020-06-30 18:22:21.000000000 +0200 +++ dh-lua-27+nmu2/debian/control 2022-11-23 11:11:50.000000000 +0100 @@ -16,6 +16,7 @@ liblua5.3-dev, lua5.3, liblua5.2-dev, lua5.2, liblua5.1-0-dev, lua5.1 +Provides: dh-sequence-lua Recommends: dpkg-dev Description: helper tools for maintaining Lua-related packages This package contains the Debian policy for the Debian packages relative to