NMU diff attached.

Scott K
diff -Nru python-lockfile-0.12.2/debian/changelog python-lockfile-0.12.2/debian/changelog
--- python-lockfile-0.12.2/debian/changelog	2020-03-13 19:12:13.000000000 -0400
+++ python-lockfile-0.12.2/debian/changelog	2020-03-18 09:13:51.000000000 -0400
@@ -1,3 +1,11 @@
+python-lockfile (1:0.12.2-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix autopkgtest to work reliably with multiple supported python3 versions
+    (Closes: #954205)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Wed, 18 Mar 2020 09:13:51 -0400
+
 python-lockfile (1:0.12.2-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-lockfile-0.12.2/debian/tests/control python-lockfile-0.12.2/debian/tests/control
--- python-lockfile-0.12.2/debian/tests/control	2020-03-13 19:02:22.000000000 -0400
+++ python-lockfile-0.12.2/debian/tests/control	2020-03-18 09:06:17.000000000 -0400
@@ -4,6 +4,7 @@
 
 Tests: smoke-python3
 Depends:
+    python3-all,
     python3-pkg-resources,
     python3-lockfile
 
diff -Nru python-lockfile-0.12.2/debian/tests/smoke-python3 python-lockfile-0.12.2/debian/tests/smoke-python3
--- python-lockfile-0.12.2/debian/tests/smoke-python3	2016-08-21 01:59:20.000000000 -0400
+++ python-lockfile-0.12.2/debian/tests/smoke-python3	2020-03-18 09:07:17.000000000 -0400
@@ -33,7 +33,7 @@
     test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
     printf "Python command: %s\n" $py
     $py "$program_dir"/smoke_test.py $test_opts
     printf "\n"

Attachment: signature.asc
Description: This is a digitally signed message part.



Reply via email to