• Bug#1092313: aegisub: diff for NMU version 3.2.2+dfsg-7.3

    From Adrian Bunk@21:1/5 to All on Fri Mar 28 15:30:02 2025
    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 <bunk@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) <gcs@debian.org>
    +Forwarded: no
    +Last-Update: 2024-11-18
    +
    +--- aegisub-3.2.2+dfsg.orig/configure.ac
    ++++ aegis