From da6a719374980f012de471928d29f1d4eb1f325d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 27 Oct 2019 16:18:11 -0400 Subject: Use Python 3 for tests --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/patches/python3.patch | 10 ++++++++++ debian/patches/series | 1 + 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 debian/patches/python3.patch diff --git a/debian/changelog b/debian/changelog index fd547d8..7c32c2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rcm (1.3.3-3) UNRELEASED; urgency=medium + + * Use Python 3 for tests. (Closes: #943249) + + -- Benjamin Barenblat Sun, 27 Oct 2019 16:15:08 -0400 + rcm (1.3.3-2) unstable; urgency=medium * Set Multi-Arch: foreign. diff --git a/debian/control b/debian/control index 04f6c02..adfa6a3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Benjamin Barenblat Build-Depends: debhelper (>= 10), - python-cram, + python3-cram, Standards-Version: 4.3.0 Homepage: https://github.com/thoughtbot/rcm Vcs-Browser: https://git.benjamin.barenblat.name/debian-rcm/ diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch new file mode 100644 index 0000000..cfa505e --- /dev/null +++ b/debian/patches/python3.patch @@ -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 --git a/debian/patches/series b/debian/patches/series index d606c4a..d5413b6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ contributors.patch macos.patch shebang.patch +python3.patch -- cgit v1.2.3