Control: tags 1017136 + patch Control: tags 1017136 + pending Dear maintainer,
I've prepared an NMU for ksirk (versioned as 4:21.08.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards, Reiner
diff -Nru ksirk-21.08.0/debian/changelog ksirk-21.08.0/debian/changelog --- ksirk-21.08.0/debian/changelog 2021-08-16 09:25:30.000000000 +0200 +++ ksirk-21.08.0/debian/changelog 2022-10-15 17:58:28.000000000 +0200 @@ -1,3 +1,10 @@ +ksirk (4:21.08.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Import patch to use new KNewStuff header location. (Closes: #1017136) + + -- Reiner Herrmann <rei...@reiner-h.de> Sat, 15 Oct 2022 17:58:28 +0200 + ksirk (4:21.08.0-1) unstable; urgency=medium [ Norbert Preining ] diff -Nru ksirk-21.08.0/debian/patches/knewstuff.patch ksirk-21.08.0/debian/patches/knewstuff.patch --- ksirk-21.08.0/debian/patches/knewstuff.patch 1970-01-01 01:00:00.000000000 +0100 +++ ksirk-21.08.0/debian/patches/knewstuff.patch 2022-10-15 17:58:28.000000000 +0200 @@ -0,0 +1,21 @@ +From 459f18191e11e7a1d38b61cd0114bd881a110539 Mon Sep 17 00:00:00 2001 +From: Ahmad Samir <a.samir...@gmail.com> +Date: Thu, 26 May 2022 15:49:27 +0200 +Bug-Debian: https://bugs.debian.org/1017136 +Subject: [PATCH] Use KNewStuff FowardingHeaders + +--- + ksirk/Dialogs/newGameDialogImpl.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/ksirk/Dialogs/newGameDialogImpl.cpp ++++ b/ksirk/Dialogs/newGameDialogImpl.cpp +@@ -28,7 +28,7 @@ + #include <QStandardPaths> + #include <KMessageBox> + #include <KConfigDialog> +-#include <downloaddialog.h> ++#include <KNS3/DownloadDialog> + + #include <QDir> + #include <QStringList> diff -Nru ksirk-21.08.0/debian/patches/series ksirk-21.08.0/debian/patches/series --- ksirk-21.08.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ksirk-21.08.0/debian/patches/series 2022-10-15 17:58:28.000000000 +0200 @@ -0,0 +1 @@ +knewstuff.patch