Control: tags 903524 + patch Control: tags 903524 + pending Dear maintainer,
I've prepared an NMU for manuel (versioned as 1.8.0-5.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru manuel-1.8.0/debian/changelog manuel-1.8.0/debian/changelog --- manuel-1.8.0/debian/changelog 2016-06-30 20:37:55.000000000 +0300 +++ manuel-1.8.0/debian/changelog 2018-08-11 10:41:55.000000000 +0300 @@ -1,3 +1,10 @@ +manuel (1.8.0-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with Python 3.7. (Closes: #903524) + + -- Adrian Bunk <b...@debian.org> Sat, 11 Aug 2018 10:41:55 +0300 + manuel (1.8.0-5) unstable; urgency=medium * Team upload. diff -Nru manuel-1.8.0/debian/patches/0001-Update-doctests-to-support-python3.7.patch manuel-1.8.0/debian/patches/0001-Update-doctests-to-support-python3.7.patch --- manuel-1.8.0/debian/patches/0001-Update-doctests-to-support-python3.7.patch 1970-01-01 02:00:00.000000000 +0200 +++ manuel-1.8.0/debian/patches/0001-Update-doctests-to-support-python3.7.patch 2018-08-11 10:38:53.000000000 +0300 @@ -0,0 +1,28 @@ +From 12f28b199933204118d5247197764b42c178c6e6 Mon Sep 17 00:00:00 2001 +From: James Valleroy <jvalle...@mailbox.org> +Date: Sun, 5 Aug 2018 14:07:28 -0400 +Subject: Update doctests to support python3.7 + +--- + src/manuel/README.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/manuel/README.txt b/src/manuel/README.txt +index 5d40f09..546c990 100644 +--- a/src/manuel/README.txt ++++ b/src/manuel/README.txt +@@ -81,9 +81,9 @@ Also, instead of just a "start_match" attribute, the region will have + start_match and end_match attributes. + + >>> region.start_match +- <_sre.SRE_Match object...> ++ <...Match object...> + >>> region.end_match +- <_sre.SRE_Match object...> ++ <...Match object...> + + + Regions must always consist of whole lines. +-- +2.11.0 + diff -Nru manuel-1.8.0/debian/patches/series manuel-1.8.0/debian/patches/series --- manuel-1.8.0/debian/patches/series 2016-06-30 20:28:10.000000000 +0300 +++ manuel-1.8.0/debian/patches/series 2018-08-11 10:41:53.000000000 +0300 @@ -1 +1,2 @@ 0001-docs-no-updated-timstamp.patch +0001-Update-doctests-to-support-python3.7.patch