chiark / gitweb /
henrich: update japanese translation
[developers-reference.git] / po4a / ja / beyond-pkging.po
1 # Debian Developer's Reference (Japanese)
2 # (C) Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2008-2009.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: developers-reference 3.4.1\n"
7 "POT-Creation-Date: 2008-06-14 23:00+0900\n"
8 "PO-Revision-Date: 2009-06-06 02:43+0900\n"
9 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
10 "Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14
15 # type: Content of: <chapter><title>
16 #: beyond-pkging.dbk:7
17 msgid "Beyond Packaging"
18 msgstr "パッケージ化、そして…"
19
20 # type: Content of: <chapter><para>
21 #: beyond-pkging.dbk:9
22 msgid ""
23 "Debian is about a lot more than just packaging software and maintaining "
24 "those packages.  This chapter contains information about ways, often really "
25 "critical ways, to contribute to Debian beyond simply creating and "
26 "maintaining packages."
27 msgstr ""
28 "Debian は、単にソフトウェアのパッケージを作ってメンテナンスをしているだけでは"
29 "ありません。この章では、単にパッケージを作ってメンテナンスする以外で Debian へ"
30 "協力・貢献するやり方、多くの場合とても重要となるやり方の情報を取り扱います。"
31
32 # type: Content of: <chapter><para>
33 #: beyond-pkging.dbk:14
34 msgid ""
35 "As a volunteer organization, Debian relies on the discretion of its members "
36 "in choosing what they want to work on and in choosing the most critical "
37 "thing to spend their time on."
38 msgstr ""
39 "ボランティア組織の例にたがわず、Debian はメンバーが何をしたいのか、時間を割くの"
40 "に最も重大だと思われることが何か、というメンバーの判断に依っています。"
41
42 # type: Content of: <chapter><section><title>
43 #: beyond-pkging.dbk:19
44 msgid "Bug reporting"
45 msgstr "バグ報告"
46
47 # type: Content of: <chapter><section><para>
48 #: beyond-pkging.dbk:21
49 msgid ""
50 "We encourage you to file bugs as you find them in Debian packages.  In fact, "
51 "Debian developers are often the first line testers.  Finding and reporting "
52 "bugs in other developers' packages improves the quality of Debian."
53 msgstr ""
54 "我々としては、Debian パッケージで見つけたバグを登録することを勧めています。"
55 "実際のところ、大抵の場合は Debian 開発者が第一線でのテスト作業者となっています。"
56 "他の開発者のパッケージで見つけたバグを報告することで Debian の品質が向上されて"
57 "います。"
58
59 # type: Content of: <chapter><section><para>
60 #: beyond-pkging.dbk:26
61 msgid ""
62 "Read the <ulink url=\"&url-bts-report;\">instructions for reporting bugs</"
63 "ulink> in the Debian <ulink url=\"&url-bts;\">bug tracking system</ulink>."
64 msgstr ""
65 "Debian <ulink url=\"&url-bts;\">バグ追跡システム (BTS)</ulink> の <ulink "
66 "url=\"&url-bts-report;\">バグ報告のやり方について (instructions for reporting "
67 "bugs)</ulink> を参照してください。"
68
69 # type: Content of: <chapter><section><para>
70 #: beyond-pkging.dbk:31
71 msgid ""
72 "Try to submit the bug from a normal user account at which you are likely to "
73 "receive mail, so that people can reach you if they need further information "
74 "about the bug.  Do not submit bugs as root."
75 msgstr ""
76 "いつも使っているメールを受け取れるユーザアカウントからバグを送って見てください。"
77 "そうすることで、開発者がそのバグに関するより詳細な情報を必要とする場合にあなたに"
78 "尋ねることができます。root ユーザでバグを報告しないでください。"
79
80 # type: Content of: <chapter><section><para>
81 #: beyond-pkging.dbk:36
82 msgid ""
83 "You can use a tool like <citerefentry> <refentrytitle>reportbug</"
84 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> to submit bugs.  It "
85 "can automate and generally ease the process."
86 msgstr ""
87 "バグを報告するには、<citerefentry> <refentrytitle>reportbug</refentrytitle> "
88 "<manvolnum>1</manvolnum> </citerefentry> の様なツールが使えます。これによって"
89 "自動化を行って、かなり簡単な作業にできます。"
90
91 # type: Content of: <chapter><section><para>
92 #: beyond-pkging.dbk:41
93 msgid ""
94 "Make sure the bug is not already filed against a package.  Each package has "
95 "a bug list easily reachable at <literal>http://&bugs-host;/"
96 "<replaceable>packagename</replaceable></literal> Utilities like "
97 "<citerefentry> <refentrytitle>querybts</refentrytitle> <manvolnum>1</"
98 "manvolnum> </citerefentry> can also provide you with this information (and "
99 "<command>reportbug</command> will usually invoke <command>querybts</command> "
100 "before sending, too)."
101 msgstr ""
102 "パッケージに対して既にバグが報告されていないことを確認しておいてください。個々の"
103 "パッケージに対するバグのリストは <literal>http://&bugs-host;/<replaceable>"
104 "パッケージ名</replaceable></literal> にて簡単に確認できます。<citerefentry> "
105 "<refentrytitle>querybts</refentrytitle> <manvolnum>1</manvolnum> "
106 "</citerefentry> のようなユーティリティもこの情報を入手できます (それから "
107 "<command>reportbug</command> では大抵の場合は、バグを送信する前に <command>"
108 "querybts</command> の実行もします)。"
109
110 # type: Content of: <chapter><section><para>
111 #: beyond-pkging.dbk:50
112 msgid ""
113 "Try to direct your bugs to the proper location.  When for example your bug "
114 "is about a package which overwrites files from another package, check the "
115 "bug lists for <emphasis>both</emphasis> of those packages in order to avoid "
116 "filing duplicate bug reports."
117 msgstr "正しい所にバグを報告する様に心がけてください。例えばあるパッケージが他のパッケージのファイルを上書きしてしまうバグの場合ですが、バグ報告が重複して登録されるのを避けるため、これらのパッケージの<emphasis>両方</emphasis>のバグリストを確認してください。"
118
119 # type: Content of: <chapter><section><para>
120 #: beyond-pkging.dbk:56
121 msgid ""
122 "For extra credit, you can go through other packages, merging bugs which are "
123 "reported more than once, or tagging bugs `fixed' when they have already been "
124 "fixed.  Note that when you are neither the bug submitter nor the package "
125 "maintainer, you should not actually close the bug (unless you secure "
126 "permission from the maintainer)."
127 msgstr ""
128 "さらに言うと、他のパッケージについても、何度も報告されているバグをマージしたり既に"
129 "修正されているバグに「fixed」タグをつけたりすることもできます。そのバグの報告者"
130 "であったりパッケージメンテナではない場合は (メンテナから許可をもらっていなければ)、"
131 "実際にバグをクローズしてはいけないことに注意してください。"
132
133 # type: Content of: <chapter><section><para>
134 #: beyond-pkging.dbk:63
135 msgid ""
136 "From time to time you may want to check what has been going on with the bug "
137 "reports that you submitted.  Take this opportunity to close those that you "
138 "can't reproduce anymore.  To find out all the bugs you submitted, you just "
139 "have to visit <literal>http://&bugs-host;/from:<replaceable>&lt;your-email-"
140 "addr&gt;</replaceable></literal>."
141 msgstr ""
142 "時折、あなたが報告したバグ報告について何が起こっているのかをチェックしたくなること"
143 "でしょう。これは、もう再現できないものをクローズするきっかけになります。報告した"
144 "全てのバグ報告を確認するには、<literal>http://&bugs-host;/from:<replaceable>"
145 "&lt;your-email-addr&gt;</replaceable></literal> を参照すればいいだけです。"
146
147 # type: Content of: <chapter><section><section><title>
148 #: beyond-pkging.dbk:70
149 msgid "Reporting lots of bugs at once (mass bug filing)"
150 msgstr "一度に大量のバグを報告するには (mass bug filing)"
151
152 # type: Content of: <chapter><section><section><para>
153 #: beyond-pkging.dbk:72
154 msgid ""
155 "Reporting a great number of bugs for the same problem on a great number of "
156 "different packages — i.e., more than 10 — is a deprecated practice.  Take "
157 "all possible steps to avoid submitting bulk bugs at all.  For instance, if "
158 "checking for the problem can be automated, add a new check to <systemitem "
159 "role=\"package\">lintian</systemitem> so that an error or warning is emitted."
160 msgstr ""
161 "大量の異なるパッケージに対して、同じ問題についての非常に多くのバグ (例えば 10 個"
162 "以上) を報告するのは、推奨されていないやり方です。不要なバグ報告を避けるため、"
163 "可能な限りの手続きを踏むようにしましょう。例えば、問題の確認を自動化できる場合"
164 "は <systemitem role=\"package\">lintian</systemitem> に新しくチェック項目を追加"
165 "すれば、エラーや警告が明確になります。"
166
167 # type: Content of: <chapter><section><section><para>
168 #: beyond-pkging.dbk:79
169 msgid ""
170 "If you report more than 10 bugs on the same topic at once, it is recommended "
171 "that you send a message to &email-debian-devel; describing your intention "
172 "before submitting the report, and mentioning the fact in the subject of your "
173 "mail.  This will allow other developers to verify that the bug is a real "
174 "problem.  In addition, it will help prevent a situation in which several "
175 "maintainers start filing the same bug report simultaneously."
176 msgstr "同じ問題について一度に 10 個以上のバグを報告する場合は、バグの投稿をする前に &email-debian-devel; へ送ることをお勧めします。バグ報告を送る前に注意点を記述し、メールのサブジェクトに事実を挙げておきます。これで他の開発者がそのバグが本当に問題であるかどうかを確認できるようになります。さらに、これによって複数のメンテナが平行して同じバグ報告を登録するのを防止できるようになります。"
177
178 # type: Content of: <chapter><section><section><para>
179 #: beyond-pkging.dbk:87
180 #FIXME program"m"s
181 msgid ""
182 "Please use the programms <command>dd-list</command> and if appropriate "
183 "<command>whodepends</command> (from the package devscripts) to generate a "
184 "list of all affected packages, and include the output in your mail to &email-"
185 "debian-devel;."
186 msgstr ""
187 "<command>dd-list</command> プログラムを利用するのと、明確になっているのであれば"
188 "影響を受けるパッケージのリストを (devscripts パッケージの) <command>"
189 "whodepends</command> を使って出力して、&email-debian-devel; へのメールに含めて下さい。"
190
191 # type: Content of: <chapter><section><section><para>
192 #: beyond-pkging.dbk:93
193 msgid ""
194 "Note that when sending lots of bugs on the same subject, you should send the "
195 "bug report to <email>maintonly@&bugs-host;</email> so that the bug report is "
196 "not forwarded to the bug distribution mailing list."
197 msgstr ""
198 "同じサブジェクトで大量のバグを送信する際の注意として、バグ報告がバグ情報用メーリング"
199 "リストへ転送されないように <email>maintonly@&bugs-host;</email> へバグ報告を送る"
200 "べきである、ということです。"
201
202 # type: Content of: <chapter><section><title>
203 #: beyond-pkging.dbk:102
204 msgid "Quality Assurance effort"
205 msgstr "品質維持の努力"
206
207 # type: Content of: <chapter><section><section><title>
208 #: beyond-pkging.dbk:104
209 msgid "Daily work"
210 msgstr "日々の作業"
211
212 # type: Content of: <chapter><section><section><para>
213 #: beyond-pkging.dbk:106
214 msgid ""
215 "Even though there is a dedicated group of people for Quality Assurance, QA "
216 "duties are not reserved solely for them.  You can participate in this effort "
217 "by keeping your packages as bug-free as possible, and as lintian-clean (see "
218 "<xref linkend=\"lintian\"/> ) as possible.  If you do not find that "
219 "possible, then you should consider orphaning some of your packages (see "
220 "<xref linkend=\"orphaning\"/> ).  Alternatively, you may ask the help of "
221 "other people in order to catch up with the backlog of bugs that you have "
222 "(you can ask for help on &email-debian-qa; or &email-debian-devel;).  At the "
223 "same time, you can look for co-maintainers (see <xref linkend="
224 "\"collaborative-maint\"/> )."
225 msgstr "品質保証に割り当てられたグループの人々がいたとしても、QA 作業は彼らのみに課せられるものではありません。あなたもパッケージを可能な限りバグが無いように保ち、できるだけ lintian クリーン (<xref linkend=\"lintian\"/> を参照) にすることで参加することができるのです。それが可能ではないように思えるなら、パッケージをいくつか「みなしご化 (orphan)」してください (xref linkend=\"orphaning\"/> 参照)。または、溜まったバグ処理に追いつくため、他の人々に助力を願い出ることも可能です (&email-debian-qa; や &email-debian-devel; で助けを求めることができます)。同時に共同メンテナ (co-maintainer) を探すことも可能です (<xref linkend=\"collaborative-maint\"/> を参照してください)。"
226
227 # type: Content of: <chapter><section><section><title>
228 #: beyond-pkging.dbk:120
229 msgid "Bug squashing parties"
230 msgstr "バグ潰しパーティ (BSP)"
231
232 # type: Content of: <chapter><section><section><para>
233 #: beyond-pkging.dbk:122
234 msgid ""
235 "From time to time the QA group organizes bug squashing parties to get rid of "
236 "as many problems as possible.  They are announced on &email-debian-devel-"
237 "announce; and the announcement explains which area will be the focus of the "
238 "party: usually they focus on release critical bugs but it may happen that "
239 "they decide to help finish a major upgrade (like a new <command>perl</"
240 "command> version which requires recompilation of all the binary modules)."
241 msgstr ""
242 "時折、QA グループは可能な限りの問題を無くすためにバグ潰しパーティ (BSP) を開催"
243 "しています。開催案内は &email-debian-devel-announce; で行われ、パーティがどの"
244 "部分に集中してやるのかが告知されます。大抵はリリースクリティカルバグ (RC) への"
245 "対応に当てられますが、大きなアップグレード (新しい <command>perl</command> "
246 "バージョンでの全バイナリモジュールを再コンパイルのような) を完了する手助けの"
247 "ために開かれることもあります。"
248
249 # type: Content of: <chapter><section><section><para>
250 #: beyond-pkging.dbk:131
251 msgid ""
252 "The rules for non-maintainer uploads differ during the parties because the "
253 "announcement of the party is considered prior notice for NMU.  If you have "
254 "packages that may be affected by the party (because they have release "
255 "critical bugs for example), you should send an update to each of the "
256 "corresponding bug to explain their current status and what you expect from "
257 "the party.  If you don't want an NMU, or if you're only interested in a "
258 "patch, or if you will deal yourself with the bug, please explain that in the "
259 "BTS."
260 msgstr ""
261 "メンテナ以外によるアップロード (non-maintainer upload) のルールはパーティの開催"
262 "中とそれ以外で違います。これは、パーティのアナウンスは NMU の予告であると考え"
263 "られているためです。パーティによって影響を受けるパッケージを持っている場合 (例えば"
264 "リリースクリティカルバグを持っている場合) は、それぞれ対応するバグについて現状説明"
265 "とこのパーティでどの様なことを期待しているのかを説明しないといけません。NMU を"
266 "望まない、パッチでの対応にのみ興味がある、あるいは自分自身で対処をする予定の場合は、"
267 "BTS で説明をしてください。"
268
269 # type: Content of: <chapter><section><section><para>
270 #: beyond-pkging.dbk:140
271 msgid ""
272 "People participating in the party have special rules for NMU, they can NMU "
273 "without prior notice if they upload their NMU to DELAYED/3-day at least.  "
274 "All other NMU rules apply as usually; they should send the patch of the NMU "
275 "to the BTS (to one of the open bugs fixed by the NMU, or to a new bug, "
276 "tagged fixed).  They should also respect any particular wishes of the "
277 "maintainer."
278 msgstr "パーティに参加している人には NMU についての特別ルールが割り当てられます。NMU について、少なくとも 3 日遅延してアップロードを行う場合 (DELAYED/3-day キューなどへのアップロードの場合) は予告無しで NMU できるのです。他の NMU ルールは全て通常通りに適用されます - NMU のパッチを BTS に送付する必要があります (修正されていないバグのいずれかを NMU で修正する、あるいは新たなバグにパッチを送り、fixed とタグを付けるなど)。それから、作業者は各メンテナの要望に沿う必要があります。"
279
280 # type: Content of: <chapter><section><section><para>
281 #: beyond-pkging.dbk:147
282 msgid ""
283 "If you don't feel confident about doing an NMU, just send a patch to the "
284 "BTS.  It's far better than a broken NMU."
285 msgstr ""
286 "NMU をする自信が無い場合は、BTS へパッチを投げるだけにしてください。NMU で"
287 "パッケージを壊してしまうより、遥かに良いことです。"
288
289 # type: Content of: <chapter><section><title>
290 #: beyond-pkging.dbk:155
291 msgid "Contacting other maintainers"
292 msgstr "他のメンテナに連絡を取る"
293
294 # type: Content of: <chapter><section><para>
295 #: beyond-pkging.dbk:157
296 msgid ""
297 "During your lifetime within Debian, you will have to contact other "
298 "maintainers for various reasons.  You may want to discuss a new way of "
299 "cooperating between a set of related packages, or you may simply remind "
300 "someone that a new upstream version is available and that you need it."
301 msgstr ""
302 "Debian と共に過ごす間、様々な理由で他のメンテナに連絡を取りたくなることでしょう。"
303 "関連パッケージ間での共同作業の新たなやり方について協議したい場合や、開発元で自分"
304 "が使いたい新しいバージョンが利用可能になっていることを単に知らせたい場合などです。"
305
306 # type: Content of: <chapter><section><para>
307 #: beyond-pkging.dbk:163
308 msgid ""
309 "Looking up the email address of the maintainer for the package can be "
310 "distracting.  Fortunately, there is a simple email alias, <literal>&lt;"
311 "package&gt;@&packages-host;</literal>, which provides a way to email the "
312 "maintainer, whatever their individual email address (or addresses)  may be.  "
313 "Replace <literal>&lt;package&gt;</literal> with the name of a source or a "
314 "binary package."
315 msgstr ""
316 "パッケージメンテナのメールアドレスを探しだすのは骨が折れます。幸いな事に、"
317 "<literal>&lt;package&gt;@&packages-host;</literal> というシンプルなメールの"
318 "エイリアスがあり、メンテナらの個人アドレスが何であれメンテナへメールを"
319 "届ける手段となっています。<literal>&lt;package&gt;</literal> はパッケージの"
320 "ソース名かバイナリパッケージ名に置き換えてください。"
321
322 # type: Content of: <chapter><section><para>
323 #: beyond-pkging.dbk:171
324 msgid ""
325 "You may also be interested in contacting the persons who are subscribed to a "
326 "given source package via <xref linkend=\"pkg-tracking-system\"/> .  You can "
327 "do so by using the <literal>&lt;package&gt;@&pts-host;</literal> email "
328 "address."
329 msgstr ""
330 "<xref linkend=\"pkg-tracking-system\"/> 経由でソースパッケージの購読を行っている"
331 "人に連絡を取りたくなるかもしれません。その場合は <literal>&lt;package&gt;@&pts-host;"
332 "</literal> メールアドレスが使えます。"
333
334 # type: Content of: <chapter><section><title>
335 #: beyond-pkging.dbk:180
336 msgid "Dealing with inactive and/or unreachable maintainers"
337 msgstr "活動的でない、あるいは連絡が取れないメンテナに対応する"
338
339 # type: Content of: <chapter><section><para>
340 #: beyond-pkging.dbk:182
341 msgid ""
342 "If you notice that a package is lacking maintenance, you should make sure "
343 "that the maintainer is active and will continue to work on their packages.  "
344 "It is possible that they are not active any more, but haven't registered out "
345 "of the system, so to speak.  On the other hand, it is also possible that "
346 "they just need a reminder."
347 msgstr ""
348 "パッケージがメンテナンスされていないと気づいた場合、メンテナが活動的で"
349 "パッケージの作業を続けるかどうかを確認する必要があります。もはや活動的な状態"
350 "ではない可能性もありますが、言わばシステムに登録していなかったという可能性も"
351 "あります。あるいは、単に確認が必要なだけという可能性もあります。"
352
353 # type: Content of: <chapter><section><para>
354 #: beyond-pkging.dbk:189
355 msgid ""
356 "There is a simple system (the MIA database) in which information about "
357 "maintainers who are deemed Missing In Action is recorded.  When a member of "
358 "the QA group contacts an inactive maintainer or finds more information about "
359 "one, this is recorded in the MIA database.  This system is available in "
360 "<filename>/org/qa.debian.org/mia</filename> on the host <literal>qa.debian."
361 "org </literal>, and can be queried with the <command>mia-query</command> "
362 "tool.  Use <command>mia-query --help</command> to see how to query the "
363 "database.  If you find that no information has been recorded about an "
364 "inactive maintainer yet, or that you can add more information, you should "
365 "generally proceed as follows."
366 msgstr ""
367 "Missing In Action (行方不明) だと考えられているメンテナについての情報が記録"
368 "されるシンプルなシステム (MIA データベース) があります。品質保証グループ "
369 "(QA グループ) のメンバーが活動的ではないメンテナに連絡を取った場合や、その"
370 "メンテナについて新たな情報がもたらされた場合、その記録が MIA データベースに"
371 "残されます。このシステムは <literal>qa.debian.org</literal> ホスト上の "
372 "<filename>/org/qa.debian.org/mia</filename> で利用可能になっており、<command>"
373 "mia-query</command> ツールで検索ができます。どうやってデータベースを検索する"
374 "のかについては <command>mia-query --help</command> と入力してください。"
375
376 # type: Content of: <chapter><section><para>
377 #: beyond-pkging.dbk:200
378 msgid ""
379 "The first step is to politely contact the maintainer, and wait a reasonable "
380 "time for a response.  It is quite hard to define reasonable time, but it is "
381 "important to take into account that real life is sometimes very hectic.  One "
382 "way to handle this would be to send a reminder after two weeks."
383 msgstr ""
384 "最初の一歩はメンテナに丁寧にコンタクトを取り、応答するのに充分な時間待つことです。"
385 "充分な時間というのを定義するのは非常に困難なことですが、実生活では時折非常に多忙"
386 "になるのを考慮に入れると重要なことです。一つのやり方としては、リマインダーを"
387 "二週間後に送るという方法があります。"
388
389 # type: Content of: <chapter><section><para>
390 #: beyond-pkging.dbk:206
391 msgid ""
392 "If the maintainer doesn't reply within four weeks (a month), one can assume "
393 "that a response will probably not happen.  If that happens, you should "
394 "investigate further, and try to gather as much useful information about the "
395 "maintainer in question as possible.  This includes:"
396 msgstr ""
397 "メンテナが4週間 (1ヶ月)応答をしない場合、おそらく反応がないと判断できます。"
398 "この様な場合はより詳細に確認し、可能な限り問題となっているメンテナに関する有用な"
399 "情報をかき集める必要があります。これには以下のようなものが含まれています。"
400
401 # type: Content of: <chapter><section><itemizedlist><listitem><para>
402 #: beyond-pkging.dbk:214
403 msgid ""
404 "The <literal>echelon</literal> information available through the <ulink url="
405 "\"&url-debian-db;\">developers' LDAP database</ulink>, which indicates when "
406 "the developer last posted to a Debian mailing list.  (This includes mails "
407 "about uploads distributed via the &email-debian-devel-changes; list.)  Also, "
408 "remember to check whether the maintainer is marked as on vacation in the "
409 "database."
410 msgstr ""
411 "<ulink url=\"&url-debian-db;\">開発者 LDAP データベース</ulink> を通じて"
412 "得られる <literal>echelon</literal> 情報は、開発者が最後に Debian "
413 "メーリングリストに投稿したはいつなのかを示します (これには "
414 "&email-debian-devel-changes; での配布物のアップロードのメールも含まれます)。"
415 "また、データベースでメンテナが休暇中かどうかも確認してください"
416
417 # type: Content of: <chapter><section><itemizedlist><listitem><para>
418 #: beyond-pkging.dbk:224
419 msgid ""
420 "The number of packages this maintainer is responsible for, and the condition "
421 "of those packages.  In particular, are there any RC bugs that have been open "
422 "for ages? Furthermore, how many bugs are there in general? Another important "
423 "piece of information is whether the packages have been NMUed, and if so, by "
424 "whom."
425 msgstr ""
426 "このメンテナが対応しているパッケージ数やパッケージの状態。特に、長期間放置され続け"
427 "ている RC バグがあるかどうか? さらに通常どの程度の数のバグがあるか? もう一つの重要"
428 "な情報はパッケージが NMU されているかどうか、されているとしたら誰によって行われて"
429 "いるか、です。"
430
431 # type: Content of: <chapter><section><itemizedlist><listitem><para>
432 #: beyond-pkging.dbk:233
433 msgid ""
434 "Is there any activity of the maintainer outside of Debian? For example, they "
435 "might have posted something recently to non-Debian mailing lists or news "
436 "groups."
437 msgstr ""
438 "Debian 以外でメンテナの活動があるかどうか? 例えば、近頃 Debian 以外のメーリング"
439 "リストや news グループへの投稿をしているなど。"
440
441 # type: Content of: <chapter><section><para>
442 #: beyond-pkging.dbk:240
443 msgid ""
444 "A bit of a problem are packages which were sponsored — the maintainer is not "
445 "an official Debian developer.  The <literal>echelon</literal> information is "
446 "not available for sponsored people, for example, so you need to find and "
447 "contact the Debian developer who has actually uploaded the package.  Given "
448 "that they signed the package, they're responsible for the upload anyhow, and "
449 "are likely to know what happened to the person they sponsored."
450 msgstr ""
451 "パッケージがスポンサーされている、つまりメンテナが公式の Debian 開発者では"
452 "ない場合はちょっとした問題となります。例えば <literal>echelon</literal> の情報は、"
453 "スポンサーされている人は利用できません。そのため実際にパッケージをアップロード"
454 "した Debian 開発者を探して確認を取る必要があります。彼らがパッケージにサインした"
455 "ということは、アップロードについて何であれ責任を持ち、スポンサーした人に何が"
456 "起こっているかを知っていそうだということです。"
457
458 # type: Content of: <chapter><section><para>
459 #: beyond-pkging.dbk:248
460 msgid ""
461 "It is also allowed to post a query to &email-debian-devel;, asking if anyone "
462 "is aware of the whereabouts of the missing maintainer.  Please Cc: the "
463 "person in question."
464 msgstr ""
465 "&email-debian-devel; に、活動が見えないメンテナの居所に誰か気づいているか"
466 "という質問を投稿するのもありです。問題の人を Cc: に入れてください。"
467
468 # type: Content of: <chapter><section><para>
469 #: beyond-pkging.dbk:253
470 msgid ""
471 "Once you have gathered all of this, you can contact &email-mia;.  People on "
472 "this alias will use the information you provide in order to decide how to "
473 "proceed.  For example, they might orphan one or all of the packages of the "
474 "maintainer.  If a package has been NMUed, they might prefer to contact the "
475 "NMUer before orphaning the package — perhaps the person who has done the NMU "
476 "is interested in the package."
477 msgstr ""
478
479 # type: Content of: <chapter><section><para>
480 #: beyond-pkging.dbk:261
481 #, fuzzy
482 msgid ""
483 "One last word: please remember to be polite.  We are all volunteers and "
484 "cannot dedicate all of our time to Debian.  Also, you are not aware of the "
485 "circumstances of the person who is involved.  Perhaps they might be "
486 "seriously ill or might even have died — you do not know who may be on the "
487 "receiving side.  Imagine how a relative will feel if they read the e-mail of "
488 "the deceased and find a very impolite, angry and accusing message!"
489 msgstr ""
490 "最後に一言: 礼儀正しく振る舞うのを忘れないでください。我々はみなボランティア"
491 "であり、全ての時間を Debian に捧げられません。また、対象となる人の環境を知っていません。おそらく彼らは重い病気にかかっているかあるいは死んでしまっているかということもありえます - 受け取る側に誰がいるかも知らないのです。想像してください、メールを読み、
492 そして非常に無礼であるのを見つけたら、怒り狂ってメッセージを
493 関連する事柄を
494 "
495
496
497 # type: Content of: <chapter><section><para>
498 #: beyond-pkging.dbk:269
499 #, fuzzy
500 msgid ""
501 "On the other hand, although we are volunteers, we do have a responsibility.  "
502 "So you can stress the importance of the greater good — if a maintainer does "
503 "not have the time or interest anymore, they should let go and give the "
504 "package to someone with more time."
505 msgstr ""
506 "一方で、我々はボランティアではありますが責任を持っています。
507 もしメンテナが時間が足りなかったり、もう興味を無くしてしまった場合は、パッケージを誰か他のより時間がある人間に与えるべきです。"
508
509 # type: Content of: <chapter><section><para>
510 #: beyond-pkging.dbk:275
511 msgid ""
512 "If you are interested in working in the MIA team, please have a look at the "
513 "README file in <filename>/org/qa.debian.org/mia</filename> on <literal> qa."
514 "debian.org</literal> where the technical details and the MIA procedures are "
515 "documented and contact &email-mia;."
516 msgstr ""
517 "MIA チームで働くのに興味を持った場合は、技術上の詳細と MIA の手順が記載されて"
518 "いる <literal>qa.debian.org</literal> 上の <filename>/org/qa.debian.org/mia</filename> "
519 "内の README ファイルを参照して、&email-mia; に連絡を取ってください。"
520
521 # type: Content of: <chapter><section><title>
522 #: beyond-pkging.dbk:283
523 msgid "Interacting with prospective Debian developers"
524 msgstr "Debian 開発者候補に対応する"
525
526 # type: Content of: <chapter><section><para>
527 #: beyond-pkging.dbk:285
528 #, fuzzy
529 msgid ""
530 "Debian's success depends on its ability to attract and retain new and "
531 "talented volunteers.  If you are an experienced developer, we recommend that "
532 "you get involved with the process of bringing in new developers.  This "
533 "section describes how to help new prospective developers."
534 msgstr ""
535 "Debian の成功は"
536 "新たな才能あるボランティア"
537 "この賞では新たな開発者候補者をどうやって手助けするのかについて記述します。"
538
539 # type: Content of: <chapter><section><section><title>
540 #: beyond-pkging.dbk:291
541 msgid "Sponsoring packages"
542 msgstr "パッケージのスポンサーを行う"
543
544 # type: Content of: <chapter><section><section><para>
545 #: beyond-pkging.dbk:293
546 msgid ""
547 "Sponsoring a package means uploading a package for a maintainer who is not "
548 "able to do it on their own, a new maintainer applicant.  Sponsoring a "
549 "package also means accepting responsibility for it."
550 msgstr ""
551 "パッケージのスポンサーになるというのは自分の権限ではパッケージをアップロード"
552 "できない、新規メンテナ応募者のパッケージをアップロードするということです。また、"
553 "パッケージのスポンサーを行うことはそれに伴う責任を引き受けることを意味します。"
554
555 # type: Content of: <chapter><section><section><para>
556 #: beyond-pkging.dbk:304
557 #, fuzzy
558 msgid ""
559 "New maintainers usually have certain difficulties creating Debian packages — "
560 "this is quite understandable.  That is why the sponsor is there, to check "
561 "the package and verify that it is good enough for inclusion in Debian.  "
562 "(Note that if the sponsored package is new, the ftpmasters will also have to "
563 "inspect it before letting it in.)"
564 msgstr ""
565 "新たなメンテナは大抵 Debian パッケージの作成に悩みますーこれは非常に理解できる"
566 "ことです。そして、なぜスポンサーがいるのかという理由です。パッケージをチェックし "
567 "Debian に含めるのに充分良いものであるかどうかを検査するのです。(注意: スポンサー"
568 "されたパッケージが新しいものであれば、パッケージが Debian に入れられる前に "
569 "ftpmaster らもそのパッケージをチェックする必要があります)。"
570
571 # type: Content of: <chapter><section><section><para>
572 #: beyond-pkging.dbk:311
573 #, fuzzy
574 msgid ""
575 "Sponsoring merely by signing the upload or just recompiling is <emphasis "
576 "role=\"strong\">definitely not recommended</emphasis>.  You need to build "
577 "the source package just like you would build a package of your own.  "
578 "Remember that it doesn't matter that you left the prospective developer's "
579 "name both in the changelog and the control file, the upload can still be "
580 "traced to you."
581 msgstr ""
582 "単にアップロードするものにサインする、あるいは再コンパイルするだけのスポンサー"
583 "作業は<emphasis role=\"strong\">全く推奨されません</emphasis>。ソースパッケージ"
584 "を自分のパッケージをビルドするようにビルドする必要があります。changelog と "
585 "control ファイルに開発候補者の名前を残してあることは関係ない事を覚えておいて"
586 "ください。アップロードからでもあなたを追いかける事ができます。"
587
588 # type: Content of: <chapter><section><section><para>
589 #: beyond-pkging.dbk:318
590 #, fuzzy
591 msgid ""
592 "If you are an application manager for a prospective developer, you can also "
593 "be their sponsor.  That way you can also verify how the applicant is "
594 "handling the 'Tasks and Skills' part of their application."
595 msgstr ""
596 "もしあなたが開発候補者の応募管理者であれば、彼らのスポンサーとなることもできます。"
597 "この方法は応募者が応募作業の 'Tasks and Skills' 部分をどう取り扱うかを判断するのに"
598 "使うこともできます。"
599
600 # type: Content of: <chapter><section><section><title>
601 #: beyond-pkging.dbk:325
602 msgid "Managing sponsored packages"
603 msgstr "スポンサーされたパッケージを取り扱う"
604
605 # type: Content of: <chapter><section><section><para>
606 #: beyond-pkging.dbk:327
607 msgid ""
608 "By uploading a sponsored package to Debian, you are certifying that the "
609 "package meets minimum Debian standards.  That implies that you must build "
610 "and test the package on your own system before uploading."
611 msgstr ""
612 "スポンサーされたパッケージを Debian にアップロードすることは、Debian の標準に"
613 "ついて最低限は合致していることを保証することです。つまり、アップロード前に自分"
614 "自身のシステムでパッケージをビルド、テストしなくてはいけないという意味です。"
615
616 # type: Content of: <chapter><section><section><para>
617 #: beyond-pkging.dbk:332
618 msgid ""
619 "You cannot simply upload a binary <filename>.deb</filename> from the "
620 "sponsoree.  In theory, you should only ask for the diff file and the "
621 "location of the original source tarball, and then you should download the "
622 "source and apply the diff yourself.  In practice, you may want to use the "
623 "source package built by your sponsoree.  In that case, you have to check "
624 "that they haven't altered the upstream files in the <filename>.orig.tar.gz</"
625 "filename> file that they're providing."
626 msgstr ""
627 "あなたは、スポンサー対象者からの <filename>.deb</filename> バイナリを単にアップ"
628 "ロードすることはできません。通常、diff ファイルとオリジナルのソース tar ファイル"
629 "を要求して、それから自分でソースをダウンロードして diff を適用する必要があります。"
630 "実際には、スポンサー対象者が生成したソースパッケージを使うということです。この場合、"
631 "彼らが提供した <filename>.orig.tar.gz</filename> ファイル中の開発元 (upstream) "
632 "を改変していないことをチェックする必要があります。"
633
634 # type: Content of: <chapter><section><section><para>
635 #: beyond-pkging.dbk:341
636 #, fuzzy
637 msgid ""
638 "Do not be afraid to write the sponsoree back and point out changes that need "
639 "to be made.  It often takes several rounds of back-and-forth email before "
640 "the package is in acceptable shape.  Being a sponsor means being a mentor."
641 msgstr ""
642 "スポンサー対象者に"
643 "作成に必要な変更点を指摘するのを恐れないでください。"
644 "パッケージが受け入れ可能な形になる前に何度もメールのやりとりが起こるのはよくあることです。"
645 "スポンサーになるということはメンター (mentor) になるということです。"
646
647 # type: Content of: <chapter><section><section><para>
648 #: beyond-pkging.dbk:346
649 msgid "Once the package meets Debian standards, build and sign it with"
650 msgstr ""
651 "一旦 Debian の標準に合致するようになったら、incoming ディレクトリにアップロード"
652 "する前にパッケージを以下の様にしてビルドして署名してください"
653
654 # type: Content of: <chapter><section><section><screen>
655 #: beyond-pkging.dbk:348
656 #, no-wrap
657 msgid ""
658 "\n"
659 "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
660 msgstr ""
661 "\n"
662 "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
663
664 # type: Content of: <chapter><section><section><para>
665 #: beyond-pkging.dbk:352
666 #FIXME devided articles
667 msgid ""
668 "before uploading it to the incoming directory.  Of course, you can also use "
669 "any part of your <replaceable>KEY-ID</replaceable>, as long as it's unique "
670 "in your secret keyring."
671 msgstr ""
672 "もちろん、秘密鍵のキーリング中で唯一である限り、どの <replaceable>KEY-ID"
673 "</replaceable> も使うことができます。"
674
675 # type: Content of: <chapter><section><section><para>
676 #: beyond-pkging.dbk:357
677 msgid ""
678 "The Maintainer field of the <filename>control</filename> file and the "
679 "<filename>changelog</filename> should list the person who did the packaging, "
680 "i.e., the sponsoree.  The sponsoree will therefore get all the BTS mail "
681 "about the package."
682 msgstr ""
683 "<filename>control</filename> ファイルと <filename>changelog</filename> の"
684 "メンテナ欄はパッケージを行った人を記載する必要があります。例えばスポンサー対象者、"
685 "ということです。そうすることで、スポンサー対象者がパッケージに対する BTS メールを"
686 "受け取れるようになります。"
687
688 # type: Content of: <chapter><section><section><para>
689 #: beyond-pkging.dbk:363
690 msgid ""
691 "If you prefer to leave a more evident trace of your sponsorship job, you can "
692 "add a line stating it in the most recent changelog entry."
693 msgstr ""
694 "スポンサーを行ったという状況証拠を残しておいて後から確認したいという場合は、最も"
695 "新しい changelog のエントリにそのような記述を追加できます。"
696
697 # type: Content of: <chapter><section><section><para>
698 #: beyond-pkging.dbk:367
699 #FIXME keep tabs?
700 #, fuzzy
701 msgid ""
702 "You are encouraged to keep tabs on the package you sponsor using <xref "
703 "linkend=\"pkg-tracking-system\"/> ."
704 msgstr ""
705 "<xref linkend=\"pkg-tracking-system\"/> を使って、スポンサーしたパッケージでの"
706 "タブを保持するのがお勧めです"
707
708
709 # type: Content of: <chapter><section><section><title>
710 #: beyond-pkging.dbk:373
711 msgid "Advocating new developers"
712 msgstr "新たな開発者を支持する (advocate)"
713
714 # type: Content of: <chapter><section><section><para>
715 #: beyond-pkging.dbk:375
716 msgid ""
717 "See the page about <ulink url=\"&url-newmaint-advocate;\">advocating a "
718 "prospective developer</ulink> at the Debian web site."
719 msgstr ""
720 "Debian ウェブサイトの<ulink url=\"&url-newmaint-advocate;\">開発者志願者の支持者"
721 "になる (advocating a prospective developer)</ulink>のページを参照してください。"
722
723 # type: Content of: <chapter><section><section><title>
724 #: beyond-pkging.dbk:382
725 msgid "Handling new maintainer applications"
726 msgstr "新規メンテナ申請 (new maintainer applications) を取り扱う"
727
728 # type: Content of: <chapter><section><section><para>
729 #: beyond-pkging.dbk:384
730 msgid ""
731 "Please see <ulink url=\"&url-newmaint-amchecklist;\">Checklist for "
732 "Application Managers</ulink> at the Debian web site."
733 msgstr ""
734 "Debian のウェブサイトにある <ulink url=\"&url-newmaint-amchecklist;\">"
735 "申請管理者用チェックリスト (Checklist for Application Managers)</ulink> を"
736 "参照してください。"
737