summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/python3.patch10
-rw-r--r--debian/patches/series1
2 files changed, 11 insertions, 0 deletions
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