Version in base suite: 4.2.06-1 Base version: fldigi_4.2.06-1 Target version: fldigi_4.2.06-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/f/fldigi/fldigi_4.2.06-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/f/fldigi/fldigi_4.2.06-1+deb13u1.dsc changelog | 8 ++++++++ patches/localefix.patch | 18 ++++++++++++++++++ patches/series | 1 + 3 files changed, 27 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpaz0mx3fc/fldigi_4.2.06-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpaz0mx3fc/fldigi_4.2.06-1+deb13u1.dsc: no acceptable signature found diff -Nru fldigi-4.2.06/debian/changelog fldigi-4.2.06/debian/changelog --- fldigi-4.2.06/debian/changelog 2025-02-10 20:08:42.000000000 +0000 +++ fldigi-4.2.06/debian/changelog 2026-05-17 16:41:50.000000000 +0000 @@ -1,3 +1,11 @@ +fldigi (4.2.06-1+deb13u1) trixie; urgency=medium + + * Team upload. + * Force LC_NUMERIC=C.UTF-8 to use proper decimal separator in API and ADIF + log files. (Closes: #1114613) + + -- Dawid Kulas Sun, 17 May 2026 18:41:50 +0200 + fldigi (4.2.06-1) unstable; urgency=medium * New upstream version 4.2.06. diff -Nru fldigi-4.2.06/debian/patches/localefix.patch fldigi-4.2.06/debian/patches/localefix.patch --- fldigi-4.2.06/debian/patches/localefix.patch 1970-01-01 00:00:00.000000000 +0000 +++ fldigi-4.2.06/debian/patches/localefix.patch 2026-05-17 16:41:50.000000000 +0000 @@ -0,0 +1,18 @@ +Forwarded: yes - https://groups.io/g/linuxham/topic/115213599 +Description: Fix problem with wrong decimal separator for some languages (#1114613) +Author: Dawid Kulas +Index: fldigi/src/main.cxx +=================================================================== +--- fldigi.orig/src/main.cxx ++++ fldigi/src/main.cxx +@@ -997,6 +997,8 @@ int main (int argc, char *argv[]) + + setlocale(LC_ALL, ""); + ++ setlocale(LC_NUMERIC, "C.UTF-8"); ++ + #ifndef ENABLE_NLS + setlocale(LC_TIME, ""); + #endif + + diff -Nru fldigi-4.2.06/debian/patches/series fldigi-4.2.06/debian/patches/series --- fldigi-4.2.06/debian/patches/series 2024-05-04 10:03:13.000000000 +0000 +++ fldigi-4.2.06/debian/patches/series 2026-05-17 16:41:50.000000000 +0000 @@ -1 +1,2 @@ +localefix.patch aclocal