chiark / gitweb /
update Japanese
[developers-reference.git] / po4a / ja / best-pkging-practices.po
1 # Debian Developer's Reference (Japanese)
2 # (C) Hideki Yamane <henrich@debian.org>, 2008-2011.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: developers-reference 3.4.7\n"
7 "POT-Creation-Date: 2011-10-12 09:49+0300\n"
8 "PO-Revision-Date: 2011-10-16 19:27+0900\n"
9 "Last-Translator: Hideki Yamane <henrich@debian.org>\n"
10 "Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
11 "Language: Japanese\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 # type: Content of: <chapter><title>
17 #. type: Content of: <chapter><title>
18 #: best-pkging-practices.dbk:7
19 msgid "Best Packaging Practices"
20 msgstr "パッケージ化のベストプラクティス"
21
22 # type: Content of: <chapter><para>
23 #. type: Content of: <chapter><para>
24 #: best-pkging-practices.dbk:9
25 #, fuzzy
26 msgid ""
27 "Debian's quality is largely due to the <ulink url=\"&url-debian-policy;"
28 "\">Debian Policy</ulink>, which defines explicit baseline requirements which "
29 "all Debian packages must fulfill.  Yet there is also a shared history of "
30 "experience which goes beyond the Debian Policy, an accumulation of years of "
31 "experience in packaging.  Many very talented people have created great "
32 "tools, tools which help you, the Debian maintainer, create and maintain "
33 "excellent packages."
34 msgstr ""
35 "Debian の品質は、<ulink url=\"&url-debian-policy;\">Debian Policy</ulink> に"
36 "大きく依存しています。これは、全ての Debian パッケージが満たす必要がある基本"
37 "的要求を明示的に規定している多くの非常に優秀な人々が素晴らしいツールを作って"
38 "おり、このツールがあなた、つまり Debian のメンテナが素晴らしいパッケージを作"
39 "り、維持していくのを手助けしてくれます。"
40
41 # type: Content of: <chapter><para>
42 #. type: Content of: <chapter><para>
43 #: best-pkging-practices.dbk:18
44 #, fuzzy
45 msgid ""
46 "This chapter provides some best practices for Debian developers.  All "
47 "recommendations are merely that, and are not requirements or policy.  These "
48 "are just some subjective hints, advice and pointers collected from Debian "
49 "developers.  Feel free to pick and choose whatever works best for you."
50 msgstr ""
51 "この章では、Debian 開発者へのベストプラクティスをいくつか提供します。すべての"
52 "勧めは単なる勧めであり、要求事項やポリシーではありません。あなたにとって一番"
53 "うまくいくやり方を、どうぞご自由に選んでください。"
54
55 # type: Content of: <chapter><section><title>
56 #. type: Content of: <chapter><section><title>
57 #: best-pkging-practices.dbk:24
58 msgid "Best practices for <filename>debian/rules</filename>"
59 msgstr "<filename>debian/rules</filename> についてのベストプラクティス"
60
61 # type: Content of: <chapter><section><para>
62 #. type: Content of: <chapter><section><para>
63 #: best-pkging-practices.dbk:26
64 msgid ""
65 "The following recommendations apply to the <filename>debian/rules</filename> "
66 "file.  Since <filename>debian/rules</filename> controls the build process "
67 "and selects the files which go into the package (directly or indirectly), "
68 "it's usually the file maintainers spend the most time on."
69 msgstr ""
70 "以下の推奨事項は、<filename>debian/rules</filename> ファイルに適用されます。"
71 "<filename>debian/rules</filename> は、ビルド作業を管理し、(直接にせよ、そうで"
72 "ないにせよ) パッケージにどのファイルが入るかを選択します。大抵の場合、メンテ"
73 "ナが最も時間を費やすファイルです。"
74
75 # type: Content of: <chapter><section><section><title>
76 #. type: Content of: <chapter><section><section><title>
77 #: best-pkging-practices.dbk:32
78 msgid "Helper scripts"
79 msgstr "ヘルパースクリプト"
80
81 # type: Content of: <chapter><section><section><para>
82 #. type: Content of: <chapter><section><section><para>
83 #: best-pkging-practices.dbk:34
84 msgid ""
85 "The rationale for using helper scripts in <filename>debian/rules</filename> "
86 "is that they let maintainers use and share common logic among many "
87 "packages.  Take for instance the question of installing menu entries: you "
88 "need to put the file into <filename>/usr/share/menu</filename> (or "
89 "<filename>/usr/lib/menu</filename> for executable binary menufiles, if this "
90 "is needed), and add commands to the maintainer scripts to register and "
91 "unregister the menu entries.  Since this is a very common thing for packages "
92 "to do, why should each maintainer rewrite all this on their own, sometimes "
93 "with bugs? Also, supposing the menu directory changed, every package would "
94 "have to be changed."
95 msgstr ""
96 "<filename>debian/rules</filename> でヘルパースクリプトを使う根拠は、多くの"
97 "パッケージ間でメンテナらに共通のロジックを利用・共有させるようになるからで"
98 "す。メニューエントリのインストールについての問いを例にとってみましょう: ファ"
99 "イルを <filename>/usr/share/menu</filename> (必要であれば、実行形式のバイナリ"
100 "のメニューファイルの場合 <filename>/usr/lib/menu</filename>) に置き、メンテナ"
101 "スクリプトにメニューエントリを登録・解除するためのコマンドを追加する必要があ"
102 "ります。これはパッケージが行う、非常に一般的なことです。なぜ個々のメンテナが"
103 "これらのすべてを自分で書き直し、時にはバグを埋め込む必要があるでしょう? ま"
104 "た、メニューディレクトリが変更された場合、すべてのパッケージを変更する必要が"
105 "あります。"
106
107 # type: Content of: <chapter><section><section><para>
108 #. type: Content of: <chapter><section><section><para>
109 #: best-pkging-practices.dbk:45
110 msgid ""
111 "Helper scripts take care of these issues.  Assuming you comply with the "
112 "conventions expected by the helper script, the helper takes care of all the "
113 "details.  Changes in policy can be made in the helper script; then packages "
114 "just need to be rebuilt with the new version of the helper and no other "
115 "changes."
116 msgstr ""
117 "ヘルパースクリプトがこれらの問題を引き受けてくれます。ヘルパースクリプトの期"
118 "待するやり方に従っているならば、ヘルパースクリプトはすべての詳細について考慮"
119 "をします。ポリシーの変更はヘルパースクリプト中で行えます; そして、パッケージ"
120 "を新しいバージョンのヘルパースクリプトでリビルドする必要があるだけです。他に"
121 "何の変更も必要ありません。"
122
123 # type: Content of: <chapter><section><section><para>
124 #. type: Content of: <chapter><section><section><para>
125 #: best-pkging-practices.dbk:52
126 msgid ""
127 "<xref linkend=\"tools\"/> contains a couple of different helpers.  The most "
128 "common and best (in our opinion) helper system is <systemitem role=\"package"
129 "\">debhelper</systemitem>.  Previous helper systems, such as <systemitem "
130 "role=\"package\">debmake</systemitem>, were monolithic: you couldn't pick "
131 "and choose which part of the helper you found useful, but had to use the "
132 "helper to do everything.  <systemitem role=\"package\">debhelper</"
133 "systemitem>, however, is a number of separate little <command>dh_*</command> "
134 "programs.  For instance, <command>dh_installman</command> installs and "
135 "compresses man pages, <command>dh_installmenu</command> installs menu files, "
136 "and so on.  Thus, it offers enough flexibility to be able to use the little "
137 "helper scripts, where useful, in conjunction with hand-crafted commands in "
138 "<filename>debian/rules</filename>."
139 msgstr ""
140 "<xref linkend=\"tools\"/> には、複数の異なったヘルパーが含まれています。もっ"
141 "とも一般的で (我々の意見では) ベストなヘルパーシステムは <systemitem role="
142 "\"package\">debhelper</systemitem> です。<systemitem role=\"package"
143 "\">debmake</systemitem> のような、以前のヘルパーシステムはモノリシックでし"
144 "た: 使えそうなヘルパーの一部を取り出して選ぶことはできず、何を行うにもヘル"
145 "パーを使う必要がありました。ですが、<systemitem role=\"package\">debhelper</"
146 "systemitem> は、いくつもの分割された小さな <command>dh_*</command> プログラム"
147 "です。たとえば、<command>dh_installman</command> は man ページをインストール"
148 "して圧縮し、<command>dh_installmenu</command> は menu ファイルをインストール"
149 "するなどします。つまり、<filename>debian/rules</filename> 内で使える部分では"
150 "小さなヘルパースクリプトを使い、手製のコマンドを使うといった十分な柔軟性を与"
151 "えてくれます。"
152
153 #. type: Content of: <chapter><section><section><para>
154 #: best-pkging-practices.dbk:66
155 msgid ""
156 "You can get started with <systemitem role=\"package\">debhelper</systemitem> "
157 "by reading <citerefentry> <refentrytitle>debhelper</refentrytitle> "
158 "<manvolnum>1</manvolnum> </citerefentry>, and looking at the examples that "
159 "come with the package.  <command>dh_make</command>, from the <systemitem "
160 "role=\"package\">dh-make</systemitem> package (see <xref linkend=\"dh-make\"/"
161 ">), can be used to convert a vanilla source package to a <systemitem role="
162 "\"package\">debhelper</systemitem>ized package.  This shortcut, though, "
163 "should not convince you that you do not need to bother understanding the "
164 "individual <command>dh_*</command> helpers.  If you are going to use a "
165 "helper, you do need to take the time to learn to use that helper, to learn "
166 "its expectations and behavior."
167 msgstr ""
168 "<citerefentry> <refentrytitle>debhelper</refentrytitle> <manvolnum>1</"
169 "manvolnum> </citerefentry> を読んで、パッケージに付属している例を参照すれば、"
170 "<systemitem role=\"package\">debhelper</systemitem> を使い始めることができま"
171 "す。 <systemitem role=\"package\">dh-make</systemitem> パッケージ (<xref "
172 "linkend=\"dh-make\"/> 参照) の <command>dh_make</command> は、素のソースパッ"
173 "ケージを <systemitem role=\"package\">debhelper</systemitem>化されたパッケー"
174 "ジに変換するのに利用できます。ですが、この近道では個々の <command>dh_*</"
175 "command> ヘルパーをわざわざ理解する必要がないので、満足できないでしょう。ヘル"
176 "パースクリプトを使おうとするのであれば、そのヘルパーを使うこと、つまり前提と"
177 "動作を学ぶのに時間を割く必要があります。"
178
179 # type: Content of: <chapter><section><section><para>
180 #. type: Content of: <chapter><section><section><para>
181 #: best-pkging-practices.dbk:79
182 msgid ""
183 "Some people feel that vanilla <filename>debian/rules</filename> files are "
184 "better, since you don't have to learn the intricacies of any helper system.  "
185 "This decision is completely up to you.  Use what works for you.  Many "
186 "examples of vanilla <filename>debian/rules</filename> files are available at "
187 "<ulink url=\"&url-rules-files;\"></ulink>."
188 msgstr ""
189 "いかなるヘルパーシステムの複雑さも学ぶ必要がないので、素の <filename>debian/"
190 "rules</filename> ファイルのほうが良いと考える人もいます。この判断は完全にあな"
191 "た次第です。あなたに合っている方を選んでください。素の <filename>debian/"
192 "rules</filename> ファイルの多くの例は <ulink url=\"&url-rules-files;\"></"
193 "ulink> から入手できます。"
194
195 # type: Content of: <chapter><section><section><title>
196 #. type: Content of: <chapter><section><section><title>
197 #: best-pkging-practices.dbk:88
198 msgid "Separating your patches into multiple files"
199 msgstr "パッチを複数のファイルに分離する"
200
201 # type: Content of: <chapter><section><section><para>
202 #. type: Content of: <chapter><section><section><para>
203 #: best-pkging-practices.dbk:90
204 msgid ""
205 "Big, complex packages may have many bugs that you need to deal with.  If you "
206 "correct a number of bugs directly in the source, and you're not careful, it "
207 "can get hard to differentiate the various patches that you applied.  It can "
208 "get quite messy when you have to update the package to a new upstream "
209 "version which integrates some of the fixes (but not all).  You can't take "
210 "the total set of diffs (e.g., from <filename>.diff.gz</filename>) and work "
211 "out which patch sets to back out as a unit as bugs are fixed upstream."
212 msgstr ""
213 "巨大で複雑なパッケージには、対処が必要なたくさんのバグが含まれているかもしれ"
214 "ません。直接ソース中で大量のバグを修正し、あまり注意を払っていなかった場合、"
215 "適用した様々なパッチを識別するのは難しいことになるでしょう。(全てではなく) 幾"
216 "つか修正を取り入れた新しい開発元のバージョンへパッケージを更新する必要が出た"
217 "場合、とても悲惨なことになります。(例えば、<filename>.diff.gz</filename> か"
218 "ら) diff をすべて適用することもできませんし、開発元で修正されたバグごとにどの"
219 "パッチをバックアウトするようにすればよいのか分かりません。"
220
221 #. type: Content of: <chapter><section><section><para>
222 #: best-pkging-practices.dbk:99
223 msgid ""
224 "Fortunately, with the source format “3.0 (quilt)” it is now possible to keep "
225 "patches separate without having to modify <filename>debian/rules</filename> "
226 "to setup a patch system. Patches are stored in <filename>debian/patches/</"
227 "filename> and when the source package is unpacked patches listed in "
228 "<filename>debian/patches/series</filename> are automatically applied.  As "
229 "the name implies, patches can be managed with <command>quilt</command>."
230 msgstr ""
231 "幸いなことに、ソースフォーマット“3.0 (quilt)”では、パッチシステムを設定するた"
232 "めに <filename>debian/rules</filename> を変更することなく、パッチを分割して保"
233 "持できるようになっています。パッチは <filename>debian/patches/</filename> に"
234 "保持され、ソースパッケージが展開されるときに <filename>debian/patches/"
235 "series</filename> に記載されているパッチが自動的に適用されます。名前が指すよ"
236 "うに、パッチは <command>quilt</command> で管理することができます。"
237
238 #. type: Content of: <chapter><section><section><para>
239 #: best-pkging-practices.dbk:107
240 msgid ""
241 "When using the older source “1.0”, it's also possible to separate patches "
242 "but a dedicated patch system must be used: the patch files are shipped "
243 "within the Debian patch file (<filename>.diff.gz</filename>), usually within "
244 "the <filename>debian/</filename> directory. The only difference is that they "
245 "aren't applied immediately by <command>dpkg-source</command>, but by the "
246 "<literal>build</literal> rule of <filename>debian/rules</filename>, through "
247 "a dependency on the <literal>patch</literal> rule.  Conversely, they are "
248 "reverted in the <literal>clean</literal> rule, through a dependency on the "
249 "<literal>unpatch</literal> rule."
250 msgstr ""
251 "より古いソースフォーマット“1.0”を使っている場合でも、パッチを分割することは可"
252 "能ですが、専用のパッチシステムを使う必要があります: パッチファイルは Debian "
253 "パッチファイル (<filename>.diff.gz</filename>) 内に組み込まれ、通常 "
254 "<filename>debian/</filename> ディレクトリ内にあります。違いは、すぐに "
255 "<command>dpkg-source</command> では適用されないが、<filename>debian/rules</"
256 "filename> の <literal>build</literal> ルールで <literal>patch</literal> ルー"
257 "ルへの依存を通じて適用されることだけです。逆に言うと、これらのパッチは "
258 "<literal>unpatch</literal> ルールへの依存を通じて <literal>clean</literal> "
259 "ルールで外されます。"
260
261 #. type: Content of: <chapter><section><section><para>
262 #: best-pkging-practices.dbk:119
263 msgid ""
264 "<command>quilt</command> is the recommended tool for this.  It does all of "
265 "the above, and also allows to manage patch series.  See the <systemitem role="
266 "\"package\">quilt</systemitem> package for more information."
267 msgstr ""
268 "<command>quilt</command> はこの作業にお勧めのツールです。上記の全てを行う上、"
269 "パッチ一覧の管理も可能です。詳細な情報は <systemitem role=\"package\">quilt</"
270 "systemitem> パッケージを参照してください。"
271
272 #. type: Content of: <chapter><section><section><para>
273 #: best-pkging-practices.dbk:125
274 msgid ""
275 "There are other tools to manage patches, like <command>dpatch</command>, and "
276 "the patch system integrated with <systemitem role=\"package\">cdbs</"
277 "systemitem>."
278 msgstr ""
279 "他にもパッチを管理するツールはあります。<command>dpatch</command> や、パッチ"
280 "システムが統合されている <systemitem role=\"package\">cdbs</systemitem> など"
281 "です。"
282
283 # type: Content of: <chapter><section><section><title>
284 #. type: Content of: <chapter><section><section><title>
285 #: best-pkging-practices.dbk:132
286 msgid "Multiple binary packages"
287 msgstr "複数のバイナリパッケージ"
288
289 # type: Content of: <chapter><section><section><para>
290 #. type: Content of: <chapter><section><section><para>
291 #: best-pkging-practices.dbk:134
292 msgid ""
293 "A single source package will often build several binary packages, either to "
294 "provide several flavors of the same software (e.g., the <systemitem role="
295 "\"package\">vim</systemitem> source package) or to make several small "
296 "packages instead of a big one (e.g., so the user can install only the subset "
297 "needed, and thus save some disk space)."
298 msgstr ""
299 "単一のソースパッケージはしばしば複数のバイナリパッケージを生成します。それ"
300 "は、同じソフトウェアで複数のフレーバーを提供することであったり (例: "
301 "<systemitem role=\"package\">vim</systemitem> ソースパッケージ)、巨大なパッ"
302 "ケージではなく複数の小さなパッケージを作ったりします (例: ユーザがサブセット"
303 "のみをインストールできるようにして、ディスク容量を節約できます)。"
304
305 # type: Content of: <chapter><section><section><para>
306 #. type: Content of: <chapter><section><section><para>
307 #: best-pkging-practices.dbk:141
308 #, fuzzy
309 msgid ""
310 "The second case can be easily managed in <filename>debian/rules</filename>.  "
311 "You just need to move the appropriate files from the build directory into "
312 "the package's temporary trees.  You can do this using <command>install</"
313 "command> or <command>dh_install</command> from <systemitem role=\"package"
314 "\">debhelper</systemitem>.  Be sure to check the different permutations of "
315 "the various packages, ensuring that you have the inter-package dependencies "
316 "set right in <filename>debian/control</filename>."
317 msgstr ""
318 "二つ目の例は、<filename>debian/rules</filename> で簡単に扱うことができます。"
319 "ビルドディレクトリからパッケージの一時ツリーへ、適切なファイルを移動する必要"
320 "があるだけです。これは、<command>install</command> または <systemitem role="
321 "\"package\">debhelper</systemitem> の <command>dh_install</command> を使って"
322 "できます。パッケージ間の依存関係を <filename>debian/control</filename> 内で正"
323 "しく設定したのを保証してください。"
324
325 # type: Content of: <chapter><section><section><para>
326 #. type: Content of: <chapter><section><section><para>
327 #: best-pkging-practices.dbk:150
328 msgid ""
329 "The first case is a bit more difficult since it involves multiple recompiles "
330 "of the same software but with different configuration options.  The "
331 "<systemitem role=\"package\">vim</systemitem> source package is an example "
332 "of how to manage this using an hand-crafted <filename>debian/rules</"
333 "filename> file."
334 msgstr ""
335 "最初の例は、同じソフトウェアでありながら異なった設定オプションで複数回再コン"
336 "パイルする必要があるので、ちょっと難しくなります。<systemitem role=\"package"
337 "\">vim</systemitem> ソースパッケージは、手作りの<filename>debian/rules</"
338 "filename> ファイルを使ってどのようにこの作業を扱うか、という例です。"
339
340 # type: Content of: <chapter><section><title>
341 #. type: Content of: <chapter><section><title>
342 #: best-pkging-practices.dbk:162
343 msgid "Best practices for <filename>debian/control</filename>"
344 msgstr "<filename>debian/control</filename> のベストプラクティス"
345
346 # type: Content of: <chapter><section><para>
347 #. type: Content of: <chapter><section><para>
348 #: best-pkging-practices.dbk:164
349 #, fuzzy
350 # debian policy 訳と照らし合わせてみる
351 msgid ""
352 "The following practices are relevant to the <filename>debian/control</"
353 "filename> file.  They supplement the <ulink url=\"&url-debian-policy;ch-"
354 "binary.html#s-descriptions\">Policy on package descriptions</ulink>."
355 msgstr ""
356 "以下のプラクティスは、<filename>debian/control</filename> ファイルに関するものです。"
357 "<ulink url=\"&url-debian-policy;ch-binary.html#s-descriptions\">"
358 "パッケージ説明文についてのポリシー</ulink> を補完します。"
359
360 # type: Content of: <chapter><section><para>
361 #. type: Content of: <chapter><section><para>
362 #: best-pkging-practices.dbk:170
363 #, fuzzy
364 msgid ""
365 "The description of the package, as defined by the corresponding field in the "
366 "<filename>control</filename> file, contains both the package synopsis and "
367 "the long description for the package.  <xref linkend=\"bpp-desc-basics\"/> "
368 "describes common guidelines for both parts of the package description.  "
369 "Following that, <xref linkend=\"bpp-pkg-synopsis\"/> provides guidelines "
370 "specific to the synopsis, and <xref linkend=\"bpp-pkg-desc\"/> contains "
371 "guidelines specific to the description."
372 msgstr ""
373 "パッケージの説明文は、<filename>control</filename> ファイルの対応するフィールドで"
374 "定義されている様に、"
375 "パッケージの"
376 "とパッケージの長い説明文の両方を含んでいます。"
377 "<xref linkend=\"bpp-desc-basics\"/> では、パッケージ説明文の両方の部分についての一般的なガイドラインが記述されています。"
378 "それによると、<xref linkend=\"bpp-pkg-synopsis\"/> が synopsis に特化したガイドラインを提供しており、"
379 "そして <xref linkend=\"bpp-pkg-desc\"/> が説明文 (description) に特化したガイドラインを含んでいます。"
380
381 # type: Content of: <chapter><section><section><title>
382 #. type: Content of: <chapter><section><section><title>
383 #: best-pkging-practices.dbk:179
384 msgid "General guidelines for package descriptions"
385 msgstr "パッケージ説明文の基本的なガイドライン"
386
387 # type: Content of: <chapter><section><section><para>
388 #. type: Content of: <chapter><section><section><para>
389 #: best-pkging-practices.dbk:181
390 #, fuzzy
391 msgid ""
392 "The package description should be written for the average likely user, the "
393 "average person who will use and benefit from the package.  For instance, "
394 "development packages are for developers, and can be technical in their "
395 "language.  More general-purpose applications, such as editors, should be "
396 "written for a less technical user."
397 msgstr ""
398 "パッケージの説明文は平均的なユーザーに向けて書く必要があります。平均的な人というのは、"
399 "パッケージを使って得をする人のことです。例えば、開発用パッケージであれば開発者向けですし、"
400 "彼ら向けの言葉でテクニカルに記述することができます。より汎用的なアプリケーション、例えば"
401 "エディタなどであれば、あまり技術的ではないユーザ向けに書く必要があります。"
402
403 # type: Content of: <chapter><section><section><para>
404 #. type: Content of: <chapter><section><section><para>
405 #: best-pkging-practices.dbk:188
406 #, fuzzy
407 msgid ""
408 "Our review of package descriptions lead us to conclude that most package "
409 "descriptions are technical, that is, are not written to make sense for non-"
410 "technical users.  Unless your package really is only for technical users, "
411 "this is a problem."
412 msgstr ""
413 "パッケージ説明文のレビューを行った結果、ほとんどがテクニカルなものであり、つまりこれは、"
414 "技術に詳しくはないユーザに通じるように書かれてはいないということです。あなたのパッケージが、"
415 "本当にテクニカルなユーザに対してのみではない場合、これは問題です。"
416
417 # type: Content of: <chapter><section><section><para>
418 #. type: Content of: <chapter><section><section><para>
419 #: best-pkging-practices.dbk:194
420 msgid ""
421 "How do you write for non-technical users? Avoid jargon.  Avoid referring to "
422 "other applications or frameworks that the user might not be familiar with — "
423 "GNOME or KDE is fine, since users are probably familiar with these terms, "
424 "but GTK+ is probably not.  Try not to assume any knowledge at all.  If you "
425 "must use technical terms, introduce them."
426 msgstr ""
427 "どうやって技術に詳しくはないユーザに対して書けばいいのでしょう? ジャーゴンを避けましょう。"
428 "ユーザが詳しくないであろう他のアプリケーションやフレームワークへの参照を避けましょうー"
429 "GNOME や KDE については、おそらくユーザはその言葉について知っているでしょうから構いません"
430 "が、GTK+ はおそらくダメです。まったく知識がないと仮定してみましょう。技術用語を使わねば"
431 "ならない場合は、説明しましょう。"
432
433 # type: Content of: <chapter><section><section><para>
434 #. type: Content of: <chapter><section><section><para>
435 #: best-pkging-practices.dbk:201
436 #, fuzzy
437 msgid ""
438 "Be objective.  Package descriptions are not the place for advocating your "
439 "package, no matter how much you love it.  Remember that the reader may not "
440 "care about the same things you care about."
441 msgstr ""
442 "客観的になりましょう。パッケージ説明文はあなたのパッケージの宣伝場所ではありません。"
443 "あなたがそのパッケージをどんなに愛しているかは関係ありません。"
444
445 # type: Content of: <chapter><section><section><para>
446 #. type: Content of: <chapter><section><section><para>
447 #: best-pkging-practices.dbk:206
448 msgid ""
449 "References to the names of any other software packages, protocol names, "
450 "standards, or specifications should use their canonical forms, if one "
451 "exists.  For example, use X Window System, X11, or X; not X Windows, X-"
452 "Windows, or X Window.  Use GTK+, not GTK or gtk.  Use GNOME, not Gnome.  Use "
453 "PostScript, not Postscript or postscript."
454 msgstr ""
455 "他のソフトウェアパッケージ、プロトコル名、標準規格、仕様の名前を参照する場合"
456 "には、もしあれば正規名称を使いましょう。X Windows や X-Windows や X Window "
457 "ではなく、X Window System あるいは X11 または X を使いましょう。GTK や gtk "
458 "ではなく GTK+ を使いましょう。Gnome ではなく GNOME を使いましょう。"
459 "Postscript や postscript ではなく PostScript を使いましょう。"
460
461 # type: Content of: <chapter><section><section><para>
462 #. type: Content of: <chapter><section><section><para>
463 #: best-pkging-practices.dbk:213
464 msgid ""
465 "If you are having problems writing your description, you may wish to send it "
466 "along to &email-debian-l10n-english; and request feedback."
467 msgstr ""
468 "説明文を書くことに問題があれば、&email-debian-l10n-english; へそれを送って"
469 "フィードバックを求めるとよいでしょう。"
470
471 # type: Content of: <chapter><section><section><title>
472 #. type: Content of: <chapter><section><section><title>
473 #: best-pkging-practices.dbk:219
474 msgid "The package synopsis, or short description"
475 msgstr "パッケージの概要、あるいは短い説明文"
476
477 #. type: Content of: <chapter><section><section><para>
478 #: best-pkging-practices.dbk:221
479 msgid ""
480 "Policy says the synopsis line (the short description) must be concise, not "
481 "repeating the package name, but also informative."
482 msgstr ""
483 "ポリシーでは、概要行 (短い説明文) はパッケージ名を繰り返すのではなく、簡潔"
484 "かつ有益なものである必要がある、となっています。"
485
486 #. type: Content of: <chapter><section><section><para>
487 #: best-pkging-practices.dbk:225
488 msgid ""
489 "The synopsis functions as a phrase describing the package, not a complete "
490 "sentence, so sentential punctuation is inappropriate: it does not need extra "
491 "capital letters or a final period (full stop). It should also omit any "
492 "initial indefinite or definite article — \"a\", \"an\", or \"the\". Thus for "
493 "instance:"
494 msgstr ""
495
496 #. type: Content of: <chapter><section><section><screen>
497 #: best-pkging-practices.dbk:231
498 #, no-wrap
499 msgid ""
500 "Package: libeg0\n"
501 "Description: exemplification support library\n"
502 msgstr ""
503 "Package: libeg0\n"
504 "Description: exemplification support library\n"
505
506 #. type: Content of: <chapter><section><section><para>
507 #: best-pkging-practices.dbk:235
508 #, fuzzy
509 msgid ""
510 "Technically this is a noun phrase minus articles, as opposed to a verb "
511 "phrase.  A good heuristic is that it should be possible to substitute the "
512 "package <replaceable>name</replaceable> and <replaceable>synopsis</"
513 "replaceable> into this formula:"
514 msgstr ""
515 "技術的に言えば、これは名詞のフレーズから文章を差し引いた、動詞のフレーズを"
516
517 #. type: Content of: <chapter><section><section><para>
518 #: best-pkging-practices.dbk:240
519 msgid ""
520 "The package <replaceable>name</replaceable> provides {a,an,the,some} "
521 "<replaceable>synopsis</replaceable>."
522 msgstr ""
523 "パッケージの<replaceable>名前</replaceable>は<replaceable>概要</replaceable>"
524 "を提供します。"
525
526 #. type: Content of: <chapter><section><section><para>
527 #: best-pkging-practices.dbk:244
528 msgid ""
529 "Sets of related packages may use an alternative scheme that divides the "
530 "synopsis into two parts, the first a description of the whole suite and the "
531 "second a summary of the package's role within it:"
532 msgstr ""
533
534 #. type: Content of: <chapter><section><section><screen>
535 #: best-pkging-practices.dbk:249
536 #, no-wrap
537 msgid ""
538 "Package: eg-tools\n"
539 "Description: simple exemplification system (utilities)\n"
540 "\t\t\t              \n"
541 "Package: eg-doc\n"
542 "Description: simple exemplification system - documentation\n"
543 msgstr ""
544 "Package: eg-tools\n"
545 "Description: simple exemplification system (utilities)\n"
546 "\t\t\t              \n"
547 "Package: eg-doc\n"
548 "Description: simple exemplification system - documentation\n"
549
550 #. type: Content of: <chapter><section><section><para>
551 #: best-pkging-practices.dbk:256
552 msgid ""
553 "These synopses follow a modified formula. Where a package "
554 "\"<replaceable>name</replaceable>\" has a synopsis \"<replaceable>suite</"
555 "replaceable> (<replaceable>role</replaceable>)\" or \"<replaceable>suite</"
556 "replaceable> - <replaceable>role</replaceable>\", the elements should be "
557 "phrased so that they fit into the formula:"
558 msgstr ""
559
560 #. type: Content of: <chapter><section><section><para>
561 #: best-pkging-practices.dbk:263
562 #, fuzzy
563 msgid ""
564 "The package <replaceable>name</replaceable> provides {a,an,the} "
565 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
566 msgstr ""
567 "パッケージ<replaceable>名</replaceable>は、<replaceable>スイート</replaceable>"
568 "用の<replaceable>role</replaceable> "
569
570 # type: Content of: <chapter><section><section><title>
571 #. type: Content of: <chapter><section><section><title>
572 #: best-pkging-practices.dbk:269
573 msgid "The long description"
574 msgstr ""
575
576 # type: Content of: <chapter><section><section><para>
577 #. type: Content of: <chapter><section><section><para>
578 #: best-pkging-practices.dbk:271
579 msgid ""
580 "The long description is the primary information available to the user about "
581 "a package before they install it.  It should provide all the information "
582 "needed to let the user decide whether to install the package.  Assume that "
583 "the user has already read the package synopsis."
584 msgstr ""
585
586 # type: Content of: <chapter><section><section><para>
587 #. type: Content of: <chapter><section><section><para>
588 #: best-pkging-practices.dbk:277
589 msgid "The long description should consist of full and complete sentences."
590 msgstr ""
591
592 # type: Content of: <chapter><section><section><para>
593 #. type: Content of: <chapter><section><section><para>
594 #: best-pkging-practices.dbk:280
595 msgid ""
596 "The first paragraph of the long description should answer the following "
597 "questions: what does the package do? what task does it help the user "
598 "accomplish? It is important to describe this in a non-technical way, unless "
599 "of course the audience for the package is necessarily technical."
600 msgstr ""
601
602 # type: Content of: <chapter><section><section><para>
603 #. type: Content of: <chapter><section><section><para>
604 #: best-pkging-practices.dbk:286
605 msgid ""
606 "The following paragraphs should answer the following questions: Why do I as "
607 "a user need this package? What other features does the package have? What "
608 "outstanding features and deficiencies are there compared to other packages "
609 "(e.g., if you need X, use Y instead)? Is this package related to other "
610 "packages in some way that is not handled by the package manager (e.g., this "
611 "is the client for the foo server)?"
612 msgstr ""
613
614 # type: Content of: <chapter><section><section><para>
615 #. type: Content of: <chapter><section><section><para>
616 #: best-pkging-practices.dbk:294
617 msgid ""
618 "Be careful to avoid spelling and grammar mistakes.  Ensure that you spell-"
619 "check it.  Both <command>ispell</command> and <command>aspell</command> have "
620 "special modes for checking <filename>debian/control</filename> files:"
621 msgstr ""
622 "スペルミスや文法の間違いを避けるよう、注意してください。スペルチェックを"
623 "確実に行ってください。<command>ispell</command> と <command>aspell</command> "
624 "の双方に、<filename>debian/control</filename> ファイルをチェックするための"
625 "特別なモードがあります:"
626
627 #. type: Content of: <chapter><section><section><screen>
628 #: best-pkging-practices.dbk:299
629 #, no-wrap
630 msgid "ispell -d american -g debian/control\n"
631 msgstr "ispell -d american -g debian/control\n"
632
633 #. type: Content of: <chapter><section><section><screen>
634 #: best-pkging-practices.dbk:302
635 #, no-wrap
636 msgid "aspell -d en -D -c debian/control\n"
637 msgstr "aspell -d en -D -c debian/control\n"
638
639 # type: Content of: <chapter><section><section><para>
640 #. type: Content of: <chapter><section><section><para>
641 #: best-pkging-practices.dbk:305
642 msgid ""
643 "Users usually expect these questions to be answered in the package "
644 "description:"
645 msgstr ""
646 "通常、ユーザは以下のような疑問がパッケージ説明文で答えられることを期待"
647 "しています:"
648
649 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
650 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
651 #: best-pkging-practices.dbk:310
652 msgid ""
653 "What does the package do? If it is an add-on to another package, then the "
654 "short description of the package we are an add-on to should be put in here."
655 msgstr ""
656 "パッケージは何をするの? 他のパッケージのアドオンだった場合、パッケージが"
657 "アドオンであるということを概要文に書く必要があります。"
658
659 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
660 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
661 #: best-pkging-practices.dbk:316
662 msgid ""
663 "Why should I want this package? This is related to the above, but not the "
664 "same (this is a mail user agent; this is cool, fast, interfaces with PGP and "
665 "LDAP and IMAP, has features X, Y, and Z)."
666 msgstr ""
667 "なぜこのパッケージを使うべきなの? これは上記に関連しますが、同じではありません "
668 "(これはメールユーザーエージェントです; cool で速くて、PGP や LDAP や IMAP の"
669 "インターフェイスがあり、X や Y や Z の機能があります)。"
670
671 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
672 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
673 #: best-pkging-practices.dbk:323
674 msgid ""
675 "If this package should not be installed directly, but is pulled in by "
676 "another package, this should be mentioned."
677 msgstr ""
678 "パッケージが直接インストールされるべきではないが、他のパッケージから引っ張られる時には、"
679 "付記しておく必要があります。"
680
681 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
682 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
683 #: best-pkging-practices.dbk:329
684 #, fuzzy
685 msgid ""
686 "If the package is <literal>experimental</literal>, or there are other "
687 "reasons it should not be used, if there are other packages that should be "
688 "used instead, it should be here as well."
689 msgstr ""
690 "パッケージが<literal>実験的</literal>である、あるいは使われない方が良い他の理由がある"
691 "場合、同様にここに記載する必要があります。"
692
693 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
694 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
695 #: best-pkging-practices.dbk:336
696 msgid ""
697 "How is this package different from the competition? Is it a better "
698 "implementation? more features? different features? Why should I choose this "
699 "package."
700 msgstr ""
701 "パッケージは競合のものと比べてどうでしょうか? より良い実装なのでしょうか? 機能がより豊富"
702 "なのでしょうか? 違った機能があるのでしょうか? このパッケージを選ぶ理由は何でしょう。"
703
704 # type: Content of: <chapter><section><section><title>
705 #. type: Content of: <chapter><section><section><title>
706 #: best-pkging-practices.dbk:349
707 msgid "Upstream home page"
708 msgstr "開発元のホームページ"
709
710 # type: Content of: <chapter><section><section><para>
711 #. type: Content of: <chapter><section><section><para>
712 #: best-pkging-practices.dbk:351
713 msgid ""
714 "We recommend that you add the URL for the package's home page in the "
715 "<literal>Homepage</literal> field of the <literal>Source</literal> section "
716 "in <filename>debian/control</filename>.  Adding this information in the "
717 "package description itself is considered deprecated."
718 msgstr ""
719 "<filename>debian/control</filename> 中の <literal>Source</literal> "
720 "セクションの <literal>Homepage</literal> フィールドへ、パッケージのホームページの "
721 "URL を追加することをお勧めします。この情報をパッケージ説明文自身に追加するのは推奨されない "
722 "(deprecated) であると考えられています。"
723
724 # type: Content of: <chapter><section><section><title>
725 #. type: Content of: <chapter><section><section><title>
726 #: best-pkging-practices.dbk:359
727 msgid "Version Control System location"
728 msgstr "バージョン管理システムの場所"
729
730 # type: Content of: <chapter><section><section><para>
731 #. type: Content of: <chapter><section><section><para>
732 #: best-pkging-practices.dbk:361
733 msgid ""
734 "There are additional fields for the location of the Version Control System "
735 "in <filename>debian/control</filename>."
736 msgstr ""
737 "<filename>debian/control</filename> には、バージョン管理システムの位置についての"
738 "追加フィールドがあります。"
739
740 # type: Content of: <chapter><section><section><section><title>
741 #. type: Content of: <chapter><section><section><section><title>
742 #: best-pkging-practices.dbk:365
743 msgid "Vcs-Browser"
744 msgstr "Vcs-Browser"
745
746 # type: Content of: <chapter><section><section><section><para>
747 #. type: Content of: <chapter><section><section><section><para>
748 #: best-pkging-practices.dbk:367
749 msgid ""
750 "Value of this field should be a <literal>http://</literal> URL pointing to a "
751 "web-browsable copy of the Version Control System repository used to maintain "
752 "the given package, if available."
753 msgstr ""
754 "このフィールドの値は、指定したパッケージのメンテナンスに使われているバージョン管理システムの"
755 "リポジトリのコピーがもしあれば、それを指し示す <literal>http://</literal> URL である必要"
756 "があります。"
757
758 # type: Content of: <chapter><section><section><section><para>
759 #. type: Content of: <chapter><section><section><section><para>
760 #: best-pkging-practices.dbk:372
761 msgid ""
762 "The information is meant to be useful for the final user, willing to browse "
763 "the latest work done on the package (e.g.  when looking for the patch fixing "
764 "a bug tagged as <literal>pending</literal> in the bug tracking system)."
765 msgstr ""
766 "この情報は、パッケージに行われた最新の作業を閲覧したいエンドユーザにとって有用であるのが"
767 "目的です (例: バグ追跡システムで <literal>pending</literal> とタグがつけられているバグ"
768 "を修正するパッチを探している場合)。"
769
770 # type: Content of: <chapter><section><section><section><title>
771 #. type: Content of: <chapter><section><section><section><title>
772 #: best-pkging-practices.dbk:379
773 msgid "Vcs-*"
774 msgstr "Vcs-*"
775
776 # type: Content of: <chapter><section><section><section><para>
777 #. type: Content of: <chapter><section><section><section><para>
778 #: best-pkging-practices.dbk:381
779 msgid ""
780 "Value of this field should be a string identifying unequivocally the "
781 "location of the Version Control System repository used to maintain the given "
782 "package, if available.  <literal>*</literal> identify the Version Control "
783 "System; currently the following systems are supported by the package "
784 "tracking system: <literal>arch</literal>, <literal>bzr</literal> (Bazaar), "
785 "<literal>cvs</literal>, <literal>darcs</literal>, <literal>git</literal>, "
786 "<literal>hg</literal> (Mercurial), <literal>mtn</literal> (Monotone), "
787 "<literal>svn</literal> (Subversion).  It is allowed to specify different VCS "
788 "fields for the same package: they will all be shown in the PTS web interface."
789 msgstr ""
790 "このフィールドの値は、もし利用可能でなのであれば、指定されたパッケージをメンテナンスするのに"
791 "使われているバージョン管理システムの位置を明確に識別できる文字列である必要があります。"
792 "<literal>*</literal> はバージョン管理システムの識別に使われます; 現在では、以下のシステム"
793 "がパッケージ追跡システムによってサポートされています: <literal>arch</literal>、<literal>"
794 "bzr</literal> (Bazaar)、<literal>cvs</literal>、<literal>darcs</literal>、"
795 "<literal>git</literal>、<literal>hg</literal> (Mercurial)、<literal>mtn</literal> "
796 "(Monotone)、<literal>svn</literal> (Subversion)。同じパッケージについて異なった "
797 "VCS を指定することも可能です: これらはすべて PTS のウェブインターフェイスに表示されます。"
798
799 #FIXME-trans: 場所からロケーション、にする?
800 # type: Content of: <chapter><section><section><section><para>
801 #. type: Content of: <chapter><section><section><section><para>
802 #: best-pkging-practices.dbk:392
803 msgid ""
804 "The information is meant to be useful for a user knowledgeable in the given "
805 "Version Control System and willing to build the current version of a package "
806 "from the VCS sources.  Other uses of this information might include "
807 "automatic building of the latest VCS version of the given package.  To this "
808 "end the location pointed to by the field should better be version agnostic "
809 "and point to the main branch (for VCSs supporting such a concept).  Also, "
810 "the location pointed to should be accessible to the final user; fulfilling "
811 "this requirement might imply pointing to an anonymous access of the "
812 "repository instead of pointing to an SSH-accessible version of the same."
813 msgstr ""
814 "この情報は、そのバージョン管理システムについて知識があり、VCS ソースから現在のバージョン"
815 "パッケージを生成ユーザにとって有益であるよう意図されています。この情報の他の使い方としては、"
816 "指定されたパッケージの最新の VCS バージョンを自動ビルドするなどがあるかもしれません。"
817 "このため、フィールドによって指し示される場所は、バージョンに関係なく、(そのようなコンセプト"
818 "をサポートしている VCS であれば) メインブランチを指すのが良いでしょう。また、指し示される"
819 "場所は一般ユーザがアクセス可能である必要があります; この要求を満たすには SSH アクセス可能な"
820 "リポジトリを指すのではなく、匿名アクセスが可能なリポジトリを指すようにするのを意味します。"
821
822 # type: Content of: <chapter><section><section><section><para>
823 #. type: Content of: <chapter><section><section><section><para>
824 #: best-pkging-practices.dbk:403
825 msgid ""
826 "In the following example, an instance of the field for a Subversion "
827 "repository of the <systemitem role=\"package\">vim</systemitem> package is "
828 "shown.  Note how the URL is in the <literal>svn://</literal> scheme (instead "
829 "of <literal>svn+ssh://</literal>) and how it points to the <filename>trunk/</"
830 "filename> branch.  The use of the <literal>Vcs-Browser</literal> and "
831 "<literal>Homepage</literal> fields described above is also shown."
832 msgstr ""
833 "以下の例では、<systemitem role=\"package\">vim</systemitem> パッケージの Subversion "
834 "リポジトリに対するフィールドの例が挙げられています。(<literal>svn+ssh://</literal> "
835 "ではなく) <literal>svn://</literal> スキーム中で URL がどのようになっているか、"
836 "<filename>trunk/</filename> ブランチをどのように指し示しているかに注意してください。"
837 "上で挙げられた <literal>Vcs-Browser</literal> フィールドと <literal>Homepage</literal> "
838 "フィールドの使い方も出ています。"
839
840 # type: Content of: <chapter><section><section><section><screen>
841 #. type: Content of: <chapter><section><section><section><screen>
842 #: best-pkging-practices.dbk:412
843 #, no-wrap
844 msgid ""
845 "  Source: vim\n"
846 "  Section: editors\n"
847 "  Priority: optional\n"
848 "  &lt;snip&gt;\n"
849 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
850 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
851 "  Homepage: http://www.vim.org\n"
852 msgstr ""
853 "  Source: vim\n"
854 "  Section: editors\n"
855 "  Priority: optional\n"
856 "  &lt;snip&gt;\n"
857 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
858 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
859 "  Homepage: http://www.vim.org\n"
860
861 # type: Content of: <chapter><section><title>
862 #. type: Content of: <chapter><section><title>
863 #: best-pkging-practices.dbk:427
864 msgid "Best practices for <filename>debian/changelog</filename>"
865 msgstr "<filename>debian/changelog</filename> のベストプラクティス"
866
867 # type: Content of: <chapter><section><para>
868 #. type: Content of: <chapter><section><para>
869 #: best-pkging-practices.dbk:429
870 #, fuzzy
871 # debian policy 訳と照らし合わせてみる
872 msgid ""
873 "The following practices supplement the <ulink url=\"&url-debian-policy;ch-"
874 "docs.html#s-changelogs\">Policy on changelog files</ulink>."
875 msgstr ""
876 "以下のプラクティスは <ulink url=\"&url-debian-policy;ch-docs.html"
877 "#s-changelogs\">changelog ファイルに対するポリシー</ulink>を補完します。"
878
879 # type: Content of: <chapter><section><section><title>
880 #. type: Content of: <chapter><section><section><title>
881 #: best-pkging-practices.dbk:434
882 msgid "Writing useful changelog entries"
883 msgstr "役立つ changelog のエントリを書く"
884
885 # type: Content of: <chapter><section><section><para>
886 #. type: Content of: <chapter><section><section><para>
887 #: best-pkging-practices.dbk:436
888 msgid ""
889 "The changelog entry for a package revision documents changes in that "
890 "revision, and only them.  Concentrate on describing significant and user-"
891 "visible changes that were made since the last version."
892 msgstr ""
893 "パッケージリビジョンに対する changelog エントリは、そのリビジョンでの変更それだけを"
894 "記載します。最後のバージョンから行われた、重要な、そしてユーザに見える形の変更を記述する"
895 "ことに集中しましょう。"
896
897 # type: Content of: <chapter><section><section><para>
898 #. type: Content of: <chapter><section><section><para>
899 #: best-pkging-practices.dbk:441
900 msgid ""
901 "Focus on <emphasis>what</emphasis> was changed — who, how and when are "
902 "usually less important.  Having said that, remember to politely attribute "
903 "people who have provided notable help in making the package (e.g., those who "
904 "have sent in patches)."
905 msgstr ""
906 "<emphasis>何が</emphasis>変更されたかについて集中しましょう — 誰が、どうやって、いつ"
907 "は通常あまり重要ではありません。そうは言っても、パッケージ作成について明記すべき手助け"
908 "をしてくれた人々 (例えば、パッチを送ってくれた人) を丁寧に明記するのを忘れないように"
909 "しましょう。"
910
911 # type: Content of: <chapter><section><section><para>
912 #. type: Content of: <chapter><section><section><para>
913 #: best-pkging-practices.dbk:447
914 #, fuzzy
915 msgid ""
916 "There's no need to elaborate the trivial and obvious changes.  You can also "
917 "aggregate several changes in one entry.  On the other hand, don't be overly "
918 "terse if you have undertaken a major change.  Be especially clear if there "
919 "are changes that affect the behaviour of the program.  For further "
920 "explanations, use the <filename>README.Debian</filename> file."
921 msgstr ""
922 "些細で明白な変更を詳細に書く必要はありません。複数の変更点を一つのエントリにまとめることも"
923 "できます。逆に言えば、大きな変更をした場合には、あまりに簡潔にしないようにしましょう。プロ"
924 "グラムの動作に影響を与える変更がある場合には、特に名確認しておきましょう。詳細な説明について"
925 "は、<filename>README.Debian</filename> ファイルを使ってください。"
926
927 # type: Content of: <chapter><section><section><para>
928 #. type: Content of: <chapter><section><section><para>
929 #: best-pkging-practices.dbk:454
930 msgid ""
931 "Use common English so that the majority of readers can comprehend it.  Avoid "
932 "abbreviations, tech-speak and jargon when explaining changes that close "
933 "bugs, especially for bugs filed by users that did not strike you as "
934 "particularly technically savvy.  Be polite, don't swear."
935 msgstr ""
936 "平易な英語を使いましょう。そうすれば読者の大半が理解できます。バグをクローズする変更を説明"
937 "する際には略語や、テクニカルな言い方やジャーゴンを避けましょう。特に、技術的に精通していない"
938 "と思われるユーザによって登録されたバグをクローズする際には気をつけましょう。礼儀正しく、断言"
939 "しないように。"
940
941 # type: Content of: <chapter><section><section><para>
942 #. type: Content of: <chapter><section><section><para>
943 #: best-pkging-practices.dbk:460
944 msgid ""
945 "It is sometimes desirable to prefix changelog entries with the names of the "
946 "files that were changed.  However, there's no need to explicitly list each "
947 "and every last one of the changed files, especially if the change was small "
948 "or repetitive.  You may use wildcards."
949 msgstr ""
950
951 # type: Content of: <chapter><section><section><para>
952 #. type: Content of: <chapter><section><section><para>
953 #: best-pkging-practices.dbk:466
954 #, fuzzy
955 msgid ""
956 "When referring to bugs, don't assume anything.  Say what the problem was, "
957 "how it was fixed, and append the closes: #nnnnn string.  See <xref linkend="
958 "\"upload-bugfix\"/> for more information."
959 msgstr ""
960 "バグについての仲裁を行う際には、何も仮定しないようにしましょう。何が問題だったのか、どうやって"
961 "それが直されたのかについて言い、closes: #nnnnn の文字列を追加しましょう。詳細については "
962 "<xref linkend=\"upload-bugfix\"/> を参照してください。"
963
964 # type: Content of: <chapter><section><section><title>
965 #. type: Content of: <chapter><section><section><title>
966 #: best-pkging-practices.dbk:473
967 msgid "Common misconceptions about changelog entries"
968 msgstr "changelog のエントリに関するよくある誤解"
969
970 # type: Content of: <chapter><section><section><para>
971 #. type: Content of: <chapter><section><section><para>
972 #: best-pkging-practices.dbk:475
973 msgid ""
974 "The changelog entries should <emphasis role=\"strong\">not</emphasis> "
975 "document generic packaging issues (Hey, if you're looking for foo.conf, it's "
976 "in /etc/blah/.), since administrators and users are supposed to be at least "
977 "remotely acquainted with how such things are generally arranged on Debian "
978 "systems.  Do, however, mention if you change the location of a configuration "
979 "file."
980 msgstr ""
981
982 #. type: Content of: <chapter><section><section><para>
983 #: best-pkging-practices.dbk:483
984 msgid ""
985 "The only bugs closed with a changelog entry should be those that are "
986 "actually fixed in the same package revision.  Closing unrelated bugs in the "
987 "changelog is bad practice.  See <xref linkend=\"upload-bugfix\"/>."
988 msgstr ""
989
990 # type: Content of: <chapter><section><section><para>
991 #. type: Content of: <chapter><section><section><para>
992 #: best-pkging-practices.dbk:488
993 msgid ""
994 "The changelog entries should <emphasis role=\"strong\">not</emphasis> be "
995 "used for random discussion with bug reporters (I don't see segfaults when "
996 "starting foo with option bar; send in more info), general statements on "
997 "life, the universe and everything (sorry this upload took me so long, but I "
998 "caught the flu), or pleas for help (the bug list on this package is huge, "
999 "please lend me a hand).  Such things usually won't be noticed by their "
1000 "target audience, but may annoy people who wish to read information about "
1001 "actual changes in the package.  See <xref linkend=\"bug-answering\"/> for "
1002 "more information on how to use the bug tracking system."
1003 msgstr ""
1004
1005 # type: Content of: <chapter><section><section><para>
1006 #. type: Content of: <chapter><section><section><para>
1007 #: best-pkging-practices.dbk:499
1008 msgid ""
1009 "It is an old tradition to acknowledge bugs fixed in non-maintainer uploads "
1010 "in the first changelog entry of the proper maintainer upload.  As we have "
1011 "version tracking now, it is enough to keep the NMUed changelog entries and "
1012 "just mention this fact in your own changelog entry."
1013 msgstr ""
1014
1015 # type: Content of: <chapter><section><section><title>
1016 #. type: Content of: <chapter><section><section><title>
1017 #: best-pkging-practices.dbk:507
1018 msgid "Common errors in changelog entries"
1019 msgstr "changelog のエントリ中のよくある間違い"
1020
1021 # type: Content of: <chapter><section><section><para>
1022 #. type: Content of: <chapter><section><section><para>
1023 #: best-pkging-practices.dbk:509
1024 msgid ""
1025 "The following examples demonstrate some common errors or examples of bad "
1026 "style in changelog entries."
1027 msgstr ""
1028 "以下の例で、changelog エントリ中のよくある間違いや間違ったスタイルの例を挙げ"
1029 "ます。"
1030
1031 # type: Content of: <chapter><section><section><screen>
1032 #. type: Content of: <chapter><section><section><screen>
1033 #: best-pkging-practices.dbk:513
1034 #, no-wrap
1035 msgid "  * Fixed all outstanding bugs.\n"
1036 msgstr "  * Fixed all outstanding bugs.\n"
1037
1038 # type: Content of: <chapter><section><section><para>
1039 #. type: Content of: <chapter><section><section><para>
1040 #: best-pkging-practices.dbk:516
1041 msgid "This doesn't tell readers anything too useful, obviously."
1042 msgstr "これは、全く読み手に何も有用なことを教えてくれません。"
1043
1044 # type: Content of: <chapter><section><section><screen>
1045 #. type: Content of: <chapter><section><section><screen>
1046 #: best-pkging-practices.dbk:519
1047 #, no-wrap
1048 msgid "  * Applied patch from Jane Random.\n"
1049 msgstr "  * Applied patch from Jane Random.\n"
1050
1051 # type: Content of: <chapter><section><section><para>
1052 #. type: Content of: <chapter><section><section><para>
1053 #: best-pkging-practices.dbk:522
1054 msgid "What was the patch about?"
1055 msgstr "何についてのパッチですか?"
1056
1057 # type: Content of: <chapter><section><section><screen>
1058 #. type: Content of: <chapter><section><section><screen>
1059 #: best-pkging-practices.dbk:525
1060 #, no-wrap
1061 msgid "  * Late night install target overhaul.\n"
1062 msgstr "  * Late night install target overhaul.\n"
1063
1064 # type: Content of: <chapter><section><section><para>
1065 #. type: Content of: <chapter><section><section><para>
1066 #: best-pkging-practices.dbk:528
1067 msgid ""
1068 "Overhaul which accomplished what? Is the mention of late night supposed to "
1069 "remind us that we shouldn't trust that code?"
1070 msgstr ""
1071
1072 # type: Content of: <chapter><section><section><screen>
1073 #. type: Content of: <chapter><section><section><screen>
1074 #: best-pkging-practices.dbk:532
1075 #, no-wrap
1076 msgid "  * Fix vsync FU w/ ancient CRTs.\n"
1077 msgstr "  * Fix vsync FU w/ ancient CRTs.\n"
1078
1079 # type: Content of: <chapter><section><section><para>
1080 #. type: Content of: <chapter><section><section><para>
1081 #: best-pkging-practices.dbk:535
1082 #, fuzzy
1083 msgid ""
1084 "Too many acronyms, and it's not overly clear what the, uh, fsckup (oops, a "
1085 "curse word!) was actually about, or how it was fixed."
1086 msgstr "略称が多すぎ、どうやって修正したのか"
1087
1088 # type: Content of: <chapter><section><section><screen>
1089 #. type: Content of: <chapter><section><section><screen>
1090 #: best-pkging-practices.dbk:539
1091 #, no-wrap
1092 msgid "  * This is not a bug, closes: #nnnnnn.\n"
1093 msgstr "  * This is not a bug, closes: #nnnnnn.\n"
1094
1095 # type: Content of: <chapter><section><section><para>
1096 #. type: Content of: <chapter><section><section><para>
1097 #: best-pkging-practices.dbk:542
1098 msgid ""
1099 "First of all, there's absolutely no need to upload the package to convey "
1100 "this information; instead, use the bug tracking system.  Secondly, there's "
1101 "no explanation as to why the report is not a bug."
1102 msgstr ""
1103
1104 # type: Content of: <chapter><section><section><screen>
1105 #. type: Content of: <chapter><section><section><screen>
1106 #: best-pkging-practices.dbk:547
1107 #, no-wrap
1108 msgid "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1109 msgstr "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1110
1111 # type: Content of: <chapter><section><section><para>
1112 #. type: Content of: <chapter><section><section><para>
1113 #: best-pkging-practices.dbk:550
1114 msgid ""
1115 "If for some reason you didn't mention the bug number in a previous changelog "
1116 "entry, there's no problem, just close the bug normally in the BTS.  There's "
1117 "no need to touch the changelog file, presuming the description of the fix is "
1118 "already in (this applies to the fixes by the upstream authors/maintainers as "
1119 "well, you don't have to track bugs that they fixed ages ago in your "
1120 "changelog)."
1121 msgstr ""
1122
1123 # type: Content of: <chapter><section><section><screen>
1124 #. type: Content of: <chapter><section><section><screen>
1125 #: best-pkging-practices.dbk:557
1126 #, no-wrap
1127 msgid "  * Closes: #12345, #12346, #15432\n"
1128 msgstr "  * Closes: #12345, #12346, #15432\n"
1129
1130 # type: Content of: <chapter><section><section><para>
1131 #. type: Content of: <chapter><section><section><para>
1132 #: best-pkging-practices.dbk:560
1133 msgid ""
1134 "Where's the description? If you can't think of a descriptive message, start "
1135 "by inserting the title of each different bug."
1136 msgstr ""
1137 "説明はどこ? 説明文を考えられないのなら、それぞれのバグのタイトルを入れるとこ"
1138 "ろから始めてください。"
1139
1140 #. type: Content of: <chapter><section><section><title>
1141 #: best-pkging-practices.dbk:566
1142 #, fuzzy
1143 msgid "Supplementing changelogs with <filename>NEWS.Debian</filename> files"
1144 msgstr "<filename>NEWS.Debian</filename> ファイルで changelog を"
1145
1146 #. type: Content of: <chapter><section><section><para>
1147 #: best-pkging-practices.dbk:568
1148 msgid ""
1149 "Important news about changes in a package can also be put in <filename>NEWS."
1150 "Debian</filename> files.  The news will be displayed by tools like "
1151 "<systemitem role=\"package\">apt-listchanges</systemitem>, before all the "
1152 "rest of the changelogs.  This is the preferred means to let the user know "
1153 "about significant changes in a package.  It is better than using <systemitem "
1154 "role=\"package\">debconf</systemitem> notes since it is less annoying and "
1155 "the user can go back and refer to the <filename>NEWS.Debian</filename> file "
1156 "after the install.  And it's better than listing major changes in "
1157 "<filename>README.Debian</filename>, since the user can easily miss such "
1158 "notes."
1159 msgstr ""
1160
1161 #. type: Content of: <chapter><section><section><para>
1162 #: best-pkging-practices.dbk:579
1163 msgid ""
1164 "The file format is the same as a debian changelog file, but leave off the "
1165 "asterisks and describe each news item with a full paragraph when necessary "
1166 "rather than the more concise summaries that would go in a changelog.  It's a "
1167 "good idea to run your file through <literal>dpkg-parsechangelog</literal> to "
1168 "check its formatting as it will not be automatically checked during build as "
1169 "the changelog is.  Here is an example of a real <filename>NEWS.Debian</"
1170 "filename> file:"
1171 msgstr ""
1172
1173 # type: Content of: <chapter><section><section><screen>
1174 #. type: Content of: <chapter><section><section><screen>
1175 #: best-pkging-practices.dbk:588
1176 #, no-wrap
1177 msgid ""
1178 "cron (3.0pl1-74) unstable; urgency=low\n"
1179 "\n"
1180 "    The checksecurity script is no longer included with the cron package:\n"
1181 "    it now has its own package, checksecurity. If you liked the\n"
1182 "    functionality provided with that script, please install the new\n"
1183 "    package.\n"
1184 "\n"
1185 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1186 msgstr ""
1187 "cron (3.0pl1-74) unstable; urgency=low\n"
1188 "\n"
1189 "    The checksecurity script is no longer included with the cron package:\n"
1190 "    it now has its own package, checksecurity. If you liked the\n"
1191 "    functionality provided with that script, please install the new\n"
1192 "    package.\n"
1193 "\n"
1194 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1195
1196 #. type: Content of: <chapter><section><section><para>
1197 #: best-pkging-practices.dbk:598
1198 msgid ""
1199 "The <filename>NEWS.Debian</filename> file is installed as <filename>/usr/"
1200 "share/doc/<replaceable>package</replaceable>/NEWS.Debian.gz</filename>.  It "
1201 "is compressed, and always has that name even in Debian native packages.  If "
1202 "you use <literal>debhelper</literal>, <literal>dh_installchangelogs</"
1203 "literal> will install <filename>debian/NEWS</filename> files for you."
1204 msgstr ""
1205
1206 # type: Content of: <chapter><section><section><para>
1207 #. type: Content of: <chapter><section><section><para>
1208 #: best-pkging-practices.dbk:605
1209 msgid ""
1210 "Unlike changelog files, you need not update <filename>NEWS.Debian</filename> "
1211 "files with every release.  Only update them if you have something "
1212 "particularly newsworthy that user should know about.  If you have no news at "
1213 "all, there's no need to ship a <filename>NEWS.Debian</filename> file in your "
1214 "package.  No news is good news!"
1215 msgstr ""
1216
1217 # type: Content of: <chapter><section><title>
1218 #. type: Content of: <chapter><section><title>
1219 #: best-pkging-practices.dbk:627
1220 msgid "Best practices for maintainer scripts"
1221 msgstr "メンテナスクリプトのベストプラクティス"
1222
1223 # type: Content of: <chapter><section><para>
1224 #. type: Content of: <chapter><section><para>
1225 #: best-pkging-practices.dbk:629
1226 msgid ""
1227 "Maintainer scripts include the files <filename>debian/postinst</filename>, "
1228 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> and "
1229 "<filename>debian/postrm</filename>.  These scripts take care of any package "
1230 "installation or deinstallation setup which isn't handled merely by the "
1231 "creation or removal of files and directories.  The following instructions "
1232 "supplement the <ulink url=\"&url-debian-policy;\">Debian Policy</ulink>."
1233 msgstr ""
1234 "メンテナスクリプトには <filename>debian/postinst</filename>、<filename>"
1235 "debian/preinst</filename>、<filename>debian/prerm</filename>、<filename>"
1236 "debian/postrm</filename> ファイルが含まれます。これらのスクリプトは、単なる"
1237 "ファイルやディレクトリの作成や削除では扱われない、パッケージのインストール"
1238 "と削除のセットアップの面倒をみます。以下の説明は、<ulink url=\"&url-debian-"
1239 "policy;\">Debian ポリシー</ulink>を補完します。"
1240
1241 # type: Content of: <chapter><section><para>
1242 #. type: Content of: <chapter><section><para>
1243 #: best-pkging-practices.dbk:637
1244 msgid ""
1245 "Maintainer scripts must be idempotent.  That means that you need to make "
1246 "sure nothing bad will happen if the script is called twice where it would "
1247 "usually be called once."
1248 msgstr ""
1249 "メンテナスクリプトは冪等でなければなりません。これは、通常は 1 回呼ばれる"
1250 "スクリプトが 2 回呼ばれた場合、何も悪いことが起きないのを保証する必要が"
1251 "あるという意味です。"
1252
1253 # type: Content of: <chapter><section><para>
1254 #. type: Content of: <chapter><section><para>
1255 #: best-pkging-practices.dbk:642
1256 msgid ""
1257 "Standard input and output may be redirected (e.g.  into pipes) for logging "
1258 "purposes, so don't rely on them being a tty."
1259 msgstr ""
1260 "標準入出力はログの取得のためにリダイレクトされることがあります (例: パイプへ"
1261 "向けられる)。ですので、これらが tty であることに依存してはいけません。"
1262
1263 # type: Content of: <chapter><section><para>
1264 #. type: Content of: <chapter><section><para>
1265 #: best-pkging-practices.dbk:646
1266 msgid ""
1267 "All prompting or interactive configuration should be kept to a minimum.  "
1268 "When it is necessary, you should use the <systemitem role=\"package"
1269 "\">debconf</systemitem> package for the interface.  Remember that prompting "
1270 "in any case can only be in the <literal>configure</literal> stage of the "
1271 "<filename>postinst</filename> script."
1272 msgstr ""
1273 "質問や対話的な設定はすべて最小限に止めておく必要があります。必要になった時は、"
1274 "インターフェイスに <systemitem role=\"package\">debconf</systemitem> パッケージ"
1275 "を使いましょう。どのような場合でも、質問は <filename>postinst</filename> "
1276 "スクリプトの <literal>configure</literal> 段階にのみ、配置することができます。"
1277
1278 #FIXME-trans: enable?
1279 # type: Content of: <chapter><section><para>
1280 #. type: Content of: <chapter><section><para>
1281 #: best-pkging-practices.dbk:653
1282 #, fuzzy
1283 msgid ""
1284 "Keep the maintainer scripts as simple as possible.  We suggest you use pure "
1285 "POSIX shell scripts.  Remember, if you do need any bash features, the "
1286 "maintainer script must have a bash shebang line.  POSIX shell or Bash are "
1287 "preferred to Perl, since they enable <systemitem role=\"package\">debhelper</"
1288 "systemitem> to easily add bits to the scripts."
1289 msgstr ""
1290 "メンテナスクリプトは、できる限りシンプルなものにしておきましょう。あなたが、"
1291 "純粋な POSIX シェルスクリプトを使っているものだとします。覚えておいてください。"
1292 "何かしら bash の機能が必要になったら、メンテナスクリプトは bash のシェバン行"
1293 "にしておく必要があります。スクリプトを少し"
1294 "<systemitem role=\"package\">debhelper</systemitem> "
1295 "Perl より、POSIX シェルあるいは Bash の方が好まれます。"
1296
1297 # type: Content of: <chapter><section><para>
1298 #. type: Content of: <chapter><section><para>
1299 #: best-pkging-practices.dbk:660
1300 msgid ""
1301 "If you change your maintainer scripts, be sure to test package removal, "
1302 "double installation, and purging.  Be sure that a purged package is "
1303 "completely gone, that is, it must remove any files created, directly or "
1304 "indirectly, in any maintainer script."
1305 msgstr ""
1306 "メンテナスクリプトを変更したら、パッケージの削除や二重インストール、purge "
1307 "のテストを確認してください。purge されたパッケージが完全に削除されたことを"
1308 "確認してください。つまり、メンテナスクリプト中で直接/間接を問わず作成された"
1309 "ファイルを削除する必要があるということです。"
1310
1311 # type: Content of: <chapter><section><para>
1312 #. type: Content of: <chapter><section><para>
1313 #: best-pkging-practices.dbk:666
1314 msgid ""
1315 "If you need to check for the existence of a command, you should use "
1316 "something like"
1317 msgstr ""
1318 "コマンドの存在をチェックする必要がある場合は、こんな感じで行います"
1319
1320 # type: Content of: <chapter><section><programlisting>
1321 #. type: Content of: <chapter><section><programlisting>
1322 #: best-pkging-practices.dbk:669
1323 #, no-wrap
1324 msgid "if [ -x /usr/sbin/install-docs ]; then ..."
1325 msgstr "if [ -x /usr/sbin/install-docs ]; then ..."
1326
1327 # type: Content of: <chapter><section><para>
1328 #. type: Content of: <chapter><section><para>
1329 #: best-pkging-practices.dbk:671
1330 msgid ""
1331 "If you don't wish to hard-code the path of a command in your maintainer "
1332 "script, the following POSIX-compliant shell function may help:"
1333 msgstr ""
1334 "メンテナスクリプト中でコマンドの path をハードコードしたくない場合には、"
1335 "以下の POSIX 互換シェル機能が役立つでしょう:"
1336
1337 #. type: Content of: <chapter><section><para>
1338 #: best-pkging-practices.dbk:676
1339 msgid ""
1340 "You can use this function to search <varname>$PATH</varname> for a command "
1341 "name, passed as an argument.  It returns true (zero) if the command was "
1342 "found, and false if not.  This is really the most portable way, since "
1343 "<literal>command -v</literal>, <command>type</command>, and <command>which</"
1344 "command> are not POSIX."
1345 msgstr ""
1346 "コマンド名を引数として渡すことで、<varname>$PATH</varname> の検索するのに"
1347 "この関数を使うことができます。コマンドが見つかった場合は true (ゼロ) を返し、"
1348 "そうでない場合は false を返します。<literal>command -v</literal>、<command>"
1349 "type</command>、<command>which</command> は POSIX に無いので、これがもっとも"
1350 "汎用性の高いやり方です。"
1351
1352 # type: Content of: <chapter><section><para>
1353 #. type: Content of: <chapter><section><para>
1354 #: best-pkging-practices.dbk:683
1355 msgid ""
1356 "While <command>which</command> is an acceptable alternative, since it is "
1357 "from the required <systemitem role=\"package\">debianutils</systemitem> "
1358 "package, it's not on the root partition.  That is, it's in <filename>/usr/"
1359 "bin</filename> rather than <filename>/bin</filename>, so one can't use it in "
1360 "scripts which are run before the <filename>/usr</filename> partition is "
1361 "mounted.  Most scripts won't have this problem, though."
1362 msgstr ""
1363 "<command>which</command> は、Required となっている <systemitem role"
1364 "=\"package\">debianutils</systemitem> パッケージにあるので、別解として利用"
1365 "可能ですが、ルートパーティションにありません。つまり、<filename>/usr/bin"
1366 "</filename> にあって <filename>/bin</filename> ではないので、<filename>/usr"
1367 "</filename> パーティションがマウントする前に走るスクリプトの中では使えない"
1368 "ということです。ほとんどのスクリプトは、この問題を持つようなことはありませんが。"
1369
1370 # type: Content of: <chapter><section><title>
1371 #. type: Content of: <chapter><section><title>
1372 #: best-pkging-practices.dbk:693
1373 msgid ""
1374 "Configuration management with <systemitem role=\"package\">debconf</"
1375 "systemitem>"
1376 msgstr ""
1377 "<systemitem role=\"package\">debconf</systemitem> による設定管理"
1378
1379 # type: Content of: <chapter><section><para>
1380 #. type: Content of: <chapter><section><para>
1381 #: best-pkging-practices.dbk:695
1382 msgid ""
1383 "<systemitem role=\"package\">Debconf</systemitem> is a configuration "
1384 "management system which can be used by all the various packaging scripts "
1385 "(<filename>postinst</filename> mainly) to request feedback from the user "
1386 "concerning how to configure the package.  Direct user interactions must now "
1387 "be avoided in favor of <systemitem role=\"package\">debconf</systemitem> "
1388 "interaction.  This will enable non-interactive installations in the future."
1389 msgstr ""
1390
1391 # type: Content of: <chapter><section><para>
1392 #. type: Content of: <chapter><section><para>
1393 #: best-pkging-practices.dbk:703
1394 msgid ""
1395 "Debconf is a great tool but it is often poorly used.  Many common mistakes "
1396 "are listed in the <citerefentry> <refentrytitle>debconf-devel</"
1397 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> man page.  It is "
1398 "something that you must read if you decide to use debconf.  Also, we "
1399 "document some best practices here."
1400 msgstr ""
1401
1402 # type: Content of: <chapter><section><para>
1403 #. type: Content of: <chapter><section><para>
1404 #: best-pkging-practices.dbk:710
1405 msgid ""
1406 "These guidelines include some writing style and typography recommendations, "
1407 "general considerations about debconf usage as well as more specific "
1408 "recommendations for some parts of the distribution (the installation system "
1409 "for instance)."
1410 msgstr ""
1411
1412 # type: Content of: <chapter><section><section><title>
1413 #. type: Content of: <chapter><section><section><title>
1414 #: best-pkging-practices.dbk:716
1415 msgid "Do not abuse debconf"
1416 msgstr "debconf を乱用しない"
1417
1418 # type: Content of: <chapter><section><section><para>
1419 #. type: Content of: <chapter><section><section><para>
1420 #: best-pkging-practices.dbk:718
1421 msgid ""
1422 "Since debconf appeared in Debian, it has been widely abused and several "
1423 "criticisms received by the Debian distribution come from debconf abuse with "
1424 "the need of answering a wide bunch of questions before getting any little "
1425 "thing installed."
1426 msgstr ""
1427
1428 #. type: Content of: <chapter><section><section><para>
1429 #: best-pkging-practices.dbk:724
1430 msgid ""
1431 "Keep usage notes to what they belong: the <filename>NEWS.Debian</filename>, "
1432 "or <filename>README.Debian</filename> file.  Only use notes for important "
1433 "notes which may directly affect the package usability.  Remember that notes "
1434 "will always block the install until confirmed or bother the user by email."
1435 msgstr ""
1436
1437 # type: Content of: <chapter><section><section><para>
1438 #. type: Content of: <chapter><section><section><para>
1439 #: best-pkging-practices.dbk:730
1440 msgid ""
1441 "Carefully choose the questions priorities in maintainer scripts.  See "
1442 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1443 "manvolnum> </citerefentry> for details about priorities.  Most questions "
1444 "should use medium and low priorities."
1445 msgstr ""
1446
1447 # type: Content of: <chapter><section><section><title>
1448 #. type: Content of: <chapter><section><section><title>
1449 #: best-pkging-practices.dbk:738
1450 msgid "General recommendations for authors and translators"
1451 msgstr ""
1452
1453 # type: Content of: <chapter><section><section><section><title>
1454 #. type: Content of: <chapter><section><section><section><title>
1455 #: best-pkging-practices.dbk:740
1456 msgid "Write correct English"
1457 msgstr "正しい英語を書く"
1458
1459 # type: Content of: <chapter><section><section><section><para>
1460 #. type: Content of: <chapter><section><section><section><para>
1461 #: best-pkging-practices.dbk:742
1462 msgid ""
1463 "Most Debian package maintainers are not native English speakers.  So, "
1464 "writing properly phrased templates may not be easy for them."
1465 msgstr ""
1466
1467 # type: Content of: <chapter><section><section><section><para>
1468 #. type: Content of: <chapter><section><section><section><para>
1469 #: best-pkging-practices.dbk:746
1470 msgid ""
1471 "Please use (and abuse) &email-debian-l10n-english; mailing list.  Have your "
1472 "templates proofread."
1473 msgstr ""
1474
1475 #. type: Content of: <chapter><section><section><section><para>
1476 #: best-pkging-practices.dbk:750
1477 msgid ""
1478 "Badly written templates give a poor image of your package, of your work... "
1479 "or even of Debian itself."
1480 msgstr ""
1481
1482 # type: Content of: <chapter><section><section><section><para>
1483 #. type: Content of: <chapter><section><section><section><para>
1484 #: best-pkging-practices.dbk:754
1485 msgid ""
1486 "Avoid technical jargon as much as possible.  If some terms sound common to "
1487 "you, they may be impossible to understand for others.  If you cannot avoid "
1488 "them, try to explain them (use the extended description).  When doing so, "
1489 "try to balance between verbosity and simplicity."
1490 msgstr ""
1491
1492 # type: Content of: <chapter><section><section><section><title>
1493 #. type: Content of: <chapter><section><section><section><title>
1494 #: best-pkging-practices.dbk:762
1495 msgid "Be kind to translators"
1496 msgstr "翻訳者へ丁寧に接する"
1497
1498 # type: Content of: <chapter><section><section><section><para>
1499 #. type: Content of: <chapter><section><section><section><para>
1500 #: best-pkging-practices.dbk:764
1501 msgid ""
1502 "Debconf templates may be translated.  Debconf, along with its sister package "
1503 "<command>po-debconf</command> offers a simple framework for getting "
1504 "templates translated by translation teams or even individuals."
1505 msgstr ""
1506
1507 #. type: Content of: <chapter><section><section><section><para>
1508 #: best-pkging-practices.dbk:769
1509 msgid ""
1510 "Please use gettext-based templates.  Install <systemitem role=\"package\">po-"
1511 "debconf</systemitem> on your development system and read its documentation "
1512 "(<command>man po-debconf</command> is a good start)."
1513 msgstr ""
1514
1515 #. type: Content of: <chapter><section><section><section><para>
1516 #: best-pkging-practices.dbk:774
1517 msgid ""
1518 "Avoid changing templates too often.  Changing templates text induces more "
1519 "work to translators which will get their translation fuzzied.  A fuzzy "
1520 "translation is a string for which the original changed since it was "
1521 "translated, therefore requiring some update by a translator to be usable.  "
1522 "When changes are small enough, the original translation is kept in PO files "
1523 "but marked as <literal>fuzzy</literal>."
1524 msgstr ""
1525
1526 #. type: Content of: <chapter><section><section><section><para>
1527 #: best-pkging-practices.dbk:782
1528 msgid ""
1529 "If you plan to do changes to your original templates, please use the "
1530 "notification system provided with the <systemitem role=\"package\">po-"
1531 "debconf</systemitem> package, namely the <command>podebconf-report-po</"
1532 "command>, to contact translators.  Most active translators are very "
1533 "responsive and getting their work included along with your modified "
1534 "templates will save you additional uploads.  If you use gettext-based "
1535 "templates, the translator's name and e-mail addresses are mentioned in the "
1536 "PO files headers and will be used by <command>podebconf-report-po</command>."
1537 msgstr ""
1538
1539 #. type: Content of: <chapter><section><section><section><para>
1540 #: best-pkging-practices.dbk:794
1541 msgid "A recommended use of that utility is:"
1542 msgstr ""
1543
1544 #. type: Content of: <chapter><section><section><section><programlisting>
1545 #: best-pkging-practices.dbk:796
1546 #, no-wrap
1547 msgid "cd debian/po &amp;&amp; podebconf-report-po --call --languageteam --withtranslators --deadline=\"+10 days\""
1548 msgstr ""
1549
1550 #. type: Content of: <chapter><section><section><section><para>
1551 #: best-pkging-practices.dbk:798
1552 msgid ""
1553 "This command will first synchronize the PO and POT files in <filename>debian/"
1554 "po</filename> with the templates files listed in <filename>debian/po/"
1555 "POTFILES.in</filename>.  Then, it will send a call for new translations, in "
1556 "the &email-debian-i18n; mailing list. Finally, it will also send a call for "
1557 "translation updates to the language team (mentioned in the <literal>Language-"
1558 "Team</literal> field of each PO file)  as well as the last translator "
1559 "(mentioned in <literal>Last-translator</literal>)."
1560 msgstr ""
1561
1562 #. type: Content of: <chapter><section><section><section><para>
1563 #: best-pkging-practices.dbk:807
1564 msgid ""
1565 "Giving a deadline to translators is always appreciated, so that they can "
1566 "organize their work. Please remember that some translation teams have a "
1567 "formalized translate/review process and a delay lower than 10 days is "
1568 "considered as unreasonable. A shorter delay puts too much pressure on "
1569 "translation teams and should be kept for very minor changes."
1570 msgstr ""
1571
1572 # type: Content of: <chapter><section><section><section><para>
1573 #. type: Content of: <chapter><section><section><section><para>
1574 #: best-pkging-practices.dbk:814
1575 msgid ""
1576 "If in doubt, you may also contact the translation team for a given language "
1577 "(debian-l10n-xxxxx@&lists-host;), or the &email-debian-i18n; mailing list."
1578 msgstr ""
1579
1580 # type: Content of: <chapter><section><section><section><title>
1581 #. type: Content of: <chapter><section><section><section><title>
1582 #: best-pkging-practices.dbk:821
1583 msgid "Unfuzzy complete translations when correcting typos and spelling"
1584 msgstr ""
1585
1586 #. type: Content of: <chapter><section><section><section><para>
1587 #: best-pkging-practices.dbk:823
1588 msgid ""
1589 "When the text of a debconf template is corrected and you are <emphasis role="
1590 "\"strong\">sure</emphasis> that the change does <emphasis role=\"strong"
1591 "\">not</emphasis> affect translations, please be kind to translators and "
1592 "<emphasis>unfuzzy</emphasis> their translations."
1593 msgstr ""
1594
1595 # type: Content of: <chapter><section><section><section><para>
1596 #. type: Content of: <chapter><section><section><section><para>
1597 #: best-pkging-practices.dbk:829
1598 msgid ""
1599 "If you don't do so, the whole template will not be translated as long as a "
1600 "translator will send you an update."
1601 msgstr ""
1602
1603 #. type: Content of: <chapter><section><section><section><para>
1604 #: best-pkging-practices.dbk:833
1605 msgid ""
1606 "To <emphasis>unfuzzy</emphasis> translations, you can use two methods. The "
1607 "first method does <emphasis>preventive</emphasis> search and replace actions "
1608 "in the PO files. The latter uses <command>gettext</command> utilities to "
1609 "<emphasis>unfuzzy</emphasis> strings."
1610 msgstr ""
1611
1612 #. type: Content of: <chapter><section><section><section><para>
1613 #: best-pkging-practices.dbk:839
1614 msgid "<emphasis>Preventive unfuzzy</emphasis> method:"
1615 msgstr ""
1616
1617 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1618 #: best-pkging-practices.dbk:844
1619 msgid ""
1620 "Try finding a complete translation file <emphasis role=\"strong\">before</"
1621 "emphasis> the change:"
1622 msgstr ""
1623
1624 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1625 #: best-pkging-practices.dbk:847 best-pkging-practices.dbk:918
1626 #, no-wrap
1627 msgid "for i in debian/po/*po; do echo -n $i: ; msgfmt -o /dev/null --statistics $i; done"
1628 msgstr ""
1629
1630 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1631 #: best-pkging-practices.dbk:849
1632 msgid ""
1633 "The file only showing <emphasis>translated</emphasis> items will be used as "
1634 "the reference file. If there is none (which should not happen if you take "
1635 "care to properly interact with translators), you should use the file with "
1636 "the most translated strings."
1637 msgstr ""
1638
1639 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1640 #: best-pkging-practices.dbk:857
1641 msgid ""
1642 "Identify the needed change. In this example, let's assume the change is "
1643 "about fixing a typo in the word <literal>typo</literal> which was "
1644 "inadvertently written as <literal>tpyo</literal>. Therefore, the change is "
1645 "<command>s/tpyo/typo</command>."
1646 msgstr ""
1647
1648 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1649 #: best-pkging-practices.dbk:865
1650 msgid ""
1651 "Check that this change is only applied to the place where you really intend "
1652 "to make it and <emphasis role=\"strong\">not</emphasis> in any other place "
1653 "where the original string is appropriate. This specifically applies to "
1654 "change in punctuation, for instance."
1655 msgstr ""
1656
1657 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1658 #: best-pkging-practices.dbk:873
1659 msgid ""
1660 "Modify all PO files by using <command>sed</command>. The use of that command "
1661 "is recommended over any text editor to guarantee that the files encoding "
1662 "will not be broken by the edit action:"
1663 msgstr ""
1664
1665 # type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1666 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1667 #: best-pkging-practices.dbk:878
1668 #, no-wrap
1669 msgid ""
1670 "cd debian/po\n"
1671 "for i in *.po; do sed -i 's/tpyo/typo/g' $i; done\n"
1672 msgstr ""
1673 "cd debian/po\n"
1674 "for i in *.po; do sed -i 's/tpyo/typo/g' $i; done\n"
1675
1676 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1677 #: best-pkging-practices.dbk:884
1678 msgid "Change the debconf template file to fix the typo."
1679 msgstr ""
1680
1681 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1682 #: best-pkging-practices.dbk:889
1683 msgid "Run <command>debconf-updatepo</command>."
1684 msgstr "<command>debconf-updatepo</command> を実行する。"
1685
1686 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1687 #: best-pkging-practices.dbk:894
1688 msgid ""
1689 "Check the <filename>foo.po</filename> reference file. Its statistics should "
1690 "not be changed:"
1691 msgstr ""
1692
1693 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1694 #: best-pkging-practices.dbk:898
1695 #, no-wrap
1696 msgid "msgfmt -o /dev/null --statistics debian/po/foo.po\n"
1697 msgstr "msgfmt -o /dev/null --statistics debian/po/foo.po\n"
1698
1699 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1700 #: best-pkging-practices.dbk:903
1701 msgid ""
1702 "If the file's statistics changed, you did something wrong. Try again or ask "
1703 "for help on the &email-debian-i18n; mailing list."
1704 msgstr ""
1705
1706 #. type: Content of: <chapter><section><section><section><para>
1707 #: best-pkging-practices.dbk:909
1708 msgid "Gettext utilities method:"
1709 msgstr "gettext ユーティリティを使う方法:"
1710
1711 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1712 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1713 #: best-pkging-practices.dbk:914
1714 #, fuzzy
1715 msgid ""
1716 "Put all incomplete PO files out of the way.  You can check the completeness "
1717 "by using (needs the <systemitem role=\"package\">gettext</systemitem> "
1718 "package installed):"
1719 msgstr ""
1720 ""
1721 "以下の様にすれば達成度をチェックできます (<systemitem role=\"package\">gettext</systemitem> "
1722 "パッケージがインストールされている必要があります):"
1723
1724 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1725 #: best-pkging-practices.dbk:922
1726 msgid ""
1727 "Move all files which report either fuzzy strings to a temporary place.  "
1728 "Files which report no fuzzy strings (only translated and untranslated) will "
1729 "be kept in place."
1730 msgstr ""
1731
1732 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1733 #: best-pkging-practices.dbk:929
1734 msgid ""
1735 "Now <emphasis role=\"strong\">and now only</emphasis>, modify the template "
1736 "for the typos and check again that translation are not impacted (typos, "
1737 "spelling errors, sometimes typographical corrections are usually OK)."
1738 msgstr ""
1739
1740 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1741 #: best-pkging-practices.dbk:936
1742 #, fuzzy
1743 msgid ""
1744 "Run <command>debconf-updatepo</command>.  This will fuzzy all strings you "
1745 "modified in translations.  You can see this by running the above again."
1746 msgstr ""
1747 "<command>debconf-updatepo</command> を実行します。これは、翻訳中であなたが"
1748 "変更したすべての文字列を fuzzy にします。"
1749
1750 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1751 #: best-pkging-practices.dbk:942
1752 msgid "Use the following command:"
1753 msgstr "以下のコマンドを利用してください:"
1754
1755 # type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1756 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1757 #: best-pkging-practices.dbk:944
1758 #, no-wrap
1759 msgid "for i in debian/po/*po; do msgattrib --output-file=$i --clear-fuzzy $i; done"
1760 msgstr "for i in debian/po/*po; do msgattrib --output-file=$i --clear-fuzzy $i; done"
1761
1762 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1763 #: best-pkging-practices.dbk:948
1764 msgid ""
1765 "Move back to <filename>debian/po</filename> the files which showed fuzzy "
1766 "strings in the first step."
1767 msgstr ""
1768 "最初の手順で fuzzy 文字列を表示していた <filename>debian/po</filename> のファイルに"
1769 "戻ってください。"
1770
1771 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1772 #: best-pkging-practices.dbk:953
1773 msgid "Run <command>debconf-updatepo</command> again."
1774 msgstr "再度 <command>debconf-updatepo</command> を実行してください。"
1775
1776 # type: Content of: <chapter><section><section><section><title>
1777 #. type: Content of: <chapter><section><section><section><title>
1778 #: best-pkging-practices.dbk:960
1779 msgid "Do not make assumptions about interfaces"
1780 msgstr ""
1781
1782 #. type: Content of: <chapter><section><section><section><para>
1783 #: best-pkging-practices.dbk:962
1784 msgid ""
1785 "Templates text should not make reference to widgets belonging to some "
1786 "debconf interfaces.  Sentences like <emphasis>If you answer Yes...</"
1787 "emphasis> have no meaning for users of graphical interfaces which use "
1788 "checkboxes for boolean questions."
1789 msgstr ""
1790
1791 # type: Content of: <chapter><section><section><section><para>
1792 #. type: Content of: <chapter><section><section><section><para>
1793 #: best-pkging-practices.dbk:967
1794 msgid ""
1795 "String templates should also avoid mentioning the default values in their "
1796 "description.  First, because this is redundant with the values seen by the "
1797 "users.  Also, because these default values may be different from the "
1798 "maintainer choices (for instance, when the debconf database was preseeded)."
1799 msgstr ""
1800
1801 # type: Content of: <chapter><section><section><section><para>
1802 #. type: Content of: <chapter><section><section><section><para>
1803 #: best-pkging-practices.dbk:973
1804 msgid ""
1805 "More generally speaking, try to avoid referring to user actions.  Just give "
1806 "facts."
1807 msgstr ""
1808
1809 # type: Content of: <chapter><section><section><section><title>
1810 #. type: Content of: <chapter><section><section><section><title>
1811 #: best-pkging-practices.dbk:979
1812 msgid "Do not use first person"
1813 msgstr "一人称を使わない"
1814
1815 #. type: Content of: <chapter><section><section><section><para>
1816 #: best-pkging-practices.dbk:981
1817 msgid ""
1818 "You should avoid the use of first person (<emphasis>I will do this...</"
1819 "emphasis> or <emphasis>We recommend...</emphasis>).  The computer is not a "
1820 "person and the Debconf templates do not speak for the Debian developers.  "
1821 "You should use neutral construction.  Those of you who already wrote "
1822 "scientific publications, just write your templates like you would write a "
1823 "scientific paper.  However, try using active voice if still possible, like "
1824 "<emphasis>Enable this if ...</emphasis> instead of <emphasis>This can be "
1825 "enabled if...</emphasis>."
1826 msgstr ""
1827
1828 # type: Content of: <chapter><section><section><section><title>
1829 #. type: Content of: <chapter><section><section><section><title>
1830 #: best-pkging-practices.dbk:991
1831 msgid "Be gender neutral"
1832 msgstr "性差に対して中立であってください"
1833
1834 # type: Content of: <chapter><section><section><section><para>
1835 #. type: Content of: <chapter><section><section><section><para>
1836 #: best-pkging-practices.dbk:993
1837 #, fuzzy
1838 msgid ""
1839 "The world is made of men and women.  Please use gender-neutral constructions "
1840 "in your writing."
1841 msgstr ""
1842 "世界は男と女で成り立っています。記述の際には、性差に対して中立な書き方を行ってください。"
1843
1844 # type: Content of: <chapter><section><section><title>
1845 #. type: Content of: <chapter><section><section><title>
1846 #: best-pkging-practices.dbk:1001
1847 msgid "Templates fields definition"
1848 msgstr "テンプレートのフィールド定義"
1849
1850 # type: Content of: <chapter><section><section><para>
1851 #. type: Content of: <chapter><section><section><para>
1852 #: best-pkging-practices.dbk:1003
1853 msgid ""
1854 "This part gives some information which is mostly taken from the "
1855 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1856 "manvolnum> </citerefentry> manual page."
1857 msgstr ""
1858
1859 # type: Content of: <chapter><section><section><section><title>
1860 #. type: Content of: <chapter><section><section><section><title>
1861 #: best-pkging-practices.dbk:1008
1862 msgid "Type"
1863 msgstr "Type"
1864
1865 #. type: Content of: <chapter><section><section><section><section><title>
1866 #: best-pkging-practices.dbk:1010
1867 msgid "string"
1868 msgstr "string"
1869
1870 # type: Content of: <chapter><section><section><section><section><para>
1871 #. type: Content of: <chapter><section><section><section><section><para>
1872 #: best-pkging-practices.dbk:1012
1873 msgid ""
1874 "Results in a free-form input field that the user can type any string into."
1875 msgstr ""
1876
1877 #. type: Content of: <chapter><section><section><section><section><title>
1878 #: best-pkging-practices.dbk:1017
1879 msgid "password"
1880 msgstr "password"
1881
1882 # type: Content of: <chapter><section><section><section><section><para>
1883 #. type: Content of: <chapter><section><section><section><section><para>
1884 #: best-pkging-practices.dbk:1019
1885 msgid ""
1886 "Prompts the user for a password.  Use this with caution; be aware that the "
1887 "password the user enters will be written to debconf's database.  You should "
1888 "probably clean that value out of the database as soon as is possible."
1889 msgstr ""
1890
1891 #. type: Content of: <chapter><section><section><section><section><title>
1892 #: best-pkging-practices.dbk:1026
1893 msgid "boolean"
1894 msgstr "boolean"
1895
1896 # type: Content of: <chapter><section><section><section><section><para>
1897 #. type: Content of: <chapter><section><section><section><section><para>
1898 #: best-pkging-practices.dbk:1028
1899 msgid ""
1900 "A true/false choice.  Remember: true/false, <emphasis role=\"strong\">not "
1901 "yes/no</emphasis>..."
1902 msgstr ""
1903 "true/false の選択です。注意点: true/false であって、<emphasis role=\"strong\">"
1904 "yes/no ではありません</emphasis>..."
1905
1906 #. type: Content of: <chapter><section><section><section><section><title>
1907 #: best-pkging-practices.dbk:1034
1908 msgid "select"
1909 msgstr "select"
1910
1911 #. type: Content of: <chapter><section><section><section><section><para>
1912 #: best-pkging-practices.dbk:1036
1913 msgid ""
1914 "A choice between one of a number of values.  The choices must be specified "
1915 "in a field named 'Choices'.  Separate the possible values with commas and "
1916 "spaces, like this: <literal>Choices: yes, no, maybe</literal>."
1917 msgstr ""
1918
1919 #. type: Content of: <chapter><section><section><section><section><para>
1920 #: best-pkging-practices.dbk:1041
1921 msgid ""
1922 "If choices are translatable strings, the 'Choices' field may be marked as "
1923 "translatable by using <literal>__Choices</literal>. The double underscore "
1924 "will split out each choice in a separate string."
1925 msgstr ""
1926
1927 #. type: Content of: <chapter><section><section><section><section><para>
1928 #: best-pkging-practices.dbk:1046
1929 msgid ""
1930 "The <command>po-debconf</command> system also offers interesting "
1931 "possibilities to only mark <emphasis role=\"strong\">some</emphasis> choices "
1932 "as translatable.  Example:"
1933 msgstr ""
1934
1935 #. type: Content of: <chapter><section><section><section><section><programlisting>
1936 #: best-pkging-practices.dbk:1051
1937 #, no-wrap
1938 msgid ""
1939 "Template: foo/bar\n"
1940 "Type: Select\n"
1941 "#flag:translate:3\n"
1942 "__Choices: PAL, SECAM, Other\n"
1943 "_Description: TV standard:\n"
1944 " Please choose the TV standard used in your country.\n"
1945 msgstr ""
1946 "Template: foo/bar\n"
1947 "Type: Select\n"
1948 "#flag:translate:3\n"
1949 "__Choices: PAL, SECAM, Other\n"
1950 "_Description: TV standard:\n"
1951 " Please choose the TV standard used in your country.\n"
1952
1953 #. type: Content of: <chapter><section><section><section><section><para>
1954 #: best-pkging-practices.dbk:1059
1955 msgid ""
1956 "In that example, only the 'Other' string is translatable while others are "
1957 "acronyms that should not be translated. The above allows only 'Other' to be "
1958 "included in PO and POT files."
1959 msgstr ""
1960
1961 #. type: Content of: <chapter><section><section><section><section><para>
1962 #: best-pkging-practices.dbk:1064
1963 msgid ""
1964 "The debconf templates flag system offers many such possibilities. The "
1965 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
1966 "manvolnum> </citerefentry> manual page lists all these possibilities."
1967 msgstr ""
1968
1969 #. type: Content of: <chapter><section><section><section><section><title>
1970 #: best-pkging-practices.dbk:1072
1971 msgid "multiselect"
1972 msgstr "multiselect"
1973
1974 # type: Content of: <chapter><section><section><section><section><para>
1975 #. type: Content of: <chapter><section><section><section><section><para>
1976 #: best-pkging-practices.dbk:1074
1977 msgid ""
1978 "Like the select data type, except the user can choose any number of items "
1979 "from the choices list (or chose none of them)."
1980 msgstr ""
1981
1982 #. type: Content of: <chapter><section><section><section><section><title>
1983 #: best-pkging-practices.dbk:1080
1984 msgid "note"
1985 msgstr ""
1986
1987 # type: Content of: <chapter><section><section><section><section><para>
1988 #. type: Content of: <chapter><section><section><section><section><para>
1989 #: best-pkging-practices.dbk:1082
1990 msgid ""
1991 "Rather than being a question per se, this datatype indicates a note that can "
1992 "be displayed to the user.  It should be used only for important notes that "
1993 "the user really should see, since debconf will go to great pains to make "
1994 "sure the user sees it; halting the install for them to press a key, and even "
1995 "mailing the note to them in some cases."
1996 msgstr ""
1997
1998 #. type: Content of: <chapter><section><section><section><section><title>
1999 #: best-pkging-practices.dbk:1091
2000 msgid "text"
2001 msgstr "text"
2002
2003 # type: Content of: <chapter><section><section><section><section><para>
2004 #. type: Content of: <chapter><section><section><section><section><para>
2005 #: best-pkging-practices.dbk:1093
2006 msgid "This type is now considered obsolete: don't use it."
2007 msgstr "この種類は現状では古すぎるものと考えられています: 使わないでください。"
2008
2009 #. type: Content of: <chapter><section><section><section><section><title>
2010 #: best-pkging-practices.dbk:1098
2011 msgid "error"
2012 msgstr "error"
2013
2014 # type: Content of: <chapter><section><section><section><section><para>
2015 #. type: Content of: <chapter><section><section><section><section><para>
2016 #: best-pkging-practices.dbk:1100
2017 msgid ""
2018 "This type is designed to handle error messages.  It is mostly similar to the "
2019 "note type.  Frontends may present it differently (for instance, the dialog "
2020 "frontend of cdebconf draws a red screen instead of the usual blue one)."
2021 msgstr ""
2022
2023 # type: Content of: <chapter><section><section><section><section><para>
2024 #. type: Content of: <chapter><section><section><section><section><para>
2025 #: best-pkging-practices.dbk:1105
2026 msgid ""
2027 "It is recommended to use this type for any message that needs user attention "
2028 "for a correction of any kind."
2029 msgstr ""
2030
2031 # type: Content of: <chapter><section><section><section><title>
2032 #. type: Content of: <chapter><section><section><section><title>
2033 #: best-pkging-practices.dbk:1113
2034 msgid "Description: short and extended description"
2035 msgstr ""
2036
2037 # type: Content of: <chapter><section><section><section><para>
2038 #. type: Content of: <chapter><section><section><section><para>
2039 #: best-pkging-practices.dbk:1115
2040 msgid ""
2041 "Template descriptions have two parts: short and extended.  The short "
2042 "description is in the Description: line of the template."
2043 msgstr ""
2044
2045 # type: Content of: <chapter><section><section><section><para>
2046 #. type: Content of: <chapter><section><section><section><para>
2047 #: best-pkging-practices.dbk:1119
2048 msgid ""
2049 "The short description should be kept short (50 characters or so) so that it "
2050 "may be accommodated by most debconf interfaces.  Keeping it short also helps "
2051 "translators, as usually translations tend to end up being longer than the "
2052 "original."
2053 msgstr ""
2054
2055 # type: Content of: <chapter><section><section><section><para>
2056 #. type: Content of: <chapter><section><section><section><para>
2057 #: best-pkging-practices.dbk:1125
2058 msgid ""
2059 "The short description should be able to stand on its own.  Some interfaces "
2060 "do not show the long description by default, or only if the user explicitely "
2061 "asks for it or even do not show it at all.  Avoid things like What do you "
2062 "want to do?"
2063 msgstr ""
2064
2065 # type: Content of: <chapter><section><section><section><para>
2066 #. type: Content of: <chapter><section><section><section><para>
2067 #: best-pkging-practices.dbk:1131
2068 msgid ""
2069 "The short description does not necessarily have to be a full sentence.  This "
2070 "is part of the keep it short and efficient recommendation."
2071 msgstr ""
2072
2073 # type: Content of: <chapter><section><section><section><para>
2074 #. type: Content of: <chapter><section><section><section><para>
2075 #: best-pkging-practices.dbk:1135
2076 msgid ""
2077 "The extended description should not repeat the short description word for "
2078 "word.  If you can't think up a long description, then first, think some "
2079 "more.  Post to debian-devel.  Ask for help.  Take a writing class! That "
2080 "extended description is important.  If after all that you still can't come "
2081 "up with anything, leave it blank."
2082 msgstr ""
2083
2084 # type: Content of: <chapter><section><section><section><para>
2085 #. type: Content of: <chapter><section><section><section><para>
2086 #: best-pkging-practices.dbk:1142
2087 msgid ""
2088 "The extended description should use complete sentences.  Paragraphs should "
2089 "be kept short for improved readability.  Do not mix two ideas in the same "
2090 "paragraph but rather use another paragraph."
2091 msgstr ""
2092
2093 # type: Content of: <chapter><section><section><section><para>
2094 #. type: Content of: <chapter><section><section><section><para>
2095 #: best-pkging-practices.dbk:1147
2096 msgid ""
2097 "Don't be too verbose.  User tend to ignore too long screens.  20 lines are "
2098 "by experience a border you shouldn't cross, because that means that in the "
2099 "classical dialog interface, people will need to scroll, and lot of people "
2100 "just don't do that."
2101 msgstr ""
2102
2103 # type: Content of: <chapter><section><section><section><para>
2104 #. type: Content of: <chapter><section><section><section><para>
2105 #: best-pkging-practices.dbk:1153
2106 msgid ""
2107 "The extended description should <emphasis role=\"strong\">never</emphasis> "
2108 "include a question."
2109 msgstr ""
2110
2111 # type: Content of: <chapter><section><section><section><para>
2112 #. type: Content of: <chapter><section><section><section><para>
2113 #: best-pkging-practices.dbk:1157
2114 msgid ""
2115 "For specific rules depending on templates type (string, boolean, etc.), "
2116 "please read below."
2117 msgstr ""
2118
2119 # type: Content of: <chapter><section><section><section><title>
2120 #. type: Content of: <chapter><section><section><section><title>
2121 #: best-pkging-practices.dbk:1163
2122 msgid "Choices"
2123 msgstr "Choices"
2124
2125 #. type: Content of: <chapter><section><section><section><para>
2126 #: best-pkging-practices.dbk:1165
2127 msgid ""
2128 "This field should be used for select and multiselect types.  It contains the "
2129 "possible choices which will be presented to users.  These choices should be "
2130 "separated by commas."
2131 msgstr ""
2132
2133 # type: Content of: <chapter><section><section><section><title>
2134 #. type: Content of: <chapter><section><section><section><title>
2135 #: best-pkging-practices.dbk:1172
2136 msgid "Default"
2137 msgstr "Default"
2138
2139 # type: Content of: <chapter><section><section><section><para>
2140 #. type: Content of: <chapter><section><section><section><para>
2141 #: best-pkging-practices.dbk:1174
2142 msgid ""
2143 "This field is optional.  It contains the default answer for string, select "
2144 "and multiselect templates.  For multiselect templates, it may contain a "
2145 "comma-separated list of choices."
2146 msgstr ""
2147
2148 # type: Content of: <chapter><section><section><title>
2149 #. type: Content of: <chapter><section><section><title>
2150 #: best-pkging-practices.dbk:1183
2151 msgid "Templates fields specific style guide"
2152 msgstr ""
2153
2154 # type: Content of: <chapter><section><section><section><title>
2155 #. type: Content of: <chapter><section><section><section><title>
2156 #: best-pkging-practices.dbk:1185
2157 msgid "Type field"
2158 msgstr ""
2159
2160 # type: Content of: <chapter><section><section><section><para>
2161 #. type: Content of: <chapter><section><section><section><para>
2162 #: best-pkging-practices.dbk:1187
2163 msgid ""
2164 "No specific indication except: use the appropriate type by referring to the "
2165 "previous section."
2166 msgstr ""
2167
2168 # type: Content of: <chapter><section><section><section><title>
2169 #. type: Content of: <chapter><section><section><section><title>
2170 #: best-pkging-practices.dbk:1193
2171 msgid "Description field"
2172 msgstr ""
2173
2174 # type: Content of: <chapter><section><section><section><para>
2175 #. type: Content of: <chapter><section><section><section><para>
2176 #: best-pkging-practices.dbk:1195
2177 msgid ""
2178 "Below are specific instructions for properly writing the Description (short "
2179 "and extended) depending on the template type."
2180 msgstr ""
2181
2182 # type: Content of: <chapter><section><section><section><section><title>
2183 #. type: Content of: <chapter><section><section><section><section><title>
2184 #: best-pkging-practices.dbk:1199
2185 msgid "String/password templates"
2186 msgstr "String/password テンプレート"
2187
2188 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2189 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2190 #: best-pkging-practices.dbk:1203
2191 msgid ""
2192 "The short description is a prompt and <emphasis role=\"strong\">not</"
2193 "emphasis> a title.  Avoid question style prompts (IP Address?) in favour of "
2194 "opened prompts (IP address:).  The use of colons is recommended."
2195 msgstr ""
2196
2197 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2198 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2199 #: best-pkging-practices.dbk:1210
2200 msgid ""
2201 "The extended description is a complement to the short description.  In the "
2202 "extended part, explain what is being asked, rather than ask the same "
2203 "question again using longer words.  Use complete sentences.  Terse writing "
2204 "style is strongly discouraged."
2205 msgstr ""
2206
2207 # type: Content of: <chapter><section><section><section><section><title>
2208 #. type: Content of: <chapter><section><section><section><section><title>
2209 #: best-pkging-practices.dbk:1220
2210 msgid "Boolean templates"
2211 msgstr "Boolean テンプレート"
2212
2213 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2214 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2215 #: best-pkging-practices.dbk:1224
2216 msgid ""
2217 "The short description should be phrased in the form of a question which "
2218 "should be kept short and should generally end with a question mark.  Terse "
2219 "writing style is permitted and even encouraged if the question is rather "
2220 "long (remember that translations are often longer than original versions)."
2221 msgstr ""
2222
2223 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2224 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2225 #: best-pkging-practices.dbk:1232
2226 msgid ""
2227 "Again, please avoid referring to specific interface widgets.  A common "
2228 "mistake for such templates is if you answer Yes-type constructions."
2229 msgstr ""
2230
2231 # type: Content of: <chapter><section><section><section><section><title>
2232 #. type: Content of: <chapter><section><section><section><section><title>
2233 #: best-pkging-practices.dbk:1240
2234 msgid "Select/Multiselect"
2235 msgstr "Select/Multiselect"
2236
2237 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2238 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2239 #: best-pkging-practices.dbk:1244
2240 msgid ""
2241 "The short description is a prompt and <emphasis role=\"strong\">not</"
2242 "emphasis> a title.  Do <emphasis role=\"strong\">not</emphasis> use useless "
2243 "Please choose...  constructions.  Users are clever enough to figure out they "
2244 "have to choose something...:)"
2245 msgstr ""
2246
2247 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2248 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2249 #: best-pkging-practices.dbk:1252
2250 msgid ""
2251 "The extended description will complete the short description.  It may refer "
2252 "to the available choices.  It may also mention that the user may choose more "
2253 "than one of the available choices, if the template is a multiselect one "
2254 "(although the interface often makes this clear)."
2255 msgstr ""
2256
2257 # type: Content of: <chapter><section><section><section><section><title>
2258 #. type: Content of: <chapter><section><section><section><section><title>
2259 #: best-pkging-practices.dbk:1262
2260 msgid "Notes"
2261 msgstr ""
2262
2263 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2264 #: best-pkging-practices.dbk:1266
2265 msgid ""
2266 "The short description should be considered to be a <emphasis role=\"strong"
2267 "\">title</emphasis>."
2268 msgstr ""
2269
2270 # type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2271 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2272 #: best-pkging-practices.dbk:1271
2273 msgid ""
2274 "The extended description is what will be displayed as a more detailed "
2275 "explanation of the note.  Phrases, no terse writing style."
2276 msgstr ""
2277
2278 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2279 #: best-pkging-practices.dbk:1277
2280 msgid ""
2281 "<emphasis role=\"strong\">Do not abuse debconf.</emphasis> Notes are the "
2282 "most common way to abuse debconf.  As written in debconf-devel manual page: "
2283 "it's best to use them only for warning about very serious problems.  The "
2284 "<filename>NEWS.Debian</filename> or <filename>README.Debian</filename> files "
2285 "are the appropriate location for a lot of notes.  If, by reading this, you "
2286 "consider converting your Note type templates to entries in <filename>NEWS."
2287 "Debian</filename> or <filename>README.Debian</filename>, plus consider "
2288 "keeping existing translations for the future."
2289 msgstr ""
2290
2291 # type: Content of: <chapter><section><section><section><title>
2292 #. type: Content of: <chapter><section><section><section><title>
2293 #: best-pkging-practices.dbk:1292
2294 msgid "Choices field"
2295 msgstr ""
2296
2297 # type: Content of: <chapter><section><section><section><para>
2298 #. type: Content of: <chapter><section><section><section><para>
2299 #: best-pkging-practices.dbk:1294
2300 msgid ""
2301 "If the Choices are likely to change often, please consider using the "
2302 "__Choices trick.  This will split each individual choice into a single "
2303 "string, which will considerably help translators for doing their work."
2304 msgstr ""
2305
2306 # type: Content of: <chapter><section><section><section><title>
2307 #. type: Content of: <chapter><section><section><section><title>
2308 #: best-pkging-practices.dbk:1301 best-pkging-practices.dbk:1339
2309 msgid "Default field"
2310 msgstr ""
2311
2312 #. type: Content of: <chapter><section><section><section><para>
2313 #: best-pkging-practices.dbk:1303
2314 msgid ""
2315 "If the default value, for a select template, is likely to vary depending on "
2316 "the user language (for instance, if the choice is a language choice), please "
2317 "use the _Default trick."
2318 msgstr ""
2319
2320 #. type: Content of: <chapter><section><section><section><para>
2321 #: best-pkging-practices.dbk:1308
2322 msgid ""
2323 "This special field allow translators to put the most appropriate choice "
2324 "according to their own language.  It will become the default choice when "
2325 "their language is used while your own mentioned Default Choice will be used "
2326 "when using English."
2327 msgstr ""
2328
2329 # type: Content of: <chapter><section><section><section><para>
2330 #. type: Content of: <chapter><section><section><section><para>
2331 #: best-pkging-practices.dbk:1314
2332 msgid "Example, taken from the geneweb package templates:"
2333 msgstr "geneweb パッケージのテンプレートを例にとってみましょう:"
2334
2335 #. type: Content of: <chapter><section><section><section><screen>
2336 #: best-pkging-practices.dbk:1317
2337 #, no-wrap
2338 msgid ""
2339 "Template: geneweb/lang\n"
2340 "Type: select\n"
2341 "__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"
2342 "# This is the default choice. Translators may put their own language here\n"
2343 "# instead of the default.\n"
2344 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2345 "# For instance, the french translator will need to put French (fr) here.\n"
2346 "_Default: English[ translators, please see comment in PO files]\n"
2347 "_Description: Geneweb default language:\n"
2348 msgstr ""
2349 "Template: geneweb/lang\n"
2350 "Type: select\n"
2351 "__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"
2352 "# This is the default choice. Translators may put their own language here\n"
2353 "# instead of the default.\n"
2354 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2355 "# For instance, the french translator will need to put French (fr) here.\n"
2356 "_Default: English[ translators, please see comment in PO files]\n"
2357 "_Description: Geneweb default language:\n"
2358
2359 # type: Content of: <chapter><section><section><section><para>
2360 #. type: Content of: <chapter><section><section><section><para>
2361 #: best-pkging-practices.dbk:1328
2362 msgid ""
2363 "Note the use of brackets which allow internal comments in debconf fields.  "
2364 "Also note the use of comments which will show up in files the translators "
2365 "will work with."
2366 msgstr ""
2367
2368 #. type: Content of: <chapter><section><section><section><para>
2369 #: best-pkging-practices.dbk:1333
2370 msgid ""
2371 "The comments are needed as the _Default trick is a bit confusing: the "
2372 "translators may put their own choice"
2373 msgstr ""
2374
2375 # type: Content of: <chapter><section><section><section><para>
2376 #. type: Content of: <chapter><section><section><section><para>
2377 #: best-pkging-practices.dbk:1341
2378 msgid ""
2379 "Do NOT use empty default field.  If you don't want to use default values, do "
2380 "not use Default at all."
2381 msgstr ""
2382
2383 #. type: Content of: <chapter><section><section><section><para>
2384 #: best-pkging-practices.dbk:1345
2385 msgid ""
2386 "If you use po-debconf (and you <emphasis role=\"strong\">should</emphasis>, "
2387 "see <xref linkend=\"s6.5.2.2\"/>), consider making this field translatable, "
2388 "if you think it may be translated."
2389 msgstr ""
2390
2391 #. type: Content of: <chapter><section><section><section><para>
2392 #: best-pkging-practices.dbk:1350
2393 msgid ""
2394 "If the default value may vary depending on language/country (for instance "
2395 "the default value for a language choice), consider using the special "
2396 "_Default type documented in <citerefentry> <refentrytitle>po-debconf</"
2397 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>."
2398 msgstr ""
2399
2400 # type: Content of: <chapter><section><title>
2401 #. type: Content of: <chapter><section><title>
2402 #: best-pkging-practices.dbk:1362
2403 msgid "Internationalization"
2404 msgstr "国際化"
2405
2406 #. type: Content of: <chapter><section><para>
2407 #: best-pkging-practices.dbk:1364
2408 msgid ""
2409 "This section contains global information for developers to make translators' "
2410 "life easier.  More information for translators and developers interrested in "
2411 "internationalization are available in the <ulink url=\"&url-i18n-l10n;"
2412 "\">Internationalisation and localisation in Debian</ulink> documentation."
2413 msgstr ""
2414
2415 # type: Content of: <chapter><section><section><title>
2416 #. type: Content of: <chapter><section><section><title>
2417 #: best-pkging-practices.dbk:1371
2418 msgid "Handling debconf translations"
2419 msgstr "debconf の翻訳を取り扱う"
2420
2421 # type: Content of: <chapter><section><section><para>
2422 #. type: Content of: <chapter><section><section><para>
2423 #: best-pkging-practices.dbk:1373
2424 msgid ""
2425 "Like porters, translators have a difficult task.  They work on many packages "
2426 "and must collaborate with many different maintainers.  Moreover, most of the "
2427 "time, they are not native English speakers, so you may need to be "
2428 "particularly patient with them."
2429 msgstr ""
2430
2431 # type: Content of: <chapter><section><section><para>
2432 #. type: Content of: <chapter><section><section><para>
2433 #: best-pkging-practices.dbk:1379
2434 msgid ""
2435 "The goal of <systemitem role=\"package\">debconf</systemitem> was to make "
2436 "packages configuration easier for maintainers and for users.  Originally, "
2437 "translation of debconf templates was handled with <command>debconf-"
2438 "mergetemplate</command>.  However, that technique is now deprecated; the "
2439 "best way to accomplish <systemitem role=\"package\">debconf</systemitem> "
2440 "internationalization is by using the <systemitem role=\"package\">po-"
2441 "debconf</systemitem> package.  This method is easier both for maintainer and "
2442 "translators; transition scripts are provided."
2443 msgstr ""
2444
2445 #. type: Content of: <chapter><section><section><para>
2446 #: best-pkging-practices.dbk:1389
2447 msgid ""
2448 "Using <systemitem role=\"package\">po-debconf</systemitem>, the translation "
2449 "is stored in <filename>.po</filename> files (drawing from <command>gettext</"
2450 "command> translation techniques).  Special template files contain the "
2451 "original messages and mark which fields are translatable.  When you change "
2452 "the value of a translatable field, by calling <command>debconf-updatepo</"
2453 "command>, the translation is marked as needing attention from the "
2454 "translators.  Then, at build time, the <command>dh_installdebconf</command> "
2455 "program takes care of all the needed magic to add the template along with "
2456 "the up-to-date translations into the binary packages.  Refer to the "
2457 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2458 "manvolnum> </citerefentry> manual page for details."
2459 msgstr ""
2460
2461 # type: Content of: <chapter><section><section><title>
2462 #. type: Content of: <chapter><section><section><title>
2463 #: best-pkging-practices.dbk:1405
2464 msgid "Internationalized documentation"
2465 msgstr "ドキュメントの国際化"
2466
2467 # type: Content of: <chapter><section><section><para>
2468 #. type: Content of: <chapter><section><section><para>
2469 #: best-pkging-practices.dbk:1407
2470 msgid ""
2471 "Internationalizing documentation is crucial for users, but a lot of labor.  "
2472 "There's no way to eliminate all that work, but you can make things easier "
2473 "for translators."
2474 msgstr ""
2475
2476 #. type: Content of: <chapter><section><section><para>
2477 #: best-pkging-practices.dbk:1412
2478 msgid ""
2479 "If you maintain documentation of any size, it is easier for translators if "
2480 "they have access to a source control system.  That lets translators see the "
2481 "differences between two versions of the documentation, so, for instance, "
2482 "they can see what needs to be retranslated.  It is recommended that the "
2483 "translated documentation maintain a note about what source control revision "
2484 "the translation is based on.  An interesting system is provided by <ulink "
2485 "url=\"&url-i18n-doc-check;\">doc-check</ulink> in the <systemitem role="
2486 "\"package\">debian-installer</systemitem> package, which shows an overview "
2487 "of the translation status for any given language, using structured comments "
2488 "for the current revision of the file to be translated and, for a translated "
2489 "file, the revision of the original file the translation is based on.  You "
2490 "might wish to adapt and provide that in your VCS area."
2491 msgstr ""
2492
2493 # type: Content of: <chapter><section><section><para>
2494 #. type: Content of: <chapter><section><section><para>
2495 #: best-pkging-practices.dbk:1426
2496 msgid ""
2497 "If you maintain XML or SGML documentation, we suggest that you isolate any "
2498 "language-independent information and define those as entities in a separate "
2499 "file which is included by all the different translations.  This makes it "
2500 "much easier, for instance, to keep URLs up to date across multiple files."
2501 msgstr ""
2502
2503 #. type: Content of: <chapter><section><section><para>
2504 #: best-pkging-practices.dbk:1432
2505 msgid ""
2506 "Some tools (e.g. <systemitem role=\"package\">po4a</systemitem>, <systemitem "
2507 "role=\"package\">poxml</systemitem>, or the <systemitem role=\"package"
2508 "\">translate-toolkit</systemitem>) are specialized in extracting the "
2509 "translatable material from different formats.  They produce PO files, a "
2510 "format quite common to translators, which permits to see what needs to be "
2511 "retranslated when the translated document is updated."
2512 msgstr ""
2513
2514 # type: Content of: <chapter><section><title>
2515 #. type: Content of: <chapter><section><title>
2516 #: best-pkging-practices.dbk:1444
2517 msgid "Common packaging situations"
2518 msgstr ""
2519
2520 # type: Content of: <chapter><section><section><title>
2521 #. type: Content of: <chapter><section><section><title>
2522 #: best-pkging-practices.dbk:1455
2523 msgid "Packages using <command>autoconf</command>/<command>automake</command>"
2524 msgstr ""
2525 "<command>autoconf</command>/<command>automake</command> を使っているパッケー"
2526 "ジ"
2527
2528 # type: Content of: <chapter><section><section><para>
2529 #. type: Content of: <chapter><section><section><para>
2530 #: best-pkging-practices.dbk:1457
2531 msgid ""
2532 "Keeping <command>autoconf</command>'s <filename>config.sub</filename> and "
2533 "<filename>config.guess</filename> files up to date is critical for porters, "
2534 "especially on more volatile architectures.  Some very good packaging "
2535 "practices for any package using <command>autoconf</command> and/or "
2536 "<command>automake</command> have been synthesized in &file-bpp-autotools; "
2537 "from the <systemitem role=\"package\">autotools-dev</systemitem> package.  "
2538 "You're strongly encouraged to read this file and to follow the given "
2539 "recommendations."
2540 msgstr ""
2541
2542 # type: Content of: <chapter><section><section><title>
2543 #. type: Content of: <chapter><section><section><title>
2544 #: best-pkging-practices.dbk:1469
2545 msgid "Libraries"
2546 msgstr "ライブラリ"
2547
2548 # type: Content of: <chapter><section><section><para>
2549 #. type: Content of: <chapter><section><section><para>
2550 #: best-pkging-practices.dbk:1471
2551 msgid ""
2552 "Libraries are always difficult to package for various reasons.  The policy "
2553 "imposes many constraints to ease their maintenance and to make sure upgrades "
2554 "are as simple as possible when a new upstream version comes out.  Breakage "
2555 "in a library can result in dozens of dependent packages breaking."
2556 msgstr ""
2557
2558 # type: Content of: <chapter><section><section><para>
2559 #. type: Content of: <chapter><section><section><para>
2560 #: best-pkging-practices.dbk:1477
2561 msgid ""
2562 "Good practices for library packaging have been grouped in <ulink url=\"&url-"
2563 "libpkg-guide;\">the library packaging guide</ulink>."
2564 msgstr ""
2565
2566 # type: Content of: <chapter><section><section><title>
2567 #. type: Content of: <chapter><section><section><title>
2568 #: best-pkging-practices.dbk:1484
2569 msgid "Documentation"
2570 msgstr "ドキュメント化"
2571
2572 # type: Content of: <chapter><section><section><para>
2573 #. type: Content of: <chapter><section><section><para>
2574 #: best-pkging-practices.dbk:1486
2575 msgid ""
2576 "Be sure to follow the <ulink url=\"&url-debian-policy;ch-docs.html\">Policy "
2577 "on documentation</ulink>."
2578 msgstr ""
2579
2580 # type: Content of: <chapter><section><section><para>
2581 #. type: Content of: <chapter><section><section><para>
2582 #: best-pkging-practices.dbk:1491
2583 msgid ""
2584 "If your package contains documentation built from XML or SGML, we recommend "
2585 "you not ship the XML or SGML source in the binary package(s).  If users want "
2586 "the source of the documentation, they should retrieve the source package."
2587 msgstr ""
2588
2589 # type: Content of: <chapter><section><section><para>
2590 #. type: Content of: <chapter><section><section><para>
2591 #: best-pkging-practices.dbk:1496
2592 msgid ""
2593 "Policy specifies that documentation should be shipped in HTML format.  We "
2594 "also recommend shipping documentation in PDF and plain text format if "
2595 "convenient and if output of reasonable quality is possible.  However, it is "
2596 "generally not appropriate to ship plain text versions of documentation whose "
2597 "source format is HTML."
2598 msgstr ""
2599
2600 # type: Content of: <chapter><section><section><para>
2601 #. type: Content of: <chapter><section><section><para>
2602 #: best-pkging-practices.dbk:1503
2603 msgid ""
2604 "Major shipped manuals should register themselves with <systemitem role="
2605 "\"package\">doc-base</systemitem> on installation.  See the <systemitem role="
2606 "\"package\">doc-base</systemitem> package documentation for more information."
2607 msgstr ""
2608
2609 #. type: Content of: <chapter><section><section><para>
2610 #: best-pkging-practices.dbk:1509
2611 msgid ""
2612 "Debian policy (section 12.1) directs that manual pages should accompany "
2613 "every program, utility, and function, and suggests them for other objects "
2614 "like configuration files. If the work you are packaging does not have such "
2615 "manual pages, consider writing them for inclusion in your package, and "
2616 "submitting them upstream."
2617 msgstr ""
2618
2619 #. type: Content of: <chapter><section><section><para>
2620 #: best-pkging-practices.dbk:1516
2621 msgid ""
2622 "The manpages do not need to be written directly in the troff format.  "
2623 "Popular source formats are Docbook, POD and reST, which can be converted "
2624 "using <command>xsltproc</command>, <command>pod2man</command> and "
2625 "<command>rst2man</command> respectively. To a lesser extent, the "
2626 "<command>help2man</command> program can also be used to write a stub."
2627 msgstr ""
2628
2629 # type: Content of: <chapter><section><section><title>
2630 #. type: Content of: <chapter><section><section><title>
2631 #: best-pkging-practices.dbk:1525
2632 msgid "Specific types of packages"
2633 msgstr ""
2634
2635 # type: Content of: <chapter><section><section><para>
2636 #. type: Content of: <chapter><section><section><para>
2637 #: best-pkging-practices.dbk:1527
2638 msgid ""
2639 "Several specific types of packages have special sub-policies and "
2640 "corresponding packaging rules and practices:"
2641 msgstr ""
2642
2643 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2644 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2645 #: best-pkging-practices.dbk:1533
2646 msgid ""
2647 "Perl related packages have a <ulink url=\"&url-perl-policy;\">Perl policy</"
2648 "ulink>, some examples of packages following that policy are <systemitem role="
2649 "\"package\">libdbd-pg-perl</systemitem> (binary perl module) or <systemitem "
2650 "role=\"package\">libmldbm-perl</systemitem> (arch independent perl module)."
2651 msgstr ""
2652
2653 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2654 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2655 #: best-pkging-practices.dbk:1542
2656 msgid ""
2657 "Python related packages have their python policy; see &file-python-policy; "
2658 "in the <systemitem role=\"package\">python</systemitem> package."
2659 msgstr ""
2660
2661 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2662 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2663 #: best-pkging-practices.dbk:1549
2664 msgid ""
2665 "Emacs related packages have the <ulink url=\"&url-emacs-policy;\">emacs "
2666 "policy</ulink>."
2667 msgstr ""
2668
2669 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2670 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2671 #: best-pkging-practices.dbk:1556
2672 msgid ""
2673 "Java related packages have their <ulink url=\"&url-java-policy;\">java "
2674 "policy</ulink>."
2675 msgstr ""
2676
2677 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2678 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2679 #: best-pkging-practices.dbk:1563
2680 msgid ""
2681 "Ocaml related packages have their own policy, found in &file-ocaml-policy; "
2682 "from the <systemitem role=\"package\">ocaml</systemitem> package.  A good "
2683 "example is the <systemitem role=\"package\">camlzip</systemitem> source "
2684 "package."
2685 msgstr ""
2686
2687 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2688 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2689 #: best-pkging-practices.dbk:1571
2690 msgid ""
2691 "Packages providing XML or SGML DTDs should conform to the recommendations "
2692 "found in the <systemitem role=\"package\">sgml-base-doc</systemitem> package."
2693 msgstr ""
2694
2695 # type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2696 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2697 #: best-pkging-practices.dbk:1577
2698 msgid ""
2699 "Lisp packages should register themselves with <systemitem role=\"package"
2700 "\">common-lisp-controller</systemitem>, about which see &file-lisp-"
2701 "controller;."
2702 msgstr ""
2703
2704 # type: Content of: <chapter><section><section><title>
2705 #. type: Content of: <chapter><section><section><title>
2706 #: best-pkging-practices.dbk:1607
2707 msgid "Architecture-independent data"
2708 msgstr "アーキテクチャ非依存のデータ"
2709
2710 # type: Content of: <chapter><section><section><para>
2711 #. type: Content of: <chapter><section><section><para>
2712 #: best-pkging-practices.dbk:1609
2713 msgid ""
2714 "It is not uncommon to have a large amount of architecture-independent data "
2715 "packaged with a program.  For example, audio files, a collection of icons, "
2716 "wallpaper patterns, or other graphic files.  If the size of this data is "
2717 "negligible compared to the size of the rest of the package, it's probably "
2718 "best to keep it all in a single package."
2719 msgstr ""
2720
2721 #. type: Content of: <chapter><section><section><para>
2722 #: best-pkging-practices.dbk:1616
2723 msgid ""
2724 "However, if the size of the data is considerable, consider splitting it out "
2725 "into a separate, architecture-independent package (<filename>_all.deb</"
2726 "filename>).  By doing this, you avoid needless duplication of the same data "
2727 "into eleven or more .debs, one per each architecture.  While this adds some "
2728 "extra overhead into the <filename>Packages</filename> files, it saves a lot "
2729 "of disk space on Debian mirrors.  Separating out architecture-independent "
2730 "data also reduces processing time of <command>lintian</command> (see <xref "
2731 "linkend=\"tools-lint\"/>) when run over the entire Debian archive."
2732 msgstr ""
2733
2734 # type: Content of: <chapter><section><section><title>
2735 #. type: Content of: <chapter><section><section><title>
2736 #: best-pkging-practices.dbk:1628
2737 msgid "Needing a certain locale during build"
2738 msgstr ""
2739
2740 # type: Content of: <chapter><section><section><para>
2741 #. type: Content of: <chapter><section><section><para>
2742 #: best-pkging-practices.dbk:1630
2743 msgid ""
2744 "If you need a certain locale during build, you can create a temporary file "
2745 "via this trick:"
2746 msgstr ""
2747
2748 # type: Content of: <chapter><section><section><para>
2749 #. type: Content of: <chapter><section><section><para>
2750 #: best-pkging-practices.dbk:1634
2751 msgid ""
2752 "If you set <varname>LOCPATH</varname> to the equivalent of <filename>/usr/"
2753 "lib/locale</filename>, and <varname>LC_ALL</varname> to the name of the "
2754 "locale you generate, you should get what you want without being root.  "
2755 "Something like this:"
2756 msgstr ""
2757
2758 # type: Content of: <chapter><section><section><screen>
2759 #. type: Content of: <chapter><section><section><screen>
2760 #: best-pkging-practices.dbk:1639
2761 #, no-wrap
2762 msgid ""
2763 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
2764 "LOCALE_NAME=en_IN\n"
2765 "LOCALE_CHARSET=UTF-8\n"
2766 "\n"
2767 "mkdir -p $LOCALE_PATH\n"
2768 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
2769 "\n"
2770 "# Using the locale\n"
2771 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
2772 msgstr ""
2773 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
2774 "LOCALE_NAME=en_IN\n"
2775 "LOCALE_CHARSET=UTF-8\n"
2776 "\n"
2777 "mkdir -p $LOCALE_PATH\n"
2778 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
2779 "\n"
2780 "# ロケールを使う\n"
2781 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
2782
2783 # type: Content of: <chapter><section><section><title>
2784 #. type: Content of: <chapter><section><section><title>
2785 #: best-pkging-practices.dbk:1652
2786 msgid "Make transition packages deborphan compliant"
2787 msgstr ""
2788
2789 # type: Content of: <chapter><section><section><para>
2790 #. type: Content of: <chapter><section><section><para>
2791 #: best-pkging-practices.dbk:1654
2792 msgid ""
2793 "Deborphan is a program for helping users to detect which packages can safely "
2794 "be removed from the system, i.e.  the ones that have no packages depending "
2795 "on them.  The default operation is to search only within the libs and "
2796 "oldlibs sections, to hunt down unused libraries.  But when passed the right "
2797 "argument, it tries to catch other useless packages."
2798 msgstr ""
2799
2800 # type: Content of: <chapter><section><section><para>
2801 #. type: Content of: <chapter><section><section><para>
2802 #: best-pkging-practices.dbk:1661
2803 msgid ""
2804 "For example, with <literal>--guess-dummy</literal>, <command>deborphan</"
2805 "command> tries to search all transitional packages which were needed for "
2806 "upgrade but which can now safely be removed.  For that, it looks for the "
2807 "string dummy or transitional in their short description."
2808 msgstr ""
2809
2810 # type: Content of: <chapter><section><section><para>
2811 #. type: Content of: <chapter><section><section><para>
2812 #: best-pkging-practices.dbk:1668
2813 msgid ""
2814 "So, when you are creating such a package, please make sure to add this text "
2815 "to your short description.  If you are looking for examples, just run: "
2816 "<command>apt-cache search .|grep dummy</command> or <command>apt-cache "
2817 "search .|grep transitional</command>."
2818 msgstr ""
2819
2820 #. type: Content of: <chapter><section><section><para>
2821 #: best-pkging-practices.dbk:1674
2822 msgid ""
2823 "Also, it is recommended to adjust its section to <literal>oldlibs</literal> "
2824 "and its priority to <literal>extra</literal> in order to ease "
2825 "<command>deborphan</command>'s job."
2826 msgstr ""
2827
2828 # type: Content of: <chapter><section><title>
2829 #. type: Content of: <chapter><section><section><title>
2830 #: best-pkging-practices.dbk:1683
2831 #, fuzzy
2832 #| msgid ""
2833 #| "Best practices for <filename>.orig.tar.{gz,bz2,lzma}</filename> files"
2834 msgid "Best practices for <filename>.orig.tar.{gz,bz2,xz}</filename> files"
2835 msgstr ""
2836 "<filename>.orig.tar.{gz,bz2,lzma}</filename> についてのベストプラクティス"
2837
2838 # type: Content of: <chapter><section><section><para>
2839 #. type: Content of: <chapter><section><section><para>
2840 #: best-pkging-practices.dbk:1685
2841 msgid ""
2842 "There are two kinds of original source tarballs: Pristine source and "
2843 "repackaged upstream source."
2844 msgstr ""
2845
2846 # type: Content of: <chapter><section><section><section><title>
2847 #. type: Content of: <chapter><section><section><section><title>
2848 #: best-pkging-practices.dbk:1689
2849 msgid "Pristine source"
2850 msgstr ""
2851
2852 #. type: Content of: <chapter><section><section><section><para><footnote><para>
2853 #: best-pkging-practices.dbk:1693
2854 msgid ""
2855 "We cannot prevent upstream authors from changing the tarball they distribute "
2856 "without also incrementing the version number, so there can be no guarantee "
2857 "that a pristine tarball is identical to what upstream <emphasis>currently</"
2858 "emphasis> distributing at any point in time.  All that can be expected is "
2859 "that it is identical to something that upstream once <emphasis>did</"
2860 "emphasis> distribute.  If a difference arises later (say, if upstream "
2861 "notices that he wasn't using maximal compression in his original "
2862 "distribution and then re-<command>gzip</command>s it), that's just too bad.  "
2863 "Since there is no good way to upload a new <filename>.orig.tar.{gz,bz2,xz}</"
2864 "filename> for the same version, there is not even any point in treating this "
2865 "situation as a bug."
2866 msgstr ""
2867
2868 #. type: Content of: <chapter><section><section><section><para>
2869 #: best-pkging-practices.dbk:1691
2870 msgid ""
2871 "The defining characteristic of a pristine source tarball is that the "
2872 "<filename>.orig.tar.{gz,bz2,xz}</filename> file is byte-for-byte identical "
2873 "to a tarball officially distributed by the upstream author.<placeholder type="
2874 "\"footnote\" id=\"0\"/> This makes it possible to use checksums to easily "
2875 "verify that all changes between Debian's version and upstream's are "
2876 "contained in the Debian diff.  Also, if the original source is huge, "
2877 "upstream authors and others who already have the upstream tarball can save "
2878 "download time if they want to inspect your packaging in detail."
2879 msgstr ""
2880
2881 # type: Content of: <chapter><section><section><section><para>
2882 #. type: Content of: <chapter><section><section><section><para>
2883 #: best-pkging-practices.dbk:1711
2884 msgid ""
2885 "There is no universally accepted guidelines that upstream authors follow "
2886 "regarding to the directory structure inside their tarball, but <command>dpkg-"
2887 "source</command> is nevertheless able to deal with most upstream tarballs as "
2888 "pristine source.  Its strategy is equivalent to the following:"
2889 msgstr ""
2890
2891 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2892 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2893 #: best-pkging-practices.dbk:1719
2894 msgid "It unpacks the tarball in an empty temporary directory by doing"
2895 msgstr ""
2896
2897 # type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
2898 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
2899 #: best-pkging-practices.dbk:1722
2900 #, no-wrap
2901 msgid "zcat path/to/<replaceable>packagename</replaceable>_<replaceable>upstream-version</replaceable>.orig.tar.gz | tar xf -\n"
2902 msgstr "zcat path/to/<replaceable>パッケージ名</replaceable>_<replaceable>upstream-version</replaceable>.orig.tar.gz | tar xf -\n"
2903
2904 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2905 #: best-pkging-practices.dbk:1727
2906 msgid ""
2907 "If, after this, the temporary directory contains nothing but one directory "
2908 "and no other files, <command>dpkg-source</command> renames that directory to "
2909 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
2910 "version</replaceable>(.orig)</filename>.  The name of the top-level "
2911 "directory in the tarball does not matter, and is forgotten."
2912 msgstr ""
2913
2914 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2915 #: best-pkging-practices.dbk:1736
2916 msgid ""
2917 "Otherwise, the upstream tarball must have been packaged without a common top-"
2918 "level directory (shame on the upstream author!).  In this case, "
2919 "<command>dpkg-source</command> renames the temporary directory "
2920 "<emphasis>itself</emphasis> to <filename><replaceable>packagename</"
2921 "replaceable>-<replaceable>upstream-version</replaceable>(.orig)</filename>."
2922 msgstr ""
2923
2924 # type: Content of: <chapter><section><section><section><title>
2925 #. type: Content of: <chapter><section><section><section><title>
2926 #: best-pkging-practices.dbk:1747
2927 msgid "Repackaged upstream source"
2928 msgstr "upstream のソースをパッケージしなおす"
2929
2930 # type: Content of: <chapter><section><section><section><para>
2931 #. type: Content of: <chapter><section><section><section><para>
2932 #: best-pkging-practices.dbk:1749
2933 msgid ""
2934 "You <emphasis role=\"strong\">should</emphasis> upload packages with a "
2935 "pristine source tarball if possible, but there are various reasons why it "
2936 "might not be possible.  This is the case if upstream does not distribute the "
2937 "source as gzipped tar at all, or if upstream's tarball contains non-DFSG-"
2938 "free material that you must remove before uploading."
2939 msgstr ""
2940
2941 #. type: Content of: <chapter><section><section><section><para>
2942 #: best-pkging-practices.dbk:1756
2943 msgid ""
2944 "In these cases the developer must construct a suitable <filename>.orig.tar."
2945 "{gz,bz2,xz}</filename> file himself.  We refer to such a tarball as a "
2946 "repackaged upstream source.  Note that a repackaged upstream source is "
2947 "different from a Debian-native package.  A repackaged source still comes "
2948 "with Debian-specific changes in a separate <filename>.diff.gz</filename> or "
2949 "<filename>.debian.tar.{gz,bz2,xz}</filename> and still has a version number "
2950 "composed of <replaceable>upstream-version</replaceable> and "
2951 "<replaceable>debian-version</replaceable>."
2952 msgstr ""
2953
2954 #. type: Content of: <chapter><section><section><section><para>
2955 #: best-pkging-practices.dbk:1765
2956 msgid ""
2957 "There may be cases where it is desirable to repackage the source even though "
2958 "upstream distributes a <filename>.tar.{gz,bz2,xz}</filename> that could in "
2959 "principle be used in its pristine form.  The most obvious is if "
2960 "<emphasis>significant</emphasis> space savings can be achieved by "
2961 "recompressing the tar archive or by removing genuinely useless cruft from "
2962 "the upstream archive.  Use your own discretion here, but be prepared to "
2963 "defend your decision if you repackage source that could have been pristine."
2964 msgstr ""
2965
2966 # type: Content of: <chapter><section><title>
2967 #. type: Content of: <chapter><section><section><section><para>
2968 #: best-pkging-practices.dbk:1774
2969 #, fuzzy
2970 #| msgid ""
2971 #| "Best practices for <filename>.orig.tar.{gz,bz2,lzma}</filename> files"
2972 msgid "A repackaged <filename>.orig.tar.{gz,bz2,xz}</filename>"
2973 msgstr ""
2974 "<filename>.orig.tar.{gz,bz2,lzma}</filename> についてのベストプラクティス"
2975
2976 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
2977 #: best-pkging-practices.dbk:1779
2978 msgid ""
2979 "<emphasis role=\"strong\">should</emphasis> be documented in the resulting "
2980 "source package.  Detailed information on how the repackaged source was "
2981 "obtained, and on how this can be reproduced should be provided in "
2982 "<filename>debian/copyright</filename>.  It is also a good idea to provide a "
2983 "<literal>get-orig-source</literal> target in your <filename>debian/rules</"
2984 "filename> file that repeats the process, as described in the Policy Manual, "
2985 "<ulink url=\"&url-debian-policy;ch-source.html#s-debianrules\">Main building "
2986 "script: <filename>debian/rules</filename></ulink>."
2987 msgstr ""
2988
2989 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para><footnote><para>
2990 #: best-pkging-practices.dbk:1794
2991 msgid ""
2992 "As a special exception, if the omission of non-free files would lead to the "
2993 "source failing to build without assistance from the Debian diff, it might be "
2994 "appropriate to instead edit the files, omitting only the non-free parts of "
2995 "them, and/or explain the situation in a <filename>README.source</filename> "
2996 "file in the root of the source tree.  But in that case please also urge the "
2997 "upstream author to make the non-free components easier separable from the "
2998 "rest of the source."
2999 msgstr ""
3000
3001 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3002 #: best-pkging-practices.dbk:1792
3003 msgid ""
3004 "<emphasis role=\"strong\">should not</emphasis> contain any file that does "
3005 "not come from the upstream author(s), or whose contents has been changed by "
3006 "you.<placeholder type=\"footnote\" id=\"0\"/>"
3007 msgstr ""
3008
3009 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3010 #: best-pkging-practices.dbk:1805
3011 msgid ""
3012 "<emphasis role=\"strong\">should</emphasis>, except where impossible for "
3013 "legal reasons, preserve the entire building and portablility infrastructure "
3014 "provided by the upstream author.  For example, it is not a sufficient reason "
3015 "for omitting a file that it is used only when building on MS-DOS.  "
3016 "Similarly, a <filename>Makefile</filename> provided by upstream should not "
3017 "be omitted even if the first thing your <filename>debian/rules</filename> "
3018 "does is to overwrite it by running a configure script."
3019 msgstr ""
3020
3021 # type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3022 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3023 #: best-pkging-practices.dbk:1814
3024 msgid ""
3025 "(<emphasis>Rationale:</emphasis> It is common for Debian users who need to "
3026 "build software for non-Debian platforms to fetch the source from a Debian "
3027 "mirror rather than trying to locate a canonical upstream distribution point)."
3028 msgstr ""
3029
3030 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3031 #: best-pkging-practices.dbk:1821
3032 msgid ""
3033 "<emphasis role=\"strong\">should</emphasis> use "
3034 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
3035 "version</replaceable>.orig</filename> as the name of the top-level directory "
3036 "in its tarball.  This makes it possible to distinguish pristine tarballs "
3037 "from repackaged ones."
3038 msgstr ""
3039
3040 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3041 #: best-pkging-practices.dbk:1829
3042 msgid ""
3043 "<emphasis role=\"strong\">should</emphasis> be gzipped or bzipped with "
3044 "maximal compression."
3045 msgstr ""
3046
3047 #. type: Content of: <chapter><section><section><section><title>
3048 #: best-pkging-practices.dbk:1836
3049 msgid "Changing binary files"
3050 msgstr ""
3051
3052 #. type: Content of: <chapter><section><section><section><para>
3053 #: best-pkging-practices.dbk:1838
3054 msgid ""
3055 "Sometimes it is necessary to change binary files contained in the original "
3056 "tarball, or to add binary files that are not in it. This is fully supported "
3057 "when using source packages in “3.0 (quilt)” format, see the "
3058 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3059 "manvolnum></citerefentry> manual page for details. When using the older "
3060 "format “1.0”, binary files can't be stored in the <filename>.diff.gz</"
3061 "filename> so you must store an <command>uuencode</command>d (or similar) "
3062 "version of the file(s)  and decode it at build time in <filename>debian/"
3063 "rules</filename> (and move it in its official location)."
3064 msgstr ""
3065
3066 # type: Content of: <chapter><section><section><title>
3067 #. type: Content of: <chapter><section><section><title>
3068 #: best-pkging-practices.dbk:1853
3069 msgid "Best practices for debug packages"
3070 msgstr ""
3071
3072 #. type: Content of: <chapter><section><section><para>
3073 #: best-pkging-practices.dbk:1855
3074 msgid ""
3075 "A debug package is a package with a name ending in -dbg, that contains "
3076 "additional information that <command>gdb</command> can use.  Since Debian "
3077 "binaries are stripped by default, debugging information, including function "
3078 "names and line numbers, is otherwise not available when running "
3079 "<command>gdb</command> on Debian binaries.  Debug packages allow users who "
3080 "need this additional debugging information to install it, without bloating a "
3081 "regular system with the information."
3082 msgstr ""
3083
3084 # type: Content of: <chapter><section><section><para>
3085 #. type: Content of: <chapter><section><section><para>
3086 #: best-pkging-practices.dbk:1863
3087 msgid ""
3088 "It is up to a package's maintainer whether to create a debug package or "
3089 "not.  Maintainers are encouraged to create debug packages for library "
3090 "packages, since this can aid in debugging many programs linked to a "
3091 "library.  In general, debug packages do not need to be added for all "
3092 "programs; doing so would bloat the archive.  But if a maintainer finds that "
3093 "users often need a debugging version of a program, it can be worthwhile to "
3094 "make a debug package for it.  Programs that are core infrastructure, such as "
3095 "apache and the X server are also good candidates for debug packages."
3096 msgstr ""
3097
3098 #. type: Content of: <chapter><section><section><para>
3099 #: best-pkging-practices.dbk:1873
3100 msgid ""
3101 "Some debug packages may contain an entire special debugging build of a "
3102 "library or other binary, but most of them can save space and build time by "
3103 "instead containing separated debugging symbols that <command>gdb</command> "
3104 "can find and load on the fly when debugging a program or library.  The "
3105 "convention in Debian is to keep these symbols in <filename>/usr/lib/debug/"
3106 "<replaceable>path</replaceable></filename>, where <replaceable>path</"
3107 "replaceable> is the path to the executable or library.  For example, "
3108 "debugging symbols for <filename>/usr/bin/foo</filename> go in <filename>/usr/"
3109 "lib/debug/usr/bin/foo</filename>, and debugging symbols for <filename>/usr/"
3110 "lib/libfoo.so.1</filename> go in <filename>/usr/lib/debug/usr/lib/libfoo."
3111 "so.1</filename>."
3112 msgstr ""
3113
3114 #. type: Content of: <chapter><section><section><para>
3115 #: best-pkging-practices.dbk:1885
3116 msgid ""
3117 "The debugging symbols can be extracted from an object file using "
3118 "<command>objcopy --only-keep-debug</command>.  Then the object file can be "
3119 "stripped, and <command>objcopy --add-gnu-debuglink</command> used to specify "
3120 "the path to the debugging symbol file.  <citerefentry> "
3121 "<refentrytitle>objcopy</refentrytitle> <manvolnum>1</manvolnum> </"
3122 "citerefentry> explains in detail how this works."
3123 msgstr ""
3124
3125 #. type: Content of: <chapter><section><section><para>
3126 #: best-pkging-practices.dbk:1893
3127 msgid ""
3128 "The <command>dh_strip</command> command in <systemitem role=\"package"
3129 "\">debhelper</systemitem> supports creating debug packages, and can take "
3130 "care of using <command>objcopy</command> to separate out the debugging "
3131 "symbols for you.  If your package uses <systemitem role=\"package"
3132 "\">debhelper</systemitem>, all you need to do is call <command>dh_strip --"
3133 "dbg-package=libfoo-dbg</command>, and add an entry to <filename>debian/"
3134 "control</filename> for the debug package."
3135 msgstr ""
3136
3137 #. type: Content of: <chapter><section><section><para>
3138 #: best-pkging-practices.dbk:1900
3139 msgid ""
3140 "Note that the debug package should depend on the package that it provides "
3141 "debugging symbols for, and this dependency should be versioned.  For example:"
3142 msgstr ""
3143
3144 # type: Content of: <chapter><section><section><screen>
3145 #. type: Content of: <chapter><section><section><screen>
3146 #: best-pkging-practices.dbk:1904
3147 #, no-wrap
3148 msgid "Depends: libfoo (= ${binary:Version})\n"
3149 msgstr "Depends: libfoo (= ${binary:Version})\n"
3150
3151 # type: Content of: <chapter><section><title>
3152 #. type: Content of: <chapter><section><section><title>
3153 #: best-pkging-practices.dbk:1908
3154 #, fuzzy
3155 #| msgid "Best practices for maintainer scripts"
3156 msgid "Best practices for meta-packages"
3157 msgstr "メンテナスクリプトのベストプラクティス"
3158
3159 #. type: Content of: <chapter><section><section><para>
3160 #: best-pkging-practices.dbk:1910
3161 msgid ""
3162 "A meta-package is a mostly empty package that makes it easy to install a "
3163 "coherent set of packages that can evolve over time. It achieves this by "
3164 "depending on all the packages of the set. Thanks to the power of APT, the "
3165 "meta-package maintainer can adjust the dependencies and the user's system "
3166 "will automatically get the supplementary packages. The dropped packages that "
3167 "were automatically installed will be also be marked as removal candidates "
3168 "(and are even automatically removed by <command>aptitude</command>).  "
3169 "<systemitem role=\"package\">gnome</systemitem> and <systemitem role="
3170 "\"package\">linux-image-amd64</systemitem> are two examples of meta-packages "
3171 "(built by the source packages <systemitem role=\"package\">meta-gnome2</"
3172 "systemitem> and <systemitem role=\"package\">linux-latest</systemitem>)."
3173 msgstr ""
3174
3175 #. type: Content of: <chapter><section><section><para>
3176 #: best-pkging-practices.dbk:1924
3177 msgid ""
3178 "The long description of the meta-package must clearly document its purpose "
3179 "so that the user knows what he will lose if he removes the package. Being "
3180 "explicit about the consequences is recommended. This is particularly "
3181 "important for meta-packages which are installed during initial installation "
3182 "and that have not been explicitly installed by the user.  Those tend to be "
3183 "important to ensure smooth system upgrades and the user should be "
3184 "discouraged from uninstalling them to avoid potential breakages."
3185 msgstr ""