diff -Nru kmymoney-5.1.2/debian/changelog kmymoney-5.1.2/debian/changelog --- kmymoney-5.1.2/debian/changelog 2021-08-21 12:18:28.000000000 +0000 +++ kmymoney-5.1.2/debian/changelog 2021-10-02 13:43:50.000000000 +0000 @@ -1,3 +1,9 @@ +kmymoney (5.1.2-1+rpi1) bookworm-staging; urgency=medium + + * Remove DEPRECATED from updateAccount to avoid build error. + + -- Peter Michael Green Sat, 02 Oct 2021 13:43:50 +0000 + kmymoney (5.1.2-1) unstable; urgency=medium * Team upload. diff -Nru kmymoney-5.1.2/debian/patches/remove-deprecated.diff kmymoney-5.1.2/debian/patches/remove-deprecated.diff --- kmymoney-5.1.2/debian/patches/remove-deprecated.diff 1970-01-01 00:00:00.000000000 +0000 +++ kmymoney-5.1.2/debian/patches/remove-deprecated.diff 2021-10-02 13:43:50.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Remove DEPRECATED from updateAccount to avoid build error. +Author: Peter Michael Green +Last-Update: 2021-10-02 + +--- kmymoney-5.1.2.orig/kmymoney/plugins/kbanking/kbanking.h ++++ kmymoney-5.1.2/kmymoney/plugins/kbanking/kbanking.h +@@ -158,7 +158,7 @@ private: + * + * @deprecated + */ +- bool updateAccount(const MyMoneyAccount& acc) DEPRECATED; ++ bool updateAccount(const MyMoneyAccount& acc); + + /** + * Trigger the password cache timer diff -Nru kmymoney-5.1.2/debian/patches/series kmymoney-5.1.2/debian/patches/series --- kmymoney-5.1.2/debian/patches/series 2021-08-21 11:04:20.000000000 +0000 +++ kmymoney-5.1.2/debian/patches/series 2021-10-02 13:43:50.000000000 +0000 @@ -1 +1,2 @@ cmake-libical-own-module.diff +remove-deprecated.diff