chiark / gitweb /
Regenerate POT files and merge into po files
[developers-reference.git] / po4a / fr / best-pkging-practices.po
1 # translation of best-pkging-practices.po to French
2 # Translation of Debian Developers Reference to French
3 # Copyright (C) 2008 Christian Perrier <bubulle@debian.org>
4 # This file is distributed under the same license as the developers-reference package.
5 #
6 # Christian Perrier <bubulle@debian.org>, 2008, 2009.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: best-pkging-practices\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2010-01-04 00:20+0100\n"
12 "PO-Revision-Date: 2009-06-01 14:35+0200\n"
13 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
14 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: KBabel 1.11.4\n"
19
20 # type: Content of: <chapter><title>
21 #. type: Content of: <chapter><title>
22 #: best-pkging-practices.dbk:7
23 msgid "Best Packaging Practices"
24 msgstr "Les meilleurs pratiques pour la construction des paquets"
25
26 # type: Content of: <chapter><para>
27 #. type: Content of: <chapter><para>
28 #: best-pkging-practices.dbk:9
29 msgid ""
30 "Debian's quality is largely due to the <ulink url=\"&url-debian-policy;"
31 "\">Debian Policy</ulink>, which defines explicit baseline requirements which "
32 "all Debian packages must fulfill.  Yet there is also a shared history of "
33 "experience which goes beyond the Debian Policy, an accumulation of years of "
34 "experience in packaging.  Many very talented people have created great "
35 "tools, tools which help you, the Debian maintainer, create and maintain "
36 "excellent packages."
37 msgstr ""
38 "La qualité de Debian est largement due à la <ulink url=\"&url-debian-policy;"
39 "\">Charte Debian</ulink> qui définit les prérequis explicites de base que "
40 "tous les paquets Debian doivent satisfaire. Cependant, il existe également "
41 "une expérience générale partagée qui va bien au delà de la Charte Debian et "
42 "constitue une somme d'années d'expérience dans la construction de paquets. "
43 "De nombreux contributeurs talentueux ont créé d'excellents outils qui "
44 "peuvent vous aider, en tant que mainteneur Debian, à créer et maintenir des "
45 "paquets d'excellente qualité."
46
47 # type: Content of: <chapter><para>
48 #. type: Content of: <chapter><para>
49 #: best-pkging-practices.dbk:18
50 msgid ""
51 "This chapter provides some best practices for Debian developers.  All "
52 "recommendations are merely that, and are not requirements or policy.  These "
53 "are just some subjective hints, advice and pointers collected from Debian "
54 "developers.  Feel free to pick and choose whatever works best for you."
55 msgstr ""
56 "Ce chapitre rassemble les meilleures pratiques pou rles mainteneurs Debian. "
57 "La majorité de son contenu est constitué de recommandations plus que "
58 "d'obligations. Il s'agit essentiellement d'informations subjectives, d'avis "
59 "et de pointeurs, rassemblés par les développeurs Debian. Il est conseillé "
60 "d'y choisir ce qui vous convient le mieux."
61
62 # type: Content of: <chapter><section><title>
63 #. type: Content of: <chapter><section><title>
64 #: best-pkging-practices.dbk:24
65 msgid "Best practices for <filename>debian/rules</filename>"
66 msgstr ""
67 "Les meilleures pratiques pour le fichier <filename>debian/rules</filename>"
68
69 # type: Content of: <chapter><section><para>
70 #. type: Content of: <chapter><section><para>
71 #: best-pkging-practices.dbk:26
72 msgid ""
73 "The following recommendations apply to the <filename>debian/rules</filename> "
74 "file.  Since <filename>debian/rules</filename> controls the build process "
75 "and selects the files which go into the package (directly or indirectly), "
76 "it's usually the file maintainers spend the most time on."
77 msgstr ""
78 "Les recommandations qui suivent s'appliquent au fichier <filename>debian/"
79 "rules</filename>. Comme ce fichier contrôle le processus de construction des "
80 "paquets et fait le choix des fichiers qui entreront dans ce paquet, "
81 "directement ou indirectement, il s'agit du fichier dont les mainteneurs "
82 "s'occupent généralement le plus."
83
84 # type: Content of: <chapter><section><section><title>
85 #. type: Content of: <chapter><section><section><title>
86 #: best-pkging-practices.dbk:32
87 msgid "Helper scripts"
88 msgstr "Scripts d'assistance"
89
90 # type: Content of: <chapter><section><section><para>
91 #. type: Content of: <chapter><section><section><para>
92 #: best-pkging-practices.dbk:34
93 msgid ""
94 "The rationale for using helper scripts in <filename>debian/rules</filename> "
95 "is that they let maintainers use and share common logic among many "
96 "packages.  Take for instance the question of installing menu entries: you "
97 "need to put the file into <filename>/usr/share/menu</filename> (or "
98 "<filename>/usr/lib/menu</filename> for executable binary menufiles, if this "
99 "is needed), and add commands to the maintainer scripts to register and "
100 "unregister the menu entries.  Since this is a very common thing for packages "
101 "to do, why should each maintainer rewrite all this on their own, sometimes "
102 "with bugs? Also, supposing the menu directory changed, every package would "
103 "have to be changed."
104 msgstr ""
105 "La justification à l'utilisation de scripts d'assistance dans "
106 "<filename>debian/rules</filename> est de permettre aux mainteneurs de "
107 "définir puis utiliser une logique commune pour de nombreux paquets. Si on "
108 "prend par exemple l'installaiton d'entrées de menu, il est nécessaire de "
109 "placer le fichier dans <filename>/usr/lib/menu</filename> (ou <filename>/usr/"
110 "lib/menu</filename> des fichiers de menu exécutables, s'il en existe), puis "
111 "d'ajouter des commandes aux scripts des mainteneurs pour enregistrer ou "
112 "désenregistrer les entrées de menu. Comme cette action est commune à de très "
113 "nombreux paquets, pourquoi faudrait-il que chaque mainteneur ait à réécrire "
114 "ses propres méthodes pour cela, bogues compris ? De plus, si jamais le "
115 "répertoire des menus venait à changer, chaque paquet devrait être modifié."
116
117 # type: Content of: <chapter><section><section><para>
118 #. type: Content of: <chapter><section><section><para>
119 #: best-pkging-practices.dbk:45
120 msgid ""
121 "Helper scripts take care of these issues.  Assuming you comply with the "
122 "conventions expected by the helper script, the helper takes care of all the "
123 "details.  Changes in policy can be made in the helper script; then packages "
124 "just need to be rebuilt with the new version of the helper and no other "
125 "changes."
126 msgstr ""
127 "Les scripts d'assistance s'occupent de ce type de tâche. À condition d'être "
128 "compatible avec les conventions utilisées par le script d'assistance, celui-"
129 "ci s'occupe de tous les détails. Les modifications dans la charte peuvent "
130 "alors être implémentées dans le script d'assistance et les paquets n'ont "
131 "plus qu'à être reconstruits sans autre modification."
132
133 # type: Content of: <chapter><section><section><para>
134 #. type: Content of: <chapter><section><section><para>
135 #: best-pkging-practices.dbk:52
136 msgid ""
137 "<xref linkend=\"tools\"/> contains a couple of different helpers.  The most "
138 "common and best (in our opinion) helper system is <systemitem role=\"package"
139 "\">debhelper</systemitem>.  Previous helper systems, such as <systemitem "
140 "role=\"package\">debmake</systemitem>, were monolithic: you couldn't pick "
141 "and choose which part of the helper you found useful, but had to use the "
142 "helper to do everything.  <systemitem role=\"package\">debhelper</"
143 "systemitem>, however, is a number of separate little <command>dh_*</command> "
144 "programs.  For instance, <command>dh_installman</command> installs and "
145 "compresses man pages, <command>dh_installmenu</command> installs menu files, "
146 "and so on.  Thus, it offers enough flexibility to be able to use the little "
147 "helper scripts, where useful, in conjunction with hand-crafted commands in "
148 "<filename>debian/rules</filename>."
149 msgstr ""
150 "<xref linkend=\"tools\"/> contient un certain nombre d'assistants variés. Le "
151 "système le plus répandu et (selon nous) le plus adapté est <systemitem role="
152 "\"package\">debhelper</systemitem>. Des systèmes antérieurs, tels que "
153 "<systemitem role=\"package\">debmake</systemitem>, étaient monolithiques ; "
154 "ils ne permettaient pas de choisir quelle partie de l'assistant serait "
155 "utile, en obligeant à se servir de l'ensemble de l'assistant. A contrario, "
156 "<systemitem role=\"package\">debhelper</systemitem> est constitué d'un grand "
157 "nombre de petits programmes <command>dh_*</command> différents. Par exemple, "
158 "<command>dh_installman</command> installe et compresse les pages de manuel, "
159 "<command>dh_installmenu</command> istalle les fichiers de menu, et ainsi de "
160 "suite. En conséquence, il offre la possibilité d'utiliser certains des "
161 "scripts d'assistance tout en conservant des commandes manuelles dans "
162 "<filename>debian/rules</filename>."
163
164 # type: Content of: <chapter><section><section><para>
165 #. type: Content of: <chapter><section><section><para>
166 #: best-pkging-practices.dbk:66
167 msgid ""
168 "You can get started with <systemitem role=\"package\">debhelper</systemitem> "
169 "by reading <citerefentry> <refentrytitle>debhelper</refentrytitle> "
170 "<manvolnum>1</manvolnum> </citerefentry>, and looking at the examples that "
171 "come with the package.  <command>dh_make</command>, from the <systemitem "
172 "role=\"package\">dh-make</systemitem> package (see <xref linkend=\"dh-make\"/"
173 "> ), can be used to convert a vanilla source package to a <systemitem role="
174 "\"package\">debhelper</systemitem>ized package.  This shortcut, though, "
175 "should not convince you that you do not need to bother understanding the "
176 "individual <command>dh_*</command> helpers.  If you are going to use a "
177 "helper, you do need to take the time to learn to use that helper, to learn "
178 "its expectations and behavior."
179 msgstr ""
180 "Pour démarrer avec <systemitem role=\"package\">debhelper</systemitem>, il "
181 "est conseillé de lire <citerefentry> <refentrytitle>debhelper</"
182 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> et de consulter les "
183 "exemples fournis avec le paquet. <command>dh_make</command>, fourni avec le "
184 "paquet <systemitem role=\"package\">dh-make</systemitem> (voir <xref linkend="
185 "\"dh-make\"/> ) peut être utilisé pour convertir un paquet source originel "
186 "en paquet géré par <systemitem role=\"package\">debhelper</systemitem>. "
187 "Cette méthode rapide ne doit cependant pas se substituer à une compréhension "
188 "individuelle des commandes <command>dh_*</command>. Si vous utilisez un "
189 "assistant, vous devez prendre le temps de l'apprendre, pour comprendre ses "
190 "besoins et son comportement."
191
192 # type: Content of: <chapter><section><section><para>
193 #. type: Content of: <chapter><section><section><para>
194 #: best-pkging-practices.dbk:79
195 msgid ""
196 "Some people feel that vanilla <filename>debian/rules</filename> files are "
197 "better, since you don't have to learn the intricacies of any helper system.  "
198 "This decision is completely up to you.  Use what works for you.  Many "
199 "examples of vanilla <filename>debian/rules</filename> files are available at "
200 "<ulink url=\"&url-rules-files;\"></ulink>."
201 msgstr ""
202 "Certains mainteneurs pensent que l'utilisation de fichiers <filename>debian/"
203 "rules</filename> sans assistants est préférable car elle évite d'avoir à "
204 "apprendre les subtilité de ces systèmes d'assistance. Utiliser l'une ou "
205 "l'autre méthode est un entièrement à la discrétion du mainteneur d'un paquet "
206 "qui devrait utiliser la méthode qui lui convient le mieux. De nombreux "
207 "exemples de fichiers <filename>debian/rules</filename> qui n'utilisent pas "
208 "d'assistants sont disponibles à l'adresse <ulink url=\"&url-rules-files;\"></"
209 "ulink>."
210
211 # type: Content of: <chapter><section><section><title>
212 #. type: Content of: <chapter><section><section><title>
213 #: best-pkging-practices.dbk:88
214 msgid "Separating your patches into multiple files"
215 msgstr "Séparation des modifications (« patches ») en plusieurs fichiers"
216
217 # type: Content of: <chapter><section><section><para>
218 #. type: Content of: <chapter><section><section><para>
219 #: best-pkging-practices.dbk:90
220 msgid ""
221 "Big, complex packages may have many bugs that you need to deal with.  If you "
222 "correct a number of bugs directly in the source, and you're not careful, it "
223 "can get hard to differentiate the various patches that you applied.  It can "
224 "get quite messy when you have to update the package to a new upstream "
225 "version which integrates some of the fixes (but not all).  You can't take "
226 "the total set of diffs (e.g., from <filename>.diff.gz</filename>) and work "
227 "out which patch sets to back out as a unit as bugs are fixed upstream."
228 msgstr ""
229 "Les paquets complexes ont souvent de nombreux bogues qui doivent être gérés "
230 "par le mainteneur. Si certains de ces bogues sont corrigés par des "
231 "modifications effectuées directement dans le code source, sans discernement, "
232 "il peut devenir difficile de retrouver l'origine et la motivation de ces "
233 "modifications. Cela peut également rendre bien plus complexe l'intégration "
234 "d'une nouvelle version amont qui pourrait inclure certaines de ces "
235 "modifications (mais pas toutes). Il est en effet alors quasiment impossible "
236 "de reprendre le jeu initial de changements (p. ex. dans le fichier "
237 "<filename>.diff.gz</filename>) et supprimer ceux qui correspondent à des "
238 "correctifs appliqués par le mainteneur amont."
239
240 #. type: Content of: <chapter><section><section><para>
241 #: best-pkging-practices.dbk:99
242 msgid ""
243 "Fortunately, with the source format “3.0 (quilt)” it is now possible to keep "
244 "patches separate without having to modify <filename>debian/rules</filename> "
245 "to setup a patch system. Patches are stored in <filename>debian/patches/</"
246 "filename> and when the source package is unpacked patches listed in "
247 "<filename>debian/patches/series</filename> are automatically applied.  As "
248 "the name implies, patches can be managed with <command>quilt</command>."
249 msgstr ""
250
251 # type: Content of: <chapter><section><section><para>
252 #. type: Content of: <chapter><section><section><para>
253 #: best-pkging-practices.dbk:107
254 #, fuzzy
255 msgid ""
256 "When using the older source “1.0”, it's also possible to separate patches "
257 "but a dedicated patch system must be used: the patch files are shipped "
258 "within the Debian patch file (<filename>.diff.gz</filename>), usually within "
259 "the <filename>debian/</filename> directory. The only difference is that they "
260 "aren't applied immediately by <command>dpkg-source</command>, but by the "
261 "<literal>build</literal> rule of <filename>debian/rules</filename>, through "
262 "a dependency on the <literal>patch</literal> rule.  Conversely, they are "
263 "reverted in the <literal>clean</literal> rule, through a dependency on the "
264 "<literal>unpatch</literal> rule."
265 msgstr ""
266 "Malheureusement, le système de gestion des paquets ne permet pas "
267 "actuellement, tel quel, de séparer les correctif en plusieurs fichiers. "
268 "Cependant, il existe des méthodes permettant d'individualiser les correctifs "
269 "dans le fichier général de correctifs Debian (<filename>.diff.gz</"
270 "filename>), en général à l'intérieur du répertoire <filename>debian/</"
271 "filename>. La seule différence est que ces correctifs ne sont pas appliqués "
272 "par dpkg-source mais par la règle <literal>build</literal> de "
273 "<filename>debian/rules</filename>. À l'inverse, les correctifs sont retirés "
274 "par la règle <literal>clean</literal>."
275
276 # type: Content of: <chapter><section><section><para>
277 #. type: Content of: <chapter><section><section><para>
278 #: best-pkging-practices.dbk:119
279 #, fuzzy
280 msgid ""
281 "<command>quilt</command> is the recommended tool for this.  It does all of "
282 "the above, and also allows to manage patch series.  See the <systemitem role="
283 "\"package\">quilt</systemitem> package for more information."
284 msgstr ""
285 "<command>dbs</command> est une des méthodes populaires pour ce besoin. Il "
286 "effectue l'ensemble des actiosn mentionnées précédemment et offre la "
287 "possibilité de créer de nouveaux correctifs ou en adapter des existants. "
288 "Veuillez regarder le paquet <systemitem role=\"package\">dbs</systemitem> "
289 "pour plus d'informations et <systemitem role=\"package\">hello-dbs</"
290 "systemitem> pour un exemple d'utilisation."
291
292 #. type: Content of: <chapter><section><section><para>
293 #: best-pkging-practices.dbk:125
294 msgid ""
295 "There are other tools to manage patches, like <command>dpatch</command>, and "
296 "the patch system integrated with <systemitem role=\"package\">cdbs</"
297 "systemitem>."
298 msgstr ""
299
300 # type: Content of: <chapter><section><section><title>
301 #. type: Content of: <chapter><section><section><title>
302 #: best-pkging-practices.dbk:132
303 msgid "Multiple binary packages"
304 msgstr "Paquets binaires multiples"
305
306 # type: Content of: <chapter><section><section><para>
307 #. type: Content of: <chapter><section><section><para>
308 #: best-pkging-practices.dbk:134
309 msgid ""
310 "A single source package will often build several binary packages, either to "
311 "provide several flavors of the same software (e.g., the <systemitem role="
312 "\"package\">vim</systemitem> source package) or to make several small "
313 "packages instead of a big one (e.g., so the user can install only the subset "
314 "needed, and thus save some disk space)."
315 msgstr ""
316 "A seul paquet source créera souvent plusieurs paquets binaires, soit pour "
317 "fournir plusieurs variantes du même logiciels (p. ex. le paquet source "
318 "<systemitem role=\"package\">vim</systemitem>) ou pour répartir les fichiers "
319 "en plusieurs paquets plus petits au lieu d'un seul paquet monolithique (ce "
320 "qui peut permettre à un utilisateur de d'installer que les éléments "
321 "nécessaires et donc préserver l'espace disque)."
322
323 # type: Content of: <chapter><section><section><para>
324 #. type: Content of: <chapter><section><section><para>
325 #: best-pkging-practices.dbk:141
326 msgid ""
327 "The second case can be easily managed in <filename>debian/rules</filename>.  "
328 "You just need to move the appropriate files from the build directory into "
329 "the package's temporary trees.  You can do this using <command>install</"
330 "command> or <command>dh_install</command> from <systemitem role=\"package"
331 "\">debhelper</systemitem>.  Be sure to check the different permutations of "
332 "the various packages, ensuring that you have the inter-package dependencies "
333 "set right in <filename>debian/control</filename>."
334 msgstr ""
335 "Le second cas est simple à gérer dans le fichier <filename>debian/rules</"
336 "filename>. Il suffit de déplacer les fichiers nécessaires depuis le "
337 "répertoire de construction vers l'arborescence temporaire du paquet. Cela "
338 "peut se faire avec les commandes <command>install</command> ou "
339 "<command>dh_install</command> du paquet <systemitem role=\"package"
340 "\">debhelper</systemitem>. Veillez alors à contrôler les différentes "
341 "permutations des paquets, afin de pouvoir indiquer les dépendances inter-"
342 "paquets appropriées dans <filename>debian/control</filename>."
343
344 # type: Content of: <chapter><section><section><para>
345 #. type: Content of: <chapter><section><section><para>
346 #: best-pkging-practices.dbk:150
347 msgid ""
348 "The first case is a bit more difficult since it involves multiple recompiles "
349 "of the same software but with different configuration options.  The "
350 "<systemitem role=\"package\">vim</systemitem> source package is an example "
351 "of how to manage this using an hand-crafted <filename>debian/rules</"
352 "filename> file."
353 msgstr ""
354 "Le premier cas est plus délicat à gérer car il implique des recompilations "
355 "multiples du même logiciel avec différentes options de configuration. Le "
356 "paquet source <systemitem role=\"package\">vim</systemitem> en est un "
357 "exemple, avec la gestion manuelle de l'ensemble des actions dans le fichier "
358 "<filename>debian/rules</filename> géré manuellement."
359
360 # type: Content of: <chapter><section><title>
361 #. type: Content of: <chapter><section><title>
362 #: best-pkging-practices.dbk:162
363 msgid "Best practices for <filename>debian/control</filename>"
364 msgstr "Meilleures pratiques pour <filename>debian/control</filename>"
365
366 # type: Content of: <chapter><section><para>
367 #. type: Content of: <chapter><section><para>
368 #: best-pkging-practices.dbk:164
369 msgid ""
370 "The following practices are relevant to the <filename>debian/control</"
371 "filename> file.  They supplement the <ulink url=\"&url-debian-policy;ch-"
372 "binary.html#s-descriptions\">Policy on package descriptions</ulink>."
373 msgstr ""
374 "Les conseils qui suivent sont destinés au fichier <filename>debian/control</"
375 "filename>. Ils complètent la <ulink url=\"&url-debian-policy;ch-binary."
376 "html#s-descriptions\">Charte Debian</ulink> pour ce qui concerne les "
377 "descriptions de paquets."
378
379 # type: Content of: <chapter><section><para>
380 #. type: Content of: <chapter><section><para>
381 #: best-pkging-practices.dbk:170
382 msgid ""
383 "The description of the package, as defined by the corresponding field in the "
384 "<filename>control</filename> file, contains both the package synopsis and "
385 "the long description for the package.  <xref linkend=\"bpp-desc-basics\"/> "
386 "describes common guidelines for both parts of the package description.  "
387 "Following that, <xref linkend=\"bpp-pkg-synopsis\"/> provides guidelines "
388 "specific to the synopsis, and <xref linkend=\"bpp-pkg-desc\"/> contains "
389 "guidelines specific to the description."
390 msgstr ""
391 "La description d'un paquet telle que définie par le champ correspondant du "
392 "fichier <filename>control</filename>, comprend à la fois le résumé et la "
393 "description longue du paquet. <xref linkend=\"bpp-desc-basics\"/> donne des "
394 "indications communes à ces deux parties, <xref linkend=\"bpp-pkg-synopsis\"/"
395 "> donne des indications spécifiques pour le résumé et <xref linkend=\"bpp-"
396 "pkg-desc\"/> donne des indications pour la description."
397
398 # type: Content of: <chapter><section><section><title>
399 #. type: Content of: <chapter><section><section><title>
400 #: best-pkging-practices.dbk:179
401 msgid "General guidelines for package descriptions"
402 msgstr "Conseils généraux pour les descriptions de paquets"
403
404 # type: Content of: <chapter><section><section><para>
405 #. type: Content of: <chapter><section><section><para>
406 #: best-pkging-practices.dbk:181
407 msgid ""
408 "The package description should be written for the average likely user, the "
409 "average person who will use and benefit from the package.  For instance, "
410 "development packages are for developers, and can be technical in their "
411 "language.  More general-purpose applications, such as editors, should be "
412 "written for a less technical user."
413 msgstr ""
414 "La description d'un paquet doit être écrite pour son utilisateur moyen, "
415 "c'est à dire la personne qui utilisera et tirera profit du paquet. Par "
416 "exemple, les paquets de développement sont destinés aux développeurs et leur "
417 "description peut comporter des détails techniques alors que les applications "
418 "d'usage plus général, tels que les éditeurs, doivent avoir une description "
419 "accessible à tout utilisateur."
420
421 # type: Content of: <chapter><section><section><para>
422 #. type: Content of: <chapter><section><section><para>
423 #: best-pkging-practices.dbk:188
424 msgid ""
425 "Our review of package descriptions lead us to conclude that most package "
426 "descriptions are technical, that is, are not written to make sense for non-"
427 "technical users.  Unless your package really is only for technical users, "
428 "this is a problem."
429 msgstr ""
430 "Un examen général des description de paquets tend à montrer que la plupart "
431 "d'entre elles ont une orientation fortement technique et ne sont donc pas "
432 "destinées à l'utilisateur moyen. Sauf dans le cas de paquets destinés à des "
433 "spécialistes, cela doit être considéré comme un problème."
434
435 # type: Content of: <chapter><section><section><para>
436 #. type: Content of: <chapter><section><section><para>
437 #: best-pkging-practices.dbk:194
438 msgid ""
439 "How do you write for non-technical users? Avoid jargon.  Avoid referring to "
440 "other applications or frameworks that the user might not be familiar with — "
441 "GNOME or KDE is fine, since users are probably familiar with these terms, "
442 "but GTK+ is probably not.  Try not to assume any knowledge at all.  If you "
443 "must use technical terms, introduce them."
444 msgstr ""
445 "Une des recommendations pour rester accessibles à tout utilisateur est "
446 "d'éviter l'utilisation de jargon. Il est déconseillé de faire référence à "
447 "des applications ou environnements qui pourraient être inconnus de "
448 "l'utilisateur : parler de GNOME ou KDE est correct, car la plupart des "
449 "utilisateurs sont familiers avec ces termes mais parler de GTK+ ne l'est "
450 "pas. Il est préférable de supposer que le lecteur n'aura pas de connaissance "
451 "du sujet et, si des termes techniques doivent être utilisés, ils doivent "
452 "être expliqués."
453
454 # type: Content of: <chapter><section><section><para>
455 #. type: Content of: <chapter><section><section><para>
456 #: best-pkging-practices.dbk:201
457 msgid ""
458 "Be objective.  Package descriptions are not the place for advocating your "
459 "package, no matter how much you love it.  Remember that the reader may not "
460 "care about the same things you care about."
461 msgstr ""
462 "Il est conseillé de rester objectif. Les descriptions de paquets ne sont pas "
463 "une plaquette publicitaire, quelles que soient vos opinions personnelles. Le "
464 "lecteur peut très bien ne pas avoir les mêmes centres d'intérêt que vous."
465
466 # type: Content of: <chapter><section><section><para>
467 #. type: Content of: <chapter><section><section><para>
468 #: best-pkging-practices.dbk:206
469 msgid ""
470 "References to the names of any other software packages, protocol names, "
471 "standards, or specifications should use their canonical forms, if one "
472 "exists.  For example, use X Window System, X11, or X; not X Windows, X-"
473 "Windows, or X Window.  Use GTK+, not GTK or gtk.  Use GNOME, not Gnome.  Use "
474 "PostScript, not Postscript or postscript."
475 msgstr ""
476 "Les références aux noms d'autres logiciels, de protocoles, normes ou "
477 "spécifications doivent utiliser leur forme canonique si elle existe. Par "
478 "exemple, utilisez « X Window System », « X11 » ou « X » mais pas « X Windows », "
479 "« X-Windows », ou « X Window ». Utilisez « GTK+ » et non « GTK » ou « gtk », "
480 "« GNOME » et non « Gnome », « PostScript » et non « Postscript » ou "
481 "« postscript »."
482
483 # type: Content of: <chapter><section><section><para>
484 #. type: Content of: <chapter><section><section><para>
485 #: best-pkging-practices.dbk:213
486 msgid ""
487 "If you are having problems writing your description, you may wish to send it "
488 "along to &email-debian-l10n-english; and request feedback."
489 msgstr ""
490 "Si vous rencontrez des difficultés pour écrire la description d'un paquet, "
491 "vous pouvez demander de l'aide ou une relecture sur &email-debian-l10n-"
492 "english;."
493
494 # type: Content of: <chapter><section><section><title>
495 #. type: Content of: <chapter><section><section><title>
496 #: best-pkging-practices.dbk:219
497 msgid "The package synopsis, or short description"
498 msgstr "Le résumé, ou description courte, d'un paquet"
499
500 # type: Content of: <chapter><section><section><para>
501 #. type: Content of: <chapter><section><section><para>
502 #: best-pkging-practices.dbk:221
503 #, fuzzy
504 msgid ""
505 "Policy says the synopsis line (the short description) must be concise, not "
506 "repeating the package name, but also informative."
507 msgstr ""
508 "La ligne de résumé (la description courte) doit être concise. Elle ne doit "
509 "pas répéter le nom du paquet (cela est imposé par la Charte)."
510
511 #. type: Content of: <chapter><section><section><para>
512 #: best-pkging-practices.dbk:225
513 msgid ""
514 "The synopsis functions as a phrase describing the package, not a complete "
515 "sentence, so sentential punctuation is inappropriate: it does not need extra "
516 "capital letters or a final period (full stop). It should also omit any "
517 "initial indefinite or definite article - \"a\", \"an\", or \"the\". Thus for "
518 "instance:"
519 msgstr ""
520
521 #. type: Content of: <chapter><section><section><screen>
522 #: best-pkging-practices.dbk:231
523 #, no-wrap
524 msgid ""
525 "Package: libeg0\n"
526 "Description: exemplification support library\n"
527 msgstr ""
528
529 #. type: Content of: <chapter><section><section><para>
530 #: best-pkging-practices.dbk:235
531 msgid ""
532 "Technically this is a noun phrase minus articles, as opposed to a verb "
533 "phrase.  A good heuristic is that it should be possible to substitute the "
534 "package name and synopsis into this formula:"
535 msgstr ""
536
537 # type: Content of: <chapter><section><section><screen>
538 #. type: Content of: <chapter><section><section><para>
539 #: best-pkging-practices.dbk:240
540 #, fuzzy
541 msgid ""
542 "The package <replaceable>name</replaceable> provides {a,an,the,some} "
543 "<replaceable>synopsis</replaceable>."
544 msgstr ""
545 "\n"
546 "<replaceable>nom-du-paquet</replaceable> is a <replaceable>résumé</"
547 "replaceable>.\n"
548
549 #. type: Content of: <chapter><section><section><para>
550 #: best-pkging-practices.dbk:244
551 msgid ""
552 "Sets of related packages may use an alternative scheme that divides the "
553 "synopsis into two parts, the first a description of the whole suite and the "
554 "second a summary of the package's role within it:"
555 msgstr ""
556
557 #. type: Content of: <chapter><section><section><screen>
558 #: best-pkging-practices.dbk:249
559 #, no-wrap
560 msgid ""
561 "Package: eg-tools\n"
562 "Description: simple exemplification system (utilities)\n"
563 "\t\t\t              \n"
564 "Package: eg-doc\n"
565 "Description: simple exemplification system - documentation\n"
566 msgstr ""
567
568 #. type: Content of: <chapter><section><section><para>
569 #: best-pkging-practices.dbk:256
570 msgid ""
571 "These synopses follow a modified formula. Where a package "
572 "\"<replaceable>name</replaceable>\" has a synopsis \"<replaceable>suite</"
573 "replaceable> (<replaceable>role</replaceable>)\" or \"<replaceable>suite</"
574 "replaceable> - <replaceable>role</replaceable>\", the elements should be "
575 "phrased so that they fit into the formula:"
576 msgstr ""
577
578 # type: Content of: <chapter><section><section><screen>
579 #. type: Content of: <chapter><section><section><para>
580 #: best-pkging-practices.dbk:263
581 #, fuzzy
582 msgid ""
583 "The package <replaceable>name</replaceable> provides {a,an,the} "
584 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
585 msgstr ""
586 "\n"
587 "<replaceable>nom du paquet</replaceable> are <replaceable>résumé</"
588 "replaceable>.\n"
589
590 # type: Content of: <chapter><section><section><title>
591 #. type: Content of: <chapter><section><section><title>
592 #: best-pkging-practices.dbk:269
593 msgid "The long description"
594 msgstr "La description longue"
595
596 # type: Content of: <chapter><section><section><para>
597 #. type: Content of: <chapter><section><section><para>
598 #: best-pkging-practices.dbk:271
599 msgid ""
600 "The long description is the primary information available to the user about "
601 "a package before they install it.  It should provide all the information "
602 "needed to let the user decide whether to install the package.  Assume that "
603 "the user has already read the package synopsis."
604 msgstr ""
605 "La description longue est l'information principale disponible pour les "
606 "utilisateurs avant qu'ils ne décident d'installer un paquet. Elle doit "
607 "fournir toute l'information nécessaire pour détermienr si le paquet doit "
608 "être installé. Elle complète le résumé qui est donc supposé avoir été lu "
609 "précédemment."
610
611 # type: Content of: <chapter><section><section><para>
612 #. type: Content of: <chapter><section><section><para>
613 #: best-pkging-practices.dbk:277
614 msgid "The long description should consist of full and complete sentences."
615 msgstr "La description longue est constituée de phrases complètes."
616
617 # type: Content of: <chapter><section><section><para>
618 #. type: Content of: <chapter><section><section><para>
619 #: best-pkging-practices.dbk:280
620 msgid ""
621 "The first paragraph of the long description should answer the following "
622 "questions: what does the package do? what task does it help the user "
623 "accomplish? It is important to describe this in a non-technical way, unless "
624 "of course the audience for the package is necessarily technical."
625 msgstr ""
626 "Le premier paragraphe de cette description devrait tenter de répondre aux "
627 "questions suivantes : que fait ce paquet ? Dans quelle tâche aidera-t-il "
628 "l'utilisateur ? Il est important que cette description se fasse de la "
629 "manière la moins technique possible, sauf si le public auquel est destiné le "
630 "paquet est par définition technique."
631
632 # type: Content of: <chapter><section><section><para>
633 #. type: Content of: <chapter><section><section><para>
634 #: best-pkging-practices.dbk:286
635 msgid ""
636 "The following paragraphs should answer the following questions: Why do I as "
637 "a user need this package? What other features does the package have? What "
638 "outstanding features and deficiencies are there compared to other packages "
639 "(e.g., if you need X, use Y instead)? Is this package related to other "
640 "packages in some way that is not handled by the package manager (e.g., this "
641 "is the client for the foo server)?"
642 msgstr ""
643 "Les paragraphes suivants devraient répondre aux questions : pourquoi, en "
644 "tant qu'utilisateur, ai-je besoin de ce paquet ? Quelles autres "
645 "fonctionnalités ce paquet apporte-t-il ? Quelles fonctionnalités et défauts "
646 "comporte-t-il par rapport à d'autres paquets (p. ex.,  « si vous avez besoin "
647 "de X, utilisez plutôt Y ») ? Ce paquet est-il lié à d'autres paquets d'une "
648 "manière non gérée par le système de gestion des paquets (p. ex., « ceci est "
649 "le client destiné au serveur toto ») ?"
650
651 # type: Content of: <chapter><section><section><para>
652 #. type: Content of: <chapter><section><section><para>
653 #: best-pkging-practices.dbk:294
654 msgid ""
655 "Be careful to avoid spelling and grammar mistakes.  Ensure that you spell-"
656 "check it.  Both <command>ispell</command> and <command>aspell</command> have "
657 "special modes for checking <filename>debian/control</filename> files:"
658 msgstr ""
659 "Veillez à éviter les erreurs d'orthographe et de grammaire. Vérifier "
660 "l'orthographe avec un outil adapté. Les deux programmes <command>ispell</"
661 "command> et <command>aspell</command> comportent un mode spécial permettant "
662 "de contrôler un fichier <filename>debian/control</filename> files :"
663
664 # type: Content of: <chapter><section><section><screen>
665 #. type: Content of: <chapter><section><section><screen>
666 #: best-pkging-practices.dbk:299
667 #, fuzzy, no-wrap
668 msgid "ispell -d american -g debian/control\n"
669 msgstr ""
670 "\n"
671 "ispell -d american -g debian/control\n"
672
673 # type: Content of: <chapter><section><section><screen>
674 #. type: Content of: <chapter><section><section><screen>
675 #: best-pkging-practices.dbk:302
676 #, fuzzy, no-wrap
677 msgid "aspell -d en -D -c debian/control\n"
678 msgstr ""
679 "\n"
680 "aspell -d en -D -c debian/control\n"
681
682 # type: Content of: <chapter><section><section><para>
683 #. type: Content of: <chapter><section><section><para>
684 #: best-pkging-practices.dbk:305
685 msgid ""
686 "Users usually expect these questions to be answered in the package "
687 "description:"
688 msgstr ""
689 "Les utilisateurs attente en général des descriptions de paquets les réponses "
690 "aux questions suivantes :"
691
692 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
693 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
694 #: best-pkging-practices.dbk:310
695 msgid ""
696 "What does the package do? If it is an add-on to another package, then the "
697 "short description of the package we are an add-on to should be put in here."
698 msgstr ""
699 "Que fait ce paquet ? S'il s'agit d'un additif à un autre paquet, la "
700 "description de cet autre paquet doit y être reprise."
701
702 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
703 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
704 #: best-pkging-practices.dbk:316
705 msgid ""
706 "Why should I want this package? This is related to the above, but not the "
707 "same (this is a mail user agent; this is cool, fast, interfaces with PGP and "
708 "LDAP and IMAP, has features X, Y, and Z)."
709 msgstr ""
710 "Pourquoi ai-je besoin de ce paquet ? Cela est lié à la remarque précédente, "
711 "de manière différente : ceci est un agent utilisateur pour le courrier "
712 "électronique, avec une interface répide et pratique vers PGP, LDAP et IMAP "
713 "et les fonctionnalités X, Y ou Z."
714
715 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
716 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
717 #: best-pkging-practices.dbk:323
718 msgid ""
719 "If this package should not be installed directly, but is pulled in by "
720 "another package, this should be mentioned."
721 msgstr ""
722 "Si ce paquet ne doit pas être installé seul, mais est installé avec un autre "
723 "paquet, cela devrait être mentionné."
724
725 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
726 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
727 #: best-pkging-practices.dbk:329
728 msgid ""
729 "If the package is <literal>experimental</literal>, or there are other "
730 "reasons it should not be used, if there are other packages that should be "
731 "used instead, it should be here as well."
732 msgstr ""
733 "Si le paquet est <literal>expérimental</literal> ou ne doit pas être utilisé "
734 "pour toute autre raison et que d'autres paquets doivent être utilisés à la "
735 "place, cela doit également être mentionné."
736
737 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
738 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
739 #: best-pkging-practices.dbk:336
740 msgid ""
741 "How is this package different from the competition? Is it a better "
742 "implementation? more features? different features? Why should I choose this "
743 "package."
744 msgstr ""
745 "En quoi ce paquet diffère-t-il de ses concurrents ? Est-il une meilleure "
746 "implémentation ? A-t-il plus de focntionnalités ? Des fonctionnalités "
747 "différentes ? Pourquoi devrais-je choisir ce paquet ?"
748
749 # type: Content of: <chapter><section><section><title>
750 #. type: Content of: <chapter><section><section><title>
751 #: best-pkging-practices.dbk:349
752 msgid "Upstream home page"
753 msgstr "Page d'accueil amont"
754
755 # type: Content of: <chapter><section><section><para>
756 #. type: Content of: <chapter><section><section><para>
757 #: best-pkging-practices.dbk:351
758 msgid ""
759 "We recommend that you add the URL for the package's home page in the "
760 "<literal>Homepage</literal> field of the <literal>Source</literal> section "
761 "in <filename>debian/control</filename>.  Adding this information in the "
762 "package description itself is considered deprecated."
763 msgstr ""
764 "Il est recommandé d'ajouter l'URL d'accès à la page d'accueil du paquet dans "
765 "le champ <literal>Homepage</literal> de la section <literal>Source</"
766 "literal>du fichier <filename>debian/control</filename>. L'ajout de cette "
767 "information à la description même du paquet est une pratique considérée "
768 "comme obsolète."
769
770 # type: Content of: <chapter><section><section><title>
771 #. type: Content of: <chapter><section><section><title>
772 #: best-pkging-practices.dbk:359
773 msgid "Version Control System location"
774 msgstr "Emplacement du système de gestion de versions"
775
776 # type: Content of: <chapter><section><section><para>
777 #. type: Content of: <chapter><section><section><para>
778 #: best-pkging-practices.dbk:361
779 msgid ""
780 "There are additional fields for the location of the Version Control System "
781 "in <filename>debian/control</filename>."
782 msgstr ""
783 "Des champs supplémentaires permettent d'indiquer l'emplacement du système de "
784 "gestion de versions dans <filename>debian/control</filename>."
785
786 # type: Content of: <chapter><section><section><section><title>
787 #. type: Content of: <chapter><section><section><section><title>
788 #: best-pkging-practices.dbk:365
789 msgid "Vcs-Browser"
790 msgstr "Vcs-Browser"
791
792 # type: Content of: <chapter><section><section><section><para>
793 #. type: Content of: <chapter><section><section><section><para>
794 #: best-pkging-practices.dbk:367
795 msgid ""
796 "Value of this field should be a <literal>http://</literal> URL pointing to a "
797 "web-browsable copy of the Version Control System repository used to maintain "
798 "the given package, if available."
799 msgstr ""
800 "La valeur de ce champ doit être une URL <literal>http://</literal> pointant "
801 "sur la copie navigable par le web du dépôt de gestion de versions utilisé "
802 "pour la maintenance du paquet, s'il est disponible."
803
804 # type: Content of: <chapter><section><section><section><para>
805 #. type: Content of: <chapter><section><section><section><para>
806 #: best-pkging-practices.dbk:372
807 msgid ""
808 "The information is meant to be useful for the final user, willing to browse "
809 "the latest work done on the package (e.g.  when looking for the patch fixing "
810 "a bug tagged as <literal>pending</literal> in the bug tracking system)."
811 msgstr ""
812 "Cette information est destinée à l'utilisateur final qui voudrait parcourir "
813 "le travail en cours sur le paquet (p. ex. à la recherche d'un correctif qui "
814 "corrige un bogue marqué <literal>pending</literal> dans le système de suivi "
815 "des bogues."
816
817 # type: Content of: <chapter><section><section><section><title>
818 #. type: Content of: <chapter><section><section><section><title>
819 #: best-pkging-practices.dbk:379
820 msgid "Vcs-*"
821 msgstr "Vcs-*"
822
823 # type: Content of: <chapter><section><section><section><para>
824 #. type: Content of: <chapter><section><section><section><para>
825 #: best-pkging-practices.dbk:381
826 msgid ""
827 "Value of this field should be a string identifying unequivocally the "
828 "location of the Version Control System repository used to maintain the given "
829 "package, if available.  <literal>*</literal> identify the Version Control "
830 "System; currently the following systems are supported by the package "
831 "tracking system: <literal>arch</literal>, <literal>bzr</literal> (Bazaar), "
832 "<literal>cvs</literal>, <literal>darcs</literal>, <literal>git</literal>, "
833 "<literal>hg</literal> (Mercurial), <literal>mtn</literal> (Monotone), "
834 "<literal>svn</literal> (Subversion).  It is allowed to specify different VCS "
835 "fields for the same package: they will all be shown in the PTS web interface."
836 msgstr ""
837 "La valeur de ce champ doit être une chaîne identifiant sans équivoque "
838 "l'emplacement du dépôt de gestion de versions utilisé pour la maintenance de "
839 "ce paquet, s'il est disponible. <literal>*</literal> doit être rempalcé par "
840 "le système de gestion de versions. Les systèmes suivants sont actuellement "
841 "gérés par le système de suivi des paquets : <literal>arch</literal>, "
842 "<literal>bzr</literal> (Bazaar), <literal>cvs</literal>, <literal>darcs</"
843 "literal>, <literal>git</literal>, <literal>hg</literal> (Mercurial), "
844 "<literal>mtn</literal> (Monotone), <literal>svn</literal> (Subversion). Il "
845 "est possible d'indiquer plusieurs champs VCS pour le même paquet : ils "
846 "seront alors tous mentionnés dans l'interface web du système de suivi des "
847 "paquets."
848
849 # type: Content of: <chapter><section><section><section><para>
850 #. type: Content of: <chapter><section><section><section><para>
851 #: best-pkging-practices.dbk:392
852 msgid ""
853 "The information is meant to be useful for a user knowledgeable in the given "
854 "Version Control System and willing to build the current version of a package "
855 "from the VCS sources.  Other uses of this information might include "
856 "automatic building of the latest VCS version of the given package.  To this "
857 "end the location pointed to by the field should better be version agnostic "
858 "and point to the main branch (for VCSs supporting such a concept).  Also, "
859 "the location pointed to should be accessible to the final user; fulfilling "
860 "this requirement might imply pointing to an anonymous access of the "
861 "repository instead of pointing to an SSH-accessible version of the same."
862 msgstr ""
863 "Cette information est destiné aux utilisateurs qui ont une connaissance "
864 "suffisante du système de gestion de versions et qui veulent construire une "
865 "version à jour du paquet depuis les sources  du système de suivi. Une autre "
866 "utilisation possible de cette information pourrait être la construction "
867 "automatique de la dernière version, dans le système de suivi, d'un paquet "
868 "donné. À cet effet, l'emplacement pointé devrait éviter d'être lié à une "
869 "version spécifique et pointer vers la branche principale de développemnt "
870 "(pour les systèmes qui ont un tel concept). De plus, l'emplacement indiqué "
871 "doit être accessible à l'utilisateur final, par exemple en indiquant une "
872 "adresse d'accès snonyme au dépôt, plutôt qu'une version accessible par SSH."
873
874 # type: Content of: <chapter><section><section><section><para>
875 #. type: Content of: <chapter><section><section><section><para>
876 #: best-pkging-practices.dbk:403
877 msgid ""
878 "In the following example, an instance of the field for a Subversion "
879 "repository of the <systemitem role=\"package\">vim</systemitem> package is "
880 "shown.  Note how the URL is in the <literal>svn://</literal> scheme (instead "
881 "of <literal>svn+ssh://</literal>) and how it points to the <filename>trunk/</"
882 "filename> branch.  The use of the <literal>Vcs-Browser</literal> and "
883 "<literal>Homepage</literal> fields described above is also shown."
884 msgstr ""
885 "L'exemple qui suit montre une instance de ce champ pour un dépôt Subversion "
886 "du paquet <systemitem role=\"package\">vim</systemitem>. Veuillez noter que "
887 "l'URL a la forme <literal>svn://</literal> (au lieu de <literal>svn+ssh://</"
888 "literal>) et pointe sur la branche <filename>trunk/</filename>. Une "
889 "utilisation des champs <literal>Vcs-Browser</literal> et <literal>Homepage</"
890 "literal>, décrits précédemments, est aussi indiquée."
891
892 # type: Content of: <chapter><section><section><section><screen>
893 #. type: Content of: <chapter><section><section><section><screen>
894 #: best-pkging-practices.dbk:412
895 #, fuzzy, no-wrap
896 msgid ""
897 "  Source: vim\n"
898 "  Section: editors\n"
899 "  Priority: optional\n"
900 "  &lt;snip&gt;\n"
901 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
902 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
903 "  Homepage: http://www.vim.org\n"
904 msgstr ""
905 "\n"
906 "  Source: vim\n"
907 "  Section: editors\n"
908 "  Priority: optional\n"
909 "  &lt;snip&gt;\n"
910 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
911 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
912 "  Homepage: http://www.vim.org\n"
913
914 # type: Content of: <chapter><section><title>
915 #. type: Content of: <chapter><section><title>
916 #: best-pkging-practices.dbk:427
917 msgid "Best practices for <filename>debian/changelog</filename>"
918 msgstr "Meilleures pratiques pour <filename>debian/changelog</filename>"
919
920 # type: Content of: <chapter><section><para>
921 #. type: Content of: <chapter><section><para>
922 #: best-pkging-practices.dbk:429
923 msgid ""
924 "The following practices supplement the <ulink url=\"&url-debian-policy;ch-"
925 "docs.html#s-changelogs\">Policy on changelog files</ulink>."
926 msgstr ""
927 "Les indications de cette partie complètent la <ulink url=\"&url-debian-"
928 "policy;ch-docs.html#s-changelogs\">Charte Debian pour ce qui concerne les "
929 "fichiers de journaux de changements (« changelog »)</ulink>."
930
931 # type: Content of: <chapter><section><section><title>
932 #. type: Content of: <chapter><section><section><title>
933 #: best-pkging-practices.dbk:434
934 msgid "Writing useful changelog entries"
935 msgstr "Écrire des entrées de journalisation utiles"
936
937 # type: Content of: <chapter><section><section><para>
938 #. type: Content of: <chapter><section><section><para>
939 #: best-pkging-practices.dbk:436
940 msgid ""
941 "The changelog entry for a package revision documents changes in that "
942 "revision, and only them.  Concentrate on describing significant and user-"
943 "visible changes that were made since the last version."
944 msgstr ""
945 "La document de suivi des modifications ( « changelog ») documente uniquement "
946 "les changement intervenus dans la version courante. Il est suggéré de mettre "
947 "l'accent sur les modifications visibles ou affectant potentiellement les "
948 "utilisateurs, réalisées depuis la version précédente."
949
950 # type: Content of: <chapter><section><section><para>
951 #. type: Content of: <chapter><section><section><para>
952 #: best-pkging-practices.dbk:441
953 msgid ""
954 "Focus on <emphasis>what</emphasis> was changed — who, how and when are "
955 "usually less important.  Having said that, remember to politely attribute "
956 "people who have provided notable help in making the package (e.g., those who "
957 "have sent in patches)."
958 msgstr ""
959 "Il est conseillé de mettre l'accent sur <emphasis>ce</emphasis> qui a été "
960 "modifié, plutôt que comment, par qui et quand elle a été réalisée.Cela dit, "
961 "il est conseillé, par courtoisie, d'indiquer les auteurs qui ont apporté une "
962 "aide significative à la maintenance du paquet (p. ex. lorsque ces personnes "
963 "ont envoyé des correctifs)."
964
965 # type: Content of: <chapter><section><section><para>
966 #. type: Content of: <chapter><section><section><para>
967 #: best-pkging-practices.dbk:447
968 msgid ""
969 "There's no need to elaborate the trivial and obvious changes.  You can also "
970 "aggregate several changes in one entry.  On the other hand, don't be overly "
971 "terse if you have undertaken a major change.  Be especially clear if there "
972 "are changes that affect the behaviour of the program.  For further "
973 "explanations, use the <filename>README.Debian</filename> file."
974 msgstr ""
975 "Il n'est pas indispensable d'indiquer les détails des modifications "
976 "triviales. Il est également possible de grouper plusieurs modifications sur "
977 "une même entrée. Cependant, évitez une documentation trop concise pour les "
978 "modifications majeures. Il est particulièrement conseillé d'être très clair "
979 "sur les modifications qui affectent le comportement du programme. Pour des "
980 "explications plus détaillées, vous pouvez aussi utiliser le fichier "
981 "<filename>README.Debian</filename>. "
982
983 # type: Content of: <chapter><section><section><para>
984 #. type: Content of: <chapter><section><section><para>
985 #: best-pkging-practices.dbk:454
986 msgid ""
987 "Use common English so that the majority of readers can comprehend it.  Avoid "
988 "abbreviations, tech-speak and jargon when explaining changes that close "
989 "bugs, especially for bugs filed by users that did not strike you as "
990 "particularly technically savvy.  Be polite, don't swear."
991 msgstr ""
992 "Utilisez un anglais simple que la majorité des lecteurs puissent comprendre. "
993 "Évitez les abréviations et le jargon technique lorsque des modifications "
994 "permettent la clôture de bogues. Cel est vrai notamment quand vous pensez "
995 "que les utilisateurs qui les ont envoyés n'ont pas de connaissances "
996 "techniques importantes. Une formulation polie est à préférer et la vulgarité "
997 "à prohiber."
998
999 # type: Content of: <chapter><section><section><para>
1000 #. type: Content of: <chapter><section><section><para>
1001 #: best-pkging-practices.dbk:460
1002 msgid ""
1003 "It is sometimes desirable to prefix changelog entries with the names of the "
1004 "files that were changed.  However, there's no need to explicitly list each "
1005 "and every last one of the changed files, especially if the change was small "
1006 "or repetitive.  You may use wildcards."
1007 msgstr ""
1008 "Il est parfois souhaitable de faire précéder les entrées du journal des "
1009 "modifications par les noms des fichiers modifiés. Cependant, rien n'oblige à "
1010 "mentionner le moindre fichier modifié, notamment si la modification est "
1011 "simple ou répétitive. L'utilisation de caractères joker est possible."
1012
1013 # type: Content of: <chapter><section><section><para>
1014 #. type: Content of: <chapter><section><section><para>
1015 #: best-pkging-practices.dbk:466
1016 msgid ""
1017 "When referring to bugs, don't assume anything.  Say what the problem was, "
1018 "how it was fixed, and append the closes: #nnnnn string.  See <xref linkend="
1019 "\"upload-bugfix\"/> for more information."
1020 msgstr ""
1021 "Ne faites pas de suppositions lorsque vous faites référence à un bogue. "
1022 "Indiquez quel était le problème, comment il a été corrigé et ajoutez la "
1023 "chaîne closes: #nnnnn. Veuillez consulter <xref linkend=\"upload-bugfix\"/> "
1024 "pour plus d'informations."
1025
1026 # type: Content of: <chapter><section><section><title>
1027 #. type: Content of: <chapter><section><section><title>
1028 #: best-pkging-practices.dbk:473
1029 msgid "Common misconceptions about changelog entries"
1030 msgstr "Erreur communes pour les entrées de journaux de modifications"
1031
1032 # type: Content of: <chapter><section><section><para>
1033 #. type: Content of: <chapter><section><section><para>
1034 #: best-pkging-practices.dbk:475
1035 msgid ""
1036 "The changelog entries should <emphasis role=\"strong\">not</emphasis> "
1037 "document generic packaging issues (Hey, if you're looking for foo.conf, it's "
1038 "in /etc/blah/.), since administrators and users are supposed to be at least "
1039 "remotely acquainted with how such things are generally arranged on Debian "
1040 "systems.  Do, however, mention if you change the location of a configuration "
1041 "file."
1042 msgstr ""
1043 "Les entrée de journal des modifications ne devraient <emphasis role=\"strong"
1044 "\">pas</emphasis> documenter les points spécifiques de la réalisation du "
1045 "paquet (« si vous cherchez le fichief toto.conf, il est situé dans /etc/"
1046 "titi ») car les administateurs et les utilisateurs sont censés avoir "
1047 "l'habitude de la façon dont ces aspects sont traités sur un système Debian. "
1048 "Pensez, par contre, à documenter la modification de l'emplacement d'un "
1049 "fichier de configuration."
1050
1051 # type: Content of: <chapter><section><section><para>
1052 #. type: Content of: <chapter><section><section><para>
1053 #: best-pkging-practices.dbk:483
1054 msgid ""
1055 "The only bugs closed with a changelog entry should be those that are "
1056 "actually fixed in the same package revision.  Closing unrelated bugs in the "
1057 "changelog is bad practice.  See <xref linkend=\"upload-bugfix\"/> ."
1058 msgstr ""
1059 "Les seuls bogues fermés par une entrée de journal de modifications devraient "
1060 "être ceux qui sont corrigés par la version correspondante du paquet. Fermer "
1061 "de cette manière des bogues qui n'ont aucun rapport avec la nouvelle version "
1062 "est considéré comme une mavaise habitude. Veuillez consulter <xref linkend="
1063 "\"upload-bugfix\"/> ."
1064
1065 # type: Content of: <chapter><section><section><para>
1066 #. type: Content of: <chapter><section><section><para>
1067 #: best-pkging-practices.dbk:488
1068 msgid ""
1069 "The changelog entries should <emphasis role=\"strong\">not</emphasis> be "
1070 "used for random discussion with bug reporters (I don't see segfaults when "
1071 "starting foo with option bar; send in more info), general statements on "
1072 "life, the universe and everything (sorry this upload took me so long, but I "
1073 "caught the flu), or pleas for help (the bug list on this package is huge, "
1074 "please lend me a hand).  Such things usually won't be noticed by their "
1075 "target audience, but may annoy people who wish to read information about "
1076 "actual changes in the package.  See <xref linkend=\"bug-answering\"/> for "
1077 "more information on how to use the bug tracking system."
1078 msgstr ""
1079 "Les entrées du journal des modifications ne devraient <emphasis role=\"strong"
1080 "\">pas</emphasis> être utilisées pour des discussions variées avec les "
1081 "émetteurs des rapports de bogues (p. ex. : « je n'ai pas d'erreur de "
1082 "segmentation quand je lance toto avec l'option titi, merci d'envoyer plus "
1083 "d'informations »). De même, les considérations générales sur la vie, "
1084 "l'univers et le reste (« désolé, cet envoi m'a pris plus longtemps que prévu, "
1085 "mais j'avais un rhume ») ou encore des demandes d'aide (« la liste de bogues "
1086 "de ce paquet est très longue, merci de me donner un coup de main ») sont à "
1087 "éviter. Ces mentions ne seront généralement pas remarquées par leur public "
1088 "potentiel et peuvent ennuyer les personnes qui cherchent à lire les "
1089 "modifications encours du paquet. Veuillez vous reporter à <xref linkend="
1090 "\"bug-answering\"/> pour plus d'informations sur l'utilisation du système de "
1091 "gestion des bogues."
1092
1093 # type: Content of: <chapter><section><section><para>
1094 #. type: Content of: <chapter><section><section><para>
1095 #: best-pkging-practices.dbk:499
1096 msgid ""
1097 "It is an old tradition to acknowledge bugs fixed in non-maintainer uploads "
1098 "in the first changelog entry of the proper maintainer upload.  As we have "
1099 "version tracking now, it is enough to keep the NMUed changelog entries and "
1100 "just mention this fact in your own changelog entry."
1101 msgstr ""
1102 "Une tradition assez ancienne veut que les bogues fixés dans les NMU soient "
1103 "acquittés dans la première entrée du journal des modification d'une nouvelle "
1104 "version construite par le mainteneur. Depuis l'existence du suivi de version "
1105 "pour le système de gestion de bogues, cette pratique est obsolète à "
1106 "condition de conserver les entrées du journal des modification des NMUs. Il "
1107 "est éventuellement possible de simplement mentionner les NMUs dans votre "
1108 "propre entrée de journal des modifications."
1109
1110 # type: Content of: <chapter><section><section><title>
1111 #. type: Content of: <chapter><section><section><title>
1112 #: best-pkging-practices.dbk:507
1113 msgid "Common errors in changelog entries"
1114 msgstr "Erreurs usuelles dans les entrées du journal des modifications"
1115
1116 # type: Content of: <chapter><section><section><para>
1117 #. type: Content of: <chapter><section><section><para>
1118 #: best-pkging-practices.dbk:509
1119 msgid ""
1120 "The following examples demonstrate some common errors or examples of bad "
1121 "style in changelog entries."
1122 msgstr ""
1123 "Les exemples suivants sont des erreurs usuelles ou des exemples de mauvaises "
1124 "pratiques dans le style des entrées de journaux de modifications (NdT : le "
1125 "texte est volontairement laissé non traduit)."
1126
1127 # type: Content of: <chapter><section><section><screen>
1128 #. type: Content of: <chapter><section><section><screen>
1129 #: best-pkging-practices.dbk:513
1130 #, fuzzy, no-wrap
1131 msgid "  * Fixed all outstanding bugs.\n"
1132 msgstr ""
1133 "\n"
1134 "  * Fixed all outstanding bugs.\n"
1135
1136 # type: Content of: <chapter><section><section><para>
1137 #. type: Content of: <chapter><section><section><para>
1138 #: best-pkging-practices.dbk:516
1139 msgid "This doesn't tell readers anything too useful, obviously."
1140 msgstr "Cela ne donne évidemment aucune indication au lecteur."
1141
1142 # type: Content of: <chapter><section><section><screen>
1143 #. type: Content of: <chapter><section><section><screen>
1144 #: best-pkging-practices.dbk:519
1145 #, fuzzy, no-wrap
1146 msgid "  * Applied patch from Jane Random.\n"
1147 msgstr ""
1148 "\n"
1149 "  * Applied patch from Jane Random.\n"
1150
1151 # type: Content of: <chapter><section><section><para>
1152 #. type: Content of: <chapter><section><section><para>
1153 #: best-pkging-practices.dbk:522
1154 msgid "What was the patch about?"
1155 msgstr "Que faisait ce correctif ?"
1156
1157 # type: Content of: <chapter><section><section><screen>
1158 #. type: Content of: <chapter><section><section><screen>
1159 #: best-pkging-practices.dbk:525
1160 #, fuzzy, no-wrap
1161 msgid "  * Late night install target overhaul.\n"
1162 msgstr ""
1163 "\n"
1164 "  * Late night install target overhaul.\n"
1165
1166 # type: Content of: <chapter><section><section><para>
1167 #. type: Content of: <chapter><section><section><para>
1168 #: best-pkging-practices.dbk:528
1169 msgid ""
1170 "Overhaul which accomplished what? Is the mention of late night supposed to "
1171 "remind us that we shouldn't trust that code?"
1172 msgstr ""
1173 "Qu'est-ce que cela a amené ? Est-ce que la mention du fait que cela ait été "
1174 "fait tard la nuit doit nous alerter sur la probable mauvaise qualité du "
1175 "code ?"
1176
1177 # type: Content of: <chapter><section><section><screen>
1178 #. type: Content of: <chapter><section><section><screen>
1179 #: best-pkging-practices.dbk:532
1180 #, fuzzy, no-wrap
1181 msgid "  * Fix vsync FU w/ ancient CRTs.\n"
1182 msgstr ""
1183 "\n"
1184 "  * Fix vsync FU w/ ancient CRTs.\n"
1185
1186 # type: Content of: <chapter><section><section><para>
1187 #. type: Content of: <chapter><section><section><para>
1188 #: best-pkging-practices.dbk:535
1189 msgid ""
1190 "Too many acronyms, and it's not overly clear what the, uh, fsckup (oops, a "
1191 "curse word!) was actually about, or how it was fixed."
1192 msgstr ""
1193 "Trop d'acronymes qui rendent difficile de savoir ce qu'était le "
1194 "« merdoyage » (NdT : FU signifie « fsckup », donc cet exemple ajoute la "
1195 "vulgarité à l'incompréhensibilité) ou comment il a été corrigé."
1196
1197 # type: Content of: <chapter><section><section><screen>
1198 #. type: Content of: <chapter><section><section><screen>
1199 #: best-pkging-practices.dbk:539
1200 #, fuzzy, no-wrap
1201 msgid "  * This is not a bug, closes: #nnnnnn.\n"
1202 msgstr ""
1203 "\n"
1204 "  * This is not a bug, closes: #nnnnnn.\n"
1205
1206 # type: Content of: <chapter><section><section><para>
1207 #. type: Content of: <chapter><section><section><para>
1208 #: best-pkging-practices.dbk:542
1209 msgid ""
1210 "First of all, there's absolutely no need to upload the package to convey "
1211 "this information; instead, use the bug tracking system.  Secondly, there's "
1212 "no explanation as to why the report is not a bug."
1213 msgstr ""
1214 "Il est inutile de faire un nouvel envoi de paquet pour envoyer cette "
1215 "information. Il suffit de simplement utiliser le système de suivi des "
1216 "bogues. De plus, aucune explication n'est donnée sur les raisons qui font "
1217 "que le problème n'est pas un bogue."
1218
1219 # type: Content of: <chapter><section><section><screen>
1220 #. type: Content of: <chapter><section><section><screen>
1221 #: best-pkging-practices.dbk:547
1222 #, fuzzy, no-wrap
1223 msgid "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1224 msgstr ""
1225 "\n"
1226 "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1227
1228 # type: Content of: <chapter><section><section><para>
1229 #. type: Content of: <chapter><section><section><para>
1230 #: best-pkging-practices.dbk:550
1231 msgid ""
1232 "If for some reason you didn't mention the bug number in a previous changelog "
1233 "entry, there's no problem, just close the bug normally in the BTS.  There's "
1234 "no need to touch the changelog file, presuming the description of the fix is "
1235 "already in (this applies to the fixes by the upstream authors/maintainers as "
1236 "well, you don't have to track bugs that they fixed ages ago in your "
1237 "changelog)."
1238 msgstr ""
1239 "Si, pour une raison donnée, vous avez omis de mentionner un numéro de bogue "
1240 "dans une entrée précédente, il n'y a pas de problèmes : il suffit de "
1241 "clôturer le bogue normalement dans le système de suivi des bogues. Il est "
1242 "inutile de changer le journal des modifications si on suppose que les "
1243 "explications sur la correction du bogue sont dans le bogue lui-même (cela "
1244 "s'applique également au suivi des bogues des auteurs amont : il est inutile "
1245 "de suivre, dans le journal des modifications, les bogues qu'ils ont corrigés "
1246 "depuis longtemps)."
1247
1248 # type: Content of: <chapter><section><section><screen>
1249 #. type: Content of: <chapter><section><section><screen>
1250 #: best-pkging-practices.dbk:557
1251 #, fuzzy, no-wrap
1252 msgid "  * Closes: #12345, #12346, #15432\n"
1253 msgstr ""
1254 "\n"
1255 "  * Closes: #12345, #12346, #15432\n"
1256
1257 # type: Content of: <chapter><section><section><para>
1258 #. type: Content of: <chapter><section><section><para>
1259 #: best-pkging-practices.dbk:560
1260 msgid ""
1261 "Where's the description? If you can't think of a descriptive message, start "
1262 "by inserting the title of each different bug."
1263 msgstr ""
1264 "Où est la description ?Si vous ne trouvez pas de message suffisamment "
1265 "explicite, vous pouvez au moins utiliser le titre du rapport de bogue."
1266
1267 # type: Content of: <chapter><section><section><title>
1268 #. type: Content of: <chapter><section><section><title>
1269 #: best-pkging-practices.dbk:566
1270 msgid "Supplementing changelogs with NEWS.Debian files"
1271 msgstr "Compléter les journaux de modifications avec des fichiers NEWS.Debian"
1272
1273 # type: Content of: <chapter><section><section><para>
1274 #. type: Content of: <chapter><section><section><para>
1275 #: best-pkging-practices.dbk:568
1276 msgid ""
1277 "Important news about changes in a package can also be put in <filename> NEWS."
1278 "Debian</filename> files.  The news will be displayed by tools like apt-"
1279 "listchanges, before all the rest of the changelogs.  This is the preferred "
1280 "means to let the user know about significant changes in a package.  It is "
1281 "better than using debconf notes since it is less annoying and the user can "
1282 "go back and refer to the <filename> NEWS.Debian</filename> file after the "
1283 "install.  And it's better than listing major changes in <filename>README."
1284 "Debian</filename>, since the user can easily miss such notes."
1285 msgstr ""
1286 "Les nouvelles importantes sur les modifications survenues dans un paquet "
1287 "peuvent êre palcées dans des fichiers <filename>NEWS.Debian</filename>. Ces "
1288 "nouvelles seront arrichées par des outils tels que apt-listchanges, avant "
1289 "tout le reste des modifications. Cette méthode est à privilégier pour "
1290 "diffuser aux utilisateurs d'un paquet les modifications importantes qu'il "
1291 "subit. Il est préférable de l'utiliser plutôt que des notes debconf car ce "
1292 "système permet de revenir lire les fichiers <filename> NEWS.Debian</"
1293 "filename> après l'installation alors qu'un utilisateur peut assez facilement "
1294 "ne pas remarquer l'affichage d'une note debconf (Ndt : a contrario, les "
1295 "fichiers <filename> NEWS.Debian</filename> ne peuvent être traduits)."
1296
1297 # type: Content of: <chapter><section><section><para>
1298 #. type: Content of: <chapter><section><section><para>
1299 #: best-pkging-practices.dbk:579
1300 msgid ""
1301 "The file format is the same as a debian changelog file, but leave off the "
1302 "asterisks and describe each news item with a full paragraph when necessary "
1303 "rather than the more concise summaries that would go in a changelog.  It's a "
1304 "good idea to run your file through <literal>dpkg-parsechangelog</literal> to "
1305 "check its formatting as it will not be automatically checked during build as "
1306 "the changelog is.  Here is an example of a real <filename>NEWS.Debian </"
1307 "filename> file:"
1308 msgstr ""
1309 "Le format de ce fichier est analogue à un journal de modifications Debian, "
1310 "mais n'utilise pas d'astérisques et chaque entrée utilise un paragraphe "
1311 "complet plutôt que les mentions succinctes qui prendraient pas dans le "
1312 "journal des modifications. Il est conseillé de traiter le fichier avec "
1313 "<literal>dpkg-parsechangelog</literal>, ce qui permet d'en vérifier la mise "
1314 "en forme, car il ne sera pas automatiquement modifié pendant la construction "
1315 "du paquet, au contraire du journal des modifications. Voici un exemple d'un "
1316 "fichier <filename>NEWS.Debian </filename> réel :"
1317
1318 # type: Content of: <chapter><section><section><screen>
1319 #. type: Content of: <chapter><section><section><screen>
1320 #: best-pkging-practices.dbk:588
1321 #, fuzzy, no-wrap
1322 msgid ""
1323 "cron (3.0pl1-74) unstable; urgency=low\n"
1324 "\n"
1325 "    The checksecurity script is no longer included with the cron package:\n"
1326 "    it now has its own package, checksecurity. If you liked the\n"
1327 "    functionality provided with that script, please install the new\n"
1328 "    package.\n"
1329 "\n"
1330 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1331 msgstr ""
1332 "\n"
1333 "cron (3.0pl1-74) unstable; urgency=low\n"
1334 "\n"
1335 "    The checksecurity script is no longer included with the cron package:\n"
1336 "    it now has its own package, checksecurity. If you liked the\n"
1337 "    functionality provided with that script, please install the new\n"
1338 "    package.\n"
1339 "\n"
1340 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1341
1342 # type: Content of: <chapter><section><section><para>
1343 #. type: Content of: <chapter><section><section><para>
1344 #: best-pkging-practices.dbk:598
1345 msgid ""
1346 "The <filename>NEWS.Debian</filename> file is installed as <filename> /usr/"
1347 "share/doc/<replaceable>package</replaceable>/NEWS.Debian.gz</filename>.  It "
1348 "is compressed, and always has that name even in Debian native packages.  If "
1349 "you use <literal>debhelper</literal>, <literal>dh_installchangelogs </"
1350 "literal> will install <filename>debian/NEWS</filename> files for you."
1351 msgstr ""
1352 "Le fichier <filename>NEWS.Debian</filename>  est installé sous le nom "
1353 "<filename> /usr/share/doc/<replaceable>paquet</replaceable>/NEWS.Debian.gz</"
1354 "filename>. Il est compressé et porte toujours ce nom même pou rles paquets "
1355 "Debian natifs. Si vous utilisez <literal>debhelper</literal>, "
1356 "<literal>dh_installchangelogs</literal> installera les fichiers "
1357 "<filename>debian/NEWS</filename> automatiquement."
1358
1359 # type: Content of: <chapter><section><section><para>
1360 #. type: Content of: <chapter><section><section><para>
1361 #: best-pkging-practices.dbk:605
1362 msgid ""
1363 "Unlike changelog files, you need not update <filename>NEWS.Debian</filename> "
1364 "files with every release.  Only update them if you have something "
1365 "particularly newsworthy that user should know about.  If you have no news at "
1366 "all, there's no need to ship a <filename>NEWS.Debian</filename> file in your "
1367 "package.  No news is good news!"
1368 msgstr ""
1369 "À la différence des journaux de modifications, vous n'avez pas besoin de "
1370 "mettre <filename>NEWS.Debian</filename> à jour à chaque nouvelle version. Il "
1371 "est suffisant de le mettre à jour quand une information importante doit être "
1372 "diffusée aux utilisateurs. Si vous n'avez pas d'information importante à "
1373 "diffuser, il n'est pas nécessaire d'utiliser un fichier <filename>NEWS."
1374 "Debian</filename> avec le paquet. Pas de nouvelles, bonnes nouvelles !"
1375
1376 # type: Content of: <chapter><section><title>
1377 #. type: Content of: <chapter><section><title>
1378 #: best-pkging-practices.dbk:627
1379 msgid "Best practices for maintainer scripts"
1380 msgstr "Meilleures pratiques pour les scripts du responsable"
1381
1382 # type: Content of: <chapter><section><para>
1383 #. type: Content of: <chapter><section><para>
1384 #: best-pkging-practices.dbk:629
1385 msgid ""
1386 "Maintainer scripts include the files <filename>debian/postinst</filename>, "
1387 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> and "
1388 "<filename>debian/postrm</filename>.  These scripts take care of any package "
1389 "installation or deinstallation setup which isn't handled merely by the "
1390 "creation or removal of files and directories.  The following instructions "
1391 "supplement the <ulink url=\"&url-debian-policy;\">Debian Policy</ulink>."
1392 msgstr ""
1393 "Les scripts du responsable (« maintainer scripts ») sont les fichiers "
1394 "<filename>debian/postinst</filename>, <filename>debian/preinst</filename>, "
1395 "<filename>debian/prerm</filename> and <filename>debian/postrm</filename>. "
1396 "Ces scripts peuvent prendre en charge les phases d'installation ou de "
1397 "désinstallation non autonatiquement gérées dans la phasesla création ou la "
1398 "suppression de fichiers ou de répertoires. Les instruction qui suivent "
1399 "complètent celles de la charte Debian."
1400
1401 # type: Content of: <chapter><section><para>
1402 #. type: Content of: <chapter><section><para>
1403 #: best-pkging-practices.dbk:637
1404 msgid ""
1405 "Maintainer scripts must be idempotent.  That means that you need to make "
1406 "sure nothing bad will happen if the script is called twice where it would "
1407 "usually be called once."
1408 msgstr ""
1409 "Les scripts du responsable doivent être robustes. Cela signifie que vous "
1410 "devez vous assurer que rien de grave ne se produit si un script est lancé "
1411 "deux fois au lieu d'une."
1412
1413 # type: Content of: <chapter><section><para>
1414 #. type: Content of: <chapter><section><para>
1415 #: best-pkging-practices.dbk:642
1416 msgid ""
1417 "Standard input and output may be redirected (e.g.  into pipes) for logging "
1418 "purposes, so don't rely on them being a tty."
1419 msgstr ""
1420 "L'entrée et la sortie standard peuvent être redirigées (p. ex. dans des "
1421 "tuyaux) pour des besoins de journalisation. Il est donc recommandé qu'il ne "
1422 "soient pas dépendants d'un terminal."
1423
1424 # type: Content of: <chapter><section><para>
1425 #. type: Content of: <chapter><section><para>
1426 #: best-pkging-practices.dbk:646
1427 msgid ""
1428 "All prompting or interactive configuration should be kept to a minimum.  "
1429 "When it is necessary, you should use the <systemitem role=\"package"
1430 "\">debconf</systemitem> package for the interface.  Remember that prompting "
1431 "in any case can only be in the <literal>configure</literal> stage of the "
1432 "<filename>postinst</filename> script."
1433 msgstr ""
1434 "Toute interaction avec l'utilisateur doit être limitée au maximum. "
1435 "Lorsqu'elle est nécessaire, vous devriez utiliser le paquet <systemitem role="
1436 "\"package\">debconf</systemitem> comme interface. Veuillez noter que "
1437 "l'interaction doit impérativement se faire à l'étape <literal>configure</"
1438 "literal> du script <filename>postinst</filename>."
1439
1440 # type: Content of: <chapter><section><para>
1441 #. type: Content of: <chapter><section><para>
1442 #: best-pkging-practices.dbk:653
1443 msgid ""
1444 "Keep the maintainer scripts as simple as possible.  We suggest you use pure "
1445 "POSIX shell scripts.  Remember, if you do need any bash features, the "
1446 "maintainer script must have a bash shebang line.  POSIX shell or Bash are "
1447 "preferred to Perl, since they enable <systemitem role=\"package\">debhelper</"
1448 "systemitem> to easily add bits to the scripts."
1449 msgstr ""
1450 "Vous devriez garder les scripts du responsable aussi simples que possible et "
1451 "utiliser de préférence des scripts shell POSIX stricts. Veuillez noter que "
1452 "si vous avez besoin de spécificités de bash, vous devez utiliser une ligne "
1453 "« shebang » pour bash. Les scripts POSIX ou Bash sont encouragés par rapport "
1454 "aux scripts Perl, car <systemitem role=\"package\">debhelper</systemitem> "
1455 "peut alors y ajouter des fonctions."
1456
1457 # type: Content of: <chapter><section><para>
1458 #. type: Content of: <chapter><section><para>
1459 #: best-pkging-practices.dbk:660
1460 msgid ""
1461 "If you change your maintainer scripts, be sure to test package removal, "
1462 "double installation, and purging.  Be sure that a purged package is "
1463 "completely gone, that is, it must remove any files created, directly or "
1464 "indirectly, in any maintainer script."
1465 msgstr ""
1466 "Si vous modifiez les scripts du reponsable, veillez à vérifier la "
1467 "suppression du paquet, la double installation et la purge. Vérifiez qu'un "
1468 "paquet purgé est entièrement éliminé, c'est à dire qu'il a supprimé tous les "
1469 "fichiers qu'il a créé, directement ou indirectement dans ses scripts du "
1470 "responsable."
1471
1472 # type: Content of: <chapter><section><para>
1473 #. type: Content of: <chapter><section><para>
1474 #: best-pkging-practices.dbk:666
1475 msgid ""
1476 "If you need to check for the existence of a command, you should use "
1477 "something like"
1478 msgstr ""
1479 "Si vous avez besoin de vérifier l'existence d'une commande, vous devriez "
1480 "utiliser quelque chose comme"
1481
1482 # type: Content of: <chapter><section><programlisting>
1483 #. type: Content of: <chapter><section><programlisting>
1484 #: best-pkging-practices.dbk:669
1485 #, no-wrap
1486 msgid "if [ -x /usr/sbin/install-docs ]; then ..."
1487 msgstr "if [ -x /usr/sbin/install-docs ]; then ..."
1488
1489 # type: Content of: <chapter><section><para>
1490 #. type: Content of: <chapter><section><para>
1491 #: best-pkging-practices.dbk:671
1492 msgid ""
1493 "If you don't wish to hard-code the path of a command in your maintainer "
1494 "script, the following POSIX-compliant shell function may help:"
1495 msgstr ""
1496 "Si vous ne voulez pas coder en dur le chemin d'une commande dans vos scripts "
1497 "de responsable, la fonction shell conforme à POSIX suivante peut vous aider :"
1498
1499 # type: Content of: <chapter><section><para>
1500 #. type: Content of: <chapter><section><para>
1501 #: best-pkging-practices.dbk:676
1502 msgid ""
1503 "You can use this function to search <literal>$PATH</literal> for a command "
1504 "name, passed as an argument.  It returns true (zero) if the command was "
1505 "found, and false if not.  This is really the most portable way, since "
1506 "<literal>command -v</literal>, <command>type</command>, and <command>which</"
1507 "command> are not POSIX."
1508 msgstr ""
1509 "Vous pouvez utiliser cette fonction pour rechercher dans <literal>$PATH</"
1510 "literal> une commande donnée, passée en paramètre. Elle renvoie "
1511 "« true » (zéro) si la commande est trouvée et « false » dans le cas contraire. "
1512 "Il s'agit de la méthode la plus portable car <literal>command -v</literal>, "
1513 "<command>type</command>, et <command>which</command> ne sont pas conformes à "
1514 "POSIX."
1515
1516 # type: Content of: <chapter><section><para>
1517 #. type: Content of: <chapter><section><para>
1518 #: best-pkging-practices.dbk:683
1519 msgid ""
1520 "While <command>which</command> is an acceptable alternative, since it is "
1521 "from the required <systemitem role=\"package\">debianutils</systemitem> "
1522 "package, it's not on the root partition.  That is, it's in <filename>/usr/"
1523 "bin</filename> rather than <filename>/bin</filename>, so one can't use it in "
1524 "scripts which are run before the <filename>/usr</filename> partition is "
1525 "mounted.  Most scripts won't have this problem, though."
1526 msgstr ""
1527 "Bien que <command>which</command> soit acceptable car fourni dans le paquet "
1528 "requis <systemitem role=\"package\">debianutils</systemitem>, il n'est pas "
1529 "disponible sur la partition racine mais est situé dans le répertoire "
1530 "<filename>/usr/bin</filename> au lieu de <filename>/bin</filename>, ce qui "
1531 "rend son utilisation impossible si <filename>/usr</filename> n'est pas "
1532 "encore monté. De nombreux scripts ne seront toutefois pas affectés par cela, "
1533 "cependant."
1534
1535 # type: Content of: <chapter><section><title>
1536 #. type: Content of: <chapter><section><title>
1537 #: best-pkging-practices.dbk:693
1538 msgid ""
1539 "Configuration management with <systemitem role=\"package\">debconf</"
1540 "systemitem>"
1541 msgstr ""
1542 "Gestion de la configuration avec <systemitem role=\"package\">debconf</"
1543 "systemitem>"
1544
1545 # type: Content of: <chapter><section><para>
1546 #. type: Content of: <chapter><section><para>
1547 #: best-pkging-practices.dbk:695
1548 msgid ""
1549 "<systemitem role=\"package\">Debconf</systemitem> is a configuration "
1550 "management system which can be used by all the various packaging scripts "
1551 "(<filename>postinst</filename> mainly) to request feedback from the user "
1552 "concerning how to configure the package.  Direct user interactions must now "
1553 "be avoided in favor of <systemitem role=\"package\">debconf</systemitem> "
1554 "interaction.  This will enable non-interactive installations in the future."
1555 msgstr ""
1556 "<systemitem role=\"package\">Debconf</systemitem> est un système de gestion "
1557 "de configuration qui peut être utilisé par les divers scripts des paquets "
1558 "(<filename>postinst</filename> notamment) pour interagir avec l'utilisateur "
1559 "sur des choix à opérer pour la configuration du paquet. Les interactions "
1560 "directes avec l'utilisateurs doivent être prohibées en faveur de <systemitem "
1561 "role=\"package\">debconf</systemitem>, notamment pour permettre des "
1562 "installations non interactives."
1563
1564 # type: Content of: <chapter><section><para>
1565 #. type: Content of: <chapter><section><para>
1566 #: best-pkging-practices.dbk:703
1567 msgid ""
1568 "Debconf is a great tool but it is often poorly used.  Many common mistakes "
1569 "are listed in the <citerefentry> <refentrytitle>debconf-devel</"
1570 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> man page.  It is "
1571 "something that you must read if you decide to use debconf.  Also, we "
1572 "document some best practices here."
1573 msgstr ""
1574 "<systemitem role=\"package\">Debconf</systemitem> est un outil très partique "
1575 "mais souvent mal utilisé. De nombreuses erreurs classiques sotn mentionnées "
1576 "dans la page de manuel <citerefentry> <refentrytitle>debconf-devel</"
1577 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>. Il est "
1578 "indispensable de lire cette page de manuel avant de décider d'utiliser "
1579 "debconf. Quelques bonnes pratiques sont également indiquées dans le présent "
1580 "document."
1581
1582 # type: Content of: <chapter><section><para>
1583 #. type: Content of: <chapter><section><para>
1584 #: best-pkging-practices.dbk:710
1585 msgid ""
1586 "These guidelines include some writing style and typography recommendations, "
1587 "general considerations about debconf usage as well as more specific "
1588 "recommendations for some parts of the distribution (the installation system "
1589 "for instance)."
1590 msgstr ""
1591 "Les présents conseils comportent des indications sur le style d'écriture et "
1592 "la typographie, des considérations générales sur l'utilisation de "
1593 "<systemitem role=\"package\">debconf</systemitem> ainsi que des "
1594 "recommandations plus spécifiques relatives à certaines parties de la "
1595 "distribution (le système d'installation notamment)."
1596
1597 # type: Content of: <chapter><section><section><title>
1598 #. type: Content of: <chapter><section><section><title>
1599 #: best-pkging-practices.dbk:716
1600 msgid "Do not abuse debconf"
1601 msgstr "N'abusez pas de <systemitem role=\"package\">debconf</systemitem>"
1602
1603 # type: Content of: <chapter><section><section><para>
1604 #. type: Content of: <chapter><section><section><para>
1605 #: best-pkging-practices.dbk:718
1606 msgid ""
1607 "Since debconf appeared in Debian, it has been widely abused and several "
1608 "criticisms received by the Debian distribution come from debconf abuse with "
1609 "the need of answering a wide bunch of questions before getting any little "
1610 "thing installed."
1611 msgstr ""
1612 "Depuis que <systemitem role=\"package\">debconf</systemitem> est apparu dans "
1613 "Debian, il a été largement trop utilisé et de nombreuses critiques ont été "
1614 "émises à l'encontre de la distribution Debian pour abus d'utilisation de "
1615 "<systemitem role=\"package\">debconf</systemitem>, avec la nécessité de "
1616 "répondre à un nombre très important de questions avant d'avoir un quelconque "
1617 "outil installé."
1618
1619 # type: Content of: <chapter><section><section><para>
1620 #. type: Content of: <chapter><section><section><para>
1621 #: best-pkging-practices.dbk:724
1622 msgid ""
1623 "Keep usage notes to what they belong: the NEWS.Debian, or README.Debian "
1624 "file.  Only use notes for important notes which may directly affect the "
1625 "package usability.  Remember that notes will always block the install until "
1626 "confirmed or bother the user by email."
1627 msgstr ""
1628 "Les notes d'utilisation doivent être réservées à leur emplacement "
1629 "naturel : le fichier <filename>NEWS.Debian</filename> ou <filename>README."
1630 "Debian</filename>. N'utilisez les notes que pour des points importants qui "
1631 "peuvent directement concerner l'utilisabilité du paquet. Les notes "
1632 "interrompent l'installation tant qu'elles ne sont pas confirmées et elles "
1633 "peuvent conduire à des envois de courriers électroniques aux utilisateurs."
1634
1635 # type: Content of: <chapter><section><section><para>
1636 #. type: Content of: <chapter><section><section><para>
1637 #: best-pkging-practices.dbk:730
1638 msgid ""
1639 "Carefully choose the questions priorities in maintainer scripts.  See "
1640 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1641 "manvolnum> </citerefentry> for details about priorities.  Most questions "
1642 "should use medium and low priorities."
1643 msgstr ""
1644 "Choisissez soigneusement les questions posées dans les scripts du "
1645 "responsable. Veuillez consulter la page de manuel <citerefentry> "
1646 "<refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</manvolnum> </"
1647 "citerefentry> pour plus de détails sur les priorités. La plupart des "
1648 "questions devraient utiliser les priorités « intermédiaire » ou « basse »."
1649
1650 # type: Content of: <chapter><section><section><title>
1651 #. type: Content of: <chapter><section><section><title>
1652 #: best-pkging-practices.dbk:738
1653 msgid "General recommendations for authors and translators"
1654 msgstr "Recommandations générales pour les auteurs et les traducteurs"
1655
1656 # type: Content of: <chapter><section><section><section><title>
1657 #. type: Content of: <chapter><section><section><section><title>
1658 #: best-pkging-practices.dbk:740
1659 msgid "Write correct English"
1660 msgstr "Écrivez en anglais correct"
1661
1662 # type: Content of: <chapter><section><section><section><para>
1663 #. type: Content of: <chapter><section><section><section><para>
1664 #: best-pkging-practices.dbk:742
1665 msgid ""
1666 "Most Debian package maintainers are not native English speakers.  So, "
1667 "writing properly phrased templates may not be easy for them."
1668 msgstr ""
1669 "La plupart des responsables de paquets Debian ne sont pas anglophones. Il "
1670 "n'est donc pas nécessairement facile pour eux d'écrire des écrans "
1671 "correctement."
1672
1673 # type: Content of: <chapter><section><section><section><para>
1674 #. type: Content of: <chapter><section><section><section><para>
1675 #: best-pkging-practices.dbk:746
1676 msgid ""
1677 "Please use (and abuse) &email-debian-l10n-english; mailing list.  Have your "
1678 "templates proofread."
1679 msgstr ""
1680 "Penez à utiliser, voire abuser, la liste &email-debian-l10n-english;. Faites "
1681 "relire vos écrans."
1682
1683 # type: Content of: <chapter><section><section><section><para>
1684 #. type: Content of: <chapter><section><section><section><para>
1685 #: best-pkging-practices.dbk:750
1686 msgid ""
1687 "Badly written templates give a poor image of your package, of your work...or "
1688 "even of Debian itself."
1689 msgstr ""
1690 "Des écrans mal écrits fournissent une image négative de votre paquet, de "
1691 "votre travail ou même de Debian en général."
1692
1693 # type: Content of: <chapter><section><section><section><para>
1694 #. type: Content of: <chapter><section><section><section><para>
1695 #: best-pkging-practices.dbk:754
1696 msgid ""
1697 "Avoid technical jargon as much as possible.  If some terms sound common to "
1698 "you, they may be impossible to understand for others.  If you cannot avoid "
1699 "them, try to explain them (use the extended description).  When doing so, "
1700 "try to balance between verbosity and simplicity."
1701 msgstr ""
1702 "Évitez le plus possible le jargon technique.Si certains termes vous sont "
1703 "familiers, ils peuvent être impossible à comprendre pour d'autres. Si vous "
1704 "ne pouvez les éviter, tentez de les expliquer (avec la description étendue). "
1705 "Dans ce cas, tentez de faire la part des choses entre simplicité et verbiage."
1706
1707 # type: Content of: <chapter><section><section><section><title>
1708 #. type: Content of: <chapter><section><section><section><title>
1709 #: best-pkging-practices.dbk:762
1710 msgid "Be kind to translators"
1711 msgstr "Pensez aux traducteurs"
1712
1713 # type: Content of: <chapter><section><section><section><para>
1714 #. type: Content of: <chapter><section><section><section><para>
1715 #: best-pkging-practices.dbk:764
1716 msgid ""
1717 "Debconf templates may be translated.  Debconf, along with its sister package "
1718 "<command>po-debconf</command> offers a simple framework for getting "
1719 "templates translated by translation teams or even individuals."
1720 msgstr ""
1721 "Les écrans de <systemitem role=\"package\">debconf</systemitem> peuvent être "
1722 "traduits. <systemitem role=\"package\">Debconf</systemitem> et son paquet "
1723 "jumeau <systemitem role=\"package\">po-debconf</systemitem> fournissent un "
1724 "ensemble simple permettant la traduction des écrans par des équipes de "
1725 "traductions ou des traducteurs isolés."
1726
1727 # type: Content of: <chapter><section><section><section><para>
1728 #. type: Content of: <chapter><section><section><section><para>
1729 #: best-pkging-practices.dbk:769
1730 msgid ""
1731 "Please use gettext-based templates.  Install <systemitem role=\"package\">po-"
1732 "debconf</systemitem> on your development system and read its documentation "
1733 "(<literal>man po-debconf</literal> is a good start)."
1734 msgstr ""
1735 "Utilisez des écrans permettant l'utilisation de gettext. Installez le paquet "
1736 "<systemitem role=\"package\">po-debconf</systemitem> sur votre machine de "
1737 "développement et lisez sa documentation (<literal>man po-debconf</literal> "
1738 "est un bon début)."
1739
1740 # type: Content of: <chapter><section><section><section><para>
1741 #. type: Content of: <chapter><section><section><section><para>
1742 #: best-pkging-practices.dbk:774
1743 #, fuzzy
1744 msgid ""
1745 "Avoid changing templates too often.  Changing templates text induces more "
1746 "work to translators which will get their translation fuzzied.  A fuzzy "
1747 "translation is a string for which the original changed since it was "
1748 "translated, therefore requiring some update by a translator to be usable.  "
1749 "When changes are small enough, the original translation is kept in PO files "
1750 "but marked as <literal>fuzzy</literal>."
1751 msgstr ""
1752 "Évitez de changer les écrans trop souvent. La modification des textes des "
1753 "écrans impacte les traducteurs dont les traductions vont devenir "
1754 "« floues » (« fuzzy »). Si vous prévoyez des modifications aux écrans "
1755 "d'origine, veuillez contacter les traducteurs. La plupart d'entre eux sont "
1756 "réactifs et inclure des mises à jour en même temps que les modifications aux "
1757 "écrans d'origine vous évitera des envois ultérieurs pour la mise à jour des "
1758 "traductions. Si vous utilisez des écrans se servant de gettext, le nom et "
1759 "l'adresse électronique des traducteurs sont mentionnés dans les en-têtes des "
1760 "fichiers PO."
1761
1762 # type: Content of: <chapter><section><section><section><para>
1763 #. type: Content of: <chapter><section><section><section><para>
1764 #: best-pkging-practices.dbk:782
1765 #, fuzzy
1766 msgid ""
1767 "If you plan to do changes to your original templates, please use the "
1768 "notification system provided with the <systemitem role=\"package\">po-"
1769 "debconf</systemitem> package, namely the <command> podebconf-report-po</"
1770 "command>, to contact translators.  Most active translators are very "
1771 "responsive and getting their work included along with your modified "
1772 "templates will save you additional uploads.  If you use gettext-based "
1773 "templates, the translator's name and e-mail addresses are mentioned in the "
1774 "PO files headers and will be used by <command> podebconf-report-po</command>."
1775 msgstr ""
1776 "Évitez de changer les écrans trop souvent. La modification des textes des "
1777 "écrans impacte les traducteurs dont les traductions vont devenir "
1778 "« floues » (« fuzzy »). Si vous prévoyez des modifications aux écrans "
1779 "d'origine, veuillez contacter les traducteurs. La plupart d'entre eux sont "
1780 "réactifs et inclure des mises à jour en même temps que les modifications aux "
1781 "écrans d'origine vous évitera des envois ultérieurs pour la mise à jour des "
1782 "traductions. Si vous utilisez des écrans se servant de gettext, le nom et "
1783 "l'adresse électronique des traducteurs sont mentionnés dans les en-têtes des "
1784 "fichiers PO."
1785
1786 # type: Content of: <chapter><section><section><section><para>
1787 #. type: Content of: <chapter><section><section><section><para>
1788 #: best-pkging-practices.dbk:794
1789 msgid "A recommended use of that utility is:"
1790 msgstr ""
1791
1792 # type: Content of: <chapter><section><section><section><programlisting>
1793 #. type: Content of: <chapter><section><section><section><programlisting>
1794 #: best-pkging-practices.dbk:796
1795 #, no-wrap
1796 msgid "cd debian/po &amp;&amp; podebconf-report-po --languageteam --withtranslators --call --deadline=\"+10 days\""
1797 msgstr ""
1798
1799 # type: Content of: <chapter><section><section><section><para>
1800 #. type: Content of: <chapter><section><section><section><para>
1801 #: best-pkging-practices.dbk:798
1802 msgid ""
1803 "This command will first synchronize the PO and POT files in debian/po with "
1804 "the templates files listed in <filename>debian/po/POTFILES.in</filename>.  "
1805 "Then, it will send a call for translation updates to the language team "
1806 "(mentioned in the <literal>Language-Team</literal> field of each PO file)  "
1807 "as well as the last translator (mentioned in <literal>Last-translator</"
1808 "literal>). Finally, it will also send a call for new translations, in the "
1809 "&email-debian-i18n; mailing list."
1810 msgstr ""
1811
1812 # type: Content of: <chapter><section><section><section><para>
1813 #. type: Content of: <chapter><section><section><section><para>
1814 #: best-pkging-practices.dbk:807
1815 msgid ""
1816 "Giving a deadline to translators is always appreciated, so that they can "
1817 "organize their work. Please remember that some translation teams have a "
1818 "formalized translate/review process and a delay lower than 10 days is "
1819 "considered as unreasonable. A shorter delay puts too much pressure on "
1820 "translation teams and should be kept for very minor changes."
1821 msgstr ""
1822
1823 # type: Content of: <chapter><section><section><section><para>
1824 #. type: Content of: <chapter><section><section><section><para>
1825 #: best-pkging-practices.dbk:814
1826 msgid ""
1827 "If in doubt, you may also contact the translation team for a given language "
1828 "(debian-l10n-xxxxx@&lists-host;), or the &email-debian-i18n; mailing list."
1829 msgstr ""
1830 "Dans le doute, vous pouvez également contacter l'équipe de traduction d'une "
1831 "langue donnée (debian-l10n-xxxxx@&lists-host;) ou la liste de diffusion "
1832 "&email-debian-i18n;."
1833
1834 # type: Content of: <chapter><section><section><section><title>
1835 #. type: Content of: <chapter><section><section><section><title>
1836 #: best-pkging-practices.dbk:821
1837 msgid "Unfuzzy complete translations when correcting typos and spelling"
1838 msgstr ""
1839 "Correction (« unfuzzy ») des traductions complètes lors des corrections de "
1840 "fautes de frappe ou d'orthographe"
1841
1842 # type: Content of: <chapter><section><section><section><para>
1843 #. type: Content of: <chapter><section><section><section><para>
1844 #: best-pkging-practices.dbk:823
1845 #, fuzzy
1846 msgid ""
1847 "When the text of a debconf template is corrected and you are <emphasis role="
1848 "\"strong\">sure</emphasis> that the change does <emphasis role=\"strong"
1849 "\">not</emphasis> affect translations, please be kind to translators and "
1850 "<emphasis>unfuzzy</emphasis> their translations."
1851 msgstr ""
1852 "Lorsque le texte d'un écran de debconf est corrigé et que vous avec la "
1853 "<emphasis role=\"strong\">certitude</emphasis> que la modification n'affecte "
1854 "<emphasis role=\"strong\">pas</emphasis> les traductions, pensez aux "
1855 "traducteurs et rendez leur translations à nouveau complètes (« unfuzzy »)."
1856
1857 # type: Content of: <chapter><section><section><section><para>
1858 #. type: Content of: <chapter><section><section><section><para>
1859 #: best-pkging-practices.dbk:829
1860 msgid ""
1861 "If you don't do so, the whole template will not be translated as long as a "
1862 "translator will send you an update."
1863 msgstr ""
1864 "Si cela n'est pas fait, l'ensemble de l'écran debconf ne sera plus traduit "
1865 "tant qu'un traducteur n'aura pas réenvoyé un fichier corrigé."
1866
1867 # type: Content of: <chapter><section><section><section><para>
1868 #. type: Content of: <chapter><section><section><section><para>
1869 #: best-pkging-practices.dbk:833
1870 msgid ""
1871 "To <emphasis>unfuzzy</emphasis> translations, you can use two methods. The "
1872 "first method does <emphasis>preventive</emphasis> search and replace actions "
1873 "in the PO files. The latter uses <command>gettext</command> utilities to "
1874 "<emphasis>unfuzzy</emphasis> strings."
1875 msgstr ""
1876
1877 # type: Content of: <chapter><section><section><section><para>
1878 #. type: Content of: <chapter><section><section><section><para>
1879 #: best-pkging-practices.dbk:839
1880 msgid "<emphasis>Preventive unfuzzy</emphasis> method:"
1881 msgstr ""
1882
1883 # type: Content of: <chapter><section><section><section><para>
1884 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1885 #: best-pkging-practices.dbk:844
1886 #, fuzzy
1887 msgid ""
1888 "Try finding a complete translation file <emphasis role=\"strong\"> before</"
1889 "emphasis> the change:"
1890 msgstr ""
1891 "La partie longue de la description ne devrait <emphasis role=\"strong"
1892 "\">jamais</emphasis> comporter de question."
1893
1894 # type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1895 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1896 #: best-pkging-practices.dbk:847 best-pkging-practices.dbk:917
1897 #, no-wrap
1898 msgid ""
1899 "for i in debian/po/*po; do echo -n $i: ; msgfmt -o /dev/null\n"
1900 "--statistics $i; done"
1901 msgstr ""
1902 "for i in debian/po/*po; do echo -n $i: ; msgfmt -o /dev/null\n"
1903 "--statistics $i; done"
1904
1905 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1906 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1907 #: best-pkging-practices.dbk:850
1908 msgid ""
1909 "The file only showing <emphasis>translated</emphasis> items will be used as "
1910 "the reference file. If there is none (which should not happen if you take "
1911 "care to properly interact with translators), you should use the file with "
1912 "the most translated strings."
1913 msgstr ""
1914
1915 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1916 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1917 #: best-pkging-practices.dbk:858
1918 msgid ""
1919 "Identify the needed change. In this example, let's assume the change is "
1920 "about fixing a typo in the word <literal>typo</literal> which was "
1921 "inadvertently written as <literal>tpyo</literal>. Therefore, the change is "
1922 "<command>s/tpyo/typo</command>."
1923 msgstr ""
1924
1925 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1926 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1927 #: best-pkging-practices.dbk:866
1928 msgid ""
1929 "Check that this change is only applied to the place where you really intend "
1930 "to make it and <emphasis role=\"strong\">not</emphasis> in any other place "
1931 "where the original string is appropriate. This specifically applies to "
1932 "change in punctuation, for instance."
1933 msgstr ""
1934
1935 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1936 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1937 #: best-pkging-practices.dbk:874
1938 msgid ""
1939 "Modify all PO files by using <command>sed</command>. The use of that command "
1940 "is recommended over any text editor to guarantee that the files encoding "
1941 "will not be broken by the edit action."
1942 msgstr ""
1943
1944 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1945 #: best-pkging-practices.dbk:879
1946 #, no-wrap
1947 msgid ""
1948 "cd debian/po\n"
1949 "for i in *.po; do sed -i 's/tpyo/typo/g' $i; done\n"
1950 msgstr ""
1951
1952 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1953 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1954 #: best-pkging-practices.dbk:885
1955 msgid "Change the debconf template file to fix the typo."
1956 msgstr ""
1957
1958 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1959 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1960 #: best-pkging-practices.dbk:890
1961 #, fuzzy
1962 msgid "Run <command>debconf-updatepo</command>"
1963 msgstr "exécutez la commande <command>debconf-updatepo</command> à nouveau"
1964
1965 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1966 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1967 #: best-pkging-practices.dbk:895
1968 msgid ""
1969 "Check the <filename>foo.po</filename> reference file. Its statistics should "
1970 "not be changed:"
1971 msgstr ""
1972
1973 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1974 #: best-pkging-practices.dbk:899
1975 #, no-wrap
1976 msgid "msgfmt -o /dev/null --statistics debian/po/foo.po\n"
1977 msgstr ""
1978
1979 # type: Content of: <chapter><section><section><section><para>
1980 #. type: Content of: <chapter><section><section><section><para>
1981 #: best-pkging-practices.dbk:908
1982 msgid "Gettext utilities method:"
1983 msgstr ""
1984
1985 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1986 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1987 #: best-pkging-practices.dbk:913
1988 msgid ""
1989 "Put all incomplete PO files out of the way.  You can check the completeness "
1990 "by using (needs the <systemitem role=\"package\">gettext</systemitem> "
1991 "package installed):"
1992 msgstr ""
1993 "Déplacez les fichiers PO incomplets à un endroit temporaire. Les fichiers "
1994 "peuvent être contrôlés avec la commande suivante (qui nécessite "
1995 "l'installation du paquet <systemitem role=\"package\">gettext</systemitem>) :"
1996
1997 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1998 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1999 #: best-pkging-practices.dbk:922
2000 msgid ""
2001 "move all files which report either fuzzy strings to a temporary place.  "
2002 "Files which report no fuzzy strings (only translated and untranslated) will "
2003 "be kept in place."
2004 msgstr ""
2005 "déplacez tous les fichiers qui indiquent comporter des chaînes floues "
2006 "(fuzzy) dans un répertoire temporaire. Les fichiers qui ne comportent pas de "
2007 "chaînes floues (seulement des chaînes traduites ou non traduites) peuvent "
2008 "être laissés en place."
2009
2010 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2011 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2012 #: best-pkging-practices.dbk:929
2013 msgid ""
2014 "now <emphasis role=\"strong\">and now only</emphasis>, modify the template "
2015 "for the typos and check again that translation are not impacted (typos, "
2016 "spelling errors, sometimes typographical corrections are usually OK)"
2017 msgstr ""
2018 "maintenant <emphasis role=\"strong\">et pas avant</emphasis>, vous pouvez "
2019 "corriger le fichier « templates » en vous assurant à nouveau que les "
2020 "traductions ne risquent pas d'être affectées (des fautes de frappes, des "
2021 "erreurs grammaticales et parfois des erreurs typographiques ne posent en "
2022 "général pas de problèmes)."
2023
2024 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2025 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2026 #: best-pkging-practices.dbk:936
2027 msgid ""
2028 "run <command>debconf-updatepo</command>.  This will fuzzy all strings you "
2029 "modified in translations.  You can see this by running the above again"
2030 msgstr ""
2031 "exécutez la commande <command>debconf-updatepo</command>. Cette commande va "
2032 "rendre floues les traductions des chaînes que vous avez modifiées. Cela peut "
2033 "être contrôlé avec la commande ci-dessus à nouveau."
2034
2035 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2036 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2037 #: best-pkging-practices.dbk:942
2038 msgid "use the following command:"
2039 msgstr "utilisez la commande suivante :"
2040
2041 # type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
2042 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
2043 #: best-pkging-practices.dbk:944
2044 #, no-wrap
2045 msgid "for i in debian/po/*po; do msgattrib --output-file=$i --clear-fuzzy $i; done"
2046 msgstr "for i in debian/po/*po; do msgattrib --output-file=$i --clear-fuzzy $i; done"
2047
2048 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2049 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2050 #: best-pkging-practices.dbk:948
2051 msgid ""
2052 "move back to debian/po the files which showed fuzzy strings in the first step"
2053 msgstr ""
2054 "replacez à nouveau dans <filename>debian/po</filename> les fichiers "
2055 "précédemment déplacés."
2056
2057 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2058 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2059 #: best-pkging-practices.dbk:953
2060 msgid "run <command>debconf-updatepo</command> again"
2061 msgstr "exécutez la commande <command>debconf-updatepo</command> à nouveau"
2062
2063 # type: Content of: <chapter><section><section><section><title>
2064 #. type: Content of: <chapter><section><section><section><title>
2065 #: best-pkging-practices.dbk:960
2066 msgid "Do not make assumptions about interfaces"
2067 msgstr "Ne faites pas de suppositions sur les interfaces utilisateurs"
2068
2069 # type: Content of: <chapter><section><section><section><para>
2070 #. type: Content of: <chapter><section><section><section><para>
2071 #: best-pkging-practices.dbk:962
2072 #, fuzzy
2073 msgid ""
2074 "Templates text should not make reference to widgets belonging to some "
2075 "debconf interfaces.  Sentences like <emphasis>If you answer Yes...</"
2076 "emphasis> have no meaning for users of graphical interfaces which use "
2077 "checkboxes for boolean questions."
2078 msgstr ""
2079 "Les textes des écrans ne devraiernt pas faire référence aux éléments "
2080 "disponibles sur certaines interfaces de debconf. Des phrases telles que « If "
2081 "you answer Yes » ne signifient rien avec les interfaces graphiques où des "
2082 "boutons radio sont utilisés pour les questions booléennes."
2083
2084 # type: Content of: <chapter><section><section><section><para>
2085 #. type: Content of: <chapter><section><section><section><para>
2086 #: best-pkging-practices.dbk:967
2087 msgid ""
2088 "String templates should also avoid mentioning the default values in their "
2089 "description.  First, because this is redundant with the values seen by the "
2090 "users.  Also, because these default values may be different from the "
2091 "maintainer choices (for instance, when the debconf database was preseeded)."
2092 msgstr ""
2093 "Les écrans de type « string » ne devraient pas faire référence aux valeurs "
2094 "par défaut dans leur description. Cela est tout d'abord redondant avec les "
2095 "valeurs visibles par les utilisateurs. Mais également, les valeurs "
2096 "présentées par défaut peuvent être différentes du choix du mainteneur (par "
2097 "exemple, lorsque la base de données de debconf a été pré-renseignée)."
2098
2099 # type: Content of: <chapter><section><section><section><para>
2100 #. type: Content of: <chapter><section><section><section><para>
2101 #: best-pkging-practices.dbk:973
2102 msgid ""
2103 "More generally speaking, try to avoid referring to user actions.  Just give "
2104 "facts."
2105 msgstr ""
2106 "De manière plus générale, évitez de faire référence à des actions "
2107 "particulières des utilisateurs et donnez simplement des faits."
2108
2109 # type: Content of: <chapter><section><section><section><title>
2110 #. type: Content of: <chapter><section><section><section><title>
2111 #: best-pkging-practices.dbk:979
2112 msgid "Do not use first person"
2113 msgstr "N'utilisez pas la première personne"
2114
2115 # type: Content of: <chapter><section><section><section><para>
2116 #. type: Content of: <chapter><section><section><section><para>
2117 #: best-pkging-practices.dbk:981
2118 #, fuzzy
2119 msgid ""
2120 "You should avoid the use of first person (<emphasis>I will do this...</"
2121 "emphasis> or <emphasis>We recommend...</emphasis>).  The computer is not a "
2122 "person and the Debconf templates do not speak for the Debian developers.  "
2123 "You should use neutral construction.  Those of you who already wrote "
2124 "scientific publications, just write your templates like you would write a "
2125 "scientific paper.  However, try using active voice if still possible, like "
2126 "<emphasis>Enable this if ...</emphasis> instead of <emphasis>This can be "
2127 "enabled if...</emphasis>."
2128 msgstr ""
2129 "Vous devriez éviter l'utilisation de la première personne (« Je vais faire "
2130 "ceci » ou « Nous recommandons que... »). L'ordinateur n'est pas une personne "
2131 "et les écrans de debconf ne parlent pas au nom des développeurs de Debian. "
2132 "Vous devriez utiliser des constructions neutres. Pour les personnes "
2133 "familières de la publisation scientifiques, il suffit en  général d'adopter "
2134 "le style d'écriture qui y est utilisé. Tentez cependant d'utiliser la forme "
2135 "active si possible. Par exemple : « Enable this if... » au lieu de « This can "
2136 "be enabled if... »."
2137
2138 # type: Content of: <chapter><section><section><section><title>
2139 #. type: Content of: <chapter><section><section><section><title>
2140 #: best-pkging-practices.dbk:991
2141 msgid "Be gender neutral"
2142 msgstr "Restez neutre en genre"
2143
2144 # type: Content of: <chapter><section><section><section><para>
2145 #. type: Content of: <chapter><section><section><section><para>
2146 #: best-pkging-practices.dbk:993
2147 msgid ""
2148 "The world is made of men and women.  Please use gender-neutral constructions "
2149 "in your writing."
2150 msgstr ""
2151 "Le monde est fait d'hommes et de femmes. Veuillez utiliser des constructions "
2152 "neutres en genre dans vos écrits."
2153
2154 # type: Content of: <chapter><section><section><title>
2155 #. type: Content of: <chapter><section><section><title>
2156 #: best-pkging-practices.dbk:1001
2157 msgid "Templates fields definition"
2158 msgstr "Définition de champs des modèles (« templates »)"
2159
2160 # type: Content of: <chapter><section><section><para>
2161 #. type: Content of: <chapter><section><section><para>
2162 #: best-pkging-practices.dbk:1003
2163 msgid ""
2164 "This part gives some information which is mostly taken from the "
2165 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
2166 "manvolnum> </citerefentry> manual page."
2167 msgstr ""
2168 "Les informations présentées dans cette partie proviennent pour l'essentiel "
2169 "de la page de manuel <citerefentry> <refentrytitle>debconf-devel</"
2170 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>"
2171
2172 # type: Content of: <chapter><section><section><section><title>
2173 #. type: Content of: <chapter><section><section><section><title>
2174 #: best-pkging-practices.dbk:1008
2175 msgid "Type"
2176 msgstr "Type"
2177
2178 # type: Content of: <chapter><section><section><section><section><title>
2179 #. type: Content of: <chapter><section><section><section><section><title>
2180 #: best-pkging-practices.dbk:1010
2181 msgid "string:"
2182 msgstr "string:"
2183
2184 # type: Content of: <chapter><section><section><section><section><para>
2185 #. type: Content of: <chapter><section><section><section><section><para>
2186 #: best-pkging-practices.dbk:1012
2187 msgid ""
2188 "Results in a free-form input field that the user can type any string into."
2189 msgstr ""
2190 "offre un champ de saisie où l'utilisateur peut entrer n'importe quelle "
2191 "chaîne de caractère."
2192
2193 # type: Content of: <chapter><section><section><section><section><title>
2194 #. type: Content of: <chapter><section><section><section><section><title>
2195 #: best-pkging-practices.dbk:1017
2196 msgid "password:"
2197 msgstr "password:"
2198
2199 # type: Content of: <chapter><section><section><section><section><para>
2200 #. type: Content of: <chapter><section><section><section><section><para>
2201 #: best-pkging-practices.dbk:1019
2202 msgid ""
2203 "Prompts the user for a password.  Use this with caution; be aware that the "
2204 "password the user enters will be written to debconf's database.  You should "
2205 "probably clean that value out of the database as soon as is possible."
2206 msgstr ""
2207 "demande un mot de passe. Ce champ est à utiliser avec précaution car le mot "
2208 "de passe saisi sera conservé dans la base de données de debconf. Il est "
2209 "conseillé d'effacer cette valeur de la base de donnes dès que possible."
2210
2211 # type: Content of: <chapter><section><section><section><section><title>
2212 #. type: Content of: <chapter><section><section><section><section><title>
2213 #: best-pkging-practices.dbk:1026
2214 msgid "boolean:"
2215 msgstr "boolean:"
2216
2217 # type: Content of: <chapter><section><section><section><section><para>
2218 #. type: Content of: <chapter><section><section><section><section><para>
2219 #: best-pkging-practices.dbk:1028
2220 msgid ""
2221 "A true/false choice.  Remember: true/false, <emphasis role=\"strong\">not "
2222 "yes/no</emphasis>..."
2223 msgstr ""
2224 "offre un choix vrai/faux. Veuillez noter que c'est bien d'un choix vrai/"
2225 "faux, <emphasis role=\"strong\">pas oui/non</emphasis>..."
2226
2227 # type: Content of: <chapter><section><section><section><section><title>
2228 #. type: Content of: <chapter><section><section><section><section><title>
2229 #: best-pkging-practices.dbk:1034
2230 msgid "select:"
2231 msgstr "select:"
2232
2233 # type: Content of: <chapter><section><section><section><section><para>
2234 #. type: Content of: <chapter><section><section><section><section><para>
2235 #: best-pkging-practices.dbk:1036
2236 #, fuzzy
2237 msgid ""
2238 "A choice between one of a number of values.  The choices must be specified "
2239 "in a field named 'Choices'.  Separate the possible values with commas and "
2240 "spaces, like this: <literal>Choices: yes, no, maybe</literal>."
2241 msgstr ""
2242 "offre le choix entre différentes valeurs. Les choix doivent être indiqués "
2243 "dans un champ appelé « Choices ». Les différentes valeurs doivent être "
2244 "séparées par des virgules et des espace. Ainsi : yes, no, maybe"
2245
2246 # type: Content of: <chapter><section><section><section><section><para>
2247 #. type: Content of: <chapter><section><section><section><section><para>
2248 #: best-pkging-practices.dbk:1041
2249 msgid ""
2250 "If choices are translatable strings, the 'Choices' field may be marked as "
2251 "translatable by using <literal>__Choices</literal>. The double underscore "
2252 "will split out each choice in a separate string."
2253 msgstr ""
2254
2255 # type: Content of: <chapter><section><section><section><section><para>
2256 #. type: Content of: <chapter><section><section><section><section><para>
2257 #: best-pkging-practices.dbk:1046
2258 msgid ""
2259 "The <command>po-debconf</command> system also offers interesting "
2260 "possibilities to only mark <emphasis role=\"strong\">some</emphasis> choices "
2261 "as translatable.  Example:"
2262 msgstr ""
2263
2264 #. type: Content of: <chapter><section><section><section><section><programlisting>
2265 #: best-pkging-practices.dbk:1051
2266 #, no-wrap
2267 msgid ""
2268 "Template: foo/bar\n"
2269 "Type: Select\n"
2270 "#flag:translate:3\n"
2271 "__Choices: PAL, SECAM, Other\n"
2272 "_Description: TV standard:\n"
2273 " Please choose the TV standard used in your country.\n"
2274 msgstr ""
2275
2276 # type: Content of: <chapter><section><section><section><section><para>
2277 #. type: Content of: <chapter><section><section><section><section><para>
2278 #: best-pkging-practices.dbk:1059
2279 msgid ""
2280 "In that example, only the 'Other' string is translatable while others are "
2281 "acronyms that should not be translated. The above allows only 'Other' to be "
2282 "included in PO and POT files."
2283 msgstr ""
2284
2285 # type: Content of: <chapter><section><section><para>
2286 #. type: Content of: <chapter><section><section><section><section><para>
2287 #: best-pkging-practices.dbk:1064
2288 #, fuzzy
2289 msgid ""
2290 "The debconf templates flag system offers many such possibilities. The "
2291 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2292 "manvolnum> </citerefentry> manual page lists all these possibilities."
2293 msgstr ""
2294 "Les informations présentées dans cette partie proviennent pour l'essentiel "
2295 "de la page de manuel <citerefentry> <refentrytitle>debconf-devel</"
2296 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>"
2297
2298 # type: Content of: <chapter><section><section><section><section><title>
2299 #. type: Content of: <chapter><section><section><section><section><title>
2300 #: best-pkging-practices.dbk:1072
2301 msgid "multiselect:"
2302 msgstr "multiselect:"
2303
2304 # type: Content of: <chapter><section><section><section><section><para>
2305 #. type: Content of: <chapter><section><section><section><section><para>
2306 #: best-pkging-practices.dbk:1074
2307 msgid ""
2308 "Like the select data type, except the user can choose any number of items "
2309 "from the choices list (or chose none of them)."
2310 msgstr ""
2311 "similaire au type « select », mais permet de choisir plusieurs (ou aucune) "
2312 "valeurs parmi la liste de choix."
2313
2314 # type: Content of: <chapter><section><section><section><section><title>
2315 #. type: Content of: <chapter><section><section><section><section><title>
2316 #: best-pkging-practices.dbk:1080
2317 msgid "note:"
2318 msgstr "note:"
2319
2320 # type: Content of: <chapter><section><section><section><section><para>
2321 #. type: Content of: <chapter><section><section><section><section><para>
2322 #: best-pkging-practices.dbk:1082
2323 msgid ""
2324 "Rather than being a question per se, this datatype indicates a note that can "
2325 "be displayed to the user.  It should be used only for important notes that "
2326 "the user really should see, since debconf will go to great pains to make "
2327 "sure the user sees it; halting the install for them to press a key, and even "
2328 "mailing the note to them in some cases."
2329 msgstr ""
2330 "plus qu'une vraie question, ce type indique une note affichée aux "
2331 "utilisateurs. Elle doit être réservée à des informations importantes que "
2332 "l'utilisateur doit absolument voir, car debconf fera tout pour s'assurer "
2333 "qu'elle est visible et notamment interrompra l'installation en attente "
2334 "qu'une touche soit appuyée, voire envoyer la note par courrier électronique "
2335 "dans certains cas."
2336
2337 # type: Content of: <chapter><section><section><section><section><title>
2338 #. type: Content of: <chapter><section><section><section><section><title>
2339 #: best-pkging-practices.dbk:1091
2340 msgid "text:"
2341 msgstr "text:"
2342
2343 # type: Content of: <chapter><section><section><section><section><para>
2344 #. type: Content of: <chapter><section><section><section><section><para>
2345 #: best-pkging-practices.dbk:1093
2346 msgid "This type is now considered obsolete: don't use it."
2347 msgstr "ce type de données est obsolète. Il ne faut pas l'utiliser."
2348
2349 # type: Content of: <chapter><section><section><section><section><title>
2350 #. type: Content of: <chapter><section><section><section><section><title>
2351 #: best-pkging-practices.dbk:1098
2352 msgid "error:"
2353 msgstr "error:"
2354
2355 # type: Content of: <chapter><section><section><section><section><para>
2356 #. type: Content of: <chapter><section><section><section><section><para>
2357 #: best-pkging-practices.dbk:1100
2358 msgid ""
2359 "This type is designed to handle error messages.  It is mostly similar to the "
2360 "note type.  Frontends may present it differently (for instance, the dialog "
2361 "frontend of cdebconf draws a red screen instead of the usual blue one)."
2362 msgstr ""
2363 "ce type permet de gérer des messages d'erreur. Il est analogue au type "
2364 "« note ». Les interfaces utilisateur peuvent le présenter différemment (ainsi "
2365 "l'interface « dialog » dessine un écran à fond rouge au lieu de l'écran bleu "
2366 "habituel)."
2367
2368 # type: Content of: <chapter><section><section><section><section><para>
2369 #. type: Content of: <chapter><section><section><section><section><para>
2370 #: best-pkging-practices.dbk:1105
2371 msgid ""
2372 "It is recommended to use this type for any message that needs user attention "
2373 "for a correction of any kind."
2374 msgstr ""
2375 "Il est recommandé d'utiliser ce type pour tout message qui requiert "
2376 "l'attention de l'utilisateur pour procéder à une correction, quelle qu'elle "
2377 "soit."
2378
2379 # type: Content of: <chapter><section><section><section><title>
2380 #. type: Content of: <chapter><section><section><section><title>
2381 #: best-pkging-practices.dbk:1113
2382 msgid "Description: short and extended description"
2383 msgstr "Description: description courte et étendue"
2384
2385 # type: Content of: <chapter><section><section><section><para>
2386 #. type: Content of: <chapter><section><section><section><para>
2387 #: best-pkging-practices.dbk:1115
2388 msgid ""
2389 "Template descriptions have two parts: short and extended.  The short "
2390 "description is in the Description: line of the template."
2391 msgstr ""
2392 "Les descriptions de modèles comportent deux parties : la partie courte et la "
2393 "partie étendue. La partie courte est celle qui est placée sur la ligne "
2394 " «Description: » du modèle."
2395
2396 # type: Content of: <chapter><section><section><section><para>
2397 #. type: Content of: <chapter><section><section><section><para>
2398 #: best-pkging-practices.dbk:1119
2399 msgid ""
2400 "The short description should be kept short (50 characters or so) so that it "
2401 "may be accomodated by most debconf interfaces.  Keeping it short also helps "
2402 "translators, as usually translations tend to end up being longer than the "
2403 "original."
2404 msgstr ""
2405 "La partie courte doit rester courte (environ 50 caractères) afin de pouvoir "
2406 "être gérée par la majorité des interfaces de debconf. La garder courte "
2407 "facilite également le travail des traducteurs car les traductions sont en "
2408 "général plus longues que les textes originaux."
2409
2410 # type: Content of: <chapter><section><section><section><para>
2411 #. type: Content of: <chapter><section><section><section><para>
2412 #: best-pkging-practices.dbk:1125
2413 msgid ""
2414 "The short description should be able to stand on its own.  Some interfaces "
2415 "do not show the long description by default, or only if the user explicitely "
2416 "asks for it or even do not show it at all.  Avoid things like What do you "
2417 "want to do?"
2418 msgstr ""
2419 "La description courte doit être autonome. Certaines interfaces ne montrent "
2420 "pas la description longue par défaut ou ne la montrent que si l'utilisateur "
2421 "le demande explicitement. Il est ainsi déconseillé d'utiliser des phrases "
2422 "comme « Que voulez-vous faire maintenant ? »"
2423
2424 # type: Content of: <chapter><section><section><section><para>
2425 #. type: Content of: <chapter><section><section><section><para>
2426 #: best-pkging-practices.dbk:1131
2427 msgid ""
2428 "The short description does not necessarily have to be a full sentence.  This "
2429 "is part of the keep it short and efficient recommendation."
2430 msgstr ""
2431 "La description courte ne doit pas nécessairement être une phrase entière. "
2432 "Cela est une façon de la garder courte et efficace."
2433
2434 # type: Content of: <chapter><section><section><section><para>
2435 #. type: Content of: <chapter><section><section><section><para>
2436 #: best-pkging-practices.dbk:1135
2437 msgid ""
2438 "The extended description should not repeat the short description word for "
2439 "word.  If you can't think up a long description, then first, think some "
2440 "more.  Post to debian-devel.  Ask for help.  Take a writing class! That "
2441 "extended description is important.  If after all that you still can't come "
2442 "up with anything, leave it blank."
2443 msgstr ""
2444 "La partie longue ne doit pas répéter la partie courte. Si vous ne trouvez "
2445 "pas de partie longue appropriée, réfléchissez un peu plus. Demandez dans "
2446 "debian-devel. Demandez de l'aide. Prenez un cours d'écriture ! La "
2447 "description longue est importante..et si, malgré tout cela, vous ne trouvez "
2448 "rien d'intéressant à ajouter, laissez-la vide."
2449
2450 # type: Content of: <chapter><section><section><section><para>
2451 #. type: Content of: <chapter><section><section><section><para>
2452 #: best-pkging-practices.dbk:1142
2453 msgid ""
2454 "The extended description should use complete sentences.  Paragraphs should "
2455 "be kept short for improved readability.  Do not mix two ideas in the same "
2456 "paragraph but rather use another paragraph."
2457 msgstr ""
2458 "La partie longue doit utiliser des phrases complètes. Les paragraphes "
2459 "doivent rester courts pour améliorer la lisibilité. Ne placez pas deux idées "
2460 "différentes dans le même paragraphe mais séparez-les en deux paragraphes."
2461
2462 # type: Content of: <chapter><section><section><section><para>
2463 #. type: Content of: <chapter><section><section><section><para>
2464 #: best-pkging-practices.dbk:1147
2465 msgid ""
2466 "Don't be too verbose.  User tend to ignore too long screens.  20 lines are "
2467 "by experience a border you shouldn't cross, because that means that in the "
2468 "classical dialog interface, people will need to scroll, and lot of people "
2469 "just don't do that."
2470 msgstr ""
2471 "Ne soyez pas trop verbeux. Les utilisateurs ont tendance à ne pas lire les "
2472 "écrans trop longs. Un maximum de 20 lignes est une limite que vous ne "
2473 "devriez pas dépasser car, avec l'interface standard « dialog », les "
2474 "utilisateurs devront monter et descendre avec des ascenseurs, ce qui sera "
2475 "omis par la plupart des utilisateurs."
2476
2477 # type: Content of: <chapter><section><section><section><para>
2478 #. type: Content of: <chapter><section><section><section><para>
2479 #: best-pkging-practices.dbk:1153
2480 msgid ""
2481 "The extended description should <emphasis role=\"strong\">never</emphasis> "
2482 "include a question."
2483 msgstr ""
2484 "La partie longue de la description ne devrait <emphasis role=\"strong"
2485 "\">jamais</emphasis> comporter de question."
2486
2487 # type: Content of: <chapter><section><section><section><para>
2488 #. type: Content of: <chapter><section><section><section><para>
2489 #: best-pkging-practices.dbk:1157
2490 msgid ""
2491 "For specific rules depending on templates type (string, boolean, etc.), "
2492 "please read below."
2493 msgstr ""
2494 "Les parties qui suivent donnent des recommandations spécifiques pour "
2495 "certains types de modèles (string, boolean, etc.)."
2496
2497 # type: Content of: <chapter><section><section><section><title>
2498 #. type: Content of: <chapter><section><section><section><title>
2499 #: best-pkging-practices.dbk:1163
2500 msgid "Choices"
2501 msgstr "Choices"
2502
2503 # type: Content of: <chapter><section><section><section><para>
2504 #. type: Content of: <chapter><section><section><section><para>
2505 #: best-pkging-practices.dbk:1165
2506 msgid ""
2507 "This field should be used for Select and Multiselect types.  It contains the "
2508 "possible choices which will be presented to users.  These choices should be "
2509 "separated by commas."
2510 msgstr ""
2511 "Ce champ doit être utilisé pour les types Select et Multiselect. Il contient "
2512 "les choix proposés aux utilisateurs. Ces choix doivent être séparés par des "
2513 "virgules."
2514
2515 # type: Content of: <chapter><section><section><section><title>
2516 #. type: Content of: <chapter><section><section><section><title>
2517 #: best-pkging-practices.dbk:1172
2518 msgid "Default"
2519 msgstr "Default"
2520
2521 # type: Content of: <chapter><section><section><section><para>
2522 #. type: Content of: <chapter><section><section><section><para>
2523 #: best-pkging-practices.dbk:1174
2524 msgid ""
2525 "This field is optional.  It contains the default answer for string, select "
2526 "and multiselect templates.  For multiselect templates, it may contain a "
2527 "comma-separated list of choices."
2528 msgstr ""
2529 "Ce champ optionnel contient la réponse par défaut pour les modèles string, "
2530 "select et multiselect. Dans ce dernier cas, il peut comporter une liste de "
2531 "choix multiples, séparés par des virgules."
2532
2533 # type: Content of: <chapter><section><section><title>
2534 #. type: Content of: <chapter><section><section><title>
2535 #: best-pkging-practices.dbk:1183
2536 msgid "Templates fields specific style guide"
2537 msgstr "Guide de style spécifique à certains modèles"
2538
2539 # type: Content of: <chapter><section><section><section><title>
2540 #. type: Content of: <chapter><section><section><section><title>
2541 #: best-pkging-practices.dbk:1185
2542 msgid "Type field"
2543 msgstr "Champ type"
2544
2545 # type: Content of: <chapter><section><section><section><para>
2546 #. type: Content of: <chapter><section><section><section><para>
2547 #: best-pkging-practices.dbk:1187
2548 msgid ""
2549 "No specific indication except: use the appropriate type by referring to the "
2550 "previous section."
2551 msgstr ""
2552 "Pas d'indication particulière si ce n'est choisir le type adapté en se "
2553 "référant à la section précédente."
2554
2555 # type: Content of: <chapter><section><section><section><title>
2556 #. type: Content of: <chapter><section><section><section><title>
2557 #: best-pkging-practices.dbk:1193
2558 msgid "Description field"
2559 msgstr "Champ Description"
2560
2561 # type: Content of: <chapter><section><section><section><para>
2562 #. type: Content of: <chapter><section><section><section><para>
2563 #: best-pkging-practices.dbk:1195
2564 msgid ""
2565 "Below are specific instructions for properly writing the Description (short "
2566 "and extended) depending on the template type."
2567 msgstr ""
2568 "Vous trouverez ici des instruction particulières pour l'écriture du champ "
2569 "Description (parties courtes et longue) selon le type de modèle."
2570
2571 # type: Content of: <chapter><section><section><section><section><title>
2572 #. type: Content of: <chapter><section><section><section><section><title>
2573 #: best-pkging-practices.dbk:1199
2574 msgid "String/password templates"
2575 msgstr "Modèles string et password"
2576
2577 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2578 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2579 #: best-pkging-practices.dbk:1203
2580 msgid ""
2581 "The short description is a prompt and <emphasis role=\"strong\">not</"
2582 "emphasis> a title.  Avoid question style prompts (IP Address?) in favour of "
2583 "opened prompts (IP address:).  The use of colons is recommended."
2584 msgstr ""
2585 "La description courte est une invite et <emphasis role=\"strong\">pas</"
2586 "emphasis> un titre. Il faut éviter la forme interrogative (« Adresse IP ? ») "
2587 "et préférer une invite ouverte (« Adresse IP : »). L'utilisation d'un « deux-"
2588 "points » final est recommandée."
2589
2590 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2591 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2592 #: best-pkging-practices.dbk:1210
2593 msgid ""
2594 "The extended description is a complement to the short description.  In the "
2595 "extended part, explain what is being asked, rather than ask the same "
2596 "question again using longer words.  Use complete sentences.  Terse writing "
2597 "style is strongly discouraged."
2598 msgstr ""
2599 "La partie longue complète la partie courte. Il est conseillé d'y expliquer "
2600 "ce qui est demandé, plutôt que répéter la même demande. Utilisez des phrases "
2601 "complètes. Un style d'écriture abrégé est déconseillé."
2602
2603 # type: Content of: <chapter><section><section><section><section><title>
2604 #. type: Content of: <chapter><section><section><section><section><title>
2605 #: best-pkging-practices.dbk:1220
2606 msgid "Boolean templates"
2607 msgstr "Modèles « boolean »"
2608
2609 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2610 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2611 #: best-pkging-practices.dbk:1224
2612 msgid ""
2613 "The short description should be phrased in the form of a question which "
2614 "should be kept short and should generally end with a question mark.  Terse "
2615 "writing style is permitted and even encouraged if the question is rather "
2616 "long (remember that translations are often longer than original versions)"
2617 msgstr ""
2618 "La partie courte doit utiliser la forme interrogative et se terminer par un "
2619 "point d'interrogation. Un style abrégé est toléré et même encouragé si la "
2620 "question est complexe (les traductions vont être plus longues que la version "
2621 "originale)."
2622
2623 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2624 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2625 #: best-pkging-practices.dbk:1232
2626 msgid ""
2627 "Again, please avoid referring to specific interface widgets.  A common "
2628 "mistake for such templates is if you answer Yes-type constructions."
2629 msgstr ""
2630 "Il est important d'éviter de faire référence aux objets de certains "
2631 "interfaces spécifiques. Une erreur classique est d'utiliser une construction "
2632 "comme « If you answer Yes... » (« Si vous répondez Oui... »)."
2633
2634 # type: Content of: <chapter><section><section><section><section><title>
2635 #. type: Content of: <chapter><section><section><section><section><title>
2636 #: best-pkging-practices.dbk:1240
2637 msgid "Select/Multiselect"
2638 msgstr "Select/Multiselect"
2639
2640 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2641 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2642 #: best-pkging-practices.dbk:1244
2643 msgid ""
2644 "The short description is a prompt and <emphasis role=\"strong\">not</"
2645 "emphasis> a title.  Do <emphasis role=\"strong\">not</emphasis> use useless "
2646 "Please choose...  constructions.  Users are clever enough to figure out they "
2647 "have to choose something...:)"
2648 msgstr ""
2649 "La description courte est une invite et <emphasis role=\"strong\">pas</"
2650 "emphasis> un titre. N'utilisez <emphasis role=\"strong\">pas</emphasis> de "
2651 "constructions comme « Please choose... » (« Veuillez choisir... »). Les "
2652 "utilisateurs sont suffisamment intelligents pour comprendre qu'il est "
2653 "nécessaire de choisir quelque chose."
2654
2655 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2656 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2657 #: best-pkging-practices.dbk:1252
2658 msgid ""
2659 "The extended description will complete the short description.  It may refer "
2660 "to the available choices.  It may also mention that the user may choose more "
2661 "than one of the available choices, if the template is a multiselect one "
2662 "(although the interface often makes this clear)."
2663 msgstr ""
2664 "La description longue complète la partie courte. Elle peut faire référence "
2665 "aux choix disponibles. Elle peut également indiquer que l'utilisateur peut "
2666 "choisir plus d'un parmi les choix disponibles, dans le cas de modèles "
2667 "« multiselect » (bien que l'interface rende en général cela tout à fait "
2668 "clair)."
2669
2670 # type: Content of: <chapter><section><section><section><section><title>
2671 #. type: Content of: <chapter><section><section><section><section><title>
2672 #: best-pkging-practices.dbk:1262
2673 msgid "Notes"
2674 msgstr "Notes"
2675
2676 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2677 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2678 #: best-pkging-practices.dbk:1266
2679 msgid "The short description should be considered to be a *title*."
2680 msgstr "La description courte doit être considérée comme un *titre*."
2681
2682 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2683 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2684 #: best-pkging-practices.dbk:1271
2685 msgid ""
2686 "The extended description is what will be displayed as a more detailed "
2687 "explanation of the note.  Phrases, no terse writing style."
2688 msgstr ""
2689 "La partie longue est ce qui sera affiché comme description plus détaillée de "
2690 "la note. Il est conseillé d'éviter d'y utiliser un style abrégé."
2691
2692 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2693 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2694 #: best-pkging-practices.dbk:1277
2695 msgid ""
2696 "<emphasis role=\"strong\">Do not abuse debconf.</emphasis> Notes are the "
2697 "most common way to abuse debconf.  As written in debconf-devel manual page: "
2698 "it's best to use them only for warning about very serious problems.  The "
2699 "NEWS.Debian or README.Debian files are the appropriate location for a lot of "
2700 "notes.  If, by reading this, you consider converting your Note type "
2701 "templates to entries in NEWS/Debian or README.Debian, plus consider keeping "
2702 "existing translations for the future."
2703 msgstr ""
2704 "<emphasis role=\"strong\">N'abusez pas de debconf.</emphasis>. Les notes "
2705 "sont un des abus les plus fréquents de debconf. Comm eindiqué dans la page "
2706 "de manuel de debconf, elle devraient être réservée pour avertir les "
2707 "utilisateurs de problème très importants. Les fichiers NEWS.Debian ou README."
2708 "Debian sont les endroits appropriés pour l'information qu'affichent la "
2709 "majorité des notes. Si, à la lecture de ces conseils, vous envisagez de "
2710 "convertir vos modèles de type note en entrée dans NEWS.Debian ou README."
2711 "Debian, pensez à conserver d'éventuelles traductions existantes."
2712
2713 # type: Content of: <chapter><section><section><section><title>
2714 #. type: Content of: <chapter><section><section><section><title>
2715 #: best-pkging-practices.dbk:1292
2716 msgid "Choices field"
2717 msgstr "Champ Choices"
2718
2719 # type: Content of: <chapter><section><section><section><para>
2720 #. type: Content of: <chapter><section><section><section><para>
2721 #: best-pkging-practices.dbk:1294
2722 msgid ""
2723 "If the Choices are likely to change often, please consider using the "
2724 "__Choices trick.  This will split each individual choice into a single "
2725 "string, which will considerably help translators for doing their work."
2726 msgstr ""
2727 "Si les choix changent souvent, il est suggéré d'utiliser l'astuce "
2728 "« __Choices ». Avec ce format, chaque choix sera une chaîne différente "
2729 "proposée à la traduction, ce qui facilite grandement le travail des "
2730 "traducteurs."
2731
2732 # type: Content of: <chapter><section><section><section><title>
2733 #. type: Content of: <chapter><section><section><section><title>
2734 #: best-pkging-practices.dbk:1301 best-pkging-practices.dbk:1339
2735 msgid "Default field"
2736 msgstr "Champ Default"
2737
2738 # type: Content of: <chapter><section><section><section><para>
2739 #. type: Content of: <chapter><section><section><section><para>
2740 #: best-pkging-practices.dbk:1303
2741 msgid ""
2742 "If the default value, for a select template, is likely to vary depending on "
2743 "the user language (for instance, if the choice is a language choice), please "
2744 "use the _DefaultChoice trick."
2745 msgstr ""
2746 "Si la valeur par défaut d'un modèle « select » peut être dépendante de la "
2747 "langue utilisée (par exemple s'il s'agit du choix d'une langue par défaut), "
2748 "pensez à utiliser l'astuce « DefaultChoice »."
2749
2750 # type: Content of: <chapter><section><section><section><para>
2751 #. type: Content of: <chapter><section><section><section><para>
2752 #: best-pkging-practices.dbk:1308
2753 #, fuzzy
2754 msgid ""
2755 "This special field allow translators to put the most appropriate choice "
2756 "according to their own language.  It will become the default choice when "
2757 "their language is used while your own mentioned Default Choice will be used "
2758 "when using English."
2759 msgstr ""
2760 "Ce champ spécial permet aux traducteur de mettre le choix le plus adapté à "
2761 "leur langue, qui deviendra le choix par défaut quand cette langue est "
2762 "utilisée, alors que le choix par défaut que vous avez mentionné sera utilisé "
2763 "en anglais."
2764
2765 # type: Content of: <chapter><section><section><section><para>
2766 #. type: Content of: <chapter><section><section><section><para>
2767 #: best-pkging-practices.dbk:1314
2768 msgid "Example, taken from the geneweb package templates:"
2769 msgstr "Exemple, pris dans le paquet geneweb :"
2770
2771 # type: Content of: <chapter><section><section><section><screen>
2772 #. type: Content of: <chapter><section><section><section><screen>
2773 #: best-pkging-practices.dbk:1317
2774 #, fuzzy, no-wrap
2775 msgid ""
2776 "Template: geneweb/lang\n"
2777 "Type: select\n"
2778 "__Choices: Afrikaans (af), Bulgarian (bg), Catalan (ca), Chinese (zh), Czech (cs), Danish (da), Dutch (nl), English (en), Esperanto (eo), Estonian (et), Finnish (fi), French (fr), German (de), Hebrew (he), Icelandic (is), Italian (it), Latvian (lv), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv)\n"
2779 "# This is the default choice. Translators may put their own language here\n"
2780 "# instead of the default.\n"
2781 "# WARNING : you MUST use the ENGLISH FORM of your language\n"
2782 "# For instance, the french translator will need to put French (fr) here.\n"
2783 "_DefaultChoice: English (en)[ translators, please see comment in PO files]\n"
2784 "_Description: Geneweb default language:\n"
2785 msgstr ""
2786 "\n"
2787 "Template: geneweb/lang\n"
2788 "Type: select\n"
2789 "__Choices: Afrikaans (af), Bulgarian (bg), Catalan (ca), Chinese (zh), Czech (cs), Danish (da), Dutch (nl), English (en), Esperanto (eo), Estonian (et), Finnish (fi), French (fr), German (de), Hebrew (he), Icelandic (is), Italian (it), Latvian (lv), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv)\n"
2790 "# This is the default choice. Translators may put their own language here\n"
2791 "# instead of the default.\n"
2792 "# WARNING : you MUST use the ENGLISH FORM of your language\n"
2793 "# For instance, the french translator will need to put French (fr) here.\n"
2794 "_DefaultChoice: English (en)[ translators, please see comment in PO files]\n"
2795 "_Description: Geneweb default language:\n"
2796
2797 # type: Content of: <chapter><section><section><section><para>
2798 #. type: Content of: <chapter><section><section><section><para>
2799 #: best-pkging-practices.dbk:1328
2800 msgid ""
2801 "Note the use of brackets which allow internal comments in debconf fields.  "
2802 "Also note the use of comments which will show up in files the translators "
2803 "will work with."
2804 msgstr ""
2805 "Veuillez noter l'utilisation de crochets pour autoriser des commentaires "
2806 "internes dans les champs de debconf. Notez également l'utilisation de "
2807 "commentaires qui apparaîtront dans les fichiers de travail des traducteurs."
2808
2809 # type: Content of: <chapter><section><section><section><para>
2810 #. type: Content of: <chapter><section><section><section><para>
2811 #: best-pkging-practices.dbk:1333
2812 msgid ""
2813 "The comments are needed as the DefaultChoice trick is a bit confusing: the "
2814 "translators may put their own choice"
2815 msgstr ""
2816 "Les commentaires sont très utiles car l'astuce DefaultChoice est parfois "
2817 "déroutante pour les traducteurs qui doivent y mettre leur propre choix et "
2818 "non une simple traduction."
2819
2820 # type: Content of: <chapter><section><section><section><para>
2821 #. type: Content of: <chapter><section><section><section><para>
2822 #: best-pkging-practices.dbk:1341
2823 msgid ""
2824 "Do NOT use empty default field.  If you don't want to use default values, do "
2825 "not use Default at all."
2826 msgstr ""
2827 "N'utilisez PAS de champ Default vide. Si vous ne souhaitez pas avoir de "
2828 "valeur par défaut, n'utilisez pas du tout ce champ."
2829
2830 # type: Content of: <chapter><section><section><section><para>
2831 #. type: Content of: <chapter><section><section><section><para>
2832 #: best-pkging-practices.dbk:1345
2833 msgid ""
2834 "If you use po-debconf (and you <emphasis role=\"strong\">should</emphasis>, "
2835 "see 2.2), consider making this field translatable, if you think it may be "
2836 "translated."
2837 msgstr ""
2838 "Quand vous utilisez po-debconf, pensez à rendre ce champ traduisible si vous "
2839 "pensez qu'il peut l'être."
2840
2841 # type: Content of: <chapter><section><section><section><para>
2842 #. type: Content of: <chapter><section><section><section><para>
2843 #: best-pkging-practices.dbk:1350
2844 msgid ""
2845 "If the default value may vary depending on language/country (for instance "
2846 "the default value for a language choice), consider using the special "
2847 "_DefaultChoice type documented in <citerefentry> <refentrytitle>po-debconf</"
2848 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>)."
2849 msgstr ""
2850 "Si la valeur par défaut peut dépendre de la lanue ou du pays (par exemple "
2851 "une langue par défaut dans un programme), pensez à utiliser le type "
2852 "« _DefaultChoice » documenté dans la page de manuel <citerefentry> "
2853 "<refentrytitle>po-debconf</refentrytitle> <manvolnum>7</manvolnum> </"
2854 "citerefentry>."
2855
2856 # type: Content of: <chapter><section><title>
2857 #. type: Content of: <chapter><section><title>
2858 #: best-pkging-practices.dbk:1362
2859 msgid "Internationalization"
2860 msgstr "Internationalisation"
2861
2862 # type: Content of: <chapter><section><section><title>
2863 #. type: Content of: <chapter><section><section><title>
2864 #: best-pkging-practices.dbk:1364
2865 msgid "Handling debconf translations"
2866 msgstr "Gestion des traductions debconf"
2867
2868 # type: Content of: <chapter><section><section><para>
2869 #. type: Content of: <chapter><section><section><para>
2870 #: best-pkging-practices.dbk:1366
2871 msgid ""
2872 "Like porters, translators have a difficult task.  They work on many packages "
2873 "and must collaborate with many different maintainers.  Moreover, most of the "
2874 "time, they are not native English speakers, so you may need to be "
2875 "particularly patient with them."
2876 msgstr ""
2877 "Comme les porteurs, les traducteurs ont une tâche difficile. Ils travaillent "
2878 "sur de nombreux paquets et doivent collaborer avec de nombreux responsables. "
2879 "De plus, ils n'ont généralement pas la langue anglaise comme langue "
2880 "maternelle et vous devez donc faire preuve d'une patience particulière avec "
2881 "eux."
2882
2883 # type: Content of: <chapter><section><section><para>
2884 #. type: Content of: <chapter><section><section><para>
2885 #: best-pkging-practices.dbk:1372
2886 msgid ""
2887 "The goal of <systemitem role=\"package\">debconf</systemitem> was to make "
2888 "packages configuration easier for maintainers and for users.  Originally, "
2889 "translation of debconf templates was handled with <command>debconf-"
2890 "mergetemplate</command>.  However, that technique is now deprecated; the "
2891 "best way to accomplish <systemitem role=\"package\">debconf</systemitem> "
2892 "internationalization is by using the <systemitem role=\"package\">po-"
2893 "debconf</systemitem> package.  This method is easier both for maintainer and "
2894 "translators; transition scripts are provided."
2895 msgstr ""
2896 "L'objectif de <systemitem role=\"package\">debconf</systemitem> est de "
2897 "rendre la configuration des paquets plus facile pour les responsables de "
2898 "paquets et pour les utilisateurs. Initialement, la traduction des écrans de "
2899 "debconf était gérée avec <command>debconf-mergetemplate</command>. "
2900 "Cependant, cette technique est désormais obsolète et la meilleure façon "
2901 "d'internationaliser <systemitem role=\"package\">debconf</systemitem> est "
2902 "d'utiliser le paquet <systemitem role=\"package\">po-debconf</systemitem>. "
2903 "Cette méthode rend plus simple le travail des traducteurs et des "
2904 "responsables et des scripts de transition sont fournis."
2905
2906 # type: Content of: <chapter><section><section><para>
2907 #. type: Content of: <chapter><section><section><para>
2908 #: best-pkging-practices.dbk:1382
2909 msgid ""
2910 "Using <systemitem role=\"package\">po-debconf</systemitem>, the translation "
2911 "is stored in <filename>po</filename> files (drawing from <command>gettext</"
2912 "command> translation techniques).  Special template files contain the "
2913 "original messages and mark which fields are translatable.  When you change "
2914 "the value of a translatable field, by calling <command>debconf-updatepo</"
2915 "command>, the translation is marked as needing attention from the "
2916 "translators.  Then, at build time, the <command>dh_installdebconf</command> "
2917 "program takes care of all the needed magic to add the template along with "
2918 "the up-to-date translations into the binary packages.  Refer to the "
2919 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2920 "manvolnum> </citerefentry> manual page for details."
2921 msgstr ""
2922 "Avec <systemitem role=\"package\">po-debconf</systemitem>, les traductions "
2923 "sont gérées dans des fichiers <filename>po</filename> (hérités des "
2924 "techniques de traduction utilisées avec <command>gettext</command>). Des "
2925 "fichiers modèles contiennent les messages d'origine et les champs à traduire "
2926 "y sont marqués spécifiquement. Lorsque le contenu d'un champ traduisible est "
2927 "modifié, l'emploi de la commande <command>debconf-updatepo</command> permet "
2928 "d'indiquer que la traduction a besoin d'une mise à jour par les traducteurs. "
2929 "Ensuite, au moment de la construction du paquet, le programme "
2930 "<command>dh_installdebconf</command> s'occupe des opérations nécessaires "
2931 "pour ajouter le modèle avec les traductions à jour dans les paquets "
2932 "binaires. Vous pouvez consulter la page de manuel de <citerefentry> "
2933 "<refentrytitle>po-debconf</refentrytitle> <manvolnum>7</manvolnum> </"
2934 "citerefentry> pour plus d'informations."
2935
2936 # type: Content of: <chapter><section><section><title>
2937 #. type: Content of: <chapter><section><section><title>
2938 #: best-pkging-practices.dbk:1398
2939 msgid "Internationalized documentation"
2940 msgstr "Documentation internatonalisée"
2941
2942 # type: Content of: <chapter><section><section><para>
2943 #. type: Content of: <chapter><section><section><para>
2944 #: best-pkging-practices.dbk:1400
2945 msgid ""
2946 "Internationalizing documentation is crucial for users, but a lot of labor.  "
2947 "There's no way to eliminate all that work, but you can make things easier "
2948 "for translators."
2949 msgstr ""
2950 "L'internationalisation de la documentation est primordiale pour les "
2951 "utilisateurs mais représente un travail très important. Même s'il n'est pas "
2952 "possible de supprimer toute le travail nécessaire, il est possible de "
2953 "faciliter le travail des traducteurs."
2954
2955 # type: Content of: <chapter><section><section><para>
2956 #. type: Content of: <chapter><section><section><para>
2957 #: best-pkging-practices.dbk:1405
2958 msgid ""
2959 "If you maintain documentation of any size, its easier for translators if "
2960 "they have access to a source control system.  That lets translators see the "
2961 "differences between two versions of the documentation, so, for instance, "
2962 "they can see what needs to be retranslated.  It is recommended that the "
2963 "translated documentation maintain a note about what source control revision "
2964 "the translation is based on.  An interesting system is provided by <ulink "
2965 "url=\"&url-i18n-doc-check;\">doc-check</ulink> in the <systemitem role="
2966 "\"package\">boot-floppies</systemitem> package, which shows an overview of "
2967 "the translation status for any given language, using structured comments for "
2968 "the current revision of the file to be translated and, for a translated "
2969 "file, the revision of the original file the translation is based on.  You "
2970 "might wish to adapt and provide that in your CVS area."
2971 msgstr ""
2972 "Si vous maintenez une documentation de quelque taille que ce soit, il sera "
2973 "plus pratique pour les traducteurs d'avoir accès au système de suivi des "
2974 "versions source. Cela leur permet de voir les différences entre deux "
2975 "versions de la documentation et, par conséquent, de mieux voir où les "
2976 "traductions doivent être modifiées. Il est recommandé que la documentation "
2977 "traduite contienne l'indication du système de suivi des versions source qui "
2978 "est utilisé. Un système pratique est fourni par <ulink url=\"&url-i18n-doc-"
2979 "check;\">doc-check</ulink> du paquet <systemitem role=\"package\">boot-"
2980 "floppies</systemitem>, qui permet un survol de l'état de la traduction pour "
2981 "toute langue, par l'utilisation de commentaires structurés dans la version "
2982 "du fichier à traduire et, pour le fichier traduit, la version du fichier sur "
2983 "laquelle est basée la traduction. Il est possible d'adapter ce système dans "
2984 "votre propre dépôt CVS."
2985
2986 # type: Content of: <chapter><section><section><para>
2987 #. type: Content of: <chapter><section><section><para>
2988 #: best-pkging-practices.dbk:1419
2989 msgid ""
2990 "If you maintain XML or SGML documentation, we suggest that you isolate any "
2991 "language-independent information and define those as entities in a separate "
2992 "file which is included by all the different translations.  This makes it "
2993 "much easier, for instance, to keep URLs up to date across multiple files."
2994 msgstr ""
2995 "Si vous maintenez de la documentation en format XML ou SGML, il est "
2996 "conseillé d'isoler l'information indépendant de la langue et de la définir "
2997 "sous forme d'entités dans un fichier à part qui sera inclus par toutes les "
2998 "traductions. Cela rend par exemple plus simple la maintenance d'URL dans de "
2999 "nombreux fichiers."
3000
3001 # type: Content of: <chapter><section><title>
3002 #. type: Content of: <chapter><section><title>
3003 #: best-pkging-practices.dbk:1429
3004 msgid "Common packaging situations"
3005 msgstr "Situation usuelle de gestion de paquets"
3006
3007 # type: Content of: <chapter><section><section><title>
3008 #. type: Content of: <chapter><section><section><title>
3009 #: best-pkging-practices.dbk:1440
3010 msgid "Packages using <command>autoconf</command>/<command>automake</command>"
3011 msgstr ""
3012 "Paquets qui utilisent <command>autoconf</command>/<command>automake</command>"
3013
3014 # type: Content of: <chapter><section><section><para>
3015 #. type: Content of: <chapter><section><section><para>
3016 #: best-pkging-practices.dbk:1442
3017 msgid ""
3018 "Keeping <command>autoconf</command>'s <filename>config.sub</filename> and "
3019 "<filename>config.guess</filename> files up to date is critical for porters, "
3020 "especially on more volatile architectures.  Some very good packaging "
3021 "practices for any package using <command>autoconf</command> and/or "
3022 "<command>automake</command> have been synthesized in &file-bpp-autotools; "
3023 "from the <systemitem role=\"package\">autotools-dev</systemitem> package.  "
3024 "You're strongly encouraged to read this file and to follow the given "
3025 "recommendations."
3026 msgstr ""
3027 "Pouvoir disposer de fichiers <filename>config.sub</filename> et "
3028 "<filename>config.guess</filename> à jour est un point critique pour les "
3029 "porteurs, particulièrement pour les architectures assez volatiles. de très "
3030 "bonnes pratiques applicable à tout paquet qui utilise <command>autoconf</"
3031 "command> et/ou <command>automake</command> ont été résumées dans &file-bpp-"
3032 "autotools; du paquet <systemitem role=\"package\">autotools-dev</"
3033 "systemitem>. Il est fortement recommandé de lire ce fichier et d'en suivre "
3034 "les recommandations."
3035
3036 # type: Content of: <chapter><section><section><title>
3037 #. type: Content of: <chapter><section><section><title>
3038 #: best-pkging-practices.dbk:1454
3039 msgid "Libraries"
3040 msgstr "Bibliothèques"
3041
3042 # type: Content of: <chapter><section><section><para>
3043 #. type: Content of: <chapter><section><section><para>
3044 #: best-pkging-practices.dbk:1456
3045 msgid ""
3046 "Libraries are always difficult to package for various reasons.  The policy "
3047 "imposes many constraints to ease their maintenance and to make sure upgrades "
3048 "are as simple as possible when a new upstream version comes out.  Breakage "
3049 "in a library can result in dozens of dependent packages breaking."
3050 msgstr ""
3051 "Les paquets fournissant des bibliothèques sont plus difficiles à maintenir "
3052 "pour plusieurs raisons. La charte impose de nombreuses contraintes pour en "
3053 "faciliter la maintenance et garantir que les mises à niveau sont aussi "
3054 "simple que possible quand une nouvelle version amont est disponible. Des "
3055 "erreurs dans une bibliothèque sont susceptibles de rendre inutilisables de "
3056 "très nombreux paquets."
3057
3058 # type: Content of: <chapter><section><section><para>
3059 #. type: Content of: <chapter><section><section><para>
3060 #: best-pkging-practices.dbk:1462
3061 msgid ""
3062 "Good practices for library packaging have been grouped in <ulink url=\"&url-"
3063 "libpkg-guide;\">the library packaging guide</ulink>."
3064 msgstr ""
3065 "Les bonnes pratiques pour la maintenance de paquets fournissant des "
3066 "bibliothèques ont été rassemblées dans <ulink url=\"&url-libpkg-guide;\">le "
3067 "guide de gestion des paquets de bibliothèques</ulink>."
3068
3069 # type: Content of: <chapter><section><section><title>
3070 #. type: Content of: <chapter><section><section><title>
3071 #: best-pkging-practices.dbk:1469
3072 msgid "Documentation"
3073 msgstr "Documentation"
3074
3075 # type: Content of: <chapter><section><section><para>
3076 #. type: Content of: <chapter><section><section><para>
3077 #: best-pkging-practices.dbk:1471
3078 msgid ""
3079 "Be sure to follow the <ulink url=\"&url-debian-policy;ch-docs.html\">Policy "
3080 "on documentation</ulink>."
3081 msgstr ""
3082 "Veuillez vous assurer que vous suivez la <ulink url=\"&url-debian-policy;ch-"
3083 "docs.html\">charte de documentation</ulink>."
3084
3085 # type: Content of: <chapter><section><section><para>
3086 #. type: Content of: <chapter><section><section><para>
3087 #: best-pkging-practices.dbk:1476
3088 msgid ""
3089 "If your package contains documentation built from XML or SGML, we recommend "
3090 "you not ship the XML or SGML source in the binary package(s).  If users want "
3091 "the source of the documentation, they should retrieve the source package."
3092 msgstr ""
3093 "Si votre paquet contient de la documentation construite à partir de fichiers "
3094 "XML ou SGML, il est recommandé de ne pas fournir ces fichiers source dans "
3095 "les paquets binaires. Les utilisateurs qui souhaiteraient disposer des "
3096 "sources de la documentation peuvent alors récupérer le paquet source."
3097
3098 # type: Content of: <chapter><section><section><para>
3099 #. type: Content of: <chapter><section><section><para>
3100 #: best-pkging-practices.dbk:1481
3101 msgid ""
3102 "Policy specifies that documentation should be shipped in HTML format.  We "
3103 "also recommend shipping documentation in PDF and plain text format if "
3104 "convenient and if output of reasonable quality is possible.  However, it is "
3105 "generally not appropriate to ship plain text versions of documentation whose "
3106 "source format is HTML."
3107 msgstr ""
3108 "La charte indique que la documentation devrait être fournie en format HTML. "
3109 "Il est recommandé de la fournir également dans les formats PDF et texte si "
3110 "cela est pratique et si un affichage de qualité raisonnable est possible. "
3111 "Cependant, il est le plus souvent inapproprié de fournir en format texte "
3112 "simple des versions de documentations dont le format source est HTML."
3113
3114 # type: Content of: <chapter><section><section><para>
3115 #. type: Content of: <chapter><section><section><para>
3116 #: best-pkging-practices.dbk:1488
3117 msgid ""
3118 "Major shipped manuals should register themselves with <systemitem role="
3119 "\"package\">doc-base</systemitem> on installation.  See the <systemitem role="
3120 "\"package\">doc-base</systemitem> package documentation for more information."
3121 msgstr ""
3122 "Les manuels les plus importants qui sont fournis devraient être enregistrés "
3123 "avec <systemitem role=\"package\">doc-base</systemitem> lors de leur "
3124 "installation. Veuillez consulter la documentation du paquet <systemitem role="
3125 "\"package\">doc-base</systemitem> pour plus d'informations."
3126
3127 #. type: Content of: <chapter><section><section><para>
3128 #: best-pkging-practices.dbk:1494
3129 msgid ""
3130 "Debian policy (section 12.1) directs that manual pages should accompany "
3131 "every program, utility, and function, and suggests them for other objects "
3132 "like configuration files. If the work you are packaging does not have such "
3133 "manual pages, consider writing them for inclusion in your package, and "
3134 "submitting them upstream."
3135 msgstr ""
3136
3137 #. type: Content of: <chapter><section><section><para>
3138 #: best-pkging-practices.dbk:1501
3139 msgid ""
3140 "The manpages do not need to be written directly in the troff format.  "
3141 "Popular source formats are Docbook, POD and reST, which can be converted "
3142 "using <command>xsltproc</command>, <command>pod2man</command> and "
3143 "<command>rst2man</command> respectively. To a lesser extent, the <command> "
3144 "help2man</command>program can also be used to write a stub."
3145 msgstr ""
3146
3147 # type: Content of: <chapter><section><section><title>
3148 #. type: Content of: <chapter><section><section><title>
3149 #: best-pkging-practices.dbk:1510
3150 msgid "Specific types of packages"
3151 msgstr "Type particuliers de paquets"
3152
3153 # type: Content of: <chapter><section><section><para>
3154 #. type: Content of: <chapter><section><section><para>
3155 #: best-pkging-practices.dbk:1512
3156 msgid ""
3157 "Several specific types of packages have special sub-policies and "
3158 "corresponding packaging rules and practices:"
3159 msgstr ""
3160 "Plusieurs types particuliers de paquets utilisent des chartes spécifiques "
3161 "avec les règles et de bonnes pratiques particulières."
3162
3163 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3164 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3165 #: best-pkging-practices.dbk:1518
3166 msgid ""
3167 "Perl related packages have a <ulink url=\"&url-perl-policy;\">Perl policy</"
3168 "ulink>, some examples of packages following that policy are <systemitem role="
3169 "\"package\">libdbd-pg-perl</systemitem> (binary perl module) or <systemitem "
3170 "role=\"package\">libmldbm-perl</systemitem> (arch independent perl module)."
3171 msgstr ""
3172 "Les paquets liés à Perl utilisent une <ulink url=\"&url-perl-policy;"
3173 "\">charte Perl</ulink>. Des exemples de tels paquets qui appliquent cette "
3174 "charte spécifique sont <systemitem role=\"package\">libdbd-pg-perl</"
3175 "systemitem> (module Perl binaire) ou <systemitem role=\"package\">libmldbm-"
3176 "perl</systemitem> (module Perl indépendant de l'architecture)."
3177
3178 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3179 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3180 #: best-pkging-practices.dbk:1527
3181 msgid ""
3182 "Python related packages have their python policy; see &file-python-policy; "
3183 "in the <systemitem role=\"package\">python</systemitem> package."
3184 msgstr ""
3185 "Les paquets liés à Python utilisent une charte Python. Veuillez consulter le "
3186 "fichier &file-python-policy; du paquet <systemitem role=\"package\">python</"
3187 "systemitem> pour plus d'informations."
3188
3189 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3190 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3191 #: best-pkging-practices.dbk:1534
3192 msgid ""
3193 "Emacs related packages have the <ulink url=\"&url-emacs-policy;\">emacs "
3194 "policy</ulink>."
3195 msgstr ""
3196 "Les paquets liés à Emacs utilisent une <ulink url=\"&url-emacs-policy;"
3197 "\">charte Emacs</ulink>."
3198
3199 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3200 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3201 #: best-pkging-practices.dbk:1541
3202 msgid ""
3203 "Java related packages have their <ulink url=\"&url-java-policy;\">java "
3204 "policy</ulink>."
3205 msgstr ""
3206 "Les paquets liés à Java utilisent une <ulink url=\"&url-java-policy;"
3207 "\">charte Java</ulink>."
3208
3209 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3210 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3211 #: best-pkging-practices.dbk:1548
3212 msgid ""
3213 "Ocaml related packages have their own policy, found in &file-ocaml-policy; "
3214 "from the <systemitem role=\"package\">ocaml</systemitem> package.  A good "
3215 "example is the <systemitem role=\"package\">camlzip</systemitem> source "
3216 "package."
3217 msgstr ""
3218 "Les paquets liés à Ocaml utilisent leur propre charte, que l'on peut trouver "
3219 "dans le fichier &file-ocaml-policy; du paquet <systemitem role=\"package"
3220 "\">ocaml</systemitem>. Un bon exemple est fourni par le paquet source "
3221 "<systemitem role=\"package\">camlzip</systemitem>."
3222
3223 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3224 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3225 #: best-pkging-practices.dbk:1556
3226 msgid ""
3227 "Packages providing XML or SGML DTDs should conform to the recommendations "
3228 "found in the <systemitem role=\"package\">sgml-base-doc</systemitem> package."
3229 msgstr ""
3230 "Les paquets fournissant des DTD XML ou SGML devraient suivre les "
3231 "recommandations données dans le paquet <systemitem role=\"package\">sgml-"
3232 "base-doc</systemitem>."
3233
3234 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3235 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
3236 #: best-pkging-practices.dbk:1562
3237 msgid ""
3238 "Lisp packages should register themselves with <systemitem role=\"package"
3239 "\">common-lisp-controller</systemitem>, about which see &file-lisp-"
3240 "controller;."
3241 msgstr ""
3242 "Les paquets Lisp doivent s'enregistrer avec <systemitem role=\"package"
3243 "\">common-lisp-controller</systemitem>, pour lequel plus d'information est "
3244 "disponible dans &file-lisp-controller;."
3245
3246 # type: Content of: <chapter><section><section><title>
3247 #. type: Content of: <chapter><section><section><title>
3248 #: best-pkging-practices.dbk:1592
3249 msgid "Architecture-independent data"
3250 msgstr "Données indépendantes de l'architecture"
3251
3252 # type: Content of: <chapter><section><section><para>
3253 #. type: Content of: <chapter><section><section><para>
3254 #: best-pkging-practices.dbk:1594
3255 msgid ""
3256 "It is not uncommon to have a large amount of architecture-independent data "
3257 "packaged with a program.  For example, audio files, a collection of icons, "
3258 "wallpaper patterns, or other graphic files.  If the size of this data is "
3259 "negligible compared to the size of the rest of the package, it's probably "
3260 "best to keep it all in a single package."
3261 msgstr ""
3262 "Il est fréquent qu'un grand nombre de données indépendantes de "
3263 "l'architecture soient fournies avec un programme. Cela peut être par exemple "
3264 "des fichiers audio, un ensemble d'icônes, des motifs de papier-peint ou "
3265 "d'autres fichiers graphiques. Si la taille de ces données est négligeable "
3266 "par rapport à la taille du reste du paquet, il est probablement préférable "
3267 "de laisser l'ensemble dans un seul paquet."
3268
3269 # type: Content of: <chapter><section><section><para>
3270 #. type: Content of: <chapter><section><section><para>
3271 #: best-pkging-practices.dbk:1601
3272 msgid ""
3273 "However, if the size of the data is considerable, consider splitting it out "
3274 "into a separate, architecture-independent package (_all.deb).  By doing "
3275 "this, you avoid needless duplication of the same data into eleven or more ."
3276 "debs, one per each architecture.  While this adds some extra overhead into "
3277 "the <filename>Packages</filename> files, it saves a lot of disk space on "
3278 "Debian mirrors.  Separating out architecture-independent data also reduces "
3279 "processing time of <command>lintian</command> (see <xref linkend=\"tools-lint"
3280 "\"/> ) when run over the entire Debian archive."
3281 msgstr ""
3282 "Cependant, si cette taille est importante, vous devriez considérer de les "
3283 "fournir dans un paquet séparé, indépendant de l'architecture (_all.deb). "
3284 "Cela permet ainsi d'aviter la duplication des mêmes données dans de nombreux "
3285 "paquets binaires, un par architecture. Bien que cela ajoute des entrées dans "
3286 "les fichiers <filename>Packages</filename>, cela permet d'économiser une "
3287 "place importante sur les miroirs de Debian. La séparation des données "
3288 "indépendantes de l'architecture réduit également le temps de traitement de "
3289 "<command>lintian</command> (voir <xref linkend=\"tools-lint\"/> ) lorsqu'il "
3290 "est utilisé sur l'archive Debian en entier."
3291
3292 # type: Content of: <chapter><section><section><title>
3293 #. type: Content of: <chapter><section><section><title>
3294 #: best-pkging-practices.dbk:1613
3295 msgid "Needing a certain locale during build"
3296 msgstr ""
3297 "Nécessitant des paramètres régionaux spécifiques lors de la construction"
3298
3299 # type: Content of: <chapter><section><section><para>
3300 #. type: Content of: <chapter><section><section><para>
3301 #: best-pkging-practices.dbk:1615
3302 msgid ""
3303 "If you need a certain locale during build, you can create a temporary file "
3304 "via this trick:"
3305 msgstr ""
3306 "Si des paramètres régionaux (« locale ») sont nécessaires pour la "
3307 "construction d'un paquet, vous pouvez créer un fichier temporaire avec cette "
3308 "astuce :"
3309
3310 # type: Content of: <chapter><section><section><para>
3311 #. type: Content of: <chapter><section><section><para>
3312 #: best-pkging-practices.dbk:1619
3313 msgid ""
3314 "If you set <varname>LOCPATH</varname> to the equivalent of <filename>/usr/"
3315 "lib/locale</filename>, and <varname>LC_ALL</varname> to the name of the "
3316 "locale you generate, you should get what you want without being root.  "
3317 "Something like this:"
3318 msgstr ""
3319 "Si la variable <varname>LOCPATH</varname> est placée sur l'équivalent de "
3320 "<filename>/usr/lib/locale</filename> et <varname>LC_ALL</varname> sur le nom "
3321 "des paramètres régionaux à créer, vous devriez pouvoir obtenir le résultat "
3322 "escompté dans avoir les privilèges du superutilisateur. La séquence "
3323 "ressemblera alors à :"
3324
3325 # type: Content of: <chapter><section><section><screen>
3326 #. type: Content of: <chapter><section><section><screen>
3327 #: best-pkging-practices.dbk:1624
3328 #, fuzzy, no-wrap
3329 msgid ""
3330 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3331 "LOCALE_NAME=en_IN\n"
3332 "LOCALE_CHARSET=UTF-8\n"
3333 "\n"
3334 "mkdir -p $LOCALE_PATH\n"
3335 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3336 "\n"
3337 "# Using the locale\n"
3338 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3339 msgstr ""
3340 "\n"
3341 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3342 "LOCALE_NAME=en_IN\n"
3343 "LOCALE_CHARSET=UTF-8\n"
3344 "\n"
3345 "mkdir -p $LOCALE_PATH\n"
3346 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3347 "\n"
3348 "# Using the locale\n"
3349 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3350
3351 # type: Content of: <chapter><section><section><title>
3352 #. type: Content of: <chapter><section><section><title>
3353 #: best-pkging-practices.dbk:1637
3354 msgid "Make transition packages deborphan compliant"
3355 msgstr "Rendre les paquets de transition conformes à deborphan"
3356
3357 # type: Content of: <chapter><section><section><para>
3358 #. type: Content of: <chapter><section><section><para>
3359 #: best-pkging-practices.dbk:1639
3360 msgid ""
3361 "Deborphan is a program for helping users to detect which packages can safely "
3362 "be removed from the system, i.e.  the ones that have no packages depending "
3363 "on them.  The default operation is to search only within the libs and "
3364 "oldlibs sections, to hunt down unused libraries.  But when passed the right "
3365 "argument, it tries to catch other useless packages."
3366 msgstr ""
3367 "Deborphan est un programme qui permet aux utilisateurs d'identifier les "
3368 "paquets qui peuvent être supprimés sans crainte du système, c'est à dire "
3369 "ceux dont aucun autre paquet ne dépend. Par défaut, l'utilitaire n'effectue "
3370 "sa recherche que parmi les paquets de bibliothèques et les sections "
3371 "« oldlibs », afin de traquer les bibliothèques inutilisées. Cependant, avec "
3372 "le paramètre approprié, il peut rechercher d'autres paquets inutiles."
3373
3374 # type: Content of: <chapter><section><section><para>
3375 #. type: Content of: <chapter><section><section><para>
3376 #: best-pkging-practices.dbk:1646
3377 msgid ""
3378 "For example, with <literal>--guess-dummy</literal>, <command>deborphan</"
3379 "command> tries to search all transitional packages which were needed for "
3380 "upgrade but which can now safely be removed.  For that, it looks for the "
3381 "string dummy or transitional in their short description."
3382 msgstr ""
3383 "Par exemple, le paramètre <literal>--guess-dummy</literal> de la commande "
3384 "<command>deborphan</command> permet de rechercher les paquets de transition "
3385 "qui étaient nécessaires lors de mises à niveau mais peuvent être supprimés "
3386 "sans problème. Pour cela, il recherche la chaîne « dummy » ou « transitional » "
3387 "dans leur description courte."
3388
3389 # type: Content of: <chapter><section><section><para>
3390 #. type: Content of: <chapter><section><section><para>
3391 #: best-pkging-practices.dbk:1653
3392 msgid ""
3393 "So, when you are creating such a package, please make sure to add this text "
3394 "to your short description.  If you are looking for examples, just run: "
3395 "<command>apt-cache search .|grep dummy</command> or <command>apt-cache "
3396 "search .|grep transitional</command>."
3397 msgstr ""
3398 "Ainsi, lorsque vous avez besoin de créer un tel paquet, veuillez prendre "
3399 "soin d'ajouter ce texte à sa description courte. Il est facile de trouver "
3400 "des exemples avec les commandes <command>apt-cache search .|grep dummy</"
3401 "command> ou <command>apt-cache search .|grep transitional</command>."
3402
3403 # type: Content of: <chapter><section><section><title>
3404 #. type: Content of: <chapter><section><section><title>
3405 #: best-pkging-practices.dbk:1661
3406 msgid "Best practices for <filename>orig.tar.gz</filename> files"
3407 msgstr ""
3408 "Les meilleures pratiques pour les fichiers <filename>orig.tar.gz</filename>"
3409
3410 # type: Content of: <chapter><section><section><para>
3411 #. type: Content of: <chapter><section><section><para>
3412 #: best-pkging-practices.dbk:1663
3413 msgid ""
3414 "There are two kinds of original source tarballs: Pristine source and "
3415 "repackaged upstream source."
3416 msgstr ""
3417 "Il existe deux sortes différentes d'archives source d'origine. Les sources "
3418 "originelles (« pristine ») et les sources reconstruites (« repackaged »)."
3419
3420 # type: Content of: <chapter><section><section><section><title>
3421 #. type: Content of: <chapter><section><section><section><title>
3422 #: best-pkging-practices.dbk:1667
3423 msgid "Pristine source"
3424 msgstr "Sources originelles (« pristine »)"
3425
3426 # type: Content of: <chapter><section><section><section><para><footnote><para>
3427 #. type: Content of: <chapter><section><section><section><para><footnote><para>
3428 #: best-pkging-practices.dbk:1671
3429 #, fuzzy
3430 msgid ""
3431 "We cannot prevent upstream authors from changing the tarball they distribute "
3432 "without also incrementing the version number, so there can be no guarantee "
3433 "that a pristine tarball is identical to what upstream <emphasis>currently</"
3434 "emphasis> distributing at any point in time.  All that can be expected is "
3435 "that it is identical to something that upstream once <emphasis>did</"
3436 "emphasis> distribute.  If a difference arises later (say, if upstream "
3437 "notices that he wasn't using maximal compression in his original "
3438 "distribution and then re-<command>gzip</command>s it), that's just too bad.  "
3439 "Since there is no good way to upload a new <literal>.orig.tar.{gz,bz2}</"
3440 "literal> for the same version, there is not even any point in treating this "
3441 "situation as a bug."
3442 msgstr ""
3443 "Il est impossible d'empêcher les auteurs amont de modifier l'archive qu'ils "
3444 "distribuent sans également incrémenter le numéro de version. Il est donc "
3445 "impossible de garantir qu'une archive originelle est identique à ce que "
3446 "l'auteur amont distribue <emphasis>à un instant donné</emphasis>. Tout ce "
3447 "qu'il est possible de garantir est qu'elle a été identique à ce que l'auteur "
3448 "amont <emphasis>a</emphasis> distribué à un moment ou un autre. Si une "
3449 "différence apparaît plus tard (par exemple si l'auteur amont découvre ne pas "
3450 "avoir utilisé la compression maximale dans sa distribution d'origine et la "
3451 "recompresse, c'est tout simplement dommage. Comme il n'existe pas de méthode "
3452 "adaptée pour envoyer un nouveau fichier <literal>.orig.tar.gz</literal> pour "
3453 "la même version, il est même totalement sans objet de traiter cette "
3454 "situation comme un bogue."
3455
3456 # type: Content of: <chapter><section><section><section><para>
3457 #. type: Content of: <chapter><section><section><section><para>
3458 #: best-pkging-practices.dbk:1669
3459 #, fuzzy
3460 msgid ""
3461 "The defining characteristic of a pristine source tarball is that the "
3462 "<literal>.orig.tar.{gz,bz2}</literal> file is byte-for-byte identical to a "
3463 "tarball officially distributed by the upstream author.  <placeholder type="
3464 "\"footnote\" id=\"0\"/> This makes it possible to use checksums to easily "
3465 "verify that all changes between Debian's version and upstream's are "
3466 "contained in the Debian diff.  Also, if the original source is huge, "
3467 "upstream authors and others who already have the upstream tarball can save "
3468 "download time if they want to inspect your packaging in detail."
3469 msgstr ""
3470 "</footnote> Cela permet d'utiliser des sommes de contrôle pour vérifier que "
3471 "toutes les modifications effectuées entre la version Debian et la version "
3472 "amont sont contenues dans le fichier de différences Debian. De même, si la "
3473 "taille des sources d'origine est importante, les auteurs amont et tous ceux "
3474 "qui disposent de l'archive amont d'origine peuvent économiser du temps de "
3475 "téléchargement s'ils souhaitent contrôler le paquet en détail."
3476
3477 # type: Content of: <chapter><section><section><section><para>
3478 #. type: Content of: <chapter><section><section><section><para>
3479 #: best-pkging-practices.dbk:1689
3480 msgid ""
3481 "There is no universally accepted guidelines that upstream authors follow "
3482 "regarding to the directory structure inside their tarball, but <command>dpkg-"
3483 "source</command> is nevertheless able to deal with most upstream tarballs as "
3484 "pristine source.  Its strategy is equivalent to the following:"
3485 msgstr ""
3486 "Il n'existe pas de convention universellement acceptée pour la structure de "
3487 "répertoires que devraient adopter les auteurs amont dans les archives qu'ils "
3488 "publient, mais <command>dpkg-source</command> peut de toute manière traiter "
3489 "le plupart des archives amont comme des sources originelles. La stratégie de "
3490 "cette commande est la suivante :"
3491
3492 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3493 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3494 #: best-pkging-practices.dbk:1697
3495 msgid "It unpacks the tarball in an empty temporary directory by doing"
3496 msgstr "Elle extrait l'archive dans un répertoire temporaire :"
3497
3498 # type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
3499 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
3500 #: best-pkging-practices.dbk:1700
3501 #, fuzzy, no-wrap
3502 msgid "zcat path/to/&lt;packagename&gt;_&lt;upstream-version&gt;.orig.tar.gz | tar xf -\n"
3503 msgstr ""
3504 "\n"
3505 "zcat chemon/vers/&lt;nompaquet&gt;_&lt;version-amont&gt;.orig.tar.gz | tar xf -\n"
3506
3507 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3508 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3509 #: best-pkging-practices.dbk:1705
3510 msgid ""
3511 "If, after this, the temporary directory contains nothing but one directory "
3512 "and no other files, <command>dpkg-source</command> renames that directory to "
3513 "<literal>&lt;packagename&gt;-&lt;upstream-version&gt;(.orig)</literal>.  The "
3514 "name of the top-level directory in the tarball does not matter, and is "
3515 "forgotten."
3516 msgstr ""
3517 "Si, après cela, le répertoire temporaire ne contient qu'un seul répertoire "
3518 "sans fichiers, <command>dpkg-source</command> renomme ce répertoire en "
3519 "<literal>&lt;nomdupaquet&gt;-&lt;version-amont&gt;(.orig)</literal>. Le nom "
3520 "du répertoire parent de l'archive tar n'a pas d'importance et est oublié;"
3521
3522 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3523 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3524 #: best-pkging-practices.dbk:1714
3525 msgid ""
3526 "Otherwise, the upstream tarball must have been packaged without a common top-"
3527 "level directory (shame on the upstream author!).  In this case, "
3528 "<command>dpkg-source</command> renames the temporary directory "
3529 "<emphasis>itself</emphasis> to <literal>&lt;packagename&gt;-&lt;upstream-"
3530 "version&gt;(.orig)</literal>."
3531 msgstr ""
3532 "Si ce n'est pas le cas, l'archive amont a été créée sans répertoire parent "
3533 "(honte à l'auteur amont !). Dans ce cas, <command>dpkg-source</command> "
3534 "renomme le répertoire temporaire lui-même en <literal>&lt;nomdupaquet&gt;-"
3535 "&lt;version-amont&gt;(.orig)</literal>."
3536
3537 # type: Content of: <chapter><section><section><section><title>
3538 #. type: Content of: <chapter><section><section><section><title>
3539 #: best-pkging-practices.dbk:1725
3540 msgid "Repackaged upstream source"
3541 msgstr "Source amont reconstruite"
3542
3543 # type: Content of: <chapter><section><section><section><para>
3544 #. type: Content of: <chapter><section><section><section><para>
3545 #: best-pkging-practices.dbk:1727
3546 msgid ""
3547 "You <emphasis role=\"strong\">should</emphasis> upload packages with a "
3548 "pristine source tarball if possible, but there are various reasons why it "
3549 "might not be possible.  This is the case if upstream does not distribute the "
3550 "source as gzipped tar at all, or if upstream's tarball contains non-DFSG-"
3551 "free material that you must remove before uploading."
3552 msgstr ""
3553 "Vous <emphasis role=\"strong\">devriez</emphasis> envoyer les paquets avec "
3554 "une archive source inchangée, dans la mesure du possible. Il existe "
3555 "cependant plusieurs raisons qui peuvent rendre cela impossible. C'est "
3556 "notamment le cas si les auteurs amont ne distribuent pas d'archive tar "
3557 "compressée du tout ou si l'archive amont contient des parties non conformes "
3558 "aux principes du logiciel libre selon Debian, qui doivent être supprimées "
3559 "avant l'envoi."
3560
3561 # type: Content of: <chapter><section><section><section><para>
3562 #. type: Content of: <chapter><section><section><section><para>
3563 #: best-pkging-practices.dbk:1734
3564 #, fuzzy
3565 msgid ""
3566 "In these cases the developer must construct a suitable <literal>.orig.tar."
3567 "{gz,bz2} </literal> file himself.  We refer to such a tarball as a "
3568 "repackaged upstream source.  Note that a repackaged upstream source is "
3569 "different from a Debian-native package.  A repackaged source still comes "
3570 "with Debian-specific changes in a separate <literal>.diff.gz</literal> or "
3571 "<literal>.debian.tar.{gz,bz2}</literal> and still has a version number "
3572 "composed of <literal>&lt;upstream-version&gt;</literal> and <literal>&lt;"
3573 "debian-revision&gt;</literal>."
3574 msgstr ""
3575 "Dans ces cas, le responsable doit construire menuellement une archive "
3576 "<literal>.orig.tar.gz </literal>. Cette archive sera appelée une archive "
3577 "amont reconstruite. Il est important de noter qu'elle reste différente d'un "
3578 "paquet natif. Une archive reconstruite est toujours fournie avec les "
3579 "changements propres à Debian dans un fichier <literal>.diff.gz</literal> "
3580 "séparé et son numéro de version est toujours composé de <literal>&lt;version-"
3581 "amont&gt;</literal> et <literal>&lt;révision-debian&gt;</literal>."
3582
3583 # type: Content of: <chapter><section><section><section><para>
3584 #. type: Content of: <chapter><section><section><section><para>
3585 #: best-pkging-practices.dbk:1743
3586 msgid ""
3587 "There may be cases where it is desirable to repackage the source even though "
3588 "upstream distributes a <literal>.tar.gz</literal> that could in principle be "
3589 "used in its pristine form.  The most obvious is if <emphasis>significant</"
3590 "emphasis> space savings can be achieved by recompressing the tar archive or "
3591 "by removing genuinely useless cruft from the upstream archive.  Use your own "
3592 "discretion here, but be prepared to defend your decision if you repackage "
3593 "source that could have been pristine."
3594 msgstr ""
3595 "Il peut exister des cas où il est souhaitable de reconstruire une archive "
3596 "source alors que les auteurs amont fournissent bien une archive <literal>."
3597 "tar.gz</literal> qui pourrait être utilisée directement. Le plus évident est "
3598 "la recherche d'un gain de place significatif par recompression ou par "
3599 "suppression de scories inutiles de l'archive source d'origine. Il est "
3600 "important que le responsable exerce avec discernement son propre jugement et "
3601 "soit prêt à le justifier si l'archive source est reconstruite alors qu'elle "
3602 "aurait pu être fournie telle quelle."
3603
3604 # type: Content of: <chapter><section><section><section><para>
3605 #. type: Content of: <chapter><section><section><section><para>
3606 #: best-pkging-practices.dbk:1752
3607 #, fuzzy
3608 msgid "A repackaged <literal>.orig.tar.{gz,bz2}</literal>"
3609 msgstr "Un fichier <literal>.orig.tar.gz</literal> reconstruit"
3610
3611 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3612 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3613 #: best-pkging-practices.dbk:1757
3614 #, fuzzy
3615 msgid ""
3616 "should be documented in the resulting source package.  Detailed information "
3617 "on how the repackaged source was obtained, and on how this can be reproduced "
3618 "should be provided in <filename>debian/copyright</filename>.  It is also a "
3619 "good idea to provide a <literal>get-orig-source</literal> target in your "
3620 "<filename>debian/rules</filename> file that repeats the process, as "
3621 "described in the Policy Manual, <ulink url=\"&url-debian-policy;ch-source."
3622 "html#s-debianrules\">Main building script: debian/rules</ulink>."
3623 msgstr ""
3624 "<emphasis role=\"strong\">doit</emphasis> fournir de l'information détaillée "
3625 "sur l'endroit où les sources reconstruites ont été obtenues et comment il "
3626 "est possible de refaire l'opération, dans le fichier <filename>debian/"
3627 "copyright</filename>. Il est également suggéré de fournir une cible  "
3628 "<literal>get-orig-source</literal> dans le fichier <filename>debian/rules</"
3629 "filename>, qui permette de refaire cette opération, comme indiqué dans la "
3630 "Charte Debian, <ulink url=\"&url-debian-policy;ch-source.html#s-debianrules"
3631 "\">Le script de construction principal : debian/rules</ulink>."
3632
3633 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para><footnote><para>
3634 #: best-pkging-practices.dbk:1772
3635 msgid ""
3636 "As a special exception, if the omission of non-free files would lead to the "
3637 "source failing to build without assistance from the Debian diff, it might be "
3638 "appropriate to instead edit the files, omitting only the non-free parts of "
3639 "them, and/or explain the situation in a README.source file in the root of "
3640 "the source tree.  But in that case please also urge the upstream author to "
3641 "make the non-free components easier seperable from the rest of the source."
3642 msgstr ""
3643
3644 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3645 #: best-pkging-practices.dbk:1770
3646 msgid ""
3647 "<emphasis role=\"strong\">should not</emphasis> contain any file that does "
3648 "not come from the upstream author(s), or whose contents has been changed by "
3649 "you.  <placeholder type=\"footnote\" id=\"0\"/>"
3650 msgstr ""
3651
3652 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3653 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3654 #: best-pkging-practices.dbk:1783
3655 msgid ""
3656 "<emphasis role=\"strong\">should</emphasis>, except where impossible for "
3657 "legal reasons, preserve the entire building and portablility infrastructure "
3658 "provided by the upstream author.  For example, it is not a sufficient reason "
3659 "for omitting a file that it is used only when building on MS-DOS.  "
3660 "Similarly, a Makefile provided by upstream should not be omitted even if the "
3661 "first thing your <filename>debian/rules</filename> does is to overwrite it "
3662 "by running a configure script."
3663 msgstr ""
3664
3665 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3666 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3667 #: best-pkging-practices.dbk:1792
3668 msgid ""
3669 "(<emphasis>Rationale:</emphasis> It is common for Debian users who need to "
3670 "build software for non-Debian platforms to fetch the source from a Debian "
3671 "mirror rather than trying to locate a canonical upstream distribution point)."
3672 msgstr ""
3673
3674 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3675 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3676 #: best-pkging-practices.dbk:1799
3677 msgid ""
3678 "<emphasis role=\"strong\">should</emphasis> use <literal>&lt;packagename&gt;-"
3679 "&lt;upstream-version&gt;.orig</literal> as the name of the top-level "
3680 "directory in its tarball.  This makes it possible to distinguish pristine "
3681 "tarballs from repackaged ones."
3682 msgstr ""
3683
3684 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3685 #: best-pkging-practices.dbk:1807
3686 msgid ""
3687 "<emphasis role=\"strong\">should</emphasis> be gzipped or bzipped with "
3688 "maximal compression."
3689 msgstr ""
3690
3691 #. type: Content of: <chapter><section><section><section><title>
3692 #: best-pkging-practices.dbk:1814
3693 msgid "Changing binary files"
3694 msgstr ""
3695
3696 #. type: Content of: <chapter><section><section><section><para>
3697 #: best-pkging-practices.dbk:1816
3698 msgid ""
3699 "Sometimes it is necessary to change binary files contained in the original "
3700 "tarball, or to add binary files that are not in it. This is fully supported "
3701 "when using source packages in “3.0 (quilt)” format, see the "
3702 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3703 "manvolnum></citerefentry> manual page for details. When using the older "
3704 "format “1.0”, binary files can't be stored in the <filename>.diff.gz</"
3705 "filename> so you must store an <command>uuencode</command>d (or similar) "
3706 "version of the file(s)  and decode it at build time in <filename>debian/"
3707 "rules</filename> (and move it in its official location)."
3708 msgstr ""
3709
3710 # type: Content of: <chapter><section><section><title>
3711 #. type: Content of: <chapter><section><section><title>
3712 #: best-pkging-practices.dbk:1831
3713 msgid "Best practices for debug packages"
3714 msgstr ""
3715
3716 # type: Content of: <chapter><section><section><para>
3717 #. type: Content of: <chapter><section><section><para>
3718 #: best-pkging-practices.dbk:1833
3719 msgid ""
3720 "A debug package is a package with a name ending in -dbg, that contains "
3721 "additional information that gdb can use.  Since Debian binaries are stripped "
3722 "by default, debugging information, including function names and line "
3723 "numbers, is otherwise not available when running gdb on Debian binaries.  "
3724 "Debug packages allow users who need this additional debugging information to "
3725 "install it, without bloating a regular system with the information."
3726 msgstr ""
3727
3728 # type: Content of: <chapter><section><section><para>
3729 #. type: Content of: <chapter><section><section><para>
3730 #: best-pkging-practices.dbk:1841
3731 msgid ""
3732 "It is up to a package's maintainer whether to create a debug package or "
3733 "not.  Maintainers are encouraged to create debug packages for library "
3734 "packages, since this can aid in debugging many programs linked to a "
3735 "library.  In general, debug packages do not need to be added for all "
3736 "programs; doing so would bloat the archive.  But if a maintainer finds that "
3737 "users often need a debugging version of a program, it can be worthwhile to "
3738 "make a debug package for it.  Programs that are core infrastructure, such as "
3739 "apache and the X server are also good candidates for debug packages."
3740 msgstr ""
3741
3742 # type: Content of: <chapter><section><section><para>
3743 #. type: Content of: <chapter><section><section><para>
3744 #: best-pkging-practices.dbk:1851
3745 msgid ""
3746 "Some debug packages may contain an entire special debugging build of a "
3747 "library or other binary, but most of them can save space and build time by "
3748 "instead containing separated debugging symbols that gdb can find and load on "
3749 "the fly when debugging a program or library.  The convention in Debian is to "
3750 "keep these symbols in <filename>/usr/lib/debug/<replaceable>path</"
3751 "replaceable></filename>, where <replaceable>path</replaceable> is the path "
3752 "to the executable or library.  For example, debugging symbols for <filename>/"
3753 "usr/bin/foo</filename> go in <filename>/usr/lib/debug/usr/bin/foo</"
3754 "filename>, and debugging symbols for <filename>/usr/lib/libfoo.so.1</"
3755 "filename> go in <filename>/usr/lib/debug/usr/lib/libfoo.so.1</filename>."
3756 msgstr ""
3757
3758 # type: Content of: <chapter><section><section><para>
3759 #. type: Content of: <chapter><section><section><para>
3760 #: best-pkging-practices.dbk:1863
3761 msgid ""
3762 "The debugging symbols can be extracted from an object file using <command> "
3763 "objcopy --only-keep-debug</command>.  Then the object file can be stripped, "
3764 "and <command>objcopy --add-gnu-debuglink</command> used to specify the path "
3765 "to the debugging symbol file.  <citerefentry> <refentrytitle>objcopy</"
3766 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> explains in detail "
3767 "how this works."
3768 msgstr ""
3769
3770 # type: Content of: <chapter><section><section><para>
3771 #. type: Content of: <chapter><section><section><para>
3772 #: best-pkging-practices.dbk:1871
3773 msgid ""
3774 "The <command>dh_strip</command> command in debhelper supports creating debug "
3775 "packages, and can take care of using <command>objcopy</command> to separate "
3776 "out the debugging symbols for you.  If your package uses debhelper, all you "
3777 "need to do is call <command>dh_strip --dbg-package=libfoo-dbg</command>, and "
3778 "add an entry to <filename>debian/control</filename> for the debug package."
3779 msgstr ""
3780
3781 # type: Content of: <chapter><section><section><para>
3782 #. type: Content of: <chapter><section><section><para>
3783 #: best-pkging-practices.dbk:1878
3784 msgid ""
3785 "Note that the debug package should depend on the package that it provides "
3786 "debugging symbols for, and this dependency should be versioned.  For example:"
3787 msgstr ""
3788
3789 #. type: Content of: <chapter><section><section><screen>
3790 #: best-pkging-practices.dbk:1882
3791 #, no-wrap
3792 msgid "Depends: libfoo (= ${binary:Version})\n"
3793 msgstr ""
3794
3795 # type: Content of: <chapter><section><section><para>
3796 #~ msgid ""
3797 #~ "<command>dpatch</command> also provides these facilities, but it's "
3798 #~ "intended to be even easier to use.  See the package <systemitem role="
3799 #~ "\"package\">dpatch</systemitem> for documentation and examples (in "
3800 #~ "<filename>/usr/share/doc/dpatch</filename>)."
3801 #~ msgstr ""
3802 #~ "<command>dpatch</command> a également le même objectif mais se veut être "
3803 #~ "plus simple à utiliser. Veuillez cosulter la documentation du paquet "
3804 #~ "<systemitem role=\"package\">dpatch</systemitem> ainsi que les exemples "
3805 #~ "fournis (dans <filename>/usr/share/doc/dpatch</filename>)."
3806
3807 # type: Content of: <chapter><section><section><para>
3808 #~ msgid ""
3809 #~ "It's a good idea to think of the synopsis as an appositive clause, not a "
3810 #~ "full sentence.  An appositive clause is defined in WordNet as a "
3811 #~ "grammatical relation between a word and a noun phrase that follows, e.g., "
3812 #~ "Rudolph the red-nosed reindeer.  The appositive clause here is red-nosed "
3813 #~ "reindeer.  Since the synopsis is a clause, rather than a full sentence, "
3814 #~ "we recommend that it neither start with a capital nor end with a full "
3815 #~ "stop (period).  It should also not begin with an article, either definite "
3816 #~ "(the) or indefinite (a or an)."
3817 #~ msgstr ""
3818 #~ "Il est conseillé de voir le résumé comme un « clause "
3819 #~ "appositive » (NdT : il s'agit d'un terme syntaxique en anglais) et pas "
3820 #~ "comme une phrase complète. Une clause appositive est définie par WordNet "
3821 #~ "comme la relation grammaticale entre un nom et une phrase nomilae qui le "
3822 #~ "suit. Par exemple, « Rudolph the red-nosed reindeer ». La clause "
3823 #~ "appositive ici est « red-nosed reindeer ». Comme le résumé est une telle "
3824 #~ "clause et non une phrase, il ne doit donc pas commencer par une majuscule "
3825 #~ "ni se terminer par un point. Il ne doit également pas commencer par un "
3826 #~ "article défini (« the ») ou indéfini (« a » ou « an »)."
3827
3828 # type: Content of: <chapter><section><section><para>
3829 #~ msgid ""
3830 #~ "It might help to imagine that the synopsis is combined with the package "
3831 #~ "name in the following way:"
3832 #~ msgstr ""
3833 #~ "Un moyen commode est d'imaginer que le résumé est combiné avec le nom du "
3834 #~ "paquet de la façon suivante (NdT : certaines parties volontairement non "
3835 #~ "traduites car ces exemples s'appliquent à la langue anglaise) :"
3836
3837 # type: Content of: <chapter><section><section><para>
3838 #~ msgid "Alternatively, it might make sense to think of it as"
3839 #~ msgstr "Il est également possible de visualiser l'ensemble sous la forme"
3840
3841 # type: Content of: <chapter><section><section><screen>
3842 #~ msgid ""
3843 #~ "\n"
3844 #~ "<replaceable>package-name</replaceable> is <replaceable>synopsis</"
3845 #~ "replaceable>.\n"
3846 #~ msgstr ""
3847 #~ "\n"
3848 #~ "<replaceable>nom-du-paquet</replaceable> is <replaceable>résumé</"
3849 #~ "replaceable>.\n"
3850
3851 # type: Content of: <chapter><section><section><para>
3852 #~ msgid ""
3853 #~ "or, if the package name itself is a plural (such as developers-tools)"
3854 #~ msgstr ""
3855 #~ "ou, si le nom du paquet est lui-même une forme plurielle (par exemple "
3856 #~ "developers-tools)"
3857
3858 # type: Content of: <chapter><section><section><para>
3859 #~ msgid ""
3860 #~ "This way of forming a sentence from the package name and synopsis should "
3861 #~ "be considered as a heuristic and not a strict rule.  There are some cases "
3862 #~ "where it doesn't make sense to try to form a sentence."
3863 #~ msgstr ""
3864 #~ "Cette méthode permettant de créer une phrase à partir du nom du paquet et "
3865 #~ "de sa description courte doit être considérée comme une heuristique et "
3866 #~ "non une règle stricte. Dans certains cas, former une phrase n'aura aucun "
3867 #~ "sens."
3868
3869 # type: Content of: <chapter><section><section><section><para><footnote>
3870 #~ msgid ""
3871 #~ "The defining characteristic of a pristine source tarball is that the "
3872 #~ "<literal>.orig.tar.gz</literal> file is byte-for-byte identical to a "
3873 #~ "tarball officially distributed by the upstream author.  <footnote>"
3874 #~ msgstr ""
3875 #~ "La caractéristique principale d'une archive source originelle est que le "
3876 #~ "fichier <literal>.orig.tar.gz</literal> est identique octet pour octet à "
3877 #~ "l'archive distribuée par l'auteur amont.  <footnote>"
3878
3879 # type: Content of: <chapter><section><section><section><para>
3880 #~ msgid ""
3881 #~ "The use of the <command>podebconf-report-po</command> from the "
3882 #~ "<systemitem role=\"package\">po-debconf</systemitem> package is highly "
3883 #~ "recommended to warn translators which have incomplete translations and "
3884 #~ "request them for updates."
3885 #~ msgstr ""
3886 #~ "L'utilisation de la commande <command>podebconf-report-po</command> "
3887 #~ "fournie par le paquet <systemitem role=\"package\">po-debconf</"
3888 #~ "systemitem> est fortement recommandée pour avertir les traducteurs dont "
3889 #~ "les traductions sont incomplètes et leur demander de les mettre à jour."
3890
3891 # type: Content of: <chapter><section><section><section><para>
3892 #~ msgid ""
3893 #~ "Calls for translations posted to &email-debian-i18n; with the "
3894 #~ "<filename>debian/po/templates.pot</filename> file attached or referenced "
3895 #~ "in a URL are encouraged.  Be sure to mentions in these calls for new "
3896 #~ "translations which languages you have existing translations for, in order "
3897 #~ "to avoid duplicate work."
3898 #~ msgstr ""
3899 #~ "Des appels à traductions envoyés dans &email-debian-i18n;, avec le "
3900 #~ "fichier <filename>debian/po/templates.pot</filename> attaché sont "
3901 #~ "encouragés. Veuillez vous assurer de bien mentionner dans ces appels à "
3902 #~ "traductions les langues pour lesquelles des traductions existent déjà, "
3903 #~ "afin d'éviter du travail en double."
3904
3905 # type: Content of: <chapter><section><section><section><para>
3906 #~ msgid ""
3907 #~ "To <literal>unfuzzy</literal> translations, you can proceed the following "
3908 #~ "way:"
3909 #~ msgstr ""
3910 #~ "Pour corriger les traductions, vous pouvez procéder de la manière "
3911 #~ "suivante :"