From 0db282b379f26e5f2ef52d02705ce9abf097fdf1 Mon Sep 17 00:00:00 2001 From: Peter Blackman Date: Sat, 13 Jul 2024 17:35:36 +0200 Subject: [PATCH] Fix msgfmt related build fail Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074706 Forwarded: https://gitlab.com/freepascal.org/fpc/source/-/issues/40853 =================================================================== Gbp-Pq: Name added-content-type-to-prevent-msgfmt-crash.patch --- fpcsrc/utils/fpdoc/intl/dglobals.de.po | 4 ++++ fpcsrc/utils/fpdoc/intl/fpdoc.de.po | 4 ++++ fpcsrc/utils/fpdoc/intl/makeskel.de.po | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/fpcsrc/utils/fpdoc/intl/dglobals.de.po b/fpcsrc/utils/fpdoc/intl/dglobals.de.po index d9e11762..92765f8b 100644 --- a/fpcsrc/utils/fpdoc/intl/dglobals.de.po +++ b/fpcsrc/utils/fpdoc/intl/dglobals.de.po @@ -1,3 +1,7 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" + #: dglobals:sdocpackagetitle msgid "Reference for package '%s'" msgstr "Referenz für Paket '%s'" diff --git a/fpcsrc/utils/fpdoc/intl/fpdoc.de.po b/fpcsrc/utils/fpdoc/intl/fpdoc.de.po index 2ad9f912..570b7e45 100644 --- a/fpcsrc/utils/fpdoc/intl/fpdoc.de.po +++ b/fpcsrc/utils/fpdoc/intl/fpdoc.de.po @@ -1,3 +1,7 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" + #: fpdoc:stitle msgid "FPDoc - Free Pascal Documentation Tool" msgstr "FPDoc - Free-Pascal-Dokumentationstool" diff --git a/fpcsrc/utils/fpdoc/intl/makeskel.de.po b/fpcsrc/utils/fpdoc/intl/makeskel.de.po index 0d2d1137..1148702e 100644 --- a/fpcsrc/utils/fpdoc/intl/makeskel.de.po +++ b/fpcsrc/utils/fpdoc/intl/makeskel.de.po @@ -1,3 +1,7 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" + #: makeskel:stitle msgid "MakeSkel - FPDoc skeleton XML description file generator" msgstr "MakeSkel - Skelett-Generator für FPDoc-XML-Beschreibungsdateien" -- 2.30.2