Here is the debdiff: $ debdiff --diffstat sol2_3.5.0-1.dsc sol2_3.5.0-2.dsc diffstat for sol2-3.5.0 sol2-3.5.0
changelog | 6 ++++++ control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff -Nru sol2-3.5.0/debian/changelog sol2-3.5.0/debian/changelog --- sol2-3.5.0/debian/changelog 2025-07-16 14:57:28.000000000 -0400 +++ sol2-3.5.0/debian/changelog 2025-10-21 19:03:22.000000000 -0400 @@ -1,3 +1,9 @@ +sol2 (3.5.0-2) unstable; urgency=medium + + * Remove liblua5.2-dev dependency (Closes: #1118524) + + -- syzygial <[email protected]> Tue, 21 Oct 2025 19:03:22 -0400 + sol2 (3.5.0-1) unstable; urgency=low * Initial release. (Closes: #1017501) diff -Nru sol2-3.5.0/debian/control sol2-3.5.0/debian/control --- sol2-3.5.0/debian/control 2025-07-16 14:57:28.000000000 -0400 +++ sol2-3.5.0/debian/control 2025-10-21 19:03:22.000000000 -0400 @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), cmake (>= 3.26.0), - liblua5.4-dev <!nocheck> | liblua5.3-dev <!nocheck> | liblua5.2-dev <!nocheck> | liblua5.1-dev <!nocheck>, + liblua5.4-dev <!nocheck> | liblua5.3-dev <!nocheck> | liblua5.1-dev <!nocheck>, libcatch2-dev <!nocheck>, python3-sphinx <!nodoc>, python3-breathe <!nodoc>, @@ -23,7 +23,7 @@ Architecture: all Depends: ${misc:Depends}, - liblua5.4-dev | liblua5.3-dev | liblua5.2-dev | liblua5.1-dev + liblua5.4-dev | liblua5.3-dev | liblua5.1-dev Suggests: sol2-doc Description: Sol2 - C++ bindings to Lua Sol2 is a header-only C++ library which facilitates C++/Lua

