Public bug reported: lua-say is blocking dh-lua/27 migration at the moment:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-groovy/groovy/amd64/l/lua-say/20200701_012116_54d6a@/log.gz This is the important part: 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) autopkgtest [09:19:35]: test dh-lua-tests: - - - - - - - - - - stderr - - - - - - - - - - dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) The fix is straightforward: 1) we could bump debhelper compatibility level to something greater than 9; or 2) we could add the allow-stderr restriction to d/t/control. I filed this bug in Debian: https://bugs.debian.org/970089 In Debian, I recommend 1) but, in Ubuntu, my proposed solution is 2) because bumping debhelper version might have some side effects we do not want to have at this point of feature freeze. With the attached debdiff applied autopkgtest is happy again: autopkgtest [09:24:30]: test dh-lua-tests: - - - - - - - - - - results - - - - - - - - - - dh-lua-tests PASS autopkgtest [09:24:31]: @@@@@@@@@@@@@@@@@@@@ summary dh-lua-tests PASS ** Affects: lua-say (Ubuntu) Importance: Undecided Status: New ** Patch added: "Fix autopkgtest failure" https://bugs.launchpad.net/bugs/1895296/+attachment/5409772/+files/debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1895296 Title: lua-say: autopkgtest failure blocking dh-lua To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lua-say/+bug/1895296/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
