Control: tags 1092313 + pending Dear maintainer,
I've prepared an NMU for aegisub (versioned as 3.2.2+dfsg-7.3) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for aegisub-3.2.2+dfsg aegisub-3.2.2+dfsg changelog | 8 ++++++++ patches/icu76.patch | 17 +++++++++++++++++ patches/series | 1 + 3 files changed, 26 insertions(+) diff -Nru aegisub-3.2.2+dfsg/debian/changelog aegisub-3.2.2+dfsg/debian/changelog --- aegisub-3.2.2+dfsg/debian/changelog 2024-10-26 12:46:24.000000000 +0300 +++ aegisub-3.2.2+dfsg/debian/changelog 2025-03-28 15:58:39.000000000 +0200 @@ -1,3 +1,11 @@ +aegisub (3.2.2+dfsg-7.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch from László Böszörményi to fix FTBFS with ICU 76. + (Closes: #1092313) + + -- Adrian Bunk <b...@debian.org> Fri, 28 Mar 2025 15:58:39 +0200 + aegisub (3.2.2+dfsg-7.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru aegisub-3.2.2+dfsg/debian/patches/icu76.patch aegisub-3.2.2+dfsg/debian/patches/icu76.patch --- aegisub-3.2.2+dfsg/debian/patches/icu76.patch 1970-01-01 02:00:00.000000000 +0200 +++ aegisub-3.2.2+dfsg/debian/patches/icu76.patch 2025-03-28 15:58:34.000000000 +0200 @@ -0,0 +1,17 @@ +Description: fix FTBFS with ICU 75.1+ + Set correct C++ standard. +Author: Laszlo Boszormenyi (GCS) <g...@debian.org> +Forwarded: no +Last-Update: 2024-11-18 + +--- aegisub-3.2.2+dfsg.orig/configure.ac ++++ aegisub-3.2.2+dfsg/configure.ac +@@ -149,7 +149,7 @@ AC_ARG_ENABLE(compiler-flags, AS_HELP_ST + AS_IF([test x$enable_compiler_flags != xno], [ + CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g" + CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g" +- AC_CXX_FLAG([-std=c++11]) ++ AC_CXX_FLAG([-std=c++17]) + AC_CXX_FLAG([-Wno-narrowing]) + AC_C_FLAG([-Wno-unused-local-typedefs]) + AC_CXX_FLAG([-Wno-unused-local-typedefs]) diff -Nru aegisub-3.2.2+dfsg/debian/patches/series aegisub-3.2.2+dfsg/debian/patches/series --- aegisub-3.2.2+dfsg/debian/patches/series 2024-10-26 12:45:22.000000000 +0300 +++ aegisub-3.2.2+dfsg/debian/patches/series 2025-03-28 15:58:39.000000000 +0200 @@ -28,3 +28,4 @@ update-ffms2-log-levels.patch fix_boost183.patch aegisub-add-support-for-loong64.patch +icu76.patch