%f was used instead of %s previously, resulting in errors such as:

   Argument "Uploaders" isn't numeric in sprintf at ...

This commit just replaces %f with %s in the source file and all po files.

Signed-off-by: Marko Zajc <[email protected]>
---
 scripts/dpkg-source.pl  | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 2 +-
 scripts/po/en.po        | 2 +-
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/nl.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/pt.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 2387b1f81..f97e8ac50 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -453,7 +453,7 @@ if ($options{opmode} =~ /^(build|print-format|(before|after)-build|commit)$/) {
         $fields->{'Uploaders'} = $uploaders->as_string();

         if (defined $maint && $uploaders->contains($maint)) {
- warning(g_('%f field contains the maintainer address'), 'Uploaders'); + warning(g_('%s field contains the maintainer address'), 'Uploaders');
         }
     }

diff --git a/scripts/po/ca.po b/scripts/po/ca.po
index 9d13a2b02..edd904d37 100644
--- a/scripts/po/ca.po
+++ b/scripts/po/ca.po
@@ -2114,7 +2114,7 @@ msgstr "s'està construint el font per a un llançament només binari"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/de.po b/scripts/po/de.po
index 3a1fff99a..d7bc35121 100644
--- a/scripts/po/de.po
+++ b/scripts/po/de.po
@@ -2079,7 +2079,7 @@ msgstr "Quelle für eine rein-binäre Veröffentlichung wird gebaut"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/dpkg-dev.pot b/scripts/po/dpkg-dev.pot
index c3dd11fee..95db8b472 100644
--- a/scripts/po/dpkg-dev.pot
+++ b/scripts/po/dpkg-dev.pot
@@ -1547,7 +1547,7 @@ msgstr ""

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/en.po b/scripts/po/en.po
index c787003b7..36f2a65e8 100644
--- a/scripts/po/en.po
+++ b/scripts/po/en.po
@@ -2014,7 +2014,7 @@ msgstr "building source for a binary-only release"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/es.po b/scripts/po/es.po
index 96827eb00..f837eef5d 100644
--- a/scripts/po/es.po
+++ b/scripts/po/es.po
@@ -2440,7 +2440,7 @@ msgstr "generando fuentes para una publicación solo binaria"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/fr.po b/scripts/po/fr.po
index 73a38df6a..625e557c8 100644
--- a/scripts/po/fr.po
+++ b/scripts/po/fr.po
@@ -2319,7 +2319,7 @@ msgstr "construction des sources pour une publication binaire seule"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/nl.po b/scripts/po/nl.po
index 7432eecb1..2ba847eba 100644
--- a/scripts/po/nl.po
+++ b/scripts/po/nl.po
@@ -2223,7 +2223,7 @@ msgstr "broncode bouwen voor een release die enkel-binair is"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/pl.po b/scripts/po/pl.po
index 259a3972d..4f4b19181 100644
--- a/scripts/po/pl.po
+++ b/scripts/po/pl.po
@@ -2338,7 +2338,7 @@ msgstr "budowanie źródeł do wydania wyłącznie binarnego"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/pt.po b/scripts/po/pt.po
index e2ee88374..e66739164 100644
--- a/scripts/po/pt.po
+++ b/scripts/po/pt.po
@@ -2054,7 +2054,7 @@ msgstr "a compilar fonte para um lançamento apenas-binário"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/ru.po b/scripts/po/ru.po
index 64a1ae77e..5c1bc5cf2 100644
--- a/scripts/po/ru.po
+++ b/scripts/po/ru.po
@@ -2348,7 +2348,7 @@ msgstr "сборка пакета с исходным кодом только д

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
diff --git a/scripts/po/sv.po b/scripts/po/sv.po
index 00a34d6c5..8e4a8ad4d 100644
--- a/scripts/po/sv.po
+++ b/scripts/po/sv.po
@@ -2025,7 +2025,7 @@ msgstr "bygger källkod för utgåva med endast binär"

 #: scripts/dpkg-source.pl
 #, perl-format
-msgid "%f field contains the maintainer address"
+msgid "%s field contains the maintainer address"
 msgstr ""

 #: scripts/dpkg-source.pl
--
2.51.0

Attachment: OpenPGP_0xD763FF6BE6F2A7AA.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to