Hi Jelmer,

On Sun, 2 Jan 2022 21:08:25 +0100 Paul Gevers <elb...@debian.org> wrote:
> With a recent upload of dulwich the autopkgtest of dulwich fails in 
> testing when that autopkgtest is run with the binary packages of dulwich 
> from unstable. It passes when run with only packages from testing. In 
> tabular form:
> 
>                         pass            fail
> dulwich                from testing    0.20.26-1
> all others             from testing    from testing

Since this is an RC bug and it was preventing the migration of a chain 
(lintian-brush in particular)
I just NMU'd the fix.
debdiff is attached with this email, please consider applying

Regards,
Nilesh
diff -Nru dulwich-0.20.31/debian/changelog dulwich-0.20.31/debian/changelog
--- dulwich-0.20.31/debian/changelog    2022-01-23 18:05:56.000000000 +0000
+++ dulwich-0.20.31/debian/changelog    2022-01-29 23:36:01.000000000 +0000
@@ -1,3 +1,10 @@
+dulwich (0.20.31-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix variable name in testsuite (Closes: #1003017)
+
+ -- Nilesh Patra <nil...@debian.org>  Sat, 29 Jan 2022 23:36:01 +0000
+
 dulwich (0.20.31-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru dulwich-0.20.31/debian/tests/testsuite3 
dulwich-0.20.31/debian/tests/testsuite3
--- dulwich-0.20.31/debian/tests/testsuite3     2022-01-23 18:05:56.000000000 
+0000
+++ dulwich-0.20.31/debian/tests/testsuite3     2022-01-29 23:36:01.000000000 
+0000
@@ -5,8 +5,8 @@
 unset https_proxy
 
 rv=0
-for py in $(py3versions -s); do
-  echo "========= Running tests with $py =========="
+for py3 in $(py3versions -s); do
+  echo "========= Running tests with $py3 =========="
   if ! $py3 -m unittest dulwich.tests.test_suite; then
     rv=1
   fi

Attachment: signature.asc
Description: PGP signature

Reply via email to