summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/patches/python3.patch10
-rw-r--r--debian/patches/series1
4 files changed, 18 insertions, 1 deletions
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 <bbaren@debian.org> 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 <bbaren@debian.org>
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 <bbaren@debian.org>
+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