Here's the debdiff for Mateusz Łukasik's NMU I'm about to upload.
Meow! -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢰⠒⠀⣿⡁ Vat kind uf sufficiently advanced technology iz dis!? ⢿⡄⠘⠷⠚⠋⠀ -- Genghis Ht'rok'din ⠈⠳⣄⠀⠀⠀⠀
diff -Nru injeqt-1.1.0/debian/changelog injeqt-1.1.0/debian/changelog --- injeqt-1.1.0/debian/changelog 2016-11-25 11:49:09.000000000 +0100 +++ injeqt-1.1.0/debian/changelog 2017-08-18 14:16:12.000000000 +0200 @@ -1,3 +1,10 @@ +injeqt (1.1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch to fix ftbfs with GCC-7. (Closes: #853452) + + -- Mateusz Łukasik <mat...@linuxmint.pl> Fri, 18 Aug 2017 14:16:12 +0200 + injeqt (1.1.0-1) unstable; urgency=medium * New upstream release diff -Nru injeqt-1.1.0/debian/patches/fix-ftbfs-with-gcc7.patch injeqt-1.1.0/debian/patches/fix-ftbfs-with-gcc7.patch --- injeqt-1.1.0/debian/patches/fix-ftbfs-with-gcc7.patch 1970-01-01 01:00:00.000000000 +0100 +++ injeqt-1.1.0/debian/patches/fix-ftbfs-with-gcc7.patch 2017-08-18 14:15:17.000000000 +0200 @@ -0,0 +1,22 @@ +From de025e0c472bdb2fcabbc9dc2fd443b91ab28e28 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= + <bartlomiej.burdukiew...@gmail.com> +Date: Wed, 24 May 2017 18:52:20 +0200 +Subject: [PATCH] fix compilation for GCC 7.1.0 + +--- + src/internal/containers.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/internal/containers.h b/src/internal/containers.h +index 8da4298..78dd212 100644 +--- a/src/internal/containers.h ++++ b/src/internal/containers.h +@@ -23,6 +23,7 @@ + #include "internal.h" + + #include <algorithm> ++#include <functional> + #include <vector> + + /** diff -Nru injeqt-1.1.0/debian/patches/series injeqt-1.1.0/debian/patches/series --- injeqt-1.1.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ injeqt-1.1.0/debian/patches/series 2017-08-18 14:15:26.000000000 +0200 @@ -0,0 +1 @@ +fix-ftbfs-with-gcc7.patch