summaryrefslogtreecommitdiff
path: root/debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch')
-rw-r--r--debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch b/debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch
new file mode 100644
index 0000000..72d10f6
--- /dev/null
+++ b/debian/patches/0004-Need-to-increment-current_interface-as-well-as-binar.patch
@@ -0,0 +1,22 @@
+From 73427b40bcf3e1e8d87d911b22b4ccb6db23791b Mon Sep 17 00:00:00 2001
+From: Robert Krawitz <rlk@alum.mit.edu>
+Date: Fri, 28 Sep 2018 09:45:14 -0400
+Subject: Need to increment current_interface as well as binary_age.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index b7c54972..be142e93 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -77,7 +77,7 @@ pushdef([GUTENPRINT_MAJOR_VERSION], [5])
+ pushdef([GUTENPRINT_MINOR_VERSION], [3])
+ pushdef([GUTENPRINT_MICRO_VERSION], [1])
+ pushdef([GUTENPRINT_EXTRA_VERSION], [])
+-pushdef([GUTENPRINT_CURRENT_INTERFACE], [9])
++pushdef([GUTENPRINT_CURRENT_INTERFACE], [10])
+ pushdef([GUTENPRINT_BINARY_AGE], [1])
+ pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [2])
+ pushdef([GUTENPRINTUI2_BINARY_AGE], [1])