Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: onionsh...@packages.debian.org, he...@debian.org Control: affects -1 + src:onionshare
Please unblock package onionshare [ Reason ] The new version fixes #1014966. It is only a fix in autopkgtests to make them non flaky. [ Impact ] As the new version only fixes autopkgtests, nothing for the users changes. [ Tests ] Run together with people of debianci the tests around 30 times to make sure, that is not flaky. [ Risks ] The risks are very low,as it does not toches the code itself. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] onionshare is marked as autoremoval on 20th, May. With the current aging of 20 days, the package would be kicked out of testing before the 20-days delay is over. unblock onionshare/2.6-3
diff -Nru onionshare-2.6/debian/changelog onionshare-2.6/debian/changelog --- onionshare-2.6/debian/changelog 2022-11-19 17:38:57.000000000 +0100 +++ onionshare-2.6/debian/changelog 2023-05-04 15:24:12.000000000 +0200 @@ -1,3 +1,15 @@ +onionshare (2.6-3) unstable; urgency=medium + + * source only upload. + + -- Sandro Knauß <he...@debian.org> Thu, 04 May 2023 15:24:12 +0200 + +onionshare (2.6-2) unstable; urgency=medium + + * The verbose flag makes the chat test not flaky. (Closes: #1034688) + + -- Sandro Knauß <he...@debian.org> Tue, 02 May 2023 22:27:57 +0200 + onionshare (2.6-1) unstable; urgency=medium * new upstream release diff -Nru onionshare-2.6/debian/tests/control onionshare-2.6/debian/tests/control --- onionshare-2.6/debian/tests/control 2022-11-19 17:38:57.000000000 +0100 +++ onionshare-2.6/debian/tests/control 2023-04-25 23:45:25.000000000 +0200 @@ -18,7 +18,7 @@ Restrictions: allow-stderr, Features: test-name=share_website -Test-Command: XDG_CONFIG_HOME="$AUTOPKGTEST_TMP" onionshare-cli --local-only --chat --auto-stop-timer 2 +Test-Command: XDG_CONFIG_HOME="$AUTOPKGTEST_TMP" onionshare-cli -v --local-only --chat --auto-stop-timer 2 Depends: onionshare-cli Restrictions: allow-stderr, Features: test-name=chat_server