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