Source: lua-say Version: 1.3-1-4 Severity: normal Tag: patch Dear Maintainer,
lua-say has an autopkgtest failure at the moment because a warning is raised in stderr: autopkgtest [09:19:35]: test dh-lua-tests: - - - - - - - - - - results - - - - - - - - - - dh-lua-tests FAIL stderr: dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) We have two options to fix this issue: 1) bump the debhelper compatibility level version to something greater than 9 (preferred solution); or 2) patch the d/t/control to add the allow-stderr restriction. This is blocking dh-lua/27 migration in Ubuntu, therefore I am uploading 2) to Ubuntu right now. FWIW the patch is attached. -- Lucas Kanashiro
diff --color -Nru lua-say-1.3-1/debian/changelog lua-say-1.3-1.new/debian/changelog --- lua-say-1.3-1/debian/changelog 2016-07-25 12:08:30.000000000 -0300 +++ lua-say-1.3-1.new/debian/changelog 2020-09-11 09:46:44.641444423 -0300 @@ -1,3 +1,10 @@ +lua-say (1.3-1-5) UNRELEASED; urgency=medium + + * d/t/control: add allow-stderr restriction. It fixes an autopkgtest + regression. + + -- Lucas Kanashiro <kanash...@ubuntu.com> Fri, 11 Sep 2020 09:45:56 -0300 + lua-say (1.3-1-4) unstable; urgency=medium * Add lua-busted to test dependencies, so tests pass on CI diff --color -Nru lua-say-1.3-1/debian/tests/control lua-say-1.3-1.new/debian/tests/control --- lua-say-1.3-1/debian/tests/control 2016-07-25 11:48:43.000000000 -0300 +++ lua-say-1.3-1.new/debian/tests/control 2020-09-11 09:20:13.098023456 -0300 @@ -1,3 +1,3 @@ Tests: dh-lua-tests -Restrictions: rw-build-tree +Restrictions: rw-build-tree, allow-stderr Depends: @, dh-lua, lua-busted