chiark / gitweb /
henrich: update japanese (sure, I've checked those are not broken!)
[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-07-12 20:21+0900\n"
9 "Last-Translator: Osamu Aoki <osamu@debian.org>\n"
10 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@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 "Debian is about a lot more than just packaging software and maintaining those packages.  This chapter contains information about ways, often really critical ways, to contribute to Debian beyond simply creating and maintaining packages."
23 msgstr "Debian は、単にソフトウェアのパッケージを作ってメンテナンスをしているだけではありません。この章では、単にパッケージを作ってメンテナンスする以外で Debian へ協力・貢献するやり方、多くの場合とても重要となるやり方の情報を取り扱います。"
24
25 # type: Content of: <chapter><para>
26 #: beyond-pkging.dbk:14
27 msgid "As a volunteer organization, Debian relies on the discretion of its members in choosing what they want to work on and in choosing the most critical thing to spend their time on."
28 msgstr "ボランティア組織の例にたがわず、Debian はメンバーが何をしたいのか、時間を割くのに最も重大だと思われることが何か、というメンバーの判断に依っています。"
29
30 # type: Content of: <chapter><section><title>
31 #: beyond-pkging.dbk:19
32 msgid "Bug reporting"
33 msgstr "バグ報告"
34
35 # type: Content of: <chapter><section><para>
36 #: beyond-pkging.dbk:21
37 msgid "We encourage you to file bugs as you find them in Debian packages.  In fact, Debian developers are often the first line testers.  Finding and reporting bugs in other developers' packages improves the quality of Debian."
38 msgstr "我々としては、Debian パッケージで見つけたバグを登録することを勧めています。実際のところ、大抵の場合は Debian 開発者が第一線でのテスト作業者となっています。他の開発者のパッケージで見つけたバグを報告することで Debian の品質が向上されています。"
39
40 # type: Content of: <chapter><section><para>
41 #: beyond-pkging.dbk:26
42 msgid "Read the <ulink url=\"&url-bts-report;\">instructions for reporting bugs</ulink> in the Debian <ulink url=\"&url-bts;\">bug tracking system</ulink>."
43 msgstr "Debian <ulink url=\"&url-bts;\">バグ追跡システム (BTS)</ulink> の <ulink url=\"&url-bts-report;\">バグ報告のやり方について (instructions for reporting bugs)</ulink> を参照してください。"
44
45 # type: Content of: <chapter><section><para>
46 #: beyond-pkging.dbk:31
47 msgid "Try to submit the bug from a normal user account at which you are likely to receive mail, so that people can reach you if they need further information about the bug.  Do not submit bugs as root."
48 msgstr "いつも使っているメールを受け取れるユーザアカウントからバグを送って見てください。そうすることで、開発者がそのバグに関するより詳細な情報を必要とする場合にあなたに尋ねることができます。root ユーザでバグを報告しないでください。"
49
50 # type: Content of: <chapter><section><para>
51 #: beyond-pkging.dbk:36
52 msgid "You can use a tool like <citerefentry> <refentrytitle>reportbug</refentrytitle> <manvolnum>1</manvolnum> </citerefentry> to submit bugs.  It can automate and generally ease the process."
53 msgstr "バグを報告するには、<citerefentry> <refentrytitle>reportbug</refentrytitle> <manvolnum>1</manvolnum> </citerefentry> の様なツールが使えます。これによって自動化を行って、かなり簡単な作業にできます。"
54
55 # type: Content of: <chapter><section><para>
56 #: beyond-pkging.dbk:41
57 msgid "Make sure the bug is not already filed against a package.  Each package has a bug list easily reachable at <literal>http://&bugs-host;/<replaceable>packagename</replaceable></literal> Utilities like <citerefentry> <refentrytitle>querybts</refentrytitle> <manvolnum>1</manvolnum> </citerefentry> can also provide you with this information (and <command>reportbug</command> will usually invoke <command>querybts</command> before sending, too)."
58 msgstr "パッケージに対して既にバグが報告されていないことを確認しておいてください。個々のパッケージに対するバグのリストは <literal>http://&bugs-host;/<replaceable>パッケージ名</replaceable></literal> にて簡単に確認できます。<citerefentry> <refentrytitle>querybts</refentrytitle> <manvolnum>1</manvolnum> </citerefentry> のようなユーティリティもこの情報を入手できます (それから <command>reportbug</command> では大抵の場合は、バグを送信する前に <command>querybts</command> の実行もします)。"
59
60 # type: Content of: <chapter><section><para>
61 #: beyond-pkging.dbk:50
62 msgid "Try to direct your bugs to the proper location.  When for example your bug is about a package which overwrites files from another package, check the bug lists for <emphasis>both</emphasis> of those packages in order to avoid filing duplicate bug reports."
63 msgstr "正しい所にバグを報告する様に心がけてください。例えばあるパッケージが他のパッケージのファイルを上書きしてしまうバグの場合ですが、バグ報告が重複して登録されるのを避けるため、これらのパッケージの<emphasis>両方</emphasis>のバグリストを確認してください。"
64
65 # type: Content of: <chapter><section><para>
66 #: beyond-pkging.dbk:56
67 msgid "For extra credit, you can go through other packages, merging bugs which are reported more than once, or tagging bugs `fixed' when they have already been fixed.  Note that when you are neither the bug submitter nor the package maintainer, you should not actually close the bug (unless you secure permission from the maintainer)."
68 msgstr "さらに言うと、他のパッケージについても、何度も報告されているバグをマージしたり既に修正されているバグに「fixed」タグをつけたりすることもできます。そのバグの報告者であったりパッケージメンテナではない場合は (メンテナから許可をもらっていなければ)、実際にバグをクローズしてはいけないことに注意してください。"
69
70 # type: Content of: <chapter><section><para>
71 #: beyond-pkging.dbk:63
72 msgid "From time to time you may want to check what has been going on with the bug reports that you submitted.  Take this opportunity to close those that you can't reproduce anymore.  To find out all the bugs you submitted, you just have to visit <literal>http://&bugs-host;/from:<replaceable>&lt;your-email-addr&gt;</replaceable></literal>."
73 msgstr "時折、あなたが報告したバグ報告について何が起こっているのかをチェックしたくなることでしょう。これは、もう再現できないものをクローズするきっかけになります。報告した全てのバグ報告を確認するには、<literal>http://&bugs-host;/from:<replaceable>&lt;your-email-addr&gt;</replaceable></literal> を参照すればいいだけです。"
74
75 # type: Content of: <chapter><section><section><title>
76 #: beyond-pkging.dbk:70
77 msgid "Reporting lots of bugs at once (mass bug filing)"
78 msgstr "一度に大量のバグを報告するには (mass bug filing)"
79
80 # type: Content of: <chapter><section><section><para>
81 #: beyond-pkging.dbk:72
82 msgid "Reporting a great number of bugs for the same problem on a great number of different packages — i.e., more than 10 — is a deprecated practice.  Take all possible steps to avoid submitting bulk bugs at all.  For instance, if checking for the problem can be automated, add a new check to <systemitem role=\"package\">lintian</systemitem> so that an error or warning is emitted."
83 msgstr "大量の異なるパッケージに対して、同じ問題についての非常に多くのバグ (例えば 10 個以上) を報告するのは、推奨されていないやり方です。不要なバグ報告を避けるため、可能な限りの手続きを踏むようにしましょう。例えば、問題の確認を自動化できる場合は <systemitem role=\"package\">lintian</systemitem> に新しくチェック項目を追加すれば、エラーや警告が明確になります。"
84
85 # type: Content of: <chapter><section><section><para>
86 #: beyond-pkging.dbk:79
87 msgid "If you report more than 10 bugs on the same topic at once, it is recommended that you send a message to &email-debian-devel; describing your intention before submitting the report, and mentioning the fact in the subject of your mail.  This will allow other developers to verify that the bug is a real problem.  In addition, it will help prevent a situation in which several maintainers start filing the same bug report simultaneously."
88 msgstr "同じ問題について一度に 10 個以上のバグを報告する場合は、バグの投稿をする前に &email-debian-devel; へ送ることをお勧めします。バグ報告を送る前に注意点を記述し、メールのサブジェクトに事実を挙げておきます。これで他の開発者がそのバグが本当に問題であるかどうかを確認できるようになります。さらに、これによって複数のメンテナが平行して同じバグ報告を登録するのを防止できるようになります。"
89
90 # type: Content of: <chapter><section><section><para>
91 #FIXME program"m"s
92 #: beyond-pkging.dbk:87
93 msgid "Please use the programms <command>dd-list</command> and if appropriate <command>whodepends</command> (from the package devscripts) to generate a list of all affected packages, and include the output in your mail to &email-debian-devel;."
94 msgstr "<command>dd-list</command> プログラムを利用するのと、明確になっているのであれば影響を受けるパッケージのリストを (devscripts パッケージの) <command>whodepends</command> を使って出力して、&email-debian-devel; へのメールに含めて下さい。"
95
96 # type: Content of: <chapter><section><section><para>
97 #: beyond-pkging.dbk:93
98 msgid "Note that when sending lots of bugs on the same subject, you should send the bug report to <email>maintonly@&bugs-host;</email> so that the bug report is not forwarded to the bug distribution mailing list."
99 msgstr "同じサブジェクトで大量のバグを送信する際の注意として、バグ報告がバグ情報用メーリングリストへ転送されないように <email>maintonly@&bugs-host;</email> へバグ報告を送るべきである、ということです。"
100
101 # type: Content of: <chapter><section><title>
102 #: beyond-pkging.dbk:102
103 msgid "Quality Assurance effort"
104 msgstr "品質維持の努力"
105
106 # type: Content of: <chapter><section><section><title>
107 #: beyond-pkging.dbk:104
108 msgid "Daily work"
109 msgstr "日々の作業"
110
111 # type: Content of: <chapter><section><section><para>
112 #: beyond-pkging.dbk:106
113 msgid "Even though there is a dedicated group of people for Quality Assurance, QA duties are not reserved solely for them.  You can participate in this effort by keeping your packages as bug-free as possible, and as lintian-clean (see <xref linkend=\"lintian\"/> ) as possible.  If you do not find that possible, then you should consider orphaning some of your packages (see <xref linkend=\"orphaning\"/> ).  Alternatively, you may ask the help of other people in order to catch up with the backlog of bugs that you have (you can ask for help on &email-debian-qa; or &email-debian-devel;).  At the same time, you can look for co-maintainers (see <xref linkend=\"collaborative-maint\"/> )."
114 msgstr "品質保証に割り当てられたグループの人々がいたとしても、QA 作業は彼らのみに課せられるものではありません。あなたもパッケージを可能な限りバグが無いように保ち、できるだけ lintian クリーン (<xref linkend=\"lintian\"/> を参照) にすることで参加することができるのです。それが可能ではないように思えるなら、パッケージをいくつか「みなしご化 (orphan)」してください (xref linkend=\"orphaning\"/> 参照)。または、溜まったバグ処理に追いつくため、他の人々に助力を願い出ることも可能です (&email-debian-qa; や &email-debian-devel; で助けを求めることができます)。同時に共同メンテナ (co-maintainer) を探すことも可能です (<xref linkend=\"collaborative-maint\"/> を参照してください)。"
115
116 # type: Content of: <chapter><section><section><title>
117 #: beyond-pkging.dbk:120
118 msgid "Bug squashing parties"
119 msgstr "バグ潰しパーティ (BSP)"
120
121 # type: Content of: <chapter><section><section><para>
122 #: beyond-pkging.dbk:122
123 msgid "From time to time the QA group organizes bug squashing parties to get rid of as many problems as possible.  They are announced on &email-debian-devel-announce; and the announcement explains which area will be the focus of the party: usually they focus on release critical bugs but it may happen that they decide to help finish a major upgrade (like a new <command>perl</command> version which requires recompilation of all the binary modules)."
124 msgstr "時折、QA グループは可能な限りの問題を無くすためにバグ潰しパーティ (BSP) を開催しています。開催案内は &email-debian-devel-announce; で行われ、パーティがどの部分に集中してやるのかが告知されます。大抵はリリースクリティカルバグ (RC) への対応に当てられますが、大きなアップグレード (新しい <command>perl</command> バージョンでの全バイナリモジュールを再コンパイルのような) を完了する手助けのために開かれることもあります。"
125
126 # type: Content of: <chapter><section><section><para>
127 #: beyond-pkging.dbk:131
128 msgid "The rules for non-maintainer uploads differ during the parties because the announcement of the party is considered prior notice for NMU.  If you have packages that may be affected by the party (because they have release critical bugs for example), you should send an update to each of the corresponding bug to explain their current status and what you expect from the party.  If you don't want an NMU, or if you're only interested in a patch, or if you will deal yourself with the bug, please explain that in the BTS."
129 msgstr "メンテナ以外によるアップロード (non-maintainer upload) のルールはパーティの開催中とそれ以外で違います。これは、パーティのアナウンスは NMU の予告であると考えられているためです。パーティによって影響を受けるパッケージを持っている場合 (例えばリリースクリティカルバグを持っている場合) は、それぞれ対応するバグについて現状説明とこのパーティでどの様なことを期待しているのかを説明しないといけません。NMU を望まない、パッチでの対応にのみ興味がある、あるいは自分自身で対処をする予定の場合は、BTS で説明をしてください。"
130
131 # type: Content of: <chapter><section><section><para>
132 #: beyond-pkging.dbk:140
133 msgid "People participating in the party have special rules for NMU, they can NMU without prior notice if they upload their NMU to DELAYED/3-day at least.  All other NMU rules apply as usually; they should send the patch of the NMU to the BTS (to one of the open bugs fixed by the NMU, or to a new bug, tagged fixed).  They should also respect any particular wishes of the maintainer."
134 msgstr "パーティに参加している人には NMU についての特別ルールが割り当てられます。NMU について、少なくとも 3 日遅延してアップロードを行う場合 (DELAYED/3-day キューなどへのアップロードの場合) は予告無しで NMU できるのです。他の NMU ルールは全て通常通りに適用されます - NMU のパッチを BTS に送付する必要があります (修正されていないバグのいずれかを NMU で修正する、あるいは新たなバグにパッチを送り、fixed とタグを付けるなど)。それから、作業者は各メンテナの要望に沿う必要があります。"
135
136 # type: Content of: <chapter><section><section><para>
137 #: beyond-pkging.dbk:147
138 msgid "If you don't feel confident about doing an NMU, just send a patch to the BTS.  It's far better than a broken NMU."
139 msgstr "NMU をする自信が無い場合は、BTS へパッチを投げるだけにしてください。NMU でパッケージを壊してしまうより、遥かに良いことです。"
140
141 # type: Content of: <chapter><section><title>
142 #: beyond-pkging.dbk:155
143 msgid "Contacting other maintainers"
144 msgstr "他のメンテナに連絡を取る"
145
146 # type: Content of: <chapter><section><para>
147 #: beyond-pkging.dbk:157
148 msgid "During your lifetime within Debian, you will have to contact other maintainers for various reasons.  You may want to discuss a new way of cooperating between a set of related packages, or you may simply remind someone that a new upstream version is available and that you need it."
149 msgstr "Debian と共に過ごす間、様々な理由で他のメンテナに連絡を取りたくなることでしょう。関連パッケージ間での共同作業の新たなやり方について協議したい場合や、開発元で自分が使いたい新しいバージョンが利用可能になっていることを単に知らせたい場合などです。"
150
151 # type: Content of: <chapter><section><para>
152 #: beyond-pkging.dbk:163
153 msgid "Looking up the email address of the maintainer for the package can be distracting.  Fortunately, there is a simple email alias, <literal>&lt;package&gt;@&packages-host;</literal>, which provides a way to email the maintainer, whatever their individual email address (or addresses)  may be.  Replace <literal>&lt;package&gt;</literal> with the name of a source or a binary package."
154 msgstr "パッケージメンテナのメールアドレスを探しだすのは骨が折れます。幸いな事に、<literal>&lt;package&gt;@&packages-host;</literal> というシンプルなメールのエイリアスがあり、メンテナらの個人アドレスが何であれメンテナへメールを届ける手段となっています。<literal>&lt;package&gt;</literal> はパッケージのソース名かバイナリパッケージ名に置き換えてください。"
155
156 # type: Content of: <chapter><section><para>
157 #: beyond-pkging.dbk:171
158 msgid "You may also be interested in contacting the persons who are subscribed to a given source package via <xref linkend=\"pkg-tracking-system\"/> .  You can do so by using the <literal>&lt;package&gt;@&pts-host;</literal> email address."
159 msgstr "<xref linkend=\"pkg-tracking-system\"/> 経由でソースパッケージの購読を行っている人に連絡を取りたくなるかもしれません。その場合は <literal>&lt;package&gt;@&pts-host;</literal> メールアドレスが使えます。"
160
161 # type: Content of: <chapter><section><title>
162 #: beyond-pkging.dbk:180
163 msgid "Dealing with inactive and/or unreachable maintainers"
164 msgstr "活動的でない、あるいは連絡が取れないメンテナに対応する"
165
166 # type: Content of: <chapter><section><para>
167 #: beyond-pkging.dbk:182
168 msgid "If you notice that a package is lacking maintenance, you should make sure that the maintainer is active and will continue to work on their packages.  It is possible that they are not active any more, but haven't registered out of the system, so to speak.  On the other hand, it is also possible that they just need a reminder."
169 msgstr "パッケージがメンテナンスされていないと気づいた場合、メンテナが活動的でパッケージの作業を続けるかどうかを確認する必要があります。もはや活動的な状態ではない可能性もありますが、言わばシステムに登録していなかったという可能性もあります。あるいは、単に確認が必要なだけという可能性もあります。"
170
171 # type: Content of: <chapter><section><para>
172 #: beyond-pkging.dbk:189
173 msgid "There is a simple system (the MIA database) in which information about maintainers who are deemed Missing In Action is recorded.  When a member of the QA group contacts an inactive maintainer or finds more information about one, this is recorded in the MIA database.  This system is available in <filename>/org/qa.debian.org/mia</filename> on the host <literal>qa.debian.org </literal>, and can be queried with the <command>mia-query</command> tool.  Use <command>mia-query --help</command> to see how to query the database.  If you find that no information has been recorded about an inactive maintainer yet, or that you can add more information, you should generally proceed as follows."
174 msgstr "Missing In Action (行方不明) だと考えられているメンテナについての情報が記録されるシンプルなシステム (MIA データベース) があります。品質保証グループ (QA グループ) のメンバーが活動的ではないメンテナに連絡を取った場合や、そのメンテナについて新たな情報がもたらされた場合、その記録が MIA データベースに残されます。このシステムは <literal>qa.debian.org</literal> ホスト上の <filename>/org/qa.debian.org/mia</filename> で利用可能になっており、<command>mia-query</command> ツールで検索ができます。どうやってデータベースを検索するのかについては <command>mia-query --help</command> と入力してください。"
175
176 # type: Content of: <chapter><section><para>
177 #: beyond-pkging.dbk:200
178 msgid "The first step is to politely contact the maintainer, and wait a reasonable time for a response.  It is quite hard to define reasonable time, but it is important to take into account that real life is sometimes very hectic.  One way to handle this would be to send a reminder after two weeks."
179 msgstr "最初の一歩はメンテナに丁寧にコンタクトを取り、応答するのに充分な時間待つことです。充分な時間というのを定義するのは非常に困難なことですが、実生活では時折非常に多忙になるのを考慮に入れると重要なことです。一つのやり方としては、リマインダーを二週間後に送るという方法があります。"
180
181 # type: Content of: <chapter><section><para>
182 #: beyond-pkging.dbk:206
183 msgid "If the maintainer doesn't reply within four weeks (a month), one can assume that a response will probably not happen.  If that happens, you should investigate further, and try to gather as much useful information about the maintainer in question as possible.  This includes:"
184 msgstr "メンテナが4週間 (1ヶ月)応答をしない場合、おそらく反応がないと判断できます。この様な場合はより詳細に確認し、可能な限り問題となっているメンテナに関する有用な情報をかき集める必要があります。これには以下のようなものが含まれています。"
185
186 # type: Content of: <chapter><section><itemizedlist><listitem><para>
187 #: beyond-pkging.dbk:214
188 msgid "The <literal>echelon</literal> information available through the <ulink url=\"&url-debian-db;\">developers' LDAP database</ulink>, which indicates when the developer last posted to a Debian mailing list.  (This includes mails about uploads distributed via the &email-debian-devel-changes; list.)  Also, remember to check whether the maintainer is marked as on vacation in the database."
189 msgstr "<ulink url=\"&url-debian-db;\">開発者 LDAP データベース</ulink> を通じて得られる <literal>echelon</literal> 情報は、開発者が最後に Debian メーリングリストに投稿したはいつなのかを示します (これには &email-debian-devel-changes; での配布物のアップロードのメールも含まれます)。また、データベースでメンテナが休暇中かどうかも確認してください"
190
191 # type: Content of: <chapter><section><itemizedlist><listitem><para>
192 #: beyond-pkging.dbk:224
193 msgid "The number of packages this maintainer is responsible for, and the condition of those packages.  In particular, are there any RC bugs that have been open for ages? Furthermore, how many bugs are there in general? Another important piece of information is whether the packages have been NMUed, and if so, by whom."
194 msgstr "このメンテナが対応しているパッケージ数やパッケージの状態。特に、長期間放置され続けている RC バグがあるかどうか? さらに通常どの程度の数のバグがあるか? もう一つの重要な情報はパッケージが NMU されているかどうか、されているとしたら誰によって行われているか、です。"
195
196 # type: Content of: <chapter><section><itemizedlist><listitem><para>
197 #: beyond-pkging.dbk:233
198 msgid "Is there any activity of the maintainer outside of Debian? For example, they might have posted something recently to non-Debian mailing lists or news groups."
199 msgstr "Debian 以外でメンテナの活動があるかどうか? 例えば、近頃 Debian 以外のメーリングリストや news グループへの投稿をしているなど。"
200
201 # type: Content of: <chapter><section><para>
202 #: beyond-pkging.dbk:240
203 msgid "A bit of a problem are packages which were sponsored — the maintainer is not an official Debian developer.  The <literal>echelon</literal> information is not available for sponsored people, for example, so you need to find and contact the Debian developer who has actually uploaded the package.  Given that they signed the package, they're responsible for the upload anyhow, and are likely to know what happened to the person they sponsored."
204 msgstr "パッケージがスポンサーされている、つまりメンテナが公式の Debian 開発者ではない場合はちょっとした問題となります。例えば <literal>echelon</literal> の情報は、スポンサーされている人は利用できません。そのため実際にパッケージをアップロードした Debian 開発者を探して確認を取る必要があります。彼らがパッケージにサインしたということは、アップロードについて何であれ責任を持ち、スポンサーした人に何が起こっているかを知っていそうだということです。"
205
206 # type: Content of: <chapter><section><para>
207 #: beyond-pkging.dbk:248
208 msgid "It is also allowed to post a query to &email-debian-devel;, asking if anyone is aware of the whereabouts of the missing maintainer.  Please Cc: the person in question."
209 msgstr "&email-debian-devel; に、活動が見えないメンテナの居所に誰か気づいているかという質問を投稿するのもありです。問題の人を Cc: に入れてください。"
210
211 # type: Content of: <chapter><section><para>
212 #: beyond-pkging.dbk:253
213 msgid "Once you have gathered all of this, you can contact &email-mia;.  People on this alias will use the information you provide in order to decide how to proceed.  For example, they might orphan one or all of the packages of the maintainer.  If a package has been NMUed, they might prefer to contact the NMUer before orphaning the package — perhaps the person who has done the NMU is interested in the package."
214 msgstr "ここに書かれた全てを収集したなら、&email-mia;に連絡しましょう。この名前のエリアスを担当している人はあなたが供給した情報を使ってどう進めるかを判断します。例えば、そのメンテナのパッケージの一部または全てをオーファンするかも知れません。パッケージがNMUされていた場合は、パッケージをオーファンする前にNMUをした人に連絡する事を選ぶかもしれません — NMUをした人はきっとパッケージに関心があるでしょうから。"
215
216 # type: Content of: <chapter><section><para>
217 #: beyond-pkging.dbk:261
218 msgid "One last word: please remember to be polite.  We are all volunteers and cannot dedicate all of our time to Debian.  Also, you are not aware of the circumstances of the person who is involved.  Perhaps they might be seriously ill or might even have died — you do not know who may be on the receiving side.  Imagine how a relative will feel if they read the e-mail of the deceased and find a very impolite, angry and accusing message!"
219 msgstr "最後に一言: 礼儀正しく振る舞いましょう。我々は所詮ボランティアで、全ての時間を Debian に捧げられるわけではありません。また、関わっている人の状況がわかるわけでもありません。重い病気にかかっているかかもしれないし、あるいは死んでしまっているかもしれません - メッセージを受け取る側にどんな人がいるかは分かりません。亡くなった方のご親戚の方がメールを読んだ場合に、非常に無礼で怒った叱責調のメッセージを見つけてどうお感じになるかを想像してください。"
220
221 # type: Content of: <chapter><section><para>
222 #: beyond-pkging.dbk:269
223 msgid "On the other hand, although we are volunteers, we do have a responsibility.  So you can stress the importance of the greater good — if a maintainer does not have the time or interest anymore, they should let go and give the package to someone with more time."
224 msgstr "一方で、我々はボランティアではありますが責任を持っています。全体の幸せの重要性をよく考える必要があります — もしメンテナが時間が足りなかったり、もう興味を無くしてしまった場合は、パッケージを誰か他のより時間がある人間に与えるべきです。"
225
226 # type: Content of: <chapter><section><para>
227 #: beyond-pkging.dbk:275
228 msgid "If you are interested in working in the MIA team, please have a look at the README file in <filename>/org/qa.debian.org/mia</filename> on <literal> qa.debian.org</literal> where the technical details and the MIA procedures are documented and contact &email-mia;."
229 msgstr "MIA チームで働くのに興味を持った場合は、技術上の詳細と MIA の手順が記載されている <literal>qa.debian.org</literal> 上の <filename>/org/qa.debian.org/mia</filename> 内の README ファイルを参照して、&email-mia; に連絡を取ってください。"
230
231 # type: Content of: <chapter><section><title>
232 #: beyond-pkging.dbk:283
233 msgid "Interacting with prospective Debian developers"
234 msgstr "Debian 開発者候補に対応する"
235
236 # type: Content of: <chapter><section><para>
237 #: beyond-pkging.dbk:285
238 msgid "Debian's success depends on its ability to attract and retain new and talented volunteers.  If you are an experienced developer, we recommend that you get involved with the process of bringing in new developers.  This section describes how to help new prospective developers."
239 msgstr "Debian の成功は新たな才能あるボランティアをどう魅了し確保するかにかかっています。あなたが経験豊かな開発者なら、新たな開発者を呼び込むプロセスに関与するべきです。このセクションでは新たな開発者候補者をどうやって手助けするのかについて記述します。"
240
241 # type: Content of: <chapter><section><section><title>
242 #: beyond-pkging.dbk:291
243 msgid "Sponsoring packages"
244 msgstr "パッケージのスポンサーを行う"
245
246 # type: Content of: <chapter><section><section><para>
247 #: beyond-pkging.dbk:293
248 msgid "Sponsoring a package means uploading a package for a maintainer who is not able to do it on their own, a new maintainer applicant.  Sponsoring a package also means accepting responsibility for it."
249 msgstr "パッケージのスポンサーになるというのは自分の権限ではパッケージをアップロードできない、新規メンテナ応募者のパッケージをアップロードするということです。また、パッケージのスポンサーを行うことはそれに伴う責任を引き受けることを意味します。"
250
251 # type: Content of: <chapter><section><section><para>
252 #: beyond-pkging.dbk:304
253 msgid "New maintainers usually have certain difficulties creating Debian packages — this is quite understandable.  That is why the sponsor is there, to check the package and verify that it is good enough for inclusion in Debian.  (Note that if the sponsored package is new, the ftpmasters will also have to inspect it before letting it in.)"
254 msgstr "新たなメンテナは大抵 Debian パッケージの作成する際に何らかの困難に会いますーこれは非常に理解できることです。これはなぜスポンサーがいてパッケージをチェックし Debian に含めるのに充分良いものであるかどうかを確認するのかの根拠です。(注記: スポンサーされたパッケージが新規の場合、Debian に入れる前に ftpmaster らがそのパッケージをチェックする必要があります)。"
255
256 # type: Content of: <chapter><section><section><para>
257 #: beyond-pkging.dbk:311
258 msgid "Sponsoring merely by signing the upload or just recompiling is <emphasis role=\"strong\">definitely not recommended</emphasis>.  You need to build the source package just like you would build a package of your own.  Remember that it doesn't matter that you left the prospective developer's name both in the changelog and the control file, the upload can still be traced to you."
259 msgstr "単にサインしてアップロードするや、再コンパイルするだけのスポンサー作業は<emphasis role=\"strong\">全く推奨されません</emphasis>。ソースパッケージを自分自身がパッケージをビルドするようにビルドする必要があります。changelog と control ファイルに開発候補者の名前を残してあろうとも、アップロード誰がしたかは遡及できることを忘れないでください。"
260
261 # type: Content of: <chapter><section><section><para>
262 #: beyond-pkging.dbk:318
263 msgid "If you are an application manager for a prospective developer, you can also be their sponsor.  That way you can also verify how the applicant is handling the 'Tasks and Skills' part of their application."
264 msgstr "もしあなたが開発候補者の応募管理者であれば、彼らのスポンサーとなることもできます。こうすることで応募者が応募作業の 'Tasks and Skills' 部分をどう取り扱えるかを判断できます。"
265
266 # type: Content of: <chapter><section><section><title>
267 #: beyond-pkging.dbk:325
268 msgid "Managing sponsored packages"
269 msgstr "スポンサーされたパッケージを取り扱う"
270
271 # type: Content of: <chapter><section><section><para>
272 #: beyond-pkging.dbk:327
273 msgid "By uploading a sponsored package to Debian, you are certifying that the package meets minimum Debian standards.  That implies that you must build and test the package on your own system before uploading."
274 msgstr "スポンサーされたパッケージを Debian にアップロードすることは、Debian の標準について最低限は合致していることを保証することです。つまり、アップロード前に自分自身のシステムでパッケージをビルド、テストしなくてはいけないという意味です。"
275
276 # type: Content of: <chapter><section><section><para>
277 #: beyond-pkging.dbk:332
278 msgid "You cannot simply upload a binary <filename>.deb</filename> from the sponsoree.  In theory, you should only ask for the diff file and the location of the original source tarball, and then you should download the source and apply the diff yourself.  In practice, you may want to use the source package built by your sponsoree.  In that case, you have to check that they haven't altered the upstream files in the <filename>.orig.tar.gz</filename> file that they're providing."
279 msgstr "あなたは、スポンサー対象者からの <filename>.deb</filename> バイナリを単にアップロードすることはできません。通常、diff ファイルとオリジナルのソース tar ファイルを要求して、それから自分でソースをダウンロードして diff を適用する必要があります。実際には、スポンサー対象者が生成したソースパッケージを使うということです。この場合、彼らが提供した <filename>.orig.tar.gz</filename> ファイル中の開発元 (upstream) を改変していないことをチェックする必要があります。"
280
281 # type: Content of: <chapter><section><section><para>
282 #: beyond-pkging.dbk:341
283 msgid "Do not be afraid to write the sponsoree back and point out changes that need to be made.  It often takes several rounds of back-and-forth email before the package is in acceptable shape.  Being a sponsor means being a mentor."
284 msgstr "スポンサー対象者に必要な変更点を指摘の連絡するのを恐れないでください。パッケージが受け入れ可能な形になる前に何度もメールのやりとりが起こるのはよくあることです。スポンサーになるということはメンター (mentor) になるということです。"
285
286 # type: Content of: <chapter><section><section><para>
287 #: beyond-pkging.dbk:346
288 msgid "Once the package meets Debian standards, build and sign it with"
289 msgstr "一旦 Debian の標準に合致するようになったら、incoming ディレクトリにアップロードする前にパッケージを以下の様にしてビルドして署名してください"
290
291 # type: Content of: <chapter><section><section><screen>
292 #: beyond-pkging.dbk:348
293 #, no-wrap
294 msgid ""
295 "\n"
296 "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
297 msgstr ""
298 "\n"
299 "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
300
301 # type: Content of: <chapter><section><section><para>
302 #FIXME devided articles
303 #: beyond-pkging.dbk:352
304 msgid "before uploading it to the incoming directory.  Of course, you can also use any part of your <replaceable>KEY-ID</replaceable>, as long as it's unique in your secret keyring."
305 msgstr "もちろん、秘密鍵のキーリング中で唯一である限り、どの <replaceable>KEY-ID</replaceable> も使うことができます。"
306
307 # type: Content of: <chapter><section><section><para>
308 #: beyond-pkging.dbk:357
309 msgid "The Maintainer field of the <filename>control</filename> file and the <filename>changelog</filename> should list the person who did the packaging, i.e., the sponsoree.  The sponsoree will therefore get all the BTS mail about the package."
310 msgstr "<filename>control</filename> ファイルと <filename>changelog</filename> のメンテナ欄はパッケージを行った人を記載する必要があります。例えばスポンサー対象者、ということです。そうすることで、スポンサー対象者がパッケージに対する BTS メールを受け取れるようになります。"
311
312 # type: Content of: <chapter><section><section><para>
313 #: beyond-pkging.dbk:363
314 msgid "If you prefer to leave a more evident trace of your sponsorship job, you can add a line stating it in the most recent changelog entry."
315 msgstr "スポンサーを行ったという状況証拠を残しておいて後から確認したいという場合は、最も新しい changelog のエントリにそのような記述を追加できます。"
316
317 # type: Content of: <chapter><section><section><para>
318 #FIXME keep tabs?
319 #: beyond-pkging.dbk:367
320 msgid "You are encouraged to keep tabs on the package you sponsor using <xref linkend=\"pkg-tracking-system\"/> ."
321 msgstr "<xref linkend=\"pkg-tracking-system\"/> を使って、スポンサーしたパッケージの状況を把握するのをお勧めします。"
322
323 # type: Content of: <chapter><section><section><title>
324 #: beyond-pkging.dbk:373
325 msgid "Advocating new developers"
326 msgstr "新たな開発者を支持する (advocate)"
327
328 # type: Content of: <chapter><section><section><para>
329 #: beyond-pkging.dbk:375
330 msgid "See the page about <ulink url=\"&url-newmaint-advocate;\">advocating a prospective developer</ulink> at the Debian web site."
331 msgstr "Debian ウェブサイトの<ulink url=\"&url-newmaint-advocate;\">開発者志願者の支持者になる (advocating a prospective developer)</ulink>のページを参照してください。"
332
333 # type: Content of: <chapter><section><section><title>
334 #: beyond-pkging.dbk:382
335 msgid "Handling new maintainer applications"
336 msgstr "新規メンテナ申請 (new maintainer applications) を取り扱う"
337
338 # type: Content of: <chapter><section><section><para>
339 #: beyond-pkging.dbk:384
340 msgid "Please see <ulink url=\"&url-newmaint-amchecklist;\">Checklist for Application Managers</ulink> at the Debian web site."
341 msgstr "Debian のウェブサイトにある <ulink url=\"&url-newmaint-amchecklist;\">申請管理者用チェックリスト (Checklist for Application Managers)</ulink> を参照してください。"
342