Control: tags 1138652 + patch Control: tags 1138652 + pending Dear maintainer,
I've prepared an NMU for vorta (versioned as 0.11.3-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for vorta-0.11.3 vorta-0.11.3 changelog | 7 +++++++ tests/unittests | 1 + 2 files changed, 8 insertions(+) diff -Nru vorta-0.11.3/debian/changelog vorta-0.11.3/debian/changelog --- vorta-0.11.3/debian/changelog 2026-04-26 21:01:25.000000000 +0300 +++ vorta-0.11.3/debian/changelog 2026-06-07 11:20:54.000000000 +0300 @@ -1,3 +1,10 @@ +vorta (0.11.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Copy test_constants.py for the unittests. (Closes: #1138652) + + -- Adrian Bunk <[email protected]> Sun, 07 Jun 2026 11:20:54 +0300 + vorta (0.11.3-1) unstable; urgency=medium * New upstream bugfix release. diff -Nru vorta-0.11.3/debian/tests/unittests vorta-0.11.3/debian/tests/unittests --- vorta-0.11.3/debian/tests/unittests 2026-04-26 21:01:25.000000000 +0300 +++ vorta-0.11.3/debian/tests/unittests 2026-06-07 11:20:51.000000000 +0300 @@ -10,6 +10,7 @@ mkdir -p "$PYTHONPATH" "$HOME" "$XDG_RUNTIME_DIR" chmod 700 "$XDG_RUNTIME_DIR" cp -a tests "$AUTOPKGTEST_TMP"/"$pkg" +cp tests/unit/test_constants.py "$AUTOPKGTEST_TMP"/"$pkg" cd "$AUTOPKGTEST_TMP"/"$pkg" for py in $pys; do

