Control: tags 1026499 + patch Control: tags 1026499 + pending Dear maintainer,
I've prepared an NMU for rows (versioned as 0.4.1-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru rows-0.4.1/debian/changelog rows-0.4.1/debian/changelog --- rows-0.4.1/debian/changelog 2022-01-09 16:14:00.000000000 +0200 +++ rows-0.4.1/debian/changelog 2023-01-18 18:19:46.000000000 +0200 @@ -1,3 +1,10 @@ +rows (0.4.1-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build and test depend on python3-magic. (Closes: #1026499) + + -- Adrian Bunk <b...@debian.org> Wed, 18 Jan 2023 18:19:46 +0200 + rows (0.4.1-5) unstable; urgency=medium * debian/control: Remove XB-Python-Version field. diff -Nru rows-0.4.1/debian/control rows-0.4.1/debian/control --- rows-0.4.1/debian/control 2022-01-09 15:36:28.000000000 +0200 +++ rows-0.4.1/debian/control 2023-01-18 18:18:48.000000000 +0200 @@ -13,6 +13,7 @@ python3-coverage, python3-ipdb, python3-lxml, + python3-magic, python3-mock, python3-nose, python3-nose-yanc, diff -Nru rows-0.4.1/debian/tests/control rows-0.4.1/debian/tests/control --- rows-0.4.1/debian/tests/control 2021-10-11 19:12:59.000000000 +0300 +++ rows-0.4.1/debian/tests/control 2023-01-18 18:19:41.000000000 +0200 @@ -1,6 +1,7 @@ Test-Command: excludes=$(cat debian/tests/excludes) && cp -r tests/ ${AUTOPKGTEST_TMP} && cd ${AUTOPKGTEST_TMP} && python3 -m nose --verbose $excludes Depends: locales-all, python3-lxml, + python3-magic, python3-mock, python3-nose, python3-openpyxl,