diff -Nru usbguard-notifier-0.1.0/debian/changelog usbguard-notifier-0.1.0/debian/changelog --- usbguard-notifier-0.1.0/debian/changelog 2022-12-13 14:04:17.000000000 +0000 +++ usbguard-notifier-0.1.0/debian/changelog 2023-07-18 13:14:55.000000000 +0000 @@ -1,3 +1,13 @@ +usbguard-notifier (0.1.0-2) unstable; urgency=medium + + * Backport patch to fix build with GCC 13 (Closes: #1037880) + * d/control: + + Bump standards version to 4.6.2 (no changes required) + * d/changelog: + + Bump copyright years + + -- Birger Schacht Tue, 18 Jul 2023 15:14:55 +0200 + usbguard-notifier (0.1.0-1) unstable; urgency=medium * New upstream version (Closes: #1026393) diff -Nru usbguard-notifier-0.1.0/debian/control usbguard-notifier-0.1.0/debian/control --- usbguard-notifier-0.1.0/debian/control 2022-12-13 14:04:17.000000000 +0000 +++ usbguard-notifier-0.1.0/debian/control 2023-07-18 13:14:55.000000000 +0000 @@ -19,7 +19,7 @@ libxml2-utils, xsltproc, catch -Standards-Version: 4.6.1.0 +Standards-Version: 4.6.2 Homepage: https://github.com/Cropi/usbguard-notifier Vcs-Browser: https://salsa.debian.org/birger/usbguard-notifier Vcs-Git: https://salsa.debian.org/birger/usbguard-notifier.git diff -Nru usbguard-notifier-0.1.0/debian/copyright usbguard-notifier-0.1.0/debian/copyright --- usbguard-notifier-0.1.0/debian/copyright 2022-12-13 14:04:17.000000000 +0000 +++ usbguard-notifier-0.1.0/debian/copyright 2023-07-18 13:14:55.000000000 +0000 @@ -14,7 +14,7 @@ License: CC-BY-SA-3.0 Files: debian/* -Copyright: © 2022 Birger Schacht +Copyright: © 2022-2023 Birger Schacht License: GPL-2+ License: GPL-2 diff -Nru usbguard-notifier-0.1.0/debian/patches/fix-build-with-gcc13.patch usbguard-notifier-0.1.0/debian/patches/fix-build-with-gcc13.patch --- usbguard-notifier-0.1.0/debian/patches/fix-build-with-gcc13.patch 1970-01-01 00:00:00.000000000 +0000 +++ usbguard-notifier-0.1.0/debian/patches/fix-build-with-gcc13.patch 2023-07-18 13:14:55.000000000 +0000 @@ -0,0 +1,22 @@ +From f4586b732c8a7379aacbc9899173beeacfd54793 Mon Sep 17 00:00:00 2001 +From: Yaakov Selkowitz +Date: Wed, 25 Jan 2023 04:34:55 -0500 +Subject: [PATCH] Fix compile with GCC 13 (#74) + +Signed-off-by: Yaakov Selkowitz +--- + src/Serializer.hpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/Serializer.hpp b/src/Serializer.hpp +index c90a57e..d38991a 100644 +--- a/src/Serializer.hpp ++++ b/src/Serializer.hpp +@@ -20,6 +20,7 @@ + #ifndef SERIALIZER_HPP + #define SERIALIZER_HPP + ++#include + #include + #include + #include diff -Nru usbguard-notifier-0.1.0/debian/patches/series usbguard-notifier-0.1.0/debian/patches/series --- usbguard-notifier-0.1.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ usbguard-notifier-0.1.0/debian/patches/series 2023-07-18 13:14:55.000000000 +0000 @@ -0,0 +1 @@ +fix-build-with-gcc13.patch