[Reproducible-commits] [dpkg] 06/30: man: Shorten example symbol names in dpkg-gensymbols(1)

Mattia Rizzolo mattia at debian.org
Mon May 9 09:02:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit abbdf5b8384482c1527d7dc5f55f9640f5d957ce
Author: Guillem Jover <guillem at debian.org>
Date:   Sat May 7 17:29:54 2016 +0200

    man: Shorten example symbol names in dpkg-gensymbols(1)
    
    This fixes a mandb warning due to very long strings in the Dutch man page
    translation that is part of a block quote, and cannot be line wrapped.
    
    Unfuzzy all translations.
    
    Warned-by: lintian
---
 debian/changelog      |  5 +++++
 man/dpkg-gensymbols.1 | 12 ++++++------
 man/po/de.po          | 26 +++++++++++++-------------
 man/po/es.po          | 16 ++++++++--------
 man/po/fr.po          | 14 +++++++-------
 man/po/hu.po          | 14 +++++++-------
 man/po/it.po          | 16 ++++++++--------
 man/po/ja.po          | 16 ++++++++--------
 man/po/nl.po          | 24 ++++++++++++------------
 man/po/pl.po          | 16 ++++++++--------
 man/po/pt_BR.po       | 14 +++++++-------
 man/po/ru.po          | 14 +++++++-------
 man/po/sv.po          | 16 ++++++++--------
 man/po/zh_CN.po       | 14 +++++++-------
 14 files changed, 111 insertions(+), 106 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c576679..1538b6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 dpkg (1.18.7) UNRELEASED; urgency=medium
 
+  [ Guillem Jover ]
+  * Documentation:
+    - Shorten example symbol names in dpkg-gensymbols to avoid a mandb
+      warning due to unwrappable lines in translations.
+
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
 
diff --git a/man/dpkg-gensymbols.1 b/man/dpkg-gensymbols.1
index 102ac14..74ba710 100644
--- a/man/dpkg-gensymbols.1
+++ b/man/dpkg-gensymbols.1
@@ -192,23 +192,23 @@ will be considered only on alpha, any\-amd64 and ia64 architectures,
 the second only on linux architectures, while the third one anywhere
 except on armel.
 
- (arch=alpha any\-amd64 ia64)a_64bit_specific_symbol at Base 1.0
+ (arch=alpha any\-amd64 ia64)64bit_specific_symbol at Base 1.0
  (arch=linux\-any)linux_specific_symbol at Base 1.0
  (arch=!armel)symbol_armel_does_not_have at Base 1.0
 
 The \fIarchitecture-bits\fP is either \fB32\fP or \fB64\fP.
 
- (arch-bits=32)a_32bit_specific_symbol at Base 1.0
- (arch-bits=64)a_64bit_specific_symbol at Base 1.0
+ (arch-bits=32)32bit_specific_symbol at Base 1.0
+ (arch-bits=64)64bit_specific_symbol at Base 1.0
 
 The \fIarchitecture-endianness\fP is either \fBlittle\fP or \fBbig\fP.
 
- (arch-endian=little)a_little_endian_specific_symbol at Base 1.0
- (arch-endian=big)a_big_endian_specific_symbol at Base 1.0
+ (arch-endian=little)little_endian_specific_symbol at Base 1.0
+ (arch-endian=big)big_endian_specific_symbol at Base 1.0
 
 Multiple restrictions can be chained.
 
- (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0
+ (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0
 .TP
 .B ignore\-blacklist
 dpkg\-gensymbols has an internal blacklist of symbols that should not
diff --git a/man/po/de.po b/man/po/de.po
index e5d1eed..f495325 100644
--- a/man/po/de.po
+++ b/man/po/de.po
@@ -17,7 +17,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.18.7\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-05 17:48+0200\n"
-"PO-Revision-Date: 2016-05-08 13:54+0200\n"
+"PO-Revision-Date: 2016-05-09 01:27+0200\n"
 "Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
 "Language: de\n"
@@ -13844,11 +13844,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 
@@ -13861,11 +13861,11 @@ msgstr "I<architecture-bits> ist entweder B<32> oder B<64>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -13876,11 +13876,11 @@ msgstr "I<architecture-endianness> ist entweder B<little> oder B<big>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -13890,8 +13890,8 @@ msgstr "Mehrere Einschränkungen können aneinandergehängt werden."
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
-msgstr " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
+msgstr " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 
 #. type: TP
 #: dpkg-gensymbols.1
diff --git a/man/po/es.po b/man/po/es.po
index ea9df2d..d526fe1 100644
--- a/man/po/es.po
+++ b/man/po/es.po
@@ -39,7 +39,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.16.8\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:37+0200\n"
 "Last-Translator: Omar Campagne <ocampagne at gmail.com>\n"
 "Language-Team: Spanish <debian-l10n-spanish at lists.debian.org>\n"
 "Language: es\n"
@@ -14771,11 +14771,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_símbolo_específico at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_símbolo_específico at Base 1.0\n"
 " (arch=linux-any)símbolo_específico_linux at Base 1.0\n"
 " (arch=!armel)símbolo_ausente_en_armel at Base 1.0\n"
 
@@ -14788,8 +14788,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14801,8 +14801,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14813,7 +14813,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/fr.po b/man/po/fr.po
index 47741c2..ca60ca4 100644
--- a/man/po/fr.po
+++ b/man/po/fr.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:37+0200\n"
 "Last-Translator: Sébastien Poher <sbphr at volted.net>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
 "Language: fr\n"
@@ -14697,7 +14697,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -14714,8 +14714,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14727,8 +14727,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14739,7 +14739,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/hu.po b/man/po/hu.po
index 5079ebc..445fc14 100644
--- a/man/po/hu.po
+++ b/man/po/hu.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <debian-l10n-hungarian at lists.debian.org>\n"
 "Language: hu\n"
@@ -11647,7 +11647,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -11661,8 +11661,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11674,8 +11674,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11686,7 +11686,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/it.po b/man/po/it.po
index fff36de..3b9ce5c 100644
--- a/man/po/it.po
+++ b/man/po/it.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: dpkg 1.16.10\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet at libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
 "Language: it\n"
@@ -14043,11 +14043,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 
@@ -14060,8 +14060,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14073,8 +14073,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14085,7 +14085,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/ja.po b/man/po/ja.po
index 7e46778..75560fc 100644
--- a/man/po/ja.po
+++ b/man/po/ja.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: TAKAHASHI Motonobu <monyo at monyo.com>\n"
 "Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
 "Language: ja\n"
@@ -14460,11 +14460,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 
@@ -14477,8 +14477,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14490,8 +14490,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14502,7 +14502,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/nl.po b/man/po/nl.po
index 4c4cce0..3a3af56 100644
--- a/man/po/nl.po
+++ b/man/po/nl.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.18.4\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert at yucom.be>\n"
 "Language-Team: Dutch <debian-l10n-dutch at lists.debian.org>\n"
 "Language: nl\n"
@@ -14025,7 +14025,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -14042,11 +14042,11 @@ msgstr "De waarde van I<architectuur-bits> is ofwel B<32> of B<64>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
-" (arch-bits=32)een_32bits_specifiek_symbool at Base 1.0\n"
-" (arch-bits=64)een_64bits_specifiek_symbool at Base 1.0\n"
+" (arch-bits=32)32bits_specifiek_symbool at Base 1.0\n"
+" (arch-bits=64)64bits_specifiek_symbool at Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -14057,11 +14057,11 @@ msgstr "De waarde van I<architectuur-endianness> is ofwel B<little> of B<big>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
-" (arch-endian=little)een_little_endian_specifiek_symbool at Base 1.0\n"
-" (arch-endian=big)een_big_endian_specifiek_symbool at Base 1.0\n"
+" (arch-endian=little)little_endian_specifiek_symbool at Base 1.0\n"
+" (arch-endian=big)big_endian_specifiek_symbool at Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -14071,8 +14071,8 @@ msgstr "Meerdere beperkingen kunnen aaneengeregen worden."
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
-msgstr " (arch-bits=32|arch-endian=little)een_32bits_le_symbool at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
+msgstr " (arch-bits=32|arch-endian=little)32bits_le_symbool at Base 1.0\n"
 
 #. type: TP
 #: dpkg-gensymbols.1
diff --git a/man/po/pl.po b/man/po/pl.po
index 7f35afe..be97228 100644
--- a/man/po/pl.po
+++ b/man/po/pl.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.15.4\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Michał Kułach <michal.kulach at gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"
 "Language: pl\n"
@@ -14768,11 +14768,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 
@@ -14785,8 +14785,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14798,8 +14798,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14810,7 +14810,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/pt_BR.po b/man/po/pt_BR.po
index d9eadf0..1de3ce4 100644
--- a/man/po/pt_BR.po
+++ b/man/po/pt_BR.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Andre Luis Lopes  <andrelop at debian.org>\n"
 "Language-Team: Portuguese <debian-l10n-portuguese at lists.debian.org>\n"
 "Language: pt_BR\n"
@@ -11504,7 +11504,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -11518,8 +11518,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11531,8 +11531,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11543,7 +11543,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/ru.po b/man/po/ru.po
index ae91c15..00e2d39 100644
--- a/man/po/ru.po
+++ b/man/po/ru.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
 "Language: ru\n"
@@ -11954,7 +11954,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -11968,8 +11968,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11981,8 +11981,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11993,7 +11993,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/sv.po b/man/po/sv.po
index ea713bf..c6d4228 100644
--- a/man/po/sv.po
+++ b/man/po/sv.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.11\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Peter Krefting <peter at softwolves.pp.se>\n"
 "Language-Team: Svenska <debian-l10n-swedish at lists.debian.org>\n"
 "Language: sv\n"
@@ -14375,11 +14375,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 
@@ -14392,8 +14392,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14405,8 +14405,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14417,7 +14417,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP
diff --git a/man/po/zh_CN.po b/man/po/zh_CN.po
index c589aa8..f1f3de2 100644
--- a/man/po/zh_CN.po
+++ b/man/po/zh_CN.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.21\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:17+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Zhou Mo <cdluminate at gmail.com>\n"
 "Language-Team: Chinese (simplified) <debian-l10n-chinese at lists.debian.org>\n"
 "Language: zh_CN\n"
@@ -11468,7 +11468,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol at Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol at Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have at Base 1.0\n"
 msgstr ""
@@ -11482,8 +11482,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol at Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol at Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol at Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11495,8 +11495,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol at Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol at Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11507,7 +11507,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol at Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol at Base 1.0\n"
 msgstr ""
 
 #. type: TP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list