Control: tags 971507 + patch Control: tags 971507 + pending Control: tags 1098030 + patch Control: tags 1098030 + pending
Dear maintainer, I've prepared an NMU for uget (versioned as 2.2.3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for uget-2.2.3 uget-2.2.3 changelog | 8 ++++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + tests/control | 2 +- 4 files changed, 25 insertions(+), 1 deletion(-) diff -Nru uget-2.2.3/debian/changelog uget-2.2.3/debian/changelog --- uget-2.2.3/debian/changelog 2020-07-29 02:30:58.000000000 +0300 +++ uget-2.2.3/debian/changelog 2025-09-30 16:30:46.000000000 +0300 @@ -1,3 +1,11 @@ +uget (2.2.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1098030) + * Mark the autopkgtest as superficial. (Closes: #971507) + + -- Adrian Bunk <[email protected]> Tue, 30 Sep 2025 16:30:46 +0300 + uget (2.2.3-2) unstable; urgency=medium * Add support_gcc10_compilation.patch: fix ftbfs with GCC 10. Closes: #957896 diff -Nru uget-2.2.3/debian/patches/gcc-15.patch uget-2.2.3/debian/patches/gcc-15.patch --- uget-2.2.3/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ uget-2.2.3/debian/patches/gcc-15.patch 2025-09-30 16:30:46.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1098030 + +--- uget-2.2.3.orig/ui-gtk/UgtkSettingDialog.h ++++ uget-2.2.3/ui-gtk/UgtkSettingDialog.h +@@ -75,7 +75,7 @@ struct UgtkSettingDialog + struct UgtkMediaWebsiteForm media_website; + }; + +-UgtkSettingDialog* ugtk_setting_dialog_new (); ++UgtkSettingDialog* ugtk_setting_dialog_new (const gchar* title, GtkWindow* parent); + void ugtk_setting_dialog_free (UgtkSettingDialog* sdialog); + + void ugtk_setting_dialog_run (UgtkSettingDialog* dialog, UgtkApp* app); diff -Nru uget-2.2.3/debian/patches/series uget-2.2.3/debian/patches/series --- uget-2.2.3/debian/patches/series 2020-07-29 02:30:58.000000000 +0300 +++ uget-2.2.3/debian/patches/series 2025-09-30 16:30:46.000000000 +0300 @@ -1 +1,2 @@ support_gcc10_compilation.patch +gcc-15.patch diff -Nru uget-2.2.3/debian/tests/control uget-2.2.3/debian/tests/control --- uget-2.2.3/debian/tests/control 2020-04-15 01:25:02.000000000 +0300 +++ uget-2.2.3/debian/tests/control 2025-09-30 16:30:46.000000000 +0300 @@ -1,3 +1,3 @@ Tests: version Depends: uget -Restrictions: allow-stderr +Restrictions: allow-stderr, superficial

