diff -Nru rcm-1.3.3/debian/changelog rcm-1.3.3/debian/changelog --- rcm-1.3.3/debian/changelog 2019-01-04 01:38:01.000000000 +0000 +++ rcm-1.3.3/debian/changelog 2019-10-28 02:19:00.000000000 +0000 @@ -1,3 +1,9 @@ +rcm (1.3.3-3) unstable; urgency=medium + + * Use Python 3 for tests. (Closes: #943249) + + -- Benjamin Barenblat Sun, 27 Oct 2019 22:19:00 -0400 + rcm (1.3.3-2) unstable; urgency=medium * Set Multi-Arch: foreign. diff -Nru rcm-1.3.3/debian/control rcm-1.3.3/debian/control --- rcm-1.3.3/debian/control 2019-01-04 01:38:01.000000000 +0000 +++ rcm-1.3.3/debian/control 2019-10-28 02:16:49.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Benjamin Barenblat Build-Depends: debhelper (>= 10), - python-cram, -Standards-Version: 4.3.0 + python3-cram, +Standards-Version: 4.4.1 Homepage: https://github.com/thoughtbot/rcm Vcs-Browser: https://git.benjamin.barenblat.name/debian-rcm/ Vcs-Git: https://git.benjamin.barenblat.name/debian-rcm.git diff -Nru rcm-1.3.3/debian/patches/python3.patch rcm-1.3.3/debian/patches/python3.patch --- rcm-1.3.3/debian/patches/python3.patch 1970-01-01 00:00:00.000000000 +0000 +++ rcm-1.3.3/debian/patches/python3.patch 2019-10-27 20:12:41.000000000 +0000 @@ -0,0 +1,10 @@ +From: Benjamin Barenblat +Subject: Use Python 3 +--- a/Makefile.am ++++ b/Makefile.am +@@ -51,4 +51,4 @@ + dist_check_SCRIPTS = $(TESTS) + dist_check_DATA = test/helper.sh + +-LOG_COMPILER = cram ++LOG_COMPILER = cram3 diff -Nru rcm-1.3.3/debian/patches/series rcm-1.3.3/debian/patches/series --- rcm-1.3.3/debian/patches/series 2018-12-21 00:32:05.000000000 +0000 +++ rcm-1.3.3/debian/patches/series 2019-10-27 20:12:06.000000000 +0000 @@ -1,3 +1,4 @@ contributors.patch macos.patch shebang.patch +python3.patch