Control: tags 1133149 + pending Dear maintainer,
I've prepared an NMU for bluefish (versioned as 2.4.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for bluefish-2.4.1 bluefish-2.4.1 changelog | 7 +++++++ patches/gettext0.26.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) diff -Nru bluefish-2.4.1/debian/changelog bluefish-2.4.1/debian/changelog --- bluefish-2.4.1/debian/changelog 2026-04-13 12:10:50.000000000 +0300 +++ bluefish-2.4.1/debian/changelog 2026-06-06 16:56:03.000000000 +0300 @@ -1,3 +1,10 @@ +bluefish (2.4.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gettext 0.26. (Closes: #1133149) + + -- Adrian Bunk <[email protected]> Sat, 06 Jun 2026 16:56:03 +0300 + bluefish (2.4.1-1) unstable; urgency=medium * New upstream release diff -Nru bluefish-2.4.1/debian/patches/gettext0.26.patch bluefish-2.4.1/debian/patches/gettext0.26.patch --- bluefish-2.4.1/debian/patches/gettext0.26.patch 1970-01-01 02:00:00.000000000 +0200 +++ bluefish-2.4.1/debian/patches/gettext0.26.patch 2026-06-06 16:56:03.000000000 +0300 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with gettext 0.26 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1133149 + +--- bluefish-2.4.1.orig/configure.ac ++++ bluefish-2.4.1/configure.ac +@@ -40,8 +40,7 @@ AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [gettext domain]) + BF_DEFINE_LINGUAS(_BF_LINGUAS) + BF_UPTODATE_LINGUAS(_BF_UPTODATE_LINGUAS) +-AM_GNU_GETTEXT_VERSION([0.20]) +-AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6]) ++AM_GNU_GETTEXT_VERSION([0.23]) + AM_GNU_GETTEXT([external]) + AC_SUBST(MSGMERGE_FOR_MSGFMT_OPTION) + diff -Nru bluefish-2.4.1/debian/patches/series bluefish-2.4.1/debian/patches/series --- bluefish-2.4.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ bluefish-2.4.1/debian/patches/series 2026-06-06 16:56:03.000000000 +0300 @@ -0,0 +1 @@ +gettext0.26.patch

