chiark / gitweb /
Typos fixed; found by David Boesnercd
[developers-reference.git] / po4a / po / ja.po
index bd33eca35a1dc96255e1cda12bee5555401f02e5..e7db3fcfbc19f20e2f5e959c965f27cb1fa361e6 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: developers-reference 3.4.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-05-14 16:55-0400\n"
+"POT-Creation-Date: 2013-05-22 13:23-0400\n"
 "PO-Revision-Date: 2011-08-20 05:49+0900\n"
 "Last-Translator: Hideki Yamane <henrich@debian.org>\n"
 "Language-Team: Debian Japanese <debian-japanese@lists.debian.org>\n"
@@ -15,13 +15,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: best-pkging-practices.dbk:7
 msgid "Best Packaging Practices"
 msgstr "パッケージ化のベストプラクティス"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: best-pkging-practices.dbk:9
 msgid ""
@@ -41,7 +39,6 @@ msgstr ""
 "り Debian のメンテナが素晴らしいパッケージを作り、維持していくのを手助けして"
 "くれます。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: best-pkging-practices.dbk:18
 msgid ""
@@ -55,13 +52,11 @@ msgstr ""
 "主観的なヒント、アドバイス、ポインタです。あなたにとって一番うまくいくやり方"
 "を、どうぞご自由に選んでください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:24
 msgid "Best practices for <filename>debian/rules</filename>"
 msgstr "<filename>debian/rules</filename> についてのベストプラクティス"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:26
 msgid ""
@@ -75,13 +70,11 @@ msgstr ""
 "ないにせよ) パッケージにどのファイルが入るかを選択します。大抵の場合、メンテ"
 "ナが最も時間を費やすファイルです。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:32
 msgid "Helper scripts"
 msgstr "ヘルパースクリプト"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:34
 msgid ""
@@ -107,7 +100,6 @@ msgstr ""
 "た、メニューディレクトリが変更された場合、すべてのパッケージを変更する必要が"
 "あります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:45
 msgid ""
@@ -123,7 +115,6 @@ msgstr ""
 "を新しいバージョンのヘルパースクリプトでリビルドする必要があるだけです。他に"
 "何の変更も必要ありません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:52
 msgid ""
@@ -179,13 +170,11 @@ msgstr ""
 "パースクリプトを使おうとするのであれば、そのヘルパーを使うこと、つまり前提と"
 "動作を学ぶのに時間を割く必要があります。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:81
 msgid "Separating your patches into multiple files"
 msgstr "パッチを複数のファイルに分離する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:83
 msgid ""
@@ -267,13 +256,11 @@ msgstr ""
 "システムが統合されている <systemitem role=\"package\">cdbs</systemitem> など"
 "です。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:125
 msgid "Multiple binary packages"
 msgstr "複数のバイナリパッケージ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:127
 msgid ""
@@ -289,7 +276,6 @@ msgstr ""
 "ケージではなく複数の小さなパッケージを作ったりします (例: ユーザがサブセット"
 "のみをインストールできるようにして、ディスク容量を節約できます)。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:134
 msgid ""
@@ -308,7 +294,6 @@ msgstr ""
 "できます。パッケージ間の依存関係を <filename>debian/control</filename> 内で正"
 "しく設定したのを忘れずに確認してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:143
 msgid ""
@@ -323,13 +308,11 @@ msgstr ""
 "\">vim</systemitem> ソースパッケージは、手作りの <filename>debian/rules</"
 "filename> ファイルを使ってどのようにこの作業を扱うか、という例です。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:155
 msgid "Best practices for <filename>debian/control</filename>"
 msgstr "<filename>debian/control</filename> のベストプラクティス"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:157
 msgid ""
@@ -341,7 +324,6 @@ msgstr ""
 "のです。<ulink url=\"&url-debian-policy;ch-binary.html#s-descriptions\">パッ"
 "ケージ説明文についてのポリシー</ulink>を補完します。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:163
 msgid ""
@@ -361,13 +343,11 @@ msgstr ""
 "り、そして <xref linkend=\"bpp-pkg-desc\"/> が説明文 (description) に特化した"
 "ガイドラインを含んでいます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:172
 msgid "General guidelines for package descriptions"
 msgstr "パッケージ説明文の基本的なガイドライン"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:174
 msgid ""
@@ -383,7 +363,6 @@ msgstr ""
 "きます。より汎用的なアプリケーション、例えばエディタなどであれば、あまり技術"
 "的ではないユーザ向けに書く必要があります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:181
 msgid ""
@@ -397,7 +376,6 @@ msgstr ""
 "しました。あなたのパッケージが、本当に技術に精通したユーザ用のみではない限"
 "り、これは問題です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:187
 msgid ""
@@ -414,7 +392,6 @@ msgstr ""
 "識がないと仮定してみましょう。技術用語を使わねばならない場合は、説明しましょ"
 "う。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:194
 msgid ""
@@ -427,7 +404,6 @@ msgstr ""
 "明文を読む人は、あなたが気にすることと同じことを気にはしないであろうことを覚"
 "えておいてください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:199
 msgid ""
@@ -443,7 +419,6 @@ msgstr ""
 "なく GTK+ を使いましょう。Gnome ではなく GNOME を使いましょう。Postscript や "
 "postscript ではなく PostScript を使いましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:206
 msgid ""
@@ -453,7 +428,6 @@ msgstr ""
 "説明文を書くことに問題があれば、&email-debian-l10n-english; へそれを送って"
 "フィードバックを求めるとよいでしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:212
 msgid "The package synopsis, or short description"
@@ -563,13 +537,11 @@ msgstr ""
 "パッケージ<replaceable>名</replaceable>は、<replaceable>プログラム一式</"
 "replaceable>に対する<replaceable>役割</replaceable>を表しています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:262
 msgid "The long description"
 msgstr "長い説明文 (long description)"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:264
 msgid ""
@@ -583,13 +555,11 @@ msgstr ""
 "る必要があります。ユーザーがパッケージの概要を既に読んでいると仮定してくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:270
 msgid "The long description should consist of full and complete sentences."
 msgstr "長い説明文は、完全な文章から成る必要があります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:273
 msgid ""
@@ -603,7 +573,6 @@ msgstr ""
 "りではない書き方でこれを記述するのが重要です。もちろんパッケージの利用者が必"
 "然的に技術者ではない限り、です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:279
 msgid ""
@@ -621,7 +590,6 @@ msgstr ""
 "していない、何らかの方法で他のパッケージに関連している? (例: これは foo サー"
 "バのクライアントです)"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:287
 msgid ""
@@ -646,7 +614,6 @@ msgstr "ispell -d american -g debian/control\n"
 msgid "aspell -d en -D -c debian/control\n"
 msgstr "aspell -d en -D -c debian/control\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:298
 msgid ""
@@ -656,7 +623,6 @@ msgstr ""
 "通常、ユーザは以下のような疑問がパッケージ説明文で答えられることを期待してい"
 "ます:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:303
 msgid ""
@@ -666,7 +632,6 @@ msgstr ""
 "パッケージは何をするの? 他のパッケージのアドオンだった場合、パッケージがアド"
 "オンであるということを概要文に書く必要があります。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:309
 msgid ""
@@ -678,7 +643,6 @@ msgstr ""
 "ん (これはメールユーザーエージェントです; クールで速く、PGP や LDAP や IMAP "
 "のインターフェイスがあり、X や Y や Z の機能があります)。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:316
 msgid ""
@@ -688,7 +652,6 @@ msgstr ""
 "パッケージが直接インストールされるべきではないが、他のパッケージから引っ張っ"
 "てこられる時には、付記しておく必要があります。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:322
 msgid ""
@@ -699,7 +662,6 @@ msgstr ""
 "パッケージが<literal>実験的</literal>である、あるいは使われない方が良い他の理"
 "由がある場合、同様にここに記載する必要があります。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:329
 msgid ""
@@ -711,13 +673,11 @@ msgstr ""
 "能がより豊富なのでしょうか? 違った機能があるのでしょうか? このパッケージを選"
 "ぶ理由は何でしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:342
 msgid "Upstream home page"
 msgstr "開発元のホームページ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:344
 msgid ""
@@ -731,13 +691,11 @@ msgstr ""
 "を追加することをお勧めします。この情報をパッケージ説明文自身に追加するのは推"
 "奨されない (deprecated) であると考えられています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:352
 msgid "Version Control System location"
 msgstr "バージョン管理システムの場所"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:354
 msgid ""
@@ -747,13 +705,11 @@ msgstr ""
 "<filename>debian/control</filename> には、バージョン管理システムの場所につい"
 "ての追加フィールドがあります。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:358
 msgid "Vcs-Browser"
 msgstr "Vcs-Browser"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:360
 msgid ""
@@ -765,7 +721,6 @@ msgstr ""
 "ン管理システムのリポジトリのコピーがもしあれば、それを指し示す "
 "<literal>http://</literal> URL である必要があります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:365
 msgid ""
@@ -777,13 +732,11 @@ msgstr ""
 "用であるのが目的です (例: バグ追跡システムで <literal>pending</literal> とタ"
 "グがつけられているバグを修正するパッチを探している場合)。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:372
 msgid "Vcs-*"
 msgstr "Vcs-*"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:374
 msgid ""
@@ -809,7 +762,6 @@ msgstr ""
 "す。"
 
 # FIXME-trans: 場所からロケーション、にする?
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:385
 msgid ""
@@ -833,7 +785,6 @@ msgstr ""
 "能なリポジトリを指すのではなく、匿名アクセスが可能なリポジトリを指すようにす"
 "ることを意味します。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:396
 msgid ""
@@ -851,7 +802,6 @@ msgstr ""
 "ているかに注意してください。上で挙げられた <literal>Vcs-Browser</literal> "
 "フィールドと <literal>Homepage</literal> フィールドの使い方も出ています。"
 
-# type: Content of: <chapter><section><section><section><screen>
 #. type: Content of: <chapter><section><section><section><screen>
 #: best-pkging-practices.dbk:405
 #, no-wrap
@@ -872,13 +822,11 @@ msgstr ""
 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
 "  Homepage: http://www.vim.org\n"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:420
 msgid "Best practices for <filename>debian/changelog</filename>"
 msgstr "<filename>debian/changelog</filename> のベストプラクティス"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:422
 msgid ""
@@ -888,13 +836,11 @@ msgstr ""
 "以下のプラクティスは <ulink url=\"&url-debian-policy;ch-docs.html#s-"
 "changelogs\">changelog ファイルに対するポリシー</ulink>を補完します。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:427
 msgid "Writing useful changelog entries"
 msgstr "役立つ changelog のエントリを書く"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:429
 msgid ""
@@ -906,7 +852,6 @@ msgstr ""
 "だけを記載します。最後のバージョンから行われた、重要な、そしてユーザに見える"
 "形の変更を記述することに集中しましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:434
 msgid ""
@@ -920,7 +865,6 @@ msgstr ""
 "ついて明記すべき手助けをしてくれた人々 (例えば、パッチを送ってくれた人) を丁"
 "寧に明記するのを忘れないようにしましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:440
 msgid ""
@@ -936,7 +880,6 @@ msgstr ""
 "は、特に確認しておきましょう。詳細な説明については、<filename>README.Debian</"
 "filename> ファイルを使ってください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:447
 msgid ""
@@ -950,7 +893,6 @@ msgstr ""
 "う。特に、技術的に精通していないと思われるユーザによって登録されたバグを閉じ"
 "る際には気をつけましょう。礼儀正しく、断言をしないように。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:453
 msgid ""
@@ -963,7 +905,6 @@ msgstr ""
 "ます。ですが、個々のすべての変更したファイルを一覧にする必要性はありません。"
 "特に変更点が小さくて繰り返される場合です。ワイルドカードを使いましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:459
 msgid ""
@@ -975,13 +916,11 @@ msgstr ""
 "やってそれが直されたのかについて言い、closes: #nnnnn の文字列を追加しましょ"
 "う。詳細については <xref linkend=\"upload-bugfix\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:466
 msgid "Common misconceptions about changelog entries"
 msgstr "changelog のエントリに関するよくある誤解"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:468
 msgid ""
@@ -1009,7 +948,6 @@ msgstr ""
 "正されたものだけにすべきです。changelog で関係ないバグを閉じるのは良くない習"
 "慣です。<xref linkend=\"upload-bugfix\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:481
 msgid ""
@@ -1033,7 +971,6 @@ msgstr ""
 "ますことでしょう。どの様にバグ報告システムを使えばいいのかについて、詳細な情"
 "報は<xref linkend=\"bug-answering\"/>を参照してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:492
 msgid ""
@@ -1047,13 +984,11 @@ msgstr ""
 "ン管理を行っているので、NMU された changelog エントリを残しておいて自分の "
 "changelog エントリ中でその事実に触れるだけで十分です。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:500
 msgid "Common errors in changelog entries"
 msgstr "changelog のエントリ中のよくある間違い"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:502
 msgid ""
@@ -1063,40 +998,34 @@ msgstr ""
 "以下の例で、changelog エントリ中のよくある間違いや間違ったスタイルの例を挙げ"
 "ます。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:506
 #, no-wrap
 msgid "  * Fixed all outstanding bugs.\n"
 msgstr "  * Fixed all outstanding bugs.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:509
 msgid "This doesn't tell readers anything too useful, obviously."
 msgstr "これは、全く読み手に何も有用なことを教えてくれません。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:512
 #, no-wrap
 msgid "  * Applied patch from Jane Random.\n"
 msgstr "  * Applied patch from Jane Random.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:515
 msgid "What was the patch about?"
 msgstr "何についてのパッチですか?"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:518
 #, no-wrap
 msgid "  * Late night install target overhaul.\n"
 msgstr "  * Late night install target overhaul.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:521
 msgid ""
@@ -1106,14 +1035,12 @@ msgstr ""
 "何をオーバーホールしてどうなったのですか? 深夜というのに言及しているのは、私"
 "たちにこのコードを信用するなと言いたいのですか?"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:525
 #, no-wrap
 msgid "  * Fix vsync FU w/ ancient CRTs.\n"
 msgstr "  * Fix vsync FU w/ ancient CRTs.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:528
 msgid ""
@@ -1123,14 +1050,12 @@ msgstr ""
 "略称が多すぎます。そして、ええっと、fsckup (あぁ、ひどい言葉!) は実際何だった"
 "のか、あるいはどうやって修正したのかがまったく明らかではありません。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:532
 #, no-wrap
 msgid "  * This is not a bug, closes: #nnnnnn.\n"
 msgstr "  * This is not a bug, closes: #nnnnnn.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:535
 msgid ""
@@ -1142,14 +1067,12 @@ msgstr ""
 "りません; 代わりにバグ追跡システムを使ってください。次に、何故この報告がバグ"
 "ではなかったのかについての説明がありません。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:540
 #, no-wrap
 msgid "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
 msgstr "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:543
 msgid ""
@@ -1167,14 +1090,12 @@ msgstr ""
 "ずっと前に修正したバグを、あなたの changelog 内で追いかける必要はありませ"
 "ん)。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:550
 #, no-wrap
 msgid "  * Closes: #12345, #12346, #15432\n"
 msgstr "  * Closes: #12345, #12346, #15432\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:553
 msgid ""
@@ -1231,7 +1152,6 @@ msgstr ""
 "るのは良い考えです。実際の <filename>NEWS.Debian</filename> ファイルの例が、"
 "以下になります:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:581
 #, no-wrap
@@ -1270,7 +1190,6 @@ msgstr ""
 "<literal>dh_installchangelogs</literal> が <filename>debian/NEWS</filename> "
 "ファイルをインストールしてくれます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:598
 msgid ""
@@ -1286,13 +1205,11 @@ msgstr ""
 "<filename>NEWS.Debian</filename> ファイルをパッケージに入れてリリースする必要"
 "はありません。便りが無いのは良い知らせ、です (No news is good news!)。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:620
 msgid "Best practices for maintainer scripts"
 msgstr "メンテナスクリプトのベストプラクティス"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:622
 msgid ""
@@ -1310,7 +1227,6 @@ msgstr ""
 "ストールと削除のセットアップの面倒をみます。以下の説明は、<ulink url=\"&url-"
 "debian-policy;\">Debian ポリシー</ulink>を補完します。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:630
 msgid ""
@@ -1322,7 +1238,6 @@ msgstr ""
 "リプトが 2 回呼ばれた場合、何も悪いことが起きないのを保証する必要があるという"
 "意味です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:635
 msgid ""
@@ -1332,7 +1247,6 @@ msgstr ""
 "標準入出力はログの取得のためにリダイレクトされることがあります (例: パイプへ"
 "向けられる)。ですので、これらが tty であることに依存してはいけません。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:639
 msgid ""
@@ -1348,7 +1262,6 @@ msgstr ""
 "filename> スクリプトの <literal>configure</literal> 段階にのみ、配置すること"
 "ができます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:646
 msgid ""
@@ -1365,7 +1278,6 @@ msgstr ""
 "変更を追加するのに <systemitem role=\"package\">debhelper</systemitem> を使え"
 "るので、Perl より POSIX シェル、あるいは Bash の方が好まれます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:653
 msgid ""
@@ -1379,7 +1291,6 @@ msgstr ""
 "してください。つまり、メンテナスクリプト中で直接/間接を問わず作成されたファ"
 "イルを削除する必要があるということです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:659
 msgid ""
@@ -1387,14 +1298,12 @@ msgid ""
 "something like"
 msgstr "コマンドの存在をチェックする必要がある場合は、このような感じで行います"
 
-# type: Content of: <chapter><section><programlisting>
 #. type: Content of: <chapter><section><programlisting>
 #: best-pkging-practices.dbk:662
 #, no-wrap
 msgid "if [ -x /usr/sbin/install-docs ]; then ..."
 msgstr "if [ -x /usr/sbin/install-docs ]; then ..."
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:664
 msgid ""
@@ -1419,7 +1328,6 @@ msgstr ""
 "command>、<command>which</command> は POSIX に無いので、これがもっとも汎用性"
 "の高いやり方です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:676
 msgid ""
@@ -1437,7 +1345,6 @@ msgstr ""
 "ティションがマウントする前に走るスクリプトの中では使えないということです。ほ"
 "とんどのスクリプトは、この問題を持つようなことはありませんが。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:686
 msgid ""
@@ -1445,7 +1352,6 @@ msgid ""
 "systemitem>"
 msgstr "<systemitem role=\"package\">debconf</systemitem> による設定管理"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:688
 msgid ""
@@ -1464,7 +1370,6 @@ msgstr ""
 "現状では避けるべきです。これにより、将来には非対話的なインストールが可能にな"
 "る予定です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:696
 msgid ""
@@ -1480,7 +1385,6 @@ msgstr ""
 "は、debconf を使うのを決めた時、あなたが読むべきものです。また、ここではベス"
 "トプラクティスを記述しています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: best-pkging-practices.dbk:703
 msgid ""
@@ -1493,13 +1397,11 @@ msgstr ""
 "ステム) に関する、より明確な推奨と同様に、幾つかの書き方と体裁に関する推奨、"
 "そして debconf の使い方についての一般的な考慮すべき事柄を含んでいます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:709
 msgid "Do not abuse debconf"
 msgstr "debconf を乱用しない"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:711
 msgid ""
@@ -1527,7 +1429,6 @@ msgstr ""
 "は確認する (あるいはメールでユーザを悩ます) まで、インストールを常にブロック"
 "することを覚えておいてください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:723
 msgid ""
@@ -1541,19 +1442,16 @@ msgstr ""
 "<manvolnum>7</manvolnum> </citerefentry> を参照してください。ほとんどの質問は"
 "優先度が medium あるいは low を使うべきです。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:731
 msgid "General recommendations for authors and translators"
 msgstr "作者と翻訳者に対する雑多な推奨"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:733
 msgid "Write correct English"
 msgstr "正しい英語を書く"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:735
 msgid ""
@@ -1564,7 +1462,6 @@ msgstr ""
 "すので、正しいフレーズのテンプレートを書くのは彼らにとっては容易ではありませ"
 "ん。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:739
 msgid ""
@@ -1583,7 +1480,6 @@ msgstr ""
 "下手に書かれたテンプレートは、パッケージに対して、そしてあなたの作業に対し"
 "て、さらには Debian それ自体にすら対して、悪い印象を与えます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:747
 msgid ""
@@ -1597,13 +1493,11 @@ msgstr ""
 "(説明文を使って) 解説してみましょう。その場合には、冗長さとシンプルさのバラン"
 "スを取るようにしましょう。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:755
 msgid "Be kind to translators"
 msgstr "翻訳者へ丁寧に接する"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:757
 msgid ""
@@ -1712,7 +1606,6 @@ msgstr ""
 "すぎるプレッシャーを翻訳チームに与えるので、非常に些細な変更点に対してのみに"
 "留めるべきです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:807
 msgid ""
@@ -1722,7 +1615,6 @@ msgstr ""
 "迷った場合は、該当の言語の翻訳チーム (debian-l10n-xxxxx@&lists-host;) か "
 "&email-debian-i18n; にも問い合わせましょう。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:814
 msgid "Unfuzzy complete translations when correcting typos and spelling"
@@ -1741,7 +1633,6 @@ msgstr ""
 "emphasis>場合には、翻訳作業者を労って翻訳文を <emphasis>fuzzy を取り除いて</"
 "emphasis>ください。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:822
 msgid ""
@@ -1853,7 +1744,6 @@ msgstr "ゴミ掃除。"
 msgid "rm -rf templates.pot.orig po_fridge"
 msgstr "rm -rf templates.pot.orig po_fridge"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:887
 msgid "Do not make assumptions about interfaces"
@@ -1872,7 +1762,6 @@ msgstr ""
 "な文章は、2 択の質問に対してチェックボックスを使うようなグラフィカルインター"
 "フェイスのユーザには何の意味もありません。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:894
 msgid ""
@@ -1886,7 +1775,6 @@ msgstr ""
 "う場合があるからです (たとえば、debconf データベースが preseed で指定されてい"
 "る場合など)。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:900
 msgid ""
@@ -1896,7 +1784,6 @@ msgstr ""
 "より一般的に言うと、ユーザの行動を参照させるのを避けるようにしましょう。単に"
 "事実を与えましょう。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:906
 msgid "Do not use first person"
@@ -1923,13 +1810,11 @@ msgstr ""
 "enabled if...</emphasis> ではなく <emphasis>Enable this if ...</emphasis> な"
 "どとして生の声を届けるようにしましょう。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:918
 msgid "Be gender neutral"
 msgstr "性差に対して中立であれ"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:920
 msgid ""
@@ -1939,13 +1824,11 @@ msgstr ""
 "世界は、男と女によって成り立っています。記述の際には、性差に対して中立な書き"
 "方を行ってください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:928
 msgid "Templates fields definition"
 msgstr "テンプレートのフィールド定義"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:930
 msgid ""
@@ -1957,7 +1840,6 @@ msgstr ""
 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> マニュアルページから"
 "得ています。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:935
 msgid "Type"
@@ -1968,7 +1850,6 @@ msgstr "Type"
 msgid "string"
 msgstr "string"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:939
 msgid ""
@@ -1981,7 +1862,6 @@ msgstr ""
 msgid "password"
 msgstr "password"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:946
 msgid ""
@@ -1999,7 +1879,6 @@ msgstr ""
 msgid "boolean"
 msgstr "boolean"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:955
 msgid ""
@@ -2093,7 +1972,6 @@ msgstr ""
 msgid "multiselect"
 msgstr "multiselect"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:1001
 msgid ""
@@ -2108,7 +1986,6 @@ msgstr ""
 msgid "note"
 msgstr "note"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:1009
 msgid ""
@@ -2129,7 +2006,6 @@ msgstr ""
 msgid "text"
 msgstr "text"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:1020
 msgid "This type is now considered obsolete: don't use it."
@@ -2141,7 +2017,6 @@ msgstr ""
 msgid "error"
 msgstr "error"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:1027
 msgid ""
@@ -2154,7 +2029,6 @@ msgstr ""
 "(例えば、cdebconf の dialog フロントエンドは通常の青い画面ではなく、赤い画面"
 "を描画します)。"
 
-# type: Content of: <chapter><section><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><section><para>
 #: best-pkging-practices.dbk:1032
 msgid ""
@@ -2164,13 +2038,11 @@ msgstr ""
 "何かを補正するためにユーザの注意を引く必要があるメッセージに対し、この type "
 "を使うのがお勧めです。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1040
 msgid "Description: short and extended description"
 msgstr "Description: short および extended 説明文"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1042
 msgid ""
@@ -2180,7 +2052,6 @@ msgstr ""
 "テンプレート説明文は 2 つのパートに分かれます: short と extended です。短い説"
 "明文 (short description) はテンプレートの Description: 行にあります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1046
 msgid ""
@@ -2193,7 +2064,6 @@ msgstr ""
 "文字程度に) しておく必要があります。通常、翻訳はオリジナルよりも長くなる傾向"
 "にあるので、短くすることは翻訳作業者を助けます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1052
 msgid ""
@@ -2207,7 +2077,6 @@ msgstr ""
 "きに表示するか、あるいは全く表示しません。「What do you want to do?」のような"
 "表現を避けてください。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1058
 msgid ""
@@ -2217,7 +2086,6 @@ msgstr ""
 "短い説明文は完全な文章である必要はありません。これは文章を短くしておき、効率"
 "的に推奨を行うためです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1062
 msgid ""
@@ -2233,7 +2101,6 @@ msgstr ""
 "しょう! この拡張された説明文は重要です。もし、まったく何も思いつかなければ、"
 "空のままにしておきましょう。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1069
 msgid ""
@@ -2245,7 +2112,6 @@ msgstr ""
 "性を高めます。同じ段落で 2 つの考えを混ぜてはいけません。代わりに別の段落を書"
 "きます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1074
 msgid ""
@@ -2259,7 +2125,6 @@ msgstr ""
 "ダイアログインターフェイスでは、スクロールする必要がでてくることになり、そし"
 "て多くの人がスクロールなどしないからです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1080
 msgid ""
@@ -2269,7 +2134,6 @@ msgstr ""
 "拡張された説明文では、質問を含めては<emphasis role=\"strong\">決していけませ"
 "ん</emphasis>。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1084
 msgid ""
@@ -2279,7 +2143,6 @@ msgstr ""
 "テンプレートの type (string、boolean など) に応じた特別なルールについては、以"
 "下を読んでください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1090
 msgid "Choices"
@@ -2296,13 +2159,11 @@ msgstr ""
 "ユーザに表示される可能な選択肢が含まれます。これらの選択肢はコンマで区切る必"
 "要があります。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1099
 msgid "Default"
 msgstr "Default"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1101
 msgid ""
@@ -2314,19 +2175,16 @@ msgstr ""
 "multiselect のデフォルトでの答えが含まれます。multiselect テンプレートの場"
 "合、コンマで区切られた選択肢一覧が含まれます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1110
 msgid "Templates fields specific style guide"
 msgstr "テンプレートのフィールド固有スタイルガイド"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1112
 msgid "Type field"
 msgstr "Type フィールド"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1114
 msgid ""
@@ -2336,13 +2194,11 @@ msgstr ""
 "特別な指定はありません。一点だけ、その前のセクションを参照して適切な type を"
 "使ってください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1120
 msgid "Description field"
 msgstr "Description フィールド"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1122
 msgid ""
@@ -2352,13 +2208,11 @@ msgstr ""
 "以下は、テンプレートの型に応じて適切な Description (short および extended) を"
 "書くための特別な指示です。"
 
-# type: Content of: <chapter><section><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><section><title>
 #: best-pkging-practices.dbk:1126
 msgid "String/password templates"
 msgstr "String/password テンプレート"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1130
 msgid ""
@@ -2371,7 +2225,6 @@ msgstr ""
 "いない形のプロンプト (IP アドレス:) を使ってください。コロン (:) の使用をお勧"
 "めします。"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1137
 msgid ""
@@ -2384,13 +2237,11 @@ msgstr ""
 "同じ質問を繰り返すのではなく、何を質問されているのかを説明します。完全な文章"
 "を書いてください。簡潔な書き方は強く忌避されます。"
 
-# type: Content of: <chapter><section><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><section><title>
 #: best-pkging-practices.dbk:1147
 msgid "Boolean templates"
 msgstr "Boolean テンプレート"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1151
 msgid ""
@@ -2403,7 +2254,6 @@ msgstr ""
 "りません。簡潔な書き方は許されており、質問が若干長い場合は推奨されすらしてい"
 "ます (翻訳文は、大抵の場合原文よりも長くなるのを覚えておきましょう)。"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1159
 msgid ""
@@ -2414,13 +2264,11 @@ msgstr ""
 "さい。このようなテンプレートで良くある間違いは、「はい」と答える形かどうかで"
 "す。"
 
-# type: Content of: <chapter><section><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><section><title>
 #: best-pkging-practices.dbk:1167
 msgid "Select/Multiselect"
 msgstr "Select/Multiselect"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1171
 msgid ""
@@ -2434,7 +2282,6 @@ msgstr ""
 "role=\"strong\">使わないで</emphasis>ください。ユーザは何かを選ぶ必要があるく"
 "らいには十分賢いです... :)"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1179
 msgid ""
@@ -2448,7 +2295,6 @@ msgstr ""
 "択肢が 1 つではないことについても言及するかもしれません (インターフェイスが大"
 "抵これを明確にはしてくれますが)。"
 
-# type: Content of: <chapter><section><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><section><title>
 #: best-pkging-practices.dbk:1189
 msgid "Notes"
@@ -2462,7 +2308,6 @@ msgid ""
 msgstr ""
 "短い説明文は<emphasis role=\"strong\">タイトル</emphasis>として扱われます。"
 
-# type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1198
 msgid ""
@@ -2493,13 +2338,11 @@ msgstr ""
 "<filename>README.Debian</filename> 中のエントリに変換することを考えた場合、既"
 "存の翻訳を捨てないことを検討してください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1219
 msgid "Choices field"
 msgstr "Choices フィールド"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1221
 msgid ""
@@ -2511,7 +2354,6 @@ msgstr ""
 "してください。これは個々の選択項目を単一の文字列に分割するので、翻訳作業者が"
 "作業を行うのを助けてくれると考えられています。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1228 best-pkging-practices.dbk:1266
 msgid "Default field"
@@ -2541,7 +2383,6 @@ msgstr ""
 "選択になりますが、英語を使うときには最初に提示された Default Choice が使われ"
 "ます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1241
 msgid "Example, taken from the geneweb package templates:"
@@ -2572,7 +2413,6 @@ msgstr ""
 "_Default: English[ translators, please see comment in PO files]\n"
 "_Description: Geneweb default language:\n"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1255
 msgid ""
@@ -2593,7 +2433,6 @@ msgstr ""
 "_Default を使うやり方は、若干混乱するのでコメントが必要です: 翻訳者は自身の選"
 "択肢を書きます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1268
 msgid ""
@@ -2627,7 +2466,6 @@ msgstr ""
 "<manvolnum>7</manvolnum> </citerefentry> に記載されている特別な _Default 型を"
 "使うことを考えましょう。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:1289
 msgid "Internationalization"
@@ -2646,13 +2484,11 @@ msgstr ""
 "の詳細な情報は、<ulink url=\"&url-i18n-l10n;\">Internationalisation and "
 "localisation in Debian</ulink> で入手できます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1298
 msgid "Handling debconf translations"
 msgstr "debconf の翻訳を取り扱う"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1300
 msgid ""
@@ -2666,7 +2502,6 @@ msgstr ""
 "は、ほとんどの場合、彼らはネイティブな英語話者ではないので、あなたは特に忍耐"
 "強くあらねばいけないでしょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1306
 msgid ""
@@ -2714,13 +2549,11 @@ msgstr ""
 "見ます。詳細は <citerefentry> <refentrytitle>po-debconf</refentrytitle> "
 "<manvolnum>7</manvolnum> </citerefentry> マニュアルページを参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1332
 msgid "Internationalized documentation"
 msgstr "ドキュメントの国際化"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1334
 msgid ""
@@ -2762,7 +2595,6 @@ msgstr ""
 "は、翻訳がベースにしているオリジナルのファイルのリビジョンを表示します。自分"
 "の VCS 領域でこれを導入して利用した方が良いでしょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1353
 msgid ""
@@ -2793,13 +2625,11 @@ msgstr ""
 "ファイルを生成します。これによって、翻訳したドキュメントが更新された際に何を"
 "再翻訳すればよいのかを見ることを可能にしてくれます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:1371
 msgid "Common packaging situations"
 msgstr "パッケージ化に於ける一般的なシチュエーション"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1382
 msgid "Packages using <command>autoconf</command>/<command>automake</command>"
@@ -2807,7 +2637,6 @@ msgstr ""
 "<command>autoconf</command>/<command>automake</command> を使っているパッケー"
 "ジ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1384
 msgid ""
@@ -2829,13 +2658,11 @@ msgstr ""
 "とめられています。このファイルを読んで書かれている推奨に従うことを強くお勧め"
 "します。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1396
 msgid "Libraries"
 msgstr "ライブラリ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1398
 msgid ""
@@ -2849,7 +2676,6 @@ msgstr ""
 "な限りシンプルであることを確保するため、多くの制約を課しています。ライブラリ"
 "での破損は、依存している何十ものパッケージの破損を招き得ます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1404
 msgid ""
@@ -2859,13 +2685,11 @@ msgstr ""
 "ライブラリのパッケージ化の良い作法が <ulink url=\"&url-libpkg-guide;\">the "
 "library packaging guide</ulink> にまとめられています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><title>
 #: best-pkging-practices.dbk:1411 resources.dbk:193
 msgid "Documentation"
 msgstr "ドキュメント化"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1413
 msgid ""
@@ -2876,7 +2700,6 @@ msgstr ""
 "ulink>に忘れず従ってください。"
 
 # ship は「出荷」の意味だが、Debian の場合は製品ではないので「リリース」とした
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1418
 msgid ""
@@ -2889,7 +2712,6 @@ msgstr ""
 "ます。ユーザがドキュメントのソースを欲しい場合には、ソースパッケージを引っ"
 "張ってくれば良いのです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1423
 msgid ""
@@ -2905,7 +2727,6 @@ msgstr ""
 "ソースの形式が HTML のドキュメントを普通のテキスト版でリリースするのは、大抵"
 "の場合は適切ではありません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1430
 msgid ""
@@ -2949,13 +2770,11 @@ msgstr ""
 "す。少なくとも、スタブを書くために <command>help2man</command> プログラムを使"
 "うことは可能です。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1452
 msgid "Specific types of packages"
 msgstr "特定の種類のパッケージ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1454
 msgid ""
@@ -2965,7 +2784,6 @@ msgstr ""
 "いくつかの特定の種類のパッケージは、特別なサブポリシーと対応するパッケージ化"
 "ルールおよびプラクティスを持っています:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1460
 msgid ""
@@ -2980,7 +2798,6 @@ msgstr ""
 "<systemitem role=\"package\">libmldbm-perl</systemitem> (アーキテクチャ非依"
 "存 perl モジュール) です。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1469
 msgid ""
@@ -2991,7 +2808,6 @@ msgstr ""
 "\"package\">python</systemitem> パッケージ中の &file-python-policy; を参照し"
 "てください。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1476
 msgid ""
@@ -3001,7 +2817,6 @@ msgstr ""
 "Emacs 関連パッケージには、<ulink url=\"&url-emacs-policy;\">emacs ポリシー</"
 "ulink>があります。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1483
 msgid ""
@@ -3011,7 +2826,6 @@ msgstr ""
 "Java 関連パッケージには、<ulink url=\"&url-java-policy;\">java ポリシー</"
 "ulink>があります。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1490
 msgid ""
@@ -3025,7 +2839,6 @@ msgstr ""
 "できます。良い例は <systemitem role=\"package\">camlzip</systemitem> ソース"
 "パッケージです。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1498
 msgid ""
@@ -3035,7 +2848,6 @@ msgstr ""
 "XML や SGML DTD を提供しているパッケージは、<systemitem role=\"package"
 "\">sgml-base-doc</systemitem> パッケージ中の推奨に従わねばなりません。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: best-pkging-practices.dbk:1504
 msgid ""
@@ -3047,13 +2859,11 @@ msgstr ""
 "controller</systemitem> に登録する必要があります。これについては、&file-lisp-"
 "controller; を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1534
 msgid "Architecture-independent data"
 msgstr "アーキテクチャ非依存のデータ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1536
 msgid ""
@@ -3090,13 +2900,11 @@ msgstr ""
 "は、Debian アーカイブ全体に対して実行される <command>lintian</command> の処理"
 "時間の削減にもつながります (<xref linkend=\"tools-lint\"/> 参照)。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1555
 msgid "Needing a certain locale during build"
 msgstr "ビルド中に特定のロケールが必要"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1557
 msgid ""
@@ -3106,7 +2914,6 @@ msgstr ""
 "ビルド中に特定のロケールを必要とする場合、こんな技を使えば一時ファイルを作成"
 "できます:"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1561
 msgid ""
@@ -3119,7 +2926,6 @@ msgstr ""
 "のに、そして <varname>LC_ALL</varname> を生成したロケールの名前に設定すれば、"
 "root にならなくても欲しいものが手に入ります。こんな感じです:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:1566
 #, no-wrap
@@ -3144,13 +2950,11 @@ msgstr ""
 "# ロケールを使う\n"
 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1579
 msgid "Make transition packages deborphan compliant"
 msgstr "移行パッケージを deboprhan に適合するようにする"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1581
 msgid ""
@@ -3166,7 +2970,6 @@ msgstr ""
 "と oldlibs セクションからのみ検索を行います。ですが、正しい引数を渡せば、他の"
 "使われていないパッケージを捕らえようとします。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1588
 msgid ""
@@ -3180,7 +2983,6 @@ msgstr ""
 "移行パッケージを探そうとします。これには、それぞれの短い説明文中に dummy ある"
 "いは transitional の文字列を探します。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1595
 msgid ""
@@ -3205,14 +3007,12 @@ msgstr ""
 "<literal>oldlibs</literal>、priority を <literal>extra</literal> にするのもお"
 "勧めです。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1610
 msgid "Best practices for <filename>.orig.tar.{gz,bz2,xz}</filename> files"
 msgstr ""
 "<filename>.orig.tar.{gz,bz2,xz}</filename> についてのベストプラクティス"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1612
 msgid ""
@@ -3223,7 +3023,6 @@ msgstr ""
 "ス (Pristine source) と再パッケージした開発元のソース (repackaged upstream "
 "source) です。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1616
 msgid "Pristine source"
@@ -3276,7 +3075,6 @@ msgstr ""
 "いる upstream の作者と他の者は、あなたのパッケージを詳細に調査したい場合、ダ"
 "ウンロード時間を節約できます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1638
 msgid ""
@@ -3290,13 +3088,11 @@ msgstr ""
 "source</command> は ほとんどの upstream の tarball を素のソース (pristine "
 "source) として対処できます。そのやり方は以下の通りです:"
 
-# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
 #: best-pkging-practices.dbk:1646
 msgid "It unpacks the tarball in an empty temporary directory by doing"
 msgstr "以下のようにして空の一時ディレクトリに tarball を展開します"
 
-# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
 #: best-pkging-practices.dbk:1649
 #, no-wrap
@@ -3333,13 +3129,11 @@ msgstr ""
 "emphasis>を <replaceable>パッケージ名</replaceable>-<replaceable>開発元のバー"
 "ジョン</replaceable>(.orig) へリネームします。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: best-pkging-practices.dbk:1674
 msgid "Repackaged upstream source"
 msgstr "upstream のソースをパッケージしなおす"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1676
 msgid ""
@@ -3395,7 +3189,6 @@ msgstr ""
 "節約できる時です。ここで慎重になって頂きたいのですが、ソースを再パッケージす"
 "る場合は、決定を貫く用意をしてください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><section><para>
 #: best-pkging-practices.dbk:1701
 msgid "A repackaged <filename>.orig.tar.{gz,bz2,xz}</filename>"
@@ -3471,7 +3264,6 @@ msgstr ""
 "<filename>debian/rules</filename> が最初にすることが configure スクリプトを実"
 "行してそれを上書きすることであったとしても、です。"
 
-# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
 #: best-pkging-practices.dbk:1741
 msgid ""
@@ -3535,7 +3327,6 @@ msgstr ""
 "のもの) を使ったファイルを保存し、<filename>debian/rules</filename> 中でビル"
 "ド時にデコードします (そしてファイルを正しい位置へ移動する)。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1780
 msgid "Best practices for debug packages"
@@ -3560,7 +3351,6 @@ msgstr ""
 "この追加デバッグ情報を必要とするユーザが、通常のシステムを巨大化させること無"
 "く使えるようにしてくれます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: best-pkging-practices.dbk:1790
 msgid ""
@@ -3653,14 +3443,12 @@ msgstr ""
 "依存する必要があり、この依存関係はバージョン指定が必要であるということに注意"
 "してください。以下のような例になります:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: best-pkging-practices.dbk:1831
 #, no-wrap
 msgid "Depends: libfoo (= ${binary:Version})\n"
 msgstr "Depends: libfoo (= ${binary:Version})\n"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: best-pkging-practices.dbk:1835
 msgid "Best practices for meta-packages"
@@ -3713,13 +3501,11 @@ msgstr ""
 "ムースに保証するのに重要になり、潜在的な破損をさけるためにユーザに対してアン"
 "インストールする気をなくさせることでしょう。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: beyond-pkging.dbk:7
 msgid "Beyond Packaging"
 msgstr "パッケージ化、そして…"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: beyond-pkging.dbk:9
 msgid ""
@@ -3733,7 +3519,6 @@ msgstr ""
 "へ協力・貢献するやり方、多くの場合とても重要となるやり方の情報を取り扱いま"
 "す。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: beyond-pkging.dbk:14
 msgid ""
@@ -3745,13 +3530,11 @@ msgstr ""
 "を割くのに最も重大だと思われることが何か、というメンバーの判断に依っていま"
 "す。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: beyond-pkging.dbk:19
 msgid "Bug reporting"
 msgstr "バグ報告"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:21
 msgid ""
@@ -3764,7 +3547,6 @@ msgstr ""
 "す。他の開発者のパッケージで見つけたバグを報告することで Debian の品質が向上"
 "されています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:26
 msgid ""
@@ -3775,7 +3557,6 @@ msgstr ""
 "\"&url-bts-report;\">バグ報告のやり方について (instructions for reporting "
 "bugs)</ulink> を参照してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:31
 msgid ""
@@ -3787,7 +3568,6 @@ msgstr ""
 "い。そうすることで、開発者がそのバグに関するより詳細な情報を必要とする場合に"
 "あなたに尋ねることができます。root ユーザでバグを報告しないでください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:36
 msgid ""
@@ -3799,7 +3579,6 @@ msgstr ""
 "<manvolnum>1</manvolnum> </citerefentry> のようなツールが使えます。これによっ"
 "て作業を自動化し、かなり簡単なものにできます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:41
 msgid ""
@@ -3819,7 +3598,6 @@ msgstr ""
 "(なお、<command>reportbug</command> では大抵の場合、バグを送信する前に "
 "<command>querybts</command> の実行も行っています)。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:50
 msgid ""
@@ -3833,7 +3611,6 @@ msgstr ""
 "れるのを避けるため、これらのパッケージの<emphasis>両方</emphasis>のバグリスト"
 "を確認してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:56
 msgid ""
@@ -3848,7 +3625,6 @@ msgstr ""
 "の報告者であったりパッケージメンテナではない場合は (メンテナから許可をもらっ"
 "ていなければ)、実際にバグをクローズしてはいけないことに注意してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:63
 msgid ""
@@ -3864,13 +3640,11 @@ msgstr ""
 "<replaceable>your-email-addr</replaceable></literal> を参照すればいいだけで"
 "す。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:70
 msgid "Reporting lots of bugs at once (mass bug filing)"
 msgstr "一度に大量のバグを報告するには (mass bug filing)"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:72
 msgid ""
@@ -3886,7 +3660,6 @@ msgstr ""
 "きる場合は <systemitem role=\"package\">lintian</systemitem> に新しくチェック"
 "項目を追加すれば、エラーや警告が明確になります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:79
 msgid ""
@@ -3903,7 +3676,6 @@ msgstr ""
 "グが本当に問題であるかどうかを確認できるようになります。さらに、これによって"
 "複数のメンテナが平行して同じバグ報告を登録するのを防止できるようになります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:87
 msgid ""
@@ -3917,7 +3689,6 @@ msgstr ""
 "\">devscripts</systemitem> パッケージの) <command>whodepends</command> を使っ"
 "て出力して、&email-debian-devel; へのメールに含めて下さい。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:93
 msgid ""
@@ -4006,19 +3777,16 @@ msgstr ""
 "pkgreport.cgi?users=<replaceable>メールアドレス</replaceable>&amp;"
 "tag=<replaceable>タグ名</replaceable></literal> を指定してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: beyond-pkging.dbk:137
 msgid "Quality Assurance effort"
 msgstr "品質維持の努力"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:139
 msgid "Daily work"
 msgstr "日々の作業"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:141
 msgid ""
@@ -4036,20 +3804,17 @@ msgstr ""
 "られるものではありません。あなたもパッケージを可能な限りバグが無いように保"
 "ち、できるだけ lintian clean な状態 (<xref linkend=\"lintian\"/> を参照) にす"
 "ることで品質保証の作業に参加することができるのです。それが可能ではないように"
-"思えるなら、パッケージをいくつか「みなしご化 (orphan)」してください (<xref "
-"linkend=\"orphaning\"/> 参照)。または、溜まったバグ処理に追いつくため、他の"
-"人々に助力を願い出ることも可能です (&email-debian-qa; や &email-debian-"
-"devel; で助けを求めることができます)。同時に共同メンテナ (co-maintainer) を探"
-"すことも可能です (<xref linkend=\"collaborative-maint\"/> を参照してくださ"
-"い)。"
-
-# type: Content of: <chapter><section><section><title>
+"思えるなら、パッケージをいくつか「放棄 (orphan)」してください (<xref linkend="
+"\"orphaning\"/> 参照)。または、溜まったバグ処理に追いつくため、他の人々に助力"
+"を願い出ることも可能です (&email-debian-qa; や &email-debian-devel; で助けを"
+"求めることができます)。同時に共同メンテナ (co-maintainer) を探すことも可能で"
+"す (<xref linkend=\"collaborative-maint\"/> を参照してください)。"
+
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:155
 msgid "Bug squashing parties"
 msgstr "バグ潰しパーティ (BSP)"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:157
 msgid ""
@@ -4067,7 +3832,6 @@ msgstr ""
 "command> バージョンでの全バイナリモジュールを再コンパイルのような) を完了する"
 "手助けのために開かれることもあります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:166
 msgid ""
@@ -4088,7 +3852,6 @@ msgstr ""
 "ません。NMU を望まない、パッチでの対応にのみ興味がある、あるいは自分自身で対"
 "処をする予定の場合は、BTS で説明をしてください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:175
 msgid ""
@@ -4107,7 +3870,6 @@ msgstr ""
 "り、fixed とタグを付けるなど)。それから、作業者は各メンテナの要望に沿う必要が"
 "あります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:182
 msgid ""
@@ -4117,13 +3879,11 @@ msgstr ""
 "NMU をする自信が無い場合は、BTS へパッチを投げるだけにしてください。NMU で"
 "パッケージを壊してしまうより、遥かに良いことです。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: beyond-pkging.dbk:190
 msgid "Contacting other maintainers"
 msgstr "他のメンテナに連絡を取る"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:192
 msgid ""
@@ -4137,7 +3897,6 @@ msgstr ""
 "元で自分が使いたい新しいバージョンが利用可能になっていることを単に知らせたい"
 "場合などです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:198
 msgid ""
@@ -4155,7 +3914,6 @@ msgstr ""
 "replaceable> はパッケージのソース名かバイナリパッケージ名に置き換えてくださ"
 "い。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:206
 msgid ""
@@ -4168,13 +3926,11 @@ msgstr ""
 "いる人に連絡を取りたくなるかもしれません。その場合は <literal><replaceable>"
 "パッケージ名</replaceable>@&pts-host;</literal> メールアドレスが使えます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: beyond-pkging.dbk:215
 msgid "Dealing with inactive and/or unreachable maintainers"
 msgstr "活動的でない、あるいは連絡が取れないメンテナに対応する"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:217
 msgid ""
@@ -4189,7 +3945,6 @@ msgstr ""
 "ない可能性もありますが、言わばシステムに登録していなかったという可能性もあり"
 "ます。あるいは、単に確認が必要なだけという可能性もあります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:224
 msgid ""
@@ -4215,7 +3970,6 @@ msgstr ""
 "テナについての情報がまだ記録されていない、あるいはそのメンテナについての情報"
 "を追加できる場合は、おおよそ以下の手続きを行う必要があります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:235
 msgid ""
@@ -4229,7 +3983,6 @@ msgstr ""
 "多忙になるのを考慮に入れると重要なことです。一つのやり方としては、リマイン"
 "ダーを二週間後に送るという方法があります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:241
 msgid ""
@@ -4243,7 +3996,6 @@ msgstr ""
 "る有用な情報をかき集める必要があります。これには以下のようなものが含まれてい"
 "ます。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: beyond-pkging.dbk:249
 msgid ""
@@ -4260,7 +4012,6 @@ msgstr ""
 "の配布物のアップロードのメールも含まれます)。また、データベースでメンテナが休"
 "暇中かどうかも確認してください"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: beyond-pkging.dbk:259
 msgid ""
@@ -4275,7 +4026,6 @@ msgstr ""
 "う一つの重要な情報はパッケージが NMU されているかどうか、されているとしたら誰"
 "によって行われているか、です。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: beyond-pkging.dbk:268
 msgid ""
@@ -4286,7 +4036,6 @@ msgstr ""
 "Debian 以外でメンテナの活動があるかどうか? 例えば、近頃 Debian 以外のメーリン"
 "グリストや news グループへの投稿をしているなど。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:275
 msgid ""
@@ -4304,7 +4053,6 @@ msgstr ""
 "サインしたということは、アップロードについて何であれ責任を持ち、スポンサーし"
 "た人に何が起こっているかを知っていそうだということです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:283
 msgid ""
@@ -4315,7 +4063,6 @@ msgstr ""
 "&email-debian-devel; に、活動が見えないメンテナの居所に誰か気づいているかとい"
 "う質問を投稿するのもありです。問題の人を Cc: に入れてください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:288
 msgid ""
@@ -4328,12 +4075,11 @@ msgid ""
 msgstr ""
 "ここに書かれた全てを収集したなら、&email-mia;に連絡しましょう。この名前の宛先"
 "を担当している人は、あなたが供給した情報を使ってどう進めるかを判断します。例"
-"えば、そのメンテナのパッケージの一部または全てをみなしご化 (Orphan) するかも"
-"知れません。パッケージがNMUされていた場合は、パッケージをみなしご化 (Orphan) "
-"ã\81\99ã\82\8bå\89\8dã\81«NMUã\82\92ã\81\97ã\81\9f人ã\81«é\80£çµ¡ã\81\99ã\82\8bäº\8bã\82\92é\81¸ã\81¶ã\81\8bã\82\82ã\81\97ã\82\8cã\81¾ã\81\9bã\82\93 â\80\94 NMUã\82\92ã\81\97ã\81\9f人ã\81¯ã\81\8dã\81£ã\81¨ã\83\91ã\83\83"
-"ケージに関心があるでしょうから。"
+"えば、そのメンテナのパッケージの一部または全てを放棄 (Orphan) するかもしれま"
+"せん。パッケージがNMUされていた場合は、パッケージを放棄 (Orphan) する前にNMU"
+"ã\82\92ã\81\97ã\81\9f人ã\81«é\80£çµ¡ã\81\99ã\82\8bäº\8bã\82\92é\81¸ã\81¶ã\81\8bã\82\82ã\81\97ã\82\8cã\81¾ã\81\9bã\82\93 â\80\94 NMUã\82\92ã\81\97ã\81\9f人ã\81¯ã\81\8dã\81£ã\81¨ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81«é\96¢"
+"心があるでしょうから。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:296
 msgid ""
@@ -4351,7 +4097,6 @@ msgstr ""
 "せん。亡くなった方のご親戚の方がメールを読んだ場合に、非常に無礼で怒った叱責"
 "調のメッセージを見つけてどうお感じになるかを想像してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:304
 msgid ""
@@ -4365,7 +4110,6 @@ msgstr ""
 "無くしてしまった場合は、パッケージを誰か他のより時間がある人間に与えるべきで"
 "す。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:310
 msgid ""
@@ -4379,13 +4123,11 @@ msgstr ""
 "filename> 内の <filename>README</filename> ファイルを参照して、&email-mia; に"
 "連絡を取ってください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: beyond-pkging.dbk:318
 msgid "Interacting with prospective Debian developers"
 msgstr "Debian 開発者候補に対応する"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: beyond-pkging.dbk:320
 msgid ""
@@ -4399,13 +4141,11 @@ msgstr ""
 "きです。このセクションでは新たな開発者候補者をどうやって手助けするのかについ"
 "て記述します。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:326
 msgid "Sponsoring packages"
 msgstr "パッケージのスポンサーを行う"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:328
 msgid ""
@@ -4530,13 +4270,11 @@ msgstr ""
 "ポンサーするのが良いでしょう。こうすれば、最初からずっとスポンサーとして行動"
 "しなくて良いと思っておけます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: beyond-pkging.dbk:386
 msgid "Sponsoring a new package"
 msgstr "新しいパッケージのスポンサーを行う"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: beyond-pkging.dbk:388
 msgid ""
@@ -4731,7 +4469,6 @@ msgstr ""
 "ださい。これが、 <xref linkend=\"pkg-tracking-system\"/> を使ってパッケージを"
 "追いかけておくことが推奨される理由です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: beyond-pkging.dbk:481
 msgid ""
@@ -4759,7 +4496,6 @@ msgstr ""
 "に指示する必要があります。これは <literal>-k</literal> オプションを使って行い"
 "ます: "
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><section><screen>
 #: beyond-pkging.dbk:490
 #, no-wrap
@@ -4775,7 +4511,6 @@ msgstr ""
 "<command>debuild</command> と <command>debsign</command> を使う場合は、"
 "<filename>~/.devscripts</filename> に設定を決め打ちで書いても構いません:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><section><programlisting>
 #: beyond-pkging.dbk:495
 #, no-wrap
@@ -4896,13 +4631,11 @@ msgstr ""
 "何も大きな問題を見つけなければ、新しいバージョンをアップロードします。そうで"
 "なければ、メンテナに修正したバージョンをアップロードするよう要請します。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:556
 msgid "Advocating new developers"
 msgstr "新たな開発者を支持する (advocate)"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:558
 msgid ""
@@ -4913,13 +4646,11 @@ msgstr ""
 "持者になる (advocating a prospective developer)</ulink>のページを参照してくだ"
 "さい。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: beyond-pkging.dbk:565
 msgid "Handling new maintainer applications"
 msgstr "新規メンテナ申請 (new maintainer applications) を取り扱う"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: beyond-pkging.dbk:567
 msgid ""
@@ -4930,7 +4661,6 @@ msgstr ""
 "理者用チェックリスト (Checklist for Application Managers)</ulink> を参照して"
 "ください。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: developer-duties.dbk:7
 msgid "Debian Developer's Duties"
@@ -5028,19 +4758,17 @@ msgstr ""
 "す。セキュリティ問題が報告された時はいつでも、セキュリティチームと修正版を提"
 "供するように協力する必要があります (<xref linkend=\"bug-security\"/> 参照)。"
 "important (あるいはそれ以上) な重要度のバグが<literal>安定版 (stable)</"
-"literal> ã\81®ã\83\90ã\83¼ã\82¸ã\83§ã\83³ã\81®ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81«å ±å\91\8aã\81\95ã\82\8cã\81\9fã\82\89ã\80\81対象ã\81®ã\81¨ã\81ªã\82\8b修正ã\81®æ\8f\90ä¾\9bã\82\92æ¤\9cè¨\8e"
+"literal> のバージョンのパッケージに報告されたら、対象となる修正の提供を検討"
 "する必要があります。<literal>安定版 (stable)</literal> リリースマネージャに、"
 "そのような更新を受け入れられるかどうかを尋ね、それから<literal>安定版 "
 "(stable)</literal> のアップロードを準備するなどができます (<xref linkend="
 "\"upload-stable\"/> 参照)。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:56
 msgid "Manage release-critical bugs"
 msgstr "リリースクリティカルバグに対処する"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:58
 msgid ""
@@ -5096,17 +4824,15 @@ msgid ""
 "packages being orphaned (see <xref linkend=\"mia-qa\" />)."
 msgstr ""
 "RC バグへの関心の無さは、しばしば QA チームによって、メンテナが正しくパッケー"
-"ジをみなしご化せずに消えてしまったサインとして判断されます。MIA チームが関わ"
-"ã\82\8bã\81\93ã\81¨ã\82\82ã\81\82ã\82\8aã\80\81ã\81\9dã\81®å ´å\90\88ã\81¯ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81\8cã\81¿ã\81ªã\81\97ã\81\94å\8c\96ã\81\95ã\82\8cã\81¾ã\81\99 (<xref linkend=\"mia-"
-"qa\" /> 参照)。"
+"ジを放棄せずに消えてしまったサインとして判断されます。MIA チームが関わること"
+"ã\82\82ã\81\82ã\82\8aã\80\81ã\81\9dã\81®å ´å\90\88ã\81¯ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81\8cæ\94¾æ£\84ã\81\95ã\82\8cã\81¾ã\81\99 (<xref linkend=\"mia-qa\" /> å\8f\82"
+"照)。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:87
 msgid "Coordination with upstream developers"
 msgstr "開発元/上流 (upstream) の開発者との調整"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:89
 msgid ""
@@ -5122,7 +4848,6 @@ msgstr ""
 "か上流のリリースで修正できるようにする為、このようなバグ報告を上流の開発者に"
 "転送しなくてはなりません。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:96
 msgid ""
@@ -5137,7 +4862,6 @@ msgstr ""
 "い。時折 Debian ユーザ/開発者が上流のバグを修正するパッチを送ってくる事があ"
 "ります。その場合は、あなたはパッチを確認して上流へ転送する必要があります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:103
 msgid ""
@@ -5182,13 +4906,11 @@ msgstr ""
 "ンフラに依っています。プロジェクトメンバーとして、あらゆる物事が滞り無く進む"
 "ように、あなたにはいくつかの義務があります。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:126
 msgid "Maintaining your Debian information"
 msgstr "あなたの Debian に関する情報をメンテナンスする"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:128
 msgid ""
@@ -5205,7 +4927,6 @@ msgstr ""
 "アドレスが常に最新になっているのを必ず確認してください。debian-private の購読"
 "をここで設定した場合、そのメールを受け取るアドレスについても同様です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:136
 msgid ""
@@ -5215,13 +4936,11 @@ msgstr ""
 "データベースについての詳細は <xref linkend=\"devel-db\"/> を参照してくださ"
 "い。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:141
 msgid "Maintaining your public key"
 msgstr "公開鍵をメンテナンスする"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:143
 msgid ""
@@ -5237,7 +4956,6 @@ msgstr ""
 "置きましょう。ソフトウェアの使い方については付属のドキュメントを参照してくだ"
 "さい。<ulink url=\"&url-pgp-faq;\">PGP FAQ</ulink> を読みましょう。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:150
 msgid ""
@@ -5250,7 +4968,6 @@ msgstr ""
 "ります。失効証明書 (revocation certificate) を生成してコピーを作って下さい "
 "(紙にも出力しておくのがベストです)。これは鍵を紛失した場合に必要になります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:156
 msgid ""
@@ -5262,7 +4979,6 @@ msgstr ""
 "<literal>&keyserver-host;</literal> の鍵サーバに送付することで Debian key "
 "ring を更新できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:161
 msgid ""
@@ -5280,7 +4996,6 @@ msgstr ""
 "い鍵を拒否することがあります。詳細は <ulink url=\"http://&keyserver-host;/"
 "replacing_keys.html\"></ulink> で確認できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:169
 msgid ""
@@ -5290,7 +5005,6 @@ msgstr ""
 "同様に鍵の取り出し方について <xref linkend=\"registering\"/> で説明されていま"
 "す。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:173
 msgid ""
@@ -5302,13 +5016,11 @@ msgstr ""
 "\"package\">debian-keyring</systemitem> パッケージ中のドキュメントで知ること"
 "ができます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:180
 msgid "Voting"
 msgstr "投票をする"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:182
 msgid ""
@@ -5320,7 +5032,6 @@ msgstr ""
 "票の承認において民主主義的なプロセスを利用しています。これらの手続きについて"
 "は、<ulink url=\"&url-constitution;\">Debian 憲章</ulink>で規程されています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:188
 msgid ""
@@ -5334,7 +5045,6 @@ msgstr ""
 "論され、プロジェクトの書記担当者が投票手順を開始する前に複数のエンドースメン"
 "トを必要とします。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:194
 msgid ""
@@ -5351,7 +5061,6 @@ msgstr ""
 "機能しません。これが我々が全ての開発者に投票を勧める理由です。投票は GPG に"
 "よって署名/暗号化されたメールによって行われます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:202
 msgid ""
@@ -5363,13 +5072,11 @@ msgstr ""
 "ulink>ページで閲覧できます。提案について、どの様に起案され、支持され、投票が"
 "行われたのかという関連情報の確認が可能になっています。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:209
 msgid "Going on vacation gracefully"
 msgstr "優雅に休暇を取る"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:211
 msgid ""
@@ -5385,7 +5092,6 @@ msgstr ""
 "こった場合やプロジェクト内での責務を果たすのに問題が生じたという様な場合は、"
 "必要なことを彼らが何であってもできるようにすることです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:218
 msgid ""
@@ -5401,7 +5107,6 @@ msgstr ""
 "れほど致命的なことはおきませんが、他の開発者に対してあなたが作業できない状態"
 "であることを知らせるのは重要です。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><section><para><footnote><para>
 #: developer-duties.dbk:227
 msgid ""
@@ -5411,7 +5116,6 @@ msgstr ""
 "これは、休暇のメッセージを読みたくない人がメッセージを簡単に振り分け可能にす"
 "るためです。"
 
-# type: Content of: <chapter><section><para><footnote>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:225
 msgid ""
@@ -5428,7 +5132,6 @@ msgstr ""
 "を示しておきます。何か問題が起きた際への特別な指示を書いておくこともできま"
 "す。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:234
 msgid ""
@@ -5442,7 +5145,6 @@ msgstr ""
 "開発者のみがアクセスできます)。休暇から戻った時には vacation フラグを削除する"
 "のを忘れないように!"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:240
 msgid ""
@@ -5457,13 +5159,11 @@ msgstr ""
 "します。開発者がまだ誰もいないけれども応募に興味を持っている人がいるようなエ"
 "キゾチックな場所に行く場合、これは特に重要です。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:249
 msgid "Retiring"
 msgstr "脱退について"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: developer-duties.dbk:251
 msgid ""
@@ -5472,16 +5172,14 @@ msgid ""
 msgstr ""
 "Debian プロジェクトから去るのを決めた場合は、以下の手順に従ってください:"
 
-# type: Content of: <chapter><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: developer-duties.dbk:257
 msgid ""
 "Orphan all your packages, as described in <xref linkend=\"orphaning\"/>."
 msgstr ""
-"<xref linkend=\"orphaning\"/> の記述に従って、全てのパッケージをみなしご化 "
+"<xref linkend=\"orphaning\"/> の記述に従って、全てのパッケージを放棄 "
 "(orphan) してください。"
 
-# type: Content of: <chapter><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: developer-duties.dbk:262
 msgid ""
@@ -5491,7 +5189,6 @@ msgstr ""
 "何故プロジェクトを去るのかについて GPG でサインされたメールを <email>debian-"
 "private@&lists-host;</email> に投げてください。"
 
-# type: Content of: <chapter><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: developer-duties.dbk:268
 msgid ""
@@ -5510,7 +5207,7 @@ msgid ""
 "developers and orphaning their packages takes significant time and effort."
 msgstr ""
 "上記のプロセスに従うのは重要です。何故なら活動を停止している開発者を探して"
-"パッケージをみなしご化するのは、非常に時間と手間がかかることだからです。"
+"パッケージを放棄するのは、非常に時間と手間がかかることだからです。"
 
 #. type: Content of: <chapter><section><section><title>
 #: developer-duties.dbk:281
@@ -5552,7 +5249,7 @@ msgid ""
 "from other developers."
 msgstr ""
 "アカウントに紐付けられた GPG 鍵を今でも管理していることを証明する、あるいは新"
-"しい GPG 鍵について、他の開発者から少なくとも 2 つの名を受けることにより身"
+"しい GPG 鍵について、他の開発者から少なくとも 2 つの名を受けることにより身"
 "分証明を行う。"
 
 #. type: Content of: <chapter><section><section><para>
@@ -5563,19 +5260,16 @@ msgstr ""
 "リタイアした開発者で「disabled」アカウントの人は、NM をもう一度通り抜ける必要"
 "があります。"
 
-# type: Attribute 'lang' of: <book>
 #. type: Attribute 'lang' of: <book>
 #: index.dbk:7
 msgid "en"
 msgstr "ja"
 
-# type: Content of: <book><title>
 #. type: Content of: <book><title>
 #: index.dbk:9
 msgid "Debian Developer's Reference"
 msgstr "Debian 開発者リファレンス"
 
-# type: Content of: <book><bookinfo>
 #. type: Content of: <book><bookinfo>
 #: index.dbk:11
 msgid ""
@@ -5597,7 +5291,6 @@ msgstr ""
 "</author> <author> <firstname>Ian</firstname> <surname>Jackson</surname> </"
 "author>"
 
-# type: Content of: <book><bookinfo><releaseinfo>
 #. type: Content of: <book><bookinfo><releaseinfo>
 #: index.dbk:33
 msgid "ver. &version;"
@@ -5626,7 +5319,6 @@ msgstr ""
 "Nussbaum</holder> </copyright> <copyright> <year>1997</year> <year>1998</"
 "year> <holder>Christian Schwarz</holder> </copyright>"
 
-# type: Content of: <book><bookinfo><legalnotice><para>
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: index.dbk:70
 msgid ""
@@ -5638,7 +5330,6 @@ msgstr ""
 "発行した GNU 一般公衆利用許諾契約書の第二版あるいはそれ以降のいずれかの版の条"
 "件に基づき、本文書の再配付および変更をすることができます。"
 
-# type: Content of: <book><bookinfo><legalnotice><para>
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: index.dbk:75
 msgid ""
@@ -5651,7 +5342,6 @@ msgstr ""
 "合性に関する暗黙の保証も含め、<emphasis>いかなる保証も行ないません</"
 "emphasis>。詳細については GNU 一般公衆利用許諾契約書をお読みください。"
 
-# type: Content of: <book><bookinfo><legalnotice><para>
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: index.dbk:81
 msgid ""
@@ -5665,7 +5355,6 @@ msgstr ""
 "ウェブサイト</ulink>で入手できます。また &fsf-addr; へ手紙 (英語) で依頼し入"
 "手することもできます。"
 
-# type: Content of: <book><bookinfo><legalnotice><para>
 #.  TODO: Maybe better: "This document has originally been written
 #. in English.  Translations into different languages are available." 
 #. type: Content of: <book><bookinfo><legalnotice><para>
@@ -5686,7 +5375,6 @@ msgstr ""
 msgid "Internationalization and Translations"
 msgstr "国際化と翻訳"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: l10n.dbk:9
 msgid ""
@@ -5704,7 +5392,6 @@ msgstr ""
 "ログラムを扱っていて問題がない場合であっても、この章の大部分を読んでおく必要"
 "があるということです。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: l10n.dbk:17
 msgid ""
@@ -5721,7 +5408,6 @@ msgstr ""
 "おくことで、対して L10N (localization) は既に国際化されているソフトウェアに対"
 "して特定の言語を実装することを意味します。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: l10n.dbk:26
 msgid ""
@@ -5738,7 +5424,6 @@ msgstr ""
 "ります。一方、文字のエンコード設定は些細な事ですが、複数の文字エンコードを扱"
 "えるようなコードにするのはとても難しい問題です。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: l10n.dbk:34
 msgid ""
@@ -5752,13 +5437,11 @@ msgstr ""
 "るインフラは実際のところ存在していません。そのため、多くの作業は手動で行わね"
 "ばなりません。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: l10n.dbk:40
 msgid "How translations are handled within Debian"
 msgstr "どの様にして Debian では翻訳が取り扱われているか"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:42
 msgid ""
@@ -5768,7 +5451,6 @@ msgstr ""
 "パッケージに含まれている文章の翻訳の取り扱いは未だ手動であり、作業のやり方は"
 "翻訳を表示させたい文の種類に因ります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:46
 msgid ""
@@ -5828,7 +5510,6 @@ msgstr ""
 "<ulink url=\"&url-l10n;\">Debian の翻訳に関する統計</ulink> サイト (パッケー"
 "ジに何が含まれているか) の双方で統計情報を得ることが出来ます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:75
 msgid ""
@@ -5838,7 +5519,6 @@ msgstr ""
 "ウェブページについては、それぞれの l10n チームが対応する VCS にアクセスし、"
 "Debian の翻訳に関する統計サイトから統計情報が取得できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:79
 msgid ""
@@ -5850,7 +5530,6 @@ msgstr ""
 "じです (翻訳者は VCS にアクセスします)。ですが、統計情報のページはありませ"
 "ん。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:84
 msgid ""
@@ -5860,7 +5539,6 @@ msgstr ""
 "パッケージ固有のドキュメント (man ページ、info ドキュメントその他) は、ほとん"
 "どすべてが手付かずです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:88
 msgid ""
@@ -5870,7 +5548,6 @@ msgstr ""
 "特記しておくこととして、KDE プロジェクトはドキュメントの翻訳をプログラムの"
 "メッセージと同じやり方で取り扱っています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:92
 msgid ""
@@ -5880,13 +5557,11 @@ msgstr ""
 "Debian 固有の man ページを <ulink url=\"&url-cvsweb;manpages/?cvsroot=debian-"
 "doc\">特定の VCS リポジトリ</ulink> で取り扱おうという動きもあります。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: l10n.dbk:99
 msgid "I18N &amp; L10N FAQ for maintainers"
 msgstr "メンテナへの I18N &amp; L10N FAQ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:101
 msgid ""
@@ -5903,7 +5578,6 @@ msgstr ""
 "して頂いて構いません。そのことによって、この文章の質をさらに高めることができ"
 "ます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:108
 msgid "How to get a given text translated"
@@ -5922,7 +5596,6 @@ msgstr ""
 "が作業者に翻訳してもらう素材を割り当てるのに、あなた側から働きかける必要はあ"
 "りません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:115
 msgid ""
@@ -5939,13 +5612,11 @@ msgstr ""
 "しており、翻訳とレビュー作業を担当します。一旦作業が完了すれば、翻訳された文"
 "章があなたのメールボックスへと届くでしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:125
 msgid "How to get a given translation reviewed"
 msgstr "どの様にして提供された翻訳をレビューするか"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:127
 msgid ""
@@ -5962,13 +5633,11 @@ msgstr ""
 "考えです。一旦レビューが終われば、翻訳の質に自信を持つでしょうし、パッケージ"
 "に含めるのにも安心を覚えるでしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:137
 msgid "How to get a given translation updated"
 msgstr "どの様にして翻訳してもらった文章を更新するか"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:139
 msgid ""
@@ -5982,7 +5651,6 @@ msgstr ""
 "要があります。この作業には時間がかかることを覚えておいてください―更新をレ"
 "ビューしてもらったりするには少なくとも1週間はかかります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:145
 msgid ""
@@ -5996,7 +5664,6 @@ msgstr ""
 "警告を入れておくの忘れないようにして、できれば読者がオリジナルの文章を参照す"
 "るようにしましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:151
 msgid ""
@@ -6008,13 +5675,11 @@ msgstr ""
 "ユーザにとって何もドキュメントが無いよりは古いドキュメントがある方が有益であ"
 "ることが往々にしてあります。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:158
 msgid "How to handle a bug report concerning a translation"
 msgstr "どの様にして翻訳関連のバグ報告を取り扱うか"
 
-# type: Content of: <chapter><section><section><para>
 #.  TODO: add the i18n tag to the bug? 
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:160
@@ -6027,13 +5692,11 @@ msgstr ""
 "関連するチーム (対応する debian-l10n-XXX メーリングリスト) に転送することで"
 "す。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: l10n.dbk:170
 msgid "I18N &amp; L10N FAQ for translators"
 msgstr "翻訳者への I18N &amp; L10N FAQ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: l10n.dbk:172
 msgid ""
@@ -6045,13 +5708,11 @@ msgstr ""
 "いないこと、そしていかなる場合でもチームやパッケージメンテナと協調して作業す"
 "る必要があることを念頭においてください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:177
 msgid "How to help the translation effort"
 msgstr "どの様にして翻訳作業を支援するか"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:179
 msgid ""
@@ -6065,13 +5726,11 @@ msgstr ""
 "さい)、翻訳し、l10n メーリングリストで他のネイティブスピーカーにレビューをし"
 "てもらい、パッケージメンテナに提供します (次の段を参照)。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: l10n.dbk:187
 msgid "How to provide a translation for inclusion in a package"
 msgstr "どの様にして提供した翻訳をパッケージに含めてもらうか"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:189
 msgid ""
@@ -6084,7 +5743,6 @@ msgstr ""
 "グリストでレビューを依頼しましょう)。皆の時間を節約し、バグレポートに複数バー"
 "ジョンの同じ文章があるというカオス状態を避けることになります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: l10n.dbk:195
 msgid ""
@@ -6097,7 +5755,6 @@ msgstr ""
 "です。忘れずに「patch」タグを使い、翻訳が欠けていたとしてもプログラムの動作に"
 "支障は無いので「wishlist」以上の重要度を使わないようにしましょう。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: l10n.dbk:205
 msgid "Best current practice concerning l10n"
@@ -6117,7 +5774,6 @@ msgstr ""
 "ります。さらに、あなたが間違いだと思っていることがその言語では正解である (ま"
 "たは必要ですらある) ことがあり得ます。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: l10n.dbk:217
 msgid ""
@@ -6129,7 +5785,6 @@ msgstr ""
 "はしばしばその文章の最も注意深い読者であり、翻訳者が見つけた間違いを報告しな"
 "いのならば誰も報告しないでしょう。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: l10n.dbk:224
 msgid ""
@@ -6147,7 +5802,6 @@ msgstr ""
 "トに助けを求めてください (ですが、ご注意を。l10n 関連の議論は debian-devel で"
 "は頻繁にフレームウォーになります :)"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: l10n.dbk:234
 msgid ""
@@ -6157,19 +5811,16 @@ msgstr ""
 "何にせよ、協調は<emphasis role=\"strong\">互いを尊敬しあうこと</emphasis>に"
 "よってのみ成し得ます。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: new-maintainer.dbk:7
 msgid "Applying to Become a Maintainer"
 msgstr "開発者になるために応募する"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: new-maintainer.dbk:9
 msgid "Getting started"
 msgstr "さあ、はじめよう"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:11
 msgid ""
@@ -6187,7 +5838,6 @@ msgstr ""
 "ころです。実際のところ、どうやったら Debian 開発者になってプロジェクトに成果"
 "を受け入れてもらえるようになるのでしょうか?"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:19
 msgid ""
@@ -6207,7 +5857,6 @@ msgstr ""
 "ます。そして &email-debian-devel-announce; は、Debian の開発に携わりたいとい"
 "う人は誰でも読む義務がある、もう一つのメーリングリストです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:29
 msgid ""
@@ -6219,7 +5868,6 @@ msgstr ""
 "け) の状態でいるのが良いでしょう。それから、重複作業を避けるために何の作業を"
 "しようとしているのか表明をする必要があります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:34
 msgid ""
@@ -6232,7 +5880,6 @@ msgstr ""
 "literal> も役に立つでしょう。<xref linkend=\"irc-channels\"/> を見てくださ"
 "い。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:40
 msgid ""
@@ -6267,7 +5914,6 @@ msgstr ""
 "に興味がある場合は、この様な作業を行っているメンテナ達の集まりに参加して、"
 "パッチや改善案を送ってください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:57
 msgid ""
@@ -6279,13 +5925,11 @@ msgstr ""
 "あります。mail、admin、root、master のような単語は使わないようにするべきで"
 "す。詳しくは <ulink url=\"&url-debian-lists;\"></ulink> を参照してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: new-maintainer.dbk:64
 msgid "Debian mentors and sponsors"
 msgstr "Debian メンター (mentors) とスポンサー (sponsors) について "
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:66
 msgid ""
@@ -6299,7 +5943,6 @@ msgstr ""
 "す。新たな開発者は皆、このメーリングリストに参加することをお勧めします (詳細"
 "は <xref linkend=\"mailing-lists\"/> を参照してください)。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:72
 msgid ""
@@ -6314,7 +5957,6 @@ msgstr ""
 #
 #
 #
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:76
 msgid ""
@@ -6332,7 +5974,6 @@ msgstr ""
 "は <ulink url=\"&url-mentors;\"></ulink> にある debian-mentors FAQ を読んでく"
 "ださい。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:84
 msgid ""
@@ -6342,13 +5983,11 @@ msgstr ""
 "メンターあるいはスポンサーになりたいという人は、<xref linkend=\"newmaint\"/> "
 "でより詳細な情報が手に入ります。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: new-maintainer.dbk:90
 msgid "Registering as a Debian developer"
 msgstr "Debian 開発者への登録を行う"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:92
 msgid ""
@@ -6372,7 +6011,6 @@ msgstr ""
 "に従うのは大変重要な事です。<ulink url=\"&url-gnu-manifesto;\">GNU "
 "Manifesto</ulink>を読むのも良い考えでしょう。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:106
 msgid ""
@@ -6388,10 +6026,9 @@ msgstr ""
 "ルの確認手順でもあります。&debian-formal; について作業をする人の数は &number-"
 "of-maintainers; を越えて増えつづけています。そして、我々のシステムは幾多の重"
 "要な場所で使われており、セキュリティ侵害には十分に注意しなければなりません。"
-"ã\81¤ã\81¾ã\82\8aã\80\81æ\88\91ã\80\85ã\81®ã\82µã\83¼ã\83\90ã\81®ã\82¢ã\82«ã\82¦ã\83³ã\83\88ã\82\92ä¸\8eã\81\88ã\81\9fã\82\8aã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81®ã\82¢ã\83\83ã\83\97ã\83­ã\83¼ã\83\89ã\82\92許å\8f¯ã\81\97ã\81\9f"
-"ã\82\8aã\81\99ã\82\8bå\89\8dã\81«ã\81¯æ\96°ã\81\9fã\81ªã\83¡ã\83³ã\83\86ã\83\8aã\82\92審査する必要があるのです。"
+"ã\81¤ã\81¾ã\82\8aã\80\81æ\96°ã\81\9fã\81ªã\83¡ã\83³ã\83\86ã\83\8aã\81«æ\88\91ã\80\85ã\81®ã\82µã\83¼ã\83\90ã\81®ã\82¢ã\82«ã\82¦ã\83³ã\83\88ã\82\92ä¸\8eã\81\88ã\81\9fã\82\8aã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81®ã\82¢ã\83\83ã\83\97"
+"ã\83­ã\83¼ã\83\89ã\82\92許å\8f¯ã\81\97ã\81\9fã\82\8aã\81\99ã\82\8bå\89\8dã\81«ã\81¯審査する必要があるのです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:115
 msgid ""
@@ -6411,7 +6048,6 @@ msgstr ""
 "待しています。バグについての追加情報、できればパッチの提供などによって他のメ"
 "ンテナを手助けできるのであれば、早速実行しましょう!"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:124
 msgid ""
@@ -6435,7 +6071,6 @@ msgstr ""
 "ケースで例外処理として扱うことも可能です。詳細については <ulink url=\"&url-"
 "newmaint-id;\">身分証明のページ</ulink> を参照してください)。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:137
 msgid ""
@@ -6455,7 +6090,6 @@ msgstr ""
 "ものです。公開鍵の管理についての詳細は <xref linkend=\"key-maint\"/> を参照し"
 "てください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:145
 msgid ""
@@ -6470,7 +6104,6 @@ msgstr ""
 "す。他の OpenPGP 実装も同様に利用できます。OpenPGP は <ulink url=\"&url-"
 "rfc2440;\">RFC 2440</ulink> に準拠したオープン標準です。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><para><footnote><para>
 #: new-maintainer.dbk:155
 msgid ""
@@ -6485,7 +6118,6 @@ msgstr ""
 "の選択肢としては、v3 の鍵 (PGP ではレガシー RSA とも呼ばれます) と互換性のあ"
 "る pgp 2.6.x になります。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><para><footnote><para>
 #: new-maintainer.dbk:159
 msgid ""
@@ -6499,7 +6131,6 @@ msgstr ""
 "RSA (sign only) の中からどの種類の鍵を使いたいか質問してきても何も迷うことは"
 "ありません。特別な理由がない限りは単にデフォルトを選んでください。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><para><footnote><para>
 #: new-maintainer.dbk:163
 msgid ""
@@ -6520,7 +6151,6 @@ msgstr ""
 "<literal>5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F</literal> のよう"
 "になっている場合は、v4 鍵です。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><para><footnote><para>
 #: new-maintainer.dbk:170
 msgid ""
@@ -6530,7 +6160,6 @@ msgstr ""
 "別のやり方として、鍵をパイプで <command>pgpdump</command> に渡して Public "
 "Key Packet - Ver 4 のような出力を得るという方法もあります。"
 
-# type: Content of: <chapter><section><para><footnote><para>
 #. type: Content of: <chapter><section><para><footnote><para>
 #: new-maintainer.dbk:172
 msgid ""
@@ -6545,7 +6174,6 @@ msgstr ""
 "ますが、古い鍵を持っているような場合は自分でこの署名を追加する必要があるで"
 "しょう。"
 
-# type: Content of: <chapter><section><para><footnote>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:152
 msgid ""
@@ -6560,7 +6188,6 @@ msgstr ""
 "せんし、使った場合はあまり安全ではなくなります。<placeholder type=\"footnote"
 "\" id=\"0\"/>"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:178
 msgid ""
@@ -6576,7 +6203,6 @@ msgstr ""
 "のかが記載されています。新規メンテナグループは、まだ登録されていない場合はあ"
 "なたの公開鍵をサーバに登録します。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:186
 msgid ""
@@ -6594,7 +6220,6 @@ msgstr ""
 "んでいる、と言う場合は、我々に連絡をしていただければ特別な措置を講じることが"
 "できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:194
 msgid ""
@@ -6612,7 +6237,6 @@ msgstr ""
 "に、あなたが Debian に間違いなく貢献できることを信じている旨を表明してもらう"
 "必要があります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:201
 msgid ""
@@ -6628,13 +6252,12 @@ msgstr ""
 "支持者 (Advocate) を見つけ、GnuPG 鍵に署名をしてもらい、既にある程度の間 "
 "Debian に対して貢献的な作業をしているのであれば、応募の準備は完了です。すぐ"
 "に <ulink url=\"&url-newmaint-apply;\">応募のページ</ulink>で登録できます。登"
-"é\8c²å¾\8cã\80\81æ\94¯æ\8c\81è\80\85 (Advocate) ã\81¯ã\81\82ã\81ªã\81\9fã\81®å¿\9cå\8b\9fã\81«é\96¢ã\81\97ã\81¦ã\81\9dã\81®æ\84\8få¿\97ã\82\92確èª\8dã\82\92ã\81\99ã\82\8bå¿\85è¦\81ã\81\8cã\81\82ã\82\8a"
+"録後、支持者 (Advocate) はあなたの応募に関してその意志を確認する必要があり"
 "ます。支持者がこの手順を完了すると応募管理者 (Application Manager) に割り当て"
 "られます。応募管理者は、新規メンテナプロセスで必要となる手順をあなたと共に歩"
 "んでいく存在です。進捗状況については、常に <ulink url=\"&url-newmaint-db;"
 "\">applications status board</ulink> のページで確認ができます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: new-maintainer.dbk:211
 msgid ""
@@ -6646,16 +6269,14 @@ msgid ""
 msgstr ""
 "より詳しい内容については Debian ウェブサイトの <ulink url=\"&url-newmaint;\">"
 "新規メンテナのコーナー</ulink> を参考にしてください。実際の応募前に、新規メン"
-"テナプロセスでの必要な手順について詳しく理解しておいてください。十分に準備"
+"テナプロセスでの必要な手順について詳しく理解しておいてください。十分に準備"
 "ができていたら、後で費やす時間を大いに減らすことができます。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: pkgs.dbk:7
 msgid "Managing Packages"
 msgstr "パッケージの取扱い方"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: pkgs.dbk:9
 msgid ""
@@ -6665,13 +6286,11 @@ msgstr ""
 "この章では、パッケージの作成、アップロード、メンテナンス、移植についての情報"
 "を扱います。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:13
 msgid "New packages"
 msgstr "新規パッケージ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:15
 msgid ""
@@ -6689,7 +6308,6 @@ msgstr ""
 "ないことや、作業が重複していないことを確認します。詳細については <ulink url="
 "\"&url-wnpp;\">WNPP のページ</ulink> を読んでください。"
 
-# type: Content of: <chapter><section><para>
 # FIXME: "but not limiting yourself to"?
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:23
@@ -6708,7 +6326,6 @@ msgstr ""
 "パッケージのライセンス、ダウンロードが可能な現在の URL を含めた新規パッケージ"
 "の作成予定 (自分自身が分かるだけではないもの) を記述します。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:31
 msgid ""
@@ -6736,7 +6353,6 @@ msgstr ""
 "て、他の開発者らに次に来るパッケージを知らせ、説明とパッケージ名のレビューが"
 "可能になります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:45
 msgid ""
@@ -6763,7 +6379,6 @@ msgstr ""
 "ド後であればメンテナとして受け取ったメールに返信してください。もしくは既に再"
 "アップロード最中の場合は reject メールに対して返信してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:57
 msgid ""
@@ -6783,7 +6398,6 @@ msgstr ""
 "うな場合でも、元々の changelog での記載に可能な限り背景情報へのポインタを全て"
 "含めてください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:66
 msgid ""
@@ -6793,7 +6407,6 @@ msgstr ""
 "我々がメンテナに意図しているところをアナウンスする様に求めるのには、いくつも"
 "の理由があります。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:72
 msgid ""
@@ -6804,7 +6417,6 @@ msgstr ""
 "(潜在的な新たな) メンテナが、メーリングリストの人々の経験を活かすのを手助け"
 "し、もし他の誰かが既に作業を行っていた場合に知らせる。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:78
 msgid ""
@@ -6814,7 +6426,6 @@ msgstr ""
 "そのパッケージについての作業を検討している他の人へ、既に作業をしているボラン"
 "ティアがいることを知らせ、労力が共有される。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:84
 msgid ""
@@ -6826,7 +6437,6 @@ msgstr ""
 "りの「Intial release」という changelog エントリよりも、残った他のメンテナが"
 "パッケージに関してより深く知ることができる。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:91
 msgid ""
@@ -6836,7 +6446,6 @@ msgstr ""
 "<literal>不安定版 (unstable)</literal> で暮らす人 (そして最前線のテスターであ"
 "る人) の助けになる。我々はそのような人々を推奨すべきである。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:97
 msgid ""
@@ -6846,7 +6455,6 @@ msgstr ""
 "メンテナや他に興味を持つ人々へ、プロジェクトで何が行われているのか、何か新し"
 "いことがあるかということ関して、告知は良い印象を与える。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:103
 msgid ""
@@ -6856,13 +6464,11 @@ msgstr ""
 "新しいパッケージに対するよくある拒否理由については <ulink url=\"http://&ftp-"
 "master-host;/REJECT-FAQ.html\"></ulink> を参照してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:109
 msgid "Recording changes in the package"
 msgstr "パッケージの変更を記録する"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:111
 msgid ""
@@ -6883,7 +6489,6 @@ msgstr ""
 "合は <filename>/usr/share/doc/<replaceable>package</replaceable>/changelog."
 "gz</filename> にインストールされます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:122
 msgid ""
@@ -6899,7 +6504,6 @@ msgstr ""
 "ファイルの構造について、より詳細な情報は Debian ポリシーの <filename>debian/"
 "changelog</filename> という章で確認できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:130
 msgid ""
@@ -6911,7 +6515,6 @@ msgstr ""
 "Debian バグを閉じるのに利用できます。<xref linkend=\"upload-bugfix\"/> を参照"
 "してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:134
 msgid ""
@@ -6921,14 +6524,12 @@ msgstr ""
 "ソフトウェアの新しい開発元のバージョン (new upstream version) を含むパッケー"
 "ジの changelog エントリは、以下のようにするのが慣習です:"
 
-# type: Content of: <chapter><section><screen>
 #. type: Content of: <chapter><section><screen>
 #: pkgs.dbk:138
 #, no-wrap
 msgid "  * New upstream release.\n"
 msgstr "  * New upstream release.\n"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:141
 msgid ""
@@ -6940,19 +6541,16 @@ msgstr ""
 "ます。<xref linkend=\"devscripts\"/> と <xref linkend=\"dpkg-dev-el\"/> を参"
 "照してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:146
 msgid "See also <xref linkend=\"bpp-debian-changelog\"/>."
 msgstr "<xref linkend=\"bpp-debian-changelog\"/> も参照してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:151
 msgid "Testing the package"
 msgstr "パッケージをテストする"
 
-# type: Content of: <chapter><section><para>
 # FIXME: around
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:153
@@ -6965,7 +6563,6 @@ msgstr ""
 "限、以下の作業が必要です (同じ Debian パッケージの古いバージョンなどが必要に"
 "なるでしょう):"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:160
 msgid ""
@@ -6977,7 +6574,6 @@ msgstr ""
 "そのソフトの Debian パッケージが存在している場合、パッケージを以前のバージョ"
 "ンから新しいバージョンにアップグレードする。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:167
 msgid ""
@@ -6997,7 +6593,6 @@ msgstr ""
 "問題の説明を非常に冗長に出力するようにする <literal>-i</literal> オプションを"
 "付けて実行してみてください。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:176
 msgid ""
@@ -7009,7 +6604,6 @@ msgstr ""
 "アップロードしては<emphasis>いけません</emphasis> (エラーは <literal>E</"
 "literal> で始まります)。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:180
 msgid ""
@@ -7019,7 +6613,6 @@ msgstr ""
 "<command>lintian</command> についての詳細は、<xref linkend=\"lintian\"/> を参"
 "照してください。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:186
 msgid ""
@@ -7029,7 +6622,6 @@ msgstr ""
 "もし古いバージョンがあれば、それからの変更点を分析するために追加で "
 "<command>debdiff</command> を実行する (<xref linkend=\"debdiff\"/> を参照) 。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:192
 msgid ""
@@ -7039,13 +6631,11 @@ msgstr ""
 "(もしあれば) 以前のバージョンにダウングレードする — これは <filename>postrm</"
 "filename> スクリプトと <filename>prerm</filename> スクリプトをテストします。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:198
 msgid "Remove the package, then reinstall it."
 msgstr "パッケージを削除して、再インストールする。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:203
 msgid ""
@@ -7059,19 +6649,16 @@ msgstr ""
 "ファイル内に含まれているファイルで保存されている権限に依るかどうかをテストし"
 "ます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:213
 msgid "Layout of the source package"
 msgstr "ソースパッケージの概要"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:215
 msgid "There are two types of Debian source packages:"
 msgstr "Debian のソースパッケージには 2 種類あります:"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: pkgs.dbk:220
 msgid ""
@@ -7124,7 +6711,6 @@ msgstr ""
 "(native)”と記述することによって明示することが推奨されています。この章の残りの"
 "部分は native ではないパッケージについてのみ記しています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:248
 msgid ""
@@ -7156,7 +6742,6 @@ msgstr ""
 "を含めようとします。この挙動は、<literal>-sa</literal> を使って常に含めたり、"
 "<literal>-sd</literal> を使うことで常に含めないようにするように変更できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:263
 msgid ""
@@ -7188,13 +6773,11 @@ msgstr ""
 "トリ内にあるファイルのパーミッションは tar アーカイブで保存されるのでそのまま"
 "になります。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:279
 msgid "Picking a distribution"
 msgstr "ディストリビューションを選ぶ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:281
 msgid ""
@@ -7210,7 +6793,6 @@ msgstr ""
 "changes</filename> ファイルの <literal>Distribution</literal> 欄に配置しま"
 "す。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:287
 msgid ""
@@ -7224,7 +6806,6 @@ msgstr ""
 "して <literal>experimental</literal> です。通常、パッケージは "
 "<literal>unstable</literal> にアップロードされます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:293
 msgid ""
@@ -7232,11 +6813,10 @@ msgid ""
 "replaceable><literal>-security</literal>, but read <xref linkend=\"bug-"
 "security\"/> for more information on those."
 msgstr ""
-"実際には、他にも指定可能なディストリビューションがあります: <literal>stable-"
-"security</literal> と <literal>testing-security</literal> ですが、これらにつ"
-"いての詳細は <xref linkend=\"bug-security\"/> を読んでください。"
+"実際には、他にも指定可能なディストリビューションがあります: "
+"<literal>codename-security</literal> ですが、その詳細については <xref "
+"linkend=\"bug-security\"/> を読んでください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:298
 msgid ""
@@ -7246,7 +6826,6 @@ msgstr ""
 "同時に複数のディストリビューションへ、パッケージをアップロードすることはでき"
 "ません。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:302
 msgid ""
@@ -7273,7 +6852,6 @@ msgstr ""
 "す。ここから、ここから、<literal>安定版 (stable)</literal> の次期ポイントリ"
 "リースに含まれることになります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:313
 msgid ""
@@ -7293,7 +6871,6 @@ msgstr ""
 "版 (stable)</literal> ディストリビューションへアップロードするパッケージの "
 "changelog のエントリは、常にくどいほど詳細にしてください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:322
 msgid ""
@@ -7305,25 +6882,21 @@ msgstr ""
 "必要です。基本的に、以下のいずれかが起こった際にのみ <literal>安定版 (stable)"
 "</literal> へパッケージはアップロードされます:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:329
 msgid "a truly critical functionality problem"
 msgstr "本当に致命的な機能の問題がある"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:334
 msgid "the package becomes uninstallable"
 msgstr "パッケージがインストールできなくなる"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:339
 msgid "a released architecture lacks the package"
 msgstr "リリースされたアーキテクチャにパッケージが無い"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:344
 msgid ""
@@ -7347,7 +6920,6 @@ msgstr ""
 "安定版のリリースマネージャらはそれに関わらず <literal>安定版 (stable)</"
 "literal> への定期アップロードに修正を含めようとするでしょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:355
 msgid ""
@@ -7391,7 +6963,6 @@ msgstr ""
 "ドはアーカイブされてない限り可能です。<literal>安定版 (stable)</literal>と同"
 "じルールが適用されます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:376
 msgid ""
@@ -7400,7 +6971,6 @@ msgstr ""
 "特別な例: <literal>testing/testing-proposed-updates</literal> へアップロード"
 "する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:378
 msgid ""
@@ -7410,13 +6980,11 @@ msgstr ""
 "詳細については、<link linkend=\"t-p-u\">testing section</link> にある情報を参"
 "照してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:386
 msgid "Uploading a package"
 msgstr "パッケージをアップロードする"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:388
 msgid "Uploading to <literal>ftp-master</literal>"
@@ -7439,7 +7007,6 @@ msgstr ""
 "Developers keyring または Debian Maintainers keyring (<ulink url=\"&url-wiki-"
 "dm;\"></ulink> 参照) にある鍵で署名しておく必要があります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:399
 msgid ""
@@ -7476,7 +7043,6 @@ msgstr ""
 "README\"/> と <link linkend=\"dcut\">dcut</link> Debian パッケージを参照して"
 "ください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:416
 msgid "Delayed uploads"
@@ -7525,13 +7091,11 @@ msgstr ""
 "dput を使うと、パッケージを遅延キューに入れるのに <literal>--delayed "
 "<replaceable>DELAY</replaceable></literal> パラメータを使えます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:443
 msgid "Security uploads"
 msgstr "セキュリティアップロード"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:445
 msgid ""
@@ -7549,7 +7113,6 @@ msgstr ""
 "問題が引き起こされたり遅延が生じることになります。詳細については <xref "
 "linkend=\"bug-security\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:455
 msgid "Other upload queues"
@@ -7580,13 +7143,11 @@ msgstr ""
 "literal> に置く必要があります。このキューは<link linkend=\"delayed-incoming"
 "\">遅延アップロード</link>をサポートしていません。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:471
 msgid "Notification that a new package has been installed"
 msgstr "新しいパッケージがインストールされたことの通知"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:473
 msgid ""
@@ -7608,7 +7169,6 @@ msgstr ""
 "ロードが手動で処理される場合は、アーカイブへの変更は実施されるまでに一ヶ月ほ"
 "どかかります。お待ちください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:483
 msgid ""
@@ -7622,7 +7182,6 @@ msgstr ""
 "が閉じようとしたバグが処理されてない場合は、この通知を注意深く確認してくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:489
 msgid ""
@@ -7634,7 +7193,6 @@ msgstr ""
 "ます。不一致がある場合は、それを示す別のメール通知を受け取ります。以下も参照"
 "ください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:494
 msgid ""
@@ -7644,13 +7202,11 @@ msgstr ""
 "キュー経由でアップロードした場合は、キューデーモンソフトウェアもメールで通知"
 "を行うことに留意してください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:502
 msgid "Specifying the package section, subsection and priority"
 msgstr "パッケージのセクション、サブセクション、優先度を指定する"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:504
 msgid ""
@@ -7667,7 +7223,6 @@ msgstr ""
 "はありません。<filename>debian/control</filename> ファイル中の値は、実際のと"
 "ころは単なるヒントです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:512
 msgid ""
@@ -7709,7 +7264,6 @@ msgstr ""
 "priority, [...], PACKAGEX:section/priority</literal> のようなサブジェクトを使"
 "い、バグ報告の本文に変更に関する根拠を記述してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:533
 msgid ""
@@ -7738,13 +7292,11 @@ msgstr ""
 "い。利用可能なサブセクションは <ulink url=\"&url-debian-policy;ch-archive."
 "html#s-subsections\"></ulink> で検索できます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: pkgs.dbk:548
 msgid "Handling bugs"
 msgstr "バグの取扱い"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:550
 msgid ""
@@ -7758,7 +7310,6 @@ msgstr ""
 "るか (<xref linkend=\"submit-bug\"/> 参照)、どの様に更新及び整理するか、そし"
 "てどの様にして処理をして完了するかを知っていることを含みます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:556
 msgid ""
@@ -7772,7 +7323,6 @@ msgstr ""
 "送信・重要度とタグを割り当てる・バグを転送済み (Forwarded) にする・その他が含"
 "まれています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: pkgs.dbk:562
 msgid ""
@@ -7788,13 +7338,11 @@ msgstr ""
 "のコマンドは、<ulink url=\"&url-bts-control;\">BTS 制御サーバドキュメント</"
 "ulink>に記載されています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:570
 msgid "Monitoring bugs"
 msgstr "バグの監視"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:572
 msgid ""
@@ -7811,7 +7359,6 @@ msgstr ""
 "認できます: <literal>http://&bugs-host;/<replaceable>yourlogin</"
 "replaceable>@debian.org</literal>"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:579
 msgid ""
@@ -7827,7 +7374,6 @@ msgstr ""
 "systemitem> パッケージをインストールしてあれば、ローカルファイル &file-bts-"
 "docs; で見ることも可能です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:586
 msgid ""
@@ -7849,7 +7395,6 @@ msgstr ""
 "# 自分のパッケージにあるバグのレポートを毎週取得する\n"
 "&cron-bug-report;\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:595
 msgid ""
@@ -7859,13 +7404,11 @@ msgstr ""
 "<replaceable>address</replaceable> は、あなたの公式な Debian パッケージメンテ"
 "ナとしてのメールアドレスに置き換えてください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:601
 msgid "Responding to bugs"
 msgstr "バグへの対応"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:603
 msgid ""
@@ -7887,7 +7430,6 @@ msgstr ""
 "えます (これは <email><replaceable>123</replaceable>@&bugs-host;</email> へ"
 "メールのコピーを送らなくても済むことを意味しています)。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:612
 msgid ""
@@ -7898,7 +7440,6 @@ msgstr ""
 "(Fails to build from source) を意味します。移植作業をしている人たちはこの略語"
 "をよく使います。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:616
 msgid ""
@@ -7914,7 +7455,6 @@ msgstr ""
 "更してアップロードすることでバグを修正する場合は、<xref linkend=\"upload-"
 "bugfix\"/> に記載されているように自動的にバグを閉じることができます。"
 
-# type: Content of: <chapter><section><section><para>
 # FIXME: via the bug server ?
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:623
@@ -7928,13 +7468,11 @@ msgstr ""
 "経由でバグを閉じるのは<emphasis>決して</emphasis>してはいけません。そのように"
 "した場合、元々の報告者は何故バグが閉じられたのかという情報を得られません。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:631
 msgid "Bug housekeeping"
 msgstr "バグを掃除する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:633
 msgid ""
@@ -7956,7 +7494,6 @@ msgstr ""
 "す。この章では、Debian 開発者から集められた経験を元にしたバグの扱い方のガイド"
 "ラインを含んでいます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:644
 msgid ""
@@ -7969,13 +7506,11 @@ msgstr ""
 "の一つです。詳細については <xref linkend=\"submit-bug\"/> を参照してくださ"
 "い。しかし、自分のパッケージのバグを管理するのはさらに重要です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:649
 msgid "Here's a list of steps that you may follow to handle a bug report:"
 msgstr "以下がバグ報告を取り扱う手順です:"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:654
 msgid ""
@@ -7997,7 +7532,6 @@ msgstr ""
 "直してください。これは開発元の作者に伝える必要がある問題かもしれません。"
 
 # FIXME-trans: "If you don't find any," - any what?
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:664
 msgid ""
@@ -8047,7 +7581,6 @@ msgstr ""
 "emphasis>ので、彼らがパッケージのバグ一覧を見るまでそれを知ることはありませ"
 "ん。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:690
 msgid ""
@@ -8065,7 +7598,6 @@ msgstr ""
 "たは、再指定 (reassign) によって「自分の」バグということを防ぎ、バグの複製 "
 "(clone) によって関係があることを記載しておく必要があります。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:700
 msgid ""
@@ -8080,7 +7612,6 @@ msgstr ""
 "す。要望された変更点が単に体裁的なものな時には、バグは要望 (wishlist) に格下"
 "げされるでしょう。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:708
 msgid ""
@@ -8099,7 +7630,6 @@ msgstr ""
 "ください)。merge コマンドや類似の unmerge コマンドの技術詳細については、BTS "
 "制御サーバドキュメントを参照してください。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:719
 msgid ""
@@ -8118,7 +7648,6 @@ msgstr ""
 "を何ヶ月経っても、この情報が誰からも送られてこない場合はバグは閉じても構いま"
 "せん。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:730
 msgid ""
@@ -8159,7 +7688,6 @@ msgstr ""
 "(<filename>changelog</filename> に <literal>closes:</literal> を追加します)。"
 "これは複数の開発者が同一のパッケージで作業している際に特に役立ちます。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #: pkgs.dbk:754
 msgid ""
@@ -8171,13 +7699,11 @@ msgstr ""
 "ジョンで修正されたかを指定して閉じられる必要があります。これは自動的に行われ"
 "ます。<xref linkend=\"upload-bugfix\"/> を読んでください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:763
 msgid "When bugs are closed by new uploads"
 msgstr "新規アップロードでバグがクローズされる時"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:765
 msgid ""
@@ -8195,7 +7721,6 @@ msgstr ""
 "は、BTS でバグを閉じることができますし、そうしなければいけません。もちろん、"
 "バグは正しいバージョンで閉じなくてはいけません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:773
 msgid ""
@@ -8209,7 +7734,6 @@ msgstr ""
 "列挙すれば、それだけで後はアーカイブのメンテナンスソフトがバグをクローズして"
 "くれます。例:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: pkgs.dbk:779
 #, no-wrap
@@ -8228,7 +7752,6 @@ msgstr ""
 "    bug#98713, #98714.\n"
 "  * Added man page. Closes: #98725.\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:787
 msgid ""
@@ -8238,7 +7761,6 @@ msgstr ""
 "技術的に言うと、どの様にしてバグを閉じる changelog が判別されているかを以下"
 "の Perl の正規表現にて記述しています:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: pkgs.dbk:791
 #, no-wrap
@@ -8321,7 +7843,6 @@ msgstr ""
 "ケージでの変更がバグに何も関係ない場合は、そのバージョンの changelog エントリ"
 "ではバグを<emphasis role=\"strong\">閉じないで</emphasis>ください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:829
 msgid ""
@@ -8331,13 +7852,11 @@ msgstr ""
 "どのように changelog のエントリを書くのか、一般的な情報については <xref "
 "linkend=\"bpp-debian-changelog\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: pkgs.dbk:835
 msgid "Handling security-related bugs"
 msgstr "セキュリティ関連バグの取扱い"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: pkgs.dbk:837
 msgid ""
@@ -8379,7 +7898,6 @@ msgstr ""
 msgid "Whether or not the bug is already public."
 msgstr "バグが既に公開されているか否か"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:862
 msgid ""
@@ -8392,14 +7910,12 @@ msgstr ""
 "<literal>不安定版 (unstable)</literal> にある各バージョンをチェックしてくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:869
 msgid ""
 "The nature of the fix, if any is available (patches are especially helpful)"
 msgstr "利用可能なものがあれば、修正内容 (パッチが特に望ましい)"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:874
 msgid ""
@@ -8411,7 +7927,6 @@ msgstr ""
 "> を読んで、<filename>.diff.gz</filename> と <filename>.dsc</filename> ファイ"
 "ルだけを送ってください)"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:881
 msgid ""
@@ -8421,7 +7936,6 @@ msgstr ""
 "テストについて何かしらの手助けになるもの (攻撃コード、リグレッションテストな"
 "ど)"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:887
 msgid ""
@@ -8478,13 +7992,11 @@ msgstr ""
 "追加情報を提供するか、パッケージの問題に対処するのを手伝ってください。やり方"
 "は追跡システムのウェブページにあります。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: pkgs.dbk:916
 msgid "Confidentiality"
 msgstr "秘匿性"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:918
 msgid ""
@@ -8501,31 +8013,26 @@ msgstr ""
 "合わせることができます。今回がそうであるかは、問題と対応する修正の性質や、既"
 "に既知のものとなっているかどうかによります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:925
 msgid "There are several ways developers can learn of a security problem:"
 msgstr "開発者がセキュリティ問題を知る方法はいくつかあります:"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:930
 msgid "they notice it on a public forum (mailing list, web site, etc.)"
 msgstr "公開フォーラム (メーリングリスト、ウェブサイトなど) で知らせる"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:935
 msgid "someone files a bug report"
 msgstr "誰かがバグ報告を登録している"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:940
 msgid "someone informs them via private email"
 msgstr "誰かがプライベートなメールで教えてきた"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:945
 msgid ""
@@ -8538,7 +8045,6 @@ msgstr ""
 "です。しかしながら最後のケースは、公開情報ではないかもしれません。この場合"
 "は、問題に対処するのに幾つか取り得る選択肢があります:"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:953
 msgid ""
@@ -8548,7 +8054,6 @@ msgstr ""
 "セキュリティの影響度が小さい場合、問題を秘密にしておく必要はなく、修正を行っ"
 "てリリースするのが良い場合がしばしばあります。"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:959
 msgid ""
@@ -8560,7 +8065,6 @@ msgstr ""
 "望ましいでしょう。セキュリティチームは様々な組織/個人と連絡を取りつづけ、こ"
 "の問題に対応することができます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:966
 msgid ""
@@ -8576,7 +8080,6 @@ msgstr ""
 "機密情報をセキュリティチームに送る場合は、この点を明示しておくのを忘れないで"
 "ください。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:973
 msgid ""
@@ -8591,7 +8094,6 @@ msgstr ""
 "い。コードその物が公開されている場合、変更の詳細を難読化するだけでは十分では"
 "なく、皆によって解析され得る (そしてされる) でしょう。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:980
 msgid ""
@@ -8614,13 +8116,11 @@ msgstr ""
 "す。詳細については、<ulink url=\"http://www.debian.org/security/faq#contact"
 "\">セキュリティチーム FAQ</ulink> を参照してください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: pkgs.dbk:991
 msgid "Security Advisories"
 msgstr "セキュリティ勧告"
 
-# type: Content of: <chapter><section><section><section><para>
 # FIXME: how about oldstable?
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:993
@@ -8645,62 +8145,52 @@ msgstr ""
 "提供できたり、文章の一部を書けるのであれば、彼らは当然そんなことは気にしませ"
 "ん。勧告にあるべき情報は以下を含んでいます:"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1006
 msgid "A description of the problem and its scope, including:"
 msgstr "以下のようなものを含めた問題の説明と範囲:"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #: pkgs.dbk:1011
 msgid "The type of problem (privilege escalation, denial of service, etc.)"
 msgstr "問題の種類 (権限の上昇、サービス拒否など)"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #: pkgs.dbk:1016
 msgid "What privileges may be gained, and by whom (if any)"
 msgstr "何の権限が得られるのか、(もし分かれば) 誰が得るのか"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #: pkgs.dbk:1021
 msgid "How it can be exploited"
 msgstr "どのようにして攻撃が可能なのか"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #: pkgs.dbk:1026
 msgid "Whether it is remotely or locally exploitable"
 msgstr "攻撃はリモートから可能なのかそれともローカルから可能なのか"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 #: pkgs.dbk:1031
 msgid "How the problem was fixed"
 msgstr "どのようにして問題が修正されたのか"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1036
 msgid "This information allows users to assess the threat to their systems."
 msgstr ""
 "この情報によって、ユーザがシステムに対する脅威を評価できるようになります。"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1041
 msgid "Version numbers of affected packages"
 msgstr "影響を受けるパッケージのバージョン番号"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1046
 msgid "Version numbers of fixed packages"
 msgstr "修正されたパッケージのバージョン番号"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1051
 msgid ""
@@ -8710,7 +8200,6 @@ msgstr ""
 "どこで更新されたパッケージを得るかという情報 (通常は Debian のセキュリティ"
 "アーカイブからです)"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1057
 msgid ""
@@ -8721,13 +8210,11 @@ msgstr ""
 "開発元のアドバイザリへの参照、<ulink url=\"http://cve.mitre.org\">CVE</"
 "ulink> 番号、脆弱性の相互参照について役立つその他の情報"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: pkgs.dbk:1066
 msgid "Preparing packages to address security issues"
 msgstr "セキュリティ問題に対処するパッケージを用意する"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1068
 msgid ""
@@ -8739,7 +8226,6 @@ msgstr ""
 "は、安定版 Debian リリース用のセキュリティ勧告に適した修正版パッケージを提供"
 "することです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1073
 msgid ""
@@ -8757,7 +8243,6 @@ msgstr ""
 "ブラリについて当てはまります: API や ABI を決して変更していないことを確認して"
 "ください。変更がどれほど小さいものでも関係ありません。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1081
 msgid ""
@@ -8773,7 +8258,6 @@ msgstr ""
 "元のメンテナは助けが必要であれば手伝おうとしてくれます。そうでない場合は、"
 "Debian セキュリティチームが手助けすることができます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1087
 msgid ""
@@ -8789,7 +8273,6 @@ msgstr ""
 "れは極端な状況の場合にのみ行われるものであり、実行する前に必ずセキュリティ"
 "チームと調整をしなければなりません。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1094
 msgid ""
@@ -8806,7 +8289,6 @@ msgstr ""
 "と関係が無いような機能を壊すことがあるので、通常の動作も同様にテストしてくだ"
 "さい。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1101
 msgid ""
@@ -8842,7 +8324,6 @@ msgstr ""
 "\">devscripts</systemitem> の <command>debdiff</command> が役立ちます。<xref "
 "linkend=\"debdiff\"/> を参照してください)。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: pkgs.dbk:1119
 msgid "Be sure to verify the following items:"
@@ -8863,7 +8344,6 @@ msgstr ""
 "literal>)。<replaceable>distribution</replaceable><literal>-proposed-"
 "updates</literal> や <literal>stable</literal> を対象にしないでください!"
 
-# type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
 #: pkgs.dbk:1134
 msgid ""
@@ -8901,25 +8381,25 @@ msgid ""
 "versions in later distributions.  If in doubt, test it with <literal>dpkg --"
 "compare-versions</literal>.  Be careful not to re-use a version number that "
 "you have already used for a previous upload, or one that conflicts with a "
-"binNMU. The convention is to append <literal>+</"
-"literal><replaceable>codename</replaceable><literal>1</literal>, e.g.  "
-"<literal>1:2.4.3-4+lenny1</literal>, of course increasing 1 for any "
-"subsequent uploads."
+"binNMU. The convention is to append <literal>+deb</literal><replaceable>X</"
+"replaceable><literal>u1</literal> (where <replaceable>X</replaceable> is the "
+"major release number), e.g.  <literal>1:2.4.3-4+deb7u1</literal>, of course "
+"increasing 1 for any subsequent uploads."
 msgstr ""
 "<emphasis role=\"strong\">バージョン番号</emphasis>が正しいことを確認する。現"
 "在のパッケージより大きく、しかし以降のディストリビューションよりパッケージ"
 "バージョンが小さい必要があります。分からない場合は <literal>dpkg --compare-"
 "versions</literal> でテストしてください。以前のアップロードで既に使っている"
 "バージョン番号を再利用しないように注意してください。そうしないと番号が "
-"binNMU と衝突します。<literal>+</literal><replaceable>codename</"
-"replaceable><literal>1</literal> を追加するのが通例です。例えば "
-"<literal>1:2.4.3-4+lenny1</literal> とします。もちろん 1 はアップロードするご"
-"とに増やします。"
+"binNMU と衝突します。<literal>+deb</literal><replaceable>X</replaceable>"
+"<literal>u1</literal> (<replaceable>X</replaceable> はメジャーリリース番号) "
+"を追加するのが通例です。例えば <literal>1:2.4.3-4+deb7u1</literal> とします。"
+"ã\82\82ã\81¡ã\82\8dã\82\93 1 ã\81¯ã\82¢ã\83\83ã\83\97ã\83­ã\83¼ã\83\89ã\81\99ã\82\8bã\81\94ã\81¨ã\81«å¢\97ã\82\84ã\81\97ã\81¾ã\81\99ã\80\82"
 
 # FIXME: remove " "
 # FIXME: how about debuild -sa ?
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1163
+#: pkgs.dbk:1164
 msgid ""
 "Unless the upstream source has been uploaded to <literal>security.debian."
 "org</literal> before (by a previous security update), build the upload "
@@ -8938,7 +8418,7 @@ msgstr ""
 "(<literal>dpkg-buildpackage -sd</literal>)。"
 
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1174
+#: pkgs.dbk:1175
 msgid ""
 "Be sure to use the <emphasis role=\"strong\">exact same <filename>*.orig.tar."
 "{gz,bz2,xz}</filename></emphasis> as used in the normal archive, otherwise "
@@ -8950,7 +8430,7 @@ msgstr ""
 "できません。"
 
 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1182
+#: pkgs.dbk:1183
 msgid ""
 "Build the package on a <emphasis role=\"strong\">clean system</emphasis> "
 "which only has packages installed from the distribution you are building "
@@ -8965,15 +8445,13 @@ msgstr ""
 "使うこともできますし、chroot を設定することもできます (<xref linkend="
 "\"pbuilder\"/> と <xref linkend=\"debootstrap\"/> を参照してください)。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1193
+#: pkgs.dbk:1194
 msgid "Uploading the fixed package"
 msgstr "修正したパッケージをアップロードする"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1195
+#: pkgs.dbk:1196
 msgid ""
 "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the security "
 "upload queue (on <literal>security-master.debian.org</literal>)  without "
@@ -8989,7 +8467,7 @@ msgstr ""
 "linkend=\"bug-security\"/> を参照してください。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1202
+#: pkgs.dbk:1203
 msgid ""
 "Do <emphasis role=\"strong\">NOT</emphasis> upload your fix to "
 "<literal>proposed-updates</literal> without coordinating with the security "
@@ -9010,7 +8488,7 @@ msgstr ""
 "ティ更新無しで終了してしまうでしょう。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1212
+#: pkgs.dbk:1213
 msgid ""
 "Once you have created and tested the new package and it has been approved by "
 "the security team, it needs to be uploaded so that it can be installed in "
@@ -9024,7 +8502,7 @@ msgstr ""
 "になります。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1218
+#: pkgs.dbk:1219
 msgid ""
 "Once an upload to the security queue has been accepted, the package will "
 "automatically be built for all architectures and stored for verification by "
@@ -9034,9 +8512,8 @@ msgstr ""
 "すべてのアーキテクチャに対してビルドされ、セキュリティチームによる確認の為に"
 "保存されます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1223
+#: pkgs.dbk:1224
 msgid ""
 "Uploads which are waiting for acceptance or verification are only accessible "
 "by the security team.  This is necessary since there might be fixes for "
@@ -9046,9 +8523,8 @@ msgstr ""
 "セスできます。これは、まだ公開できないセキュリティ問題の修正があるかも知れな"
 "いためです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1228
+#: pkgs.dbk:1229
 msgid ""
 "If a member of the security team accepts a package, it will be installed on "
 "<literal>security.debian.org</literal> as well as proposed for the proper "
@@ -9060,16 +8536,14 @@ msgstr ""
 "<replaceable>distribution</replaceable><literal>-proposed-updates</literal> "
 "と同様に <literal>security.debian.org</literal> 上にインストールされます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
-#: pkgs.dbk:1240
+#: pkgs.dbk:1241
 msgid ""
 "Moving, removing, renaming, orphaning, adopting, and reintroducing packages"
-msgstr "ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81®ç§»å\8b\95ã\80\81å\89\8aé\99¤ã\80\81ã\83ªã\83\8dã\83¼ã\83 ã\80\81æ\94¾æ£\84ã\80\81å¤\89æ\9b´、再導入"
+msgstr "ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81®ç§»å\8b\95ã\80\81å\89\8aé\99¤ã\80\81ã\83ªã\83\8dã\83¼ã\83 ã\80\81æ\94¾æ£\84ã\80\81å¼\95ã\81\8då\8f\96ã\82\8a、再導入"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:1242
+#: pkgs.dbk:1243
 msgid ""
 "Some archive manipulation operations are not automated in the Debian upload "
 "process.  These procedures should be manually followed by maintainers.  This "
@@ -9079,15 +8553,13 @@ msgstr ""
 "のにはなっていません。これらの手続きはメンテナによる手動での作業である必要が"
 "あります。この章では、この様な場合に何をするかのガイドラインを提供します。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1247
+#: pkgs.dbk:1248
 msgid "Moving packages"
 msgstr "パッケージの移動"
 
-# type: Content of: <chapter><section><section><para><footnote><para>
 #. type: Content of: <chapter><section><section><para><footnote><para>
-#: pkgs.dbk:1251
+#: pkgs.dbk:1252
 msgid ""
 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
 "guidelines on what section a package belongs in."
@@ -9096,7 +8568,7 @@ msgstr ""
 "debian-policy;\">Debian ポリシーマニュアル</ulink>を参照してください。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1249
+#: pkgs.dbk:1250
 msgid ""
 "Sometimes a package will change its section.  For instance, a package from "
 "the <literal>non-free</literal> section might be GPL'd in a later version, "
@@ -9109,7 +8581,7 @@ msgstr ""
 "<placeholder type=\"footnote\" id=\"0\"/>"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1256
+#: pkgs.dbk:1257
 msgid ""
 "If you need to change the section for one of your packages, change the "
 "package control information to place the package in the desired section, and "
@@ -9131,7 +8603,7 @@ msgstr ""
 "絡を取ります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1268
+#: pkgs.dbk:1269
 msgid ""
 "If, on the other hand, you need to change the <literal>subsection</literal> "
 "of one of your packages (e.g., ``devel'', ``admin''), the procedure is "
@@ -9145,14 +8617,13 @@ msgstr ""
 "す。また、<xref linkend=\"override-file\"/> に記述してあるように override "
 "ファイルを更新する必要が出てくるでしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1277
+#: pkgs.dbk:1278
 msgid "Removing packages"
 msgstr "パッケージの削除"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1279
+#: pkgs.dbk:1280
 msgid ""
 "If for some reason you want to completely remove a package (say, if it is an "
 "old compatibility library which is no longer required), you need to file a "
@@ -9184,9 +8655,8 @@ msgstr ""
 "場合に、これらのルールに則ってバグの題名を作成しようとすることに注意してくだ"
 "さい。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1296
+#: pkgs.dbk:1297
 msgid ""
 "If you want to remove a package you maintain, you should note this in the "
 "bug title by prepending <literal>ROM</literal> (Request Of Maintainer).  "
@@ -9204,7 +8674,7 @@ msgstr ""
 
 # FIXME-TRANS: experimental は試験版?実験版
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1305
+#: pkgs.dbk:1306
 msgid ""
 "Note that removals can only be done for the <literal>unstable</literal>, "
 "<literal>experimental</literal> and <literal>stable</literal> distribution.  "
@@ -9227,9 +8697,8 @@ msgstr ""
 "literal>からの削除は可能ではあります。<xref linkend=\"removals\"/>の項目を参"
 "照して下さい)。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1317
+#: pkgs.dbk:1318
 msgid ""
 "There is one exception when an explicit removal request is not necessary: If "
 "a (source or binary) package is no longer built from source, it will be "
@@ -9247,9 +8716,8 @@ msgstr ""
 "ソースパッケージの場合は、関連の全バイナリパッケージが別のソースパッケージに"
 "よって上書きされるのを意味しています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1326
+#: pkgs.dbk:1327
 msgid ""
 "In your removal request, you have to detail the reasons justifying the "
 "request.  This is to avoid unwanted removals and to keep a trace of why a "
@@ -9260,9 +8728,8 @@ msgstr ""
 "除を避け、何故パッケージが削除されたのかを追跡できるようにするためです。例え"
 "ば、削除されるパッケージにとって代わるパッケージの名前を記述します。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1332
+#: pkgs.dbk:1333
 msgid ""
 "Usually you only ask for the removal of a package maintained by yourself.  "
 "If you want to remove another package, you have to get the approval of its "
@@ -9274,15 +8741,14 @@ msgid ""
 msgstr ""
 "通常は自分がメンテナンスしているパッケージの削除のみを依頼します。その他の"
 "パッケージを削除したい場合は、メンテナの許可を取る必要があります。パッケージ"
-"がみなしご化されたのでメンテナがいない場合は、まず &email-debian-qa; で削除依"
-"頼について議論をしてください。パッケージの削除についての合意ができたら、削除"
-"依頼の新規バグを登録するのではなく、<literal>wnpp</literal> パッケージに対し"
-"ã\81¦ç\99»é\8c²ã\81\95ã\82\8cã\81¦ã\81\84ã\82\8bã\83\90ã\82°ã\82\92 reassign ã\81\97ã\81¦ <literal>O:</literal> ã\81«é¡\8cå\90\8dã\82\92å¤\89æ\9b´ã\81\99ã\82\8bã\81¹"
-"ã\81\8dã\81§ã\81\99ã\80\82"
+"が放棄されたのでメンテナがいない場合は、まず &email-debian-qa; で削除依頼につ"
+"いて議論をしてください。パッケージの削除についての合意ができたら、削除依頼の"
+"新規バグを登録するのではなく、<literal>wnpp</literal> パッケージに対して登録"
+"ã\81\95ã\82\8cã\81¦ã\81\84ã\82\8bã\83\90ã\82°ã\82\92 reassign ã\81\97ã\81¦ <literal>O:</literal> ã\81«é¡\8cå\90\8dã\82\92å¤\89æ\9b´ã\81\99ã\82\8bã\81¹ã\81\8dã\81§"
+"す。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1342
+#: pkgs.dbk:1343
 msgid ""
 "Further information relating to these and other package removal related "
 "topics may be found at <ulink url=\"http://wiki.debian.org/ftpmaster_Removals"
@@ -9293,7 +8759,7 @@ msgstr ""
 "<ulink url=\"&url-debian-qa;howto-remove.html\"></ulink> で参照できます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1347
+#: pkgs.dbk:1348
 msgid ""
 "If in doubt concerning whether a package is disposable, email &email-debian-"
 "devel; asking for opinions.  Also of interest is the <command>apt-cache</"
@@ -9318,7 +8784,7 @@ msgstr ""
 "なしご化されたパッケージの削除は、&email-debian-qa; で話し合われます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1360
+#: pkgs.dbk:1361
 msgid ""
 "Once the package has been removed, the package's bugs should be handled.  "
 "They should either be reassigned to another package in the case where the "
@@ -9338,15 +8804,13 @@ msgstr ""
 "マークするのを避けてください。バージョン <literal>&lt;most-recent-version-"
 "ever-in-Debian&gt;+rm</literal> で修正されたとマークしなければなりません。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1371
+#: pkgs.dbk:1372
 msgid "Removing packages from <filename>Incoming</filename>"
 msgstr "<filename>Incoming</filename> からパッケージを削除する"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1373
+#: pkgs.dbk:1374
 msgid ""
 "In the past, it was possible to remove packages from <filename>incoming</"
 "filename>.  However, with the introduction of the new incoming system, this "
@@ -9368,14 +8832,13 @@ msgstr ""
 "たがパッケージをきちんとテストしていれば、パッケージを置き換える必要はそんな"
 "に頻繁には無いはずです。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1388
+#: pkgs.dbk:1389
 msgid "Replacing or renaming packages"
 msgstr "パッケージをリプレースあるいはリネームする"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1390
+#: pkgs.dbk:1391
 msgid ""
 "When the upstream maintainers for one of your packages chose to rename their "
 "software (or you made a mistake naming your package), you should follow a "
@@ -9405,7 +8868,7 @@ msgstr ""
 "替えするのを忘れないでください。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1406
+#: pkgs.dbk:1407
 msgid ""
 "At other times, you may make a mistake in constructing your package and wish "
 "to replace it.  The only way to do this is to increase the version number "
@@ -9429,15 +8892,13 @@ msgstr ""
 "イト上で各ファイルが一意の名前を持つことになり、ミラーネットワークをまたがっ"
 "た一貫性を保障するのに役立ちます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1421
+#: pkgs.dbk:1422
 msgid "Orphaning a package"
-msgstr "パッケージをみなしご化する"
+msgstr "パッケージを放棄する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1423
+#: pkgs.dbk:1424
 msgid ""
 "If you can no longer maintain a package, you need to inform others, and see "
 "that the package is marked as orphaned.  You should set the package "
@@ -9454,22 +8915,21 @@ msgid ""
 "number)."
 msgstr ""
 "パッケージをもうメンテナンスできなくなってしまった場合、ほかの人に知らせて、"
-"パッケージがみなしご化 (orphaned) とマークされたのが分かるようにする必要があ"
-"ります。パッケージメンテナを <literal>Debian QA Group &orphan-address;</"
-"literal> に設定し、疑似パッケージ<systemitem role=\"package\">wnpp</"
-"systemitem> に対してバグ報告を送信しなければなりません。バグ報告は、パッケー"
-"ジが今みなしご化されていることを示すように <literal>O: <replaceable>パッケー"
-"ジ名</replaceable> -- <replaceable>短い要約</replaceable></literal> というタ"
-"イトルにする必要があります。バグの重要度は <literal>通常 (normal)</literal> "
-"に設定しなければなりません; パッケージの重要 (priority) が standard より高い"
-"場合には重要 (important) に設定する必要があります。必要だと思うのならば、メッ"
-"セージの X-Debbugs-CC: ヘッダのアドレスに &email-debian-devel; を入れてコピー"
-"を送ってください (そう、CC: を使わないでください。その理由は、CC: を使うと、"
-"メッセージの題名がバグ番号を含まないからです)。"
-
-# type: Content of: <chapter><section><section><para>
-#. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1438
+"パッケージが放棄 (orphaned) とマークされたのが分かるようにする必要がありま"
+"す。パッケージメンテナを <literal>Debian QA Group &orphan-address;</literal> "
+"に設定し、疑似パッケージ<systemitem role=\"package\">wnpp</systemitem> に対し"
+"てバグ報告を送信しなければなりません。バグ報告は、パッケージが今放棄されてい"
+"ることを示すように <literal>O: <replaceable>パッケージ名</replaceable> -- "
+"<replaceable>短い要約</replaceable></literal> というタイトルにする必要があり"
+"ます。バグの重要度は <literal>通常 (normal)</literal> に設定しなければなりま"
+"せん; パッケージの重要 (priority) が standard より高い場合には重要 "
+"(important) に設定する必要があります。必要だと思うのならば、メッセージの X-"
+"Debbugs-CC: ヘッダのアドレスに &email-debian-devel; を入れてコピーを送ってく"
+"ださい (そう、CC: を使わないでください。その理由は、CC: を使うと、メッセージ"
+"の題名がバグ番号を含まないからです)。"
+
+#. type: Content of: <chapter><section><section><para>
+#: pkgs.dbk:1439
 msgid ""
 "If you just intend to give the package away, but you can keep maintainership "
 "for the moment, then you should instead submit a bug against <systemitem "
@@ -9485,24 +8945,21 @@ msgstr ""
 "<literal>RFA</literal> は <literal>Request For Adoption (引き取り依頼)</"
 "literal> を意味しています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1446
+#: pkgs.dbk:1447
 msgid ""
 "More information is on the <ulink url=\"&url-wnpp;\">WNPP web pages</ulink>."
 msgstr ""
 "より詳細な情報は <ulink url=\"&url-wnpp;\">WNPP ウェブページ</ulink>にありま"
 "す。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1452
+#: pkgs.dbk:1453
 msgid "Adopting a package"
-msgstr "ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81«å¤\89æ\9b´ã\82\92å\8a ã\81\88る"
+msgstr "ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\82\92å¼\95ã\81\8då\8f\96る"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1454
+#: pkgs.dbk:1455
 msgid ""
 "A list of packages in need of a new maintainer is available in the <ulink "
 "url=\"&url-wnpp;\">Work-Needing and Prospective Packages list (WNPP)</"
@@ -9517,7 +8974,7 @@ msgstr ""
 "い。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1461
+#: pkgs.dbk:1462
 msgid ""
 "It is not OK to simply take over a package that you feel is neglected — that "
 "would be package hijacking.  You can, of course, contact the current "
@@ -9531,9 +8988,8 @@ msgstr ""
 "が AWOL (absent without leave、無届け欠席状態) であると信ずる理由があれば、"
 "<xref linkend=\"mia-qa\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1467
+#: pkgs.dbk:1468
 msgid ""
 "Generally, you may not take over the package without the assent of the "
 "current maintainer.  Even if they ignore you, that is still not grounds to "
@@ -9551,7 +9007,7 @@ msgstr ""
 "\">Debian 技術委員会のページ</ulink> を参照してください)。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1477
+#: pkgs.dbk:1478
 msgid ""
 "If you take over an old package, you probably want to be listed as the "
 "package's official maintainer in the bug system.  This will happen "
@@ -9571,14 +9027,13 @@ msgstr ""
 "メンテナにしばらくの間はバグ報告が届き続けても問題無いことを確認してくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1489
+#: pkgs.dbk:1490
 msgid "Reintroducing packages"
 msgstr "パッケージの再導入"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1491
+#: pkgs.dbk:1492
 msgid ""
 "Packages are often removed due to release-critical bugs, absent maintainers, "
 "too few users or poor quality in general. While the process of "
@@ -9591,7 +9046,7 @@ msgstr ""
 "し穴にはまるのをいくらか避けることができます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1497
+#: pkgs.dbk:1498
 msgid ""
 "You should check why the package was removed in the first place. This "
 "information can be found in the removal item in the news section of the PTS "
@@ -9606,11 +9061,12 @@ msgstr ""
 "ケージの PTS ページのニュースから削除の項目か<ulink url=\"http://&ftp-master-"
 "host;/#removed\">削除</ulink>ログを探すことにより見つけられます。削除のバグに"
 "はそのパッケージが削除された理由や、そのパッケージの再導入にあたって必要なこ"
-"とがいくらか提示されているでしょう。パッケージの再導入ではなくどこか他の部分"
-"への切り替えが最適であるということが提示されているかのしれません。"
+"とがいくらか提示されているでしょう。パッケージの再導入ではなくどこか他のソフ"
+"トウェアの一部への乗り替えが最適であるということが提示されているかもしれませ"
+"ん。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1507
+#: pkgs.dbk:1508
 msgid ""
 "It may be appropriate to contact the former maintainers to find out if they "
 "are working on reintroducing the package, interested in co-maintaining the "
@@ -9621,7 +9077,7 @@ msgstr ""
 "くれないか、等を確認しておくと良いでしょう。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1512
+#: pkgs.dbk:1513
 msgid ""
 "You should do all the things required before introducing new packages (<xref "
 "linkend=\"newpackage\"/>)."
@@ -9630,7 +9086,7 @@ msgstr ""
 "やりましょう。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1516
+#: pkgs.dbk:1517
 msgid ""
 "You should base your work on the latest packaging available that is "
 "suitable.  That might be the latest version from <literal>unstable</"
@@ -9638,11 +9094,11 @@ msgid ""
 "\">snapshot archive</ulink>."
 msgstr ""
 "利用できる中で適切な最新のパッケージをベースに作業しましょう。これは"
-"<literal>unstable</literal> の最新版かしれません。また、<ulink url=\"&snap-"
+"<literal>unstable</literal> ã\81®æ\9c\80æ\96°ç\89\88ã\81\8bã\82\82ã\81\97ã\82\8cã\81¾ã\81\9bã\82\93ã\80\82ã\81¾ã\81\9fã\80\81<ulink url=\"&snap-"
 "debian-org;\">snapshot アーカイブ</ulink>にはまだ存在するでしょう。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1521
+#: pkgs.dbk:1522
 msgid ""
 "The version control system used by the previous maintainer might contain "
 "useful changes, so it might be a good idea to have a look there.  Check if "
@@ -9650,13 +9106,13 @@ msgid ""
 "headers linking to the version control system for the package and if it "
 "still exists."
 msgstr ""
-"前のメンテナにより利用されていたバージョン管理システムに有用な変更があるかも"
-"しれないので、確認してみるのは良いことです。以前のパッケージの "
+"前のメンテナにより利用されていたバージョン管理システムに有用な変更が記録され"
+"ã\81¦ã\81\84ã\82\8bã\81\8bã\82\82ã\81\97ã\82\8cã\81ªã\81\84ã\81®ã\81§ã\80\81確èª\8dã\81\97ã\81¦ã\81¿ã\82\8bã\81®ã\81¯è\89¯ã\81\84ã\81\93ã\81¨ã\81§ã\81\99ã\80\82以å\89\8dã\81®ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81® "
 "<filename>control</filename> ファイルにそのパッケージのバージョン管理システム"
 "にリンクしているヘッダが無いか、それがまだ存在するか確認してください。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1527
+#: pkgs.dbk:1528
 msgid ""
 "Package removals from <literal>unstable</literal> (not <literal>testing</"
 "literal>, <literal>stable</literal> or <literal>oldstable</literal>) trigger "
@@ -9674,15 +9130,13 @@ msgstr ""
 "unarchive および reopen してください。有効ではなくなっているものは修正されて"
 "いるバージョンがわかればすべて修正済みとしてください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
-#: pkgs.dbk:1540
+#: pkgs.dbk:1541
 msgid "Porting and being ported"
 msgstr "移植作業、そして移植できるようにすること"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:1542
+#: pkgs.dbk:1543
 msgid ""
 "Debian supports an ever-increasing number of architectures.  Even if you are "
 "not a porter, and you don't use any architecture but one, it is part of your "
@@ -9695,7 +9149,7 @@ msgstr ""
 "が移植作業者でなくても、この章の大半を読む必要があります。"
 
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:1548
+#: pkgs.dbk:1549
 msgid ""
 "Porting is the act of building Debian packages for architectures that are "
 "different from the original architecture of the package maintainer's binary "
@@ -9712,15 +9166,13 @@ msgstr ""
 "能な) ソースパッケージと <literal>i386</literal> のバイナリをアップロードする"
 "と、他の各アーキテクチャ、&number-of-arches; 以上の数のビルドが生成されます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1557
+#: pkgs.dbk:1558
 msgid "Being kind to porters"
 msgstr "移植作業者に対して協力的になる"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1559
+#: pkgs.dbk:1560
 msgid ""
 "Porters have a difficult and unique task, since they are required to deal "
 "with a large volume of packages.  Ideally, every source package should build "
@@ -9736,9 +9188,8 @@ msgstr ""
 "「潜在的な問題」のチェックリストを含んでいます — よく移植作業者を困らせ、彼ら"
 "の作業を不必要に難解にする共通の問題です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1567
+#: pkgs.dbk:1568
 msgid ""
 "The first and most important thing is to respond quickly to bug or issues "
 "raised by porters.  Please treat porters with courtesy, as if they were in "
@@ -9752,9 +9203,8 @@ msgstr ""
 "不明瞭なバグ報告に対して寛容になってください。問題が何であれ、原因を捉えるこ"
 "とに最善を尽くしてください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1574
+#: pkgs.dbk:1575
 msgid ""
 "By far, most of the problems encountered by porters are caused by "
 "<emphasis>packaging bugs</emphasis> in the source packages.  Here is a "
@@ -9765,7 +9215,7 @@ msgstr ""
 "認あるいは注意すべき項目のリストです。"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1581
+#: pkgs.dbk:1582
 msgid ""
 "Make sure that your <literal>Build-Depends</literal> and <literal>Build-"
 "Depends-Indep</literal> settings in <filename>debian/control</filename> are "
@@ -9793,7 +9243,7 @@ msgstr ""
 "よって自動化することができます (<xref linkend=\"pbuilder\"/> 参照)。"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1596
+#: pkgs.dbk:1597
 msgid ""
 "If you can't set up a proper chroot, <command>dpkg-depcheck</command> may be "
 "of assistance (see <xref linkend=\"dpkg-depcheck\"/>)."
@@ -9801,9 +9251,8 @@ msgstr ""
 "chroot を正しく設定できない場合は、<command>dpkg-depcheck</command> が手助け"
 "になることでしょう (<xref linkend=\"dpkg-depcheck\"/> 参照)。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1600
+#: pkgs.dbk:1601
 msgid ""
 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
 "instructions on setting build dependencies."
@@ -9811,9 +9260,8 @@ msgstr ""
 "ビルドの依存情報の指定方法については、<ulink url=\"&url-debian-policy;"
 "\">Debian ポリシーマニュアル</ulink>を参照してください。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1606
+#: pkgs.dbk:1607
 msgid ""
 "Don't set architecture to a value other than <literal>all</literal> or "
 "<literal>any</literal> unless you really mean it.  In too many cases, "
@@ -9828,9 +9276,8 @@ msgstr ""
 "に従っていません。アーキテクチャを単一のものに指定する (<literal>i386</"
 "literal> あるいは <literal>amd64</literal> など) は大抵誤りです。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1616
+#: pkgs.dbk:1617
 msgid ""
 "Make sure your source package is correct.  Do <literal>dpkg-source -x "
 "<replaceable>package</replaceable>.dsc</literal> to make sure your source "
@@ -9843,9 +9290,8 @@ msgstr ""
 "ケージを <command>dpkg-buildpackage</command> でビルドするのに挑戦してみてく"
 "ださい。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1624
+#: pkgs.dbk:1625
 msgid ""
 "Make sure you don't ship your source package with the <filename>debian/"
 "files</filename> or <filename>debian/substvars</filename> files.  They "
@@ -9857,9 +9303,8 @@ msgstr ""
 "<filename>debian/rules</filename> の <literal>clean</literal> ターゲットに"
 "よって削除されるべきです。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1632
+#: pkgs.dbk:1633
 msgid ""
 "Make sure you don't rely on locally installed or hacked configurations or "
 "programs.  For instance, you should never be calling programs in <filename>/"
@@ -9873,9 +9318,8 @@ msgstr ""
 "設定されたプログラムには依存しないようにしてください。別のマシンでパッケージ"
 "をビルドしてください。それが同じアーキテクチャであっても、です。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1641
+#: pkgs.dbk:1642
 msgid ""
 "Don't depend on the package you're building being installed already (a sub-"
 "case of the above issue). There are, of course, exceptions to this rule, but "
@@ -9887,9 +9331,8 @@ msgstr ""
 "一から環境を構築する必要があり、パッケージ作成マシンで自動的に構築することは"
 "できません。"
 
-# type: Content of: <chapter><section><section><orderedlist><listitem><para>
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1649
+#: pkgs.dbk:1650
 msgid ""
 "Don't rely on the compiler being a certain version, if possible.  If not, "
 "then make sure your build dependencies reflect the restrictions, although "
@@ -9902,7 +9345,7 @@ msgstr ""
 "ているので、それでも恐らく問題を引き起こすことになるでしょう。"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1657
+#: pkgs.dbk:1658
 msgid ""
 "Make sure your <filename>debian/rules</filename> contains separate "
 "<literal>binary-arch</literal> and <literal>binary-indep</literal> targets, "
@@ -9918,15 +9361,13 @@ msgstr ""
 "も、ターゲットを呼び出せるのを確かめるということです。これをテストするには、"
 "<command>dpkg-buildpackage -B</command> を実行してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1668
+#: pkgs.dbk:1669
 msgid "Guidelines for porter uploads"
 msgstr "移植作業者のアップロード (porter upload) に関するガイドライン"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1670
+#: pkgs.dbk:1671
 msgid ""
 "If the package builds out of the box for the architecture to be ported to, "
 "you are in luck and your job is easy.  This section applies to that case; it "
@@ -9943,9 +9384,8 @@ msgstr ""
 "ソース NMU を行なうので、代わりに <xref linkend=\"nmu-guidelines\"/> を参照し"
 "てください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1678
+#: pkgs.dbk:1679
 msgid ""
 "For a porter upload, no changes are being made to the source.  You do not "
 "need to touch any of the files in the source package.  This includes "
@@ -9956,7 +9396,7 @@ msgstr ""
 "<filename>debian/changelog</filename> を含みます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1683
+#: pkgs.dbk:1684
 msgid ""
 "The way to invoke <command>dpkg-buildpackage</command> is as <literal>dpkg-"
 "buildpackage -B -m<replaceable>porter-email</replaceable></literal>.  Of "
@@ -9971,9 +9411,8 @@ msgstr ""
 "定します。これは<filename>debian/rules</filename> の <literal>binary-arch</"
 "literal> を使ってパッケージのバイナリ依存部分のみのビルドを行います。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1692
+#: pkgs.dbk:1693
 msgid ""
 "If you are working on a Debian machine for your porting efforts and you need "
 "to sign your upload locally for its acceptance in the archive, you can run "
@@ -9987,14 +9426,13 @@ msgstr ""
 "行するのもできますし、<command>dpkg-sig</command> のリモート署名モードを使う"
 "こともできます。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1699
+#: pkgs.dbk:1700
 msgid "Recompilation or binary-only NMU"
 msgstr "再コンパイル、あるいは binary-only NMU"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1701
+#: pkgs.dbk:1702
 msgid ""
 "Sometimes the initial porter upload is problematic because the environment "
 "in which the package was built was not good enough (outdated or obsolete "
@@ -10013,7 +9451,7 @@ msgstr ""
 "新しいパッケージのインストールを拒否します)。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1710
+#: pkgs.dbk:1711
 msgid ""
 "You have to make sure that your binary-only NMU doesn't render the package "
 "uninstallable.  This could happen when a source package generates arch-"
@@ -10027,9 +9465,8 @@ msgstr ""
 "依存パッケージとアーキテクチャ非依存パッケージを生成した場合に起こる可能性が"
 "あります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1716
+#: pkgs.dbk:1717
 msgid ""
 "Despite the required modification of the changelog, these are called binary-"
 "only NMUs — there is no need in this case to trigger all other architectures "
@@ -10039,9 +9476,8 @@ msgstr ""
 "す — この場合には、他の全アーキテクチャで古すぎるかどうかや再コンパイルが必要"
 "かなどを考える必要はありません。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1721
+#: pkgs.dbk:1722
 msgid ""
 "Such recompilations require special ``magic'' version numbering, so that the "
 "archive maintenance tools recognize that, even though there is a new Debian "
@@ -10055,9 +9491,8 @@ msgstr ""
 "た場合、アーカイブメンテナは (対応するソースコードが欠落しているので) アップ"
 "ロードを拒否します。"
 
-# type: Content of: <chapter><section><section><section><para><footnote><para>
 #. type: Content of: <chapter><section><section><section><para><footnote><para>
-#: pkgs.dbk:1736
+#: pkgs.dbk:1737
 msgid ""
 "In the past, such NMUs used the third-level number on the Debian part of the "
 "revision to denote their recompilation-only status; however, this syntax was "
@@ -10072,7 +9507,7 @@ msgstr ""
 "い記法で置き換えられました。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1728
+#: pkgs.dbk:1729
 msgid ""
 "The ``magic'' for a recompilation-only NMU is triggered by using a suffix "
 "appended to the package version number, following the form "
@@ -10094,9 +9529,8 @@ msgstr ""
 "いうバージョン番号にならねばいけません。<placeholder type=\"footnote\" id="
 "\"0\"/>"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1744
+#: pkgs.dbk:1745
 msgid ""
 "Similar to initial porter uploads, the correct way of invoking <command>dpkg-"
 "buildpackage</command> is <literal>dpkg-buildpackage -B</literal> to only "
@@ -10106,14 +9540,13 @@ msgstr ""
 "クチャ依存部分をビルドするための <command>dpkg-buildpackage</command> の正し"
 "い実行の仕方は <literal>dpkg-buildpackage -B</literal> です。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1751
+#: pkgs.dbk:1752
 msgid "When to do a source NMU if you are a porter"
 msgstr "あなたが移植作業者の場合、source NMU を行う時は何時か"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1753
+#: pkgs.dbk:1754
 msgid ""
 "Porters doing a source NMU generally follow the guidelines found in <xref "
 "linkend=\"nmu\"/>, just like non-porters.  However, it is expected that the "
@@ -10133,7 +9566,7 @@ msgstr ""
 "キテクチャが候補なのかを決定してアナウンスします。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1762
+#: pkgs.dbk:1763
 msgid ""
 "If you are a porter doing an NMU for <literal>unstable</literal>, the above "
 "guidelines for porting should be followed, with two variations.  Firstly, "
@@ -10156,9 +9589,8 @@ msgstr ""
 "<literal>安定版 (stable)</literal> や <literal>テスト版 (testing)</literal> "
 "へのアップロードについては、まず適切なリリースチームと調整をしてください。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1774
+#: pkgs.dbk:1775
 msgid ""
 "Secondly, porters doing source NMUs should make sure that the bug they "
 "submit to the BTS should be of severity <literal>serious</literal> or "
@@ -10174,9 +9606,8 @@ msgstr ""
 "べてのアーキテクチャについて、単一のバージョンのバイナリパッケージとソース"
 "パッケージを持つことがとても重要です。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1782
+#: pkgs.dbk:1783
 msgid ""
 "Porters should try to avoid patches which simply kludge around bugs in the "
 "current version of the compile environment, kernel, or libc.  Sometimes such "
@@ -10192,9 +9623,8 @@ msgstr ""
 "作することを確認してください。また、力業についてドキュメントに載せてくださ"
 "い。一旦外部の問題が修正されたら、それを削除するのを皆が知ることができます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1790
+#: pkgs.dbk:1791
 msgid ""
 "Porters may also have an unofficial location where they can put the results "
 "of their work during the waiting period.  This helps others running the port "
@@ -10207,15 +9637,13 @@ msgstr ""
 "は、公式な恩恵や状況の確認を受けることはできませんので、利用者は注意してくだ"
 "さい。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1800
+#: pkgs.dbk:1801
 msgid "Porting infrastructure and automation"
 msgstr "移植用のインフラと自動化"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1802
+#: pkgs.dbk:1803
 msgid ""
 "There is infrastructure and several tools to help automate package porting.  "
 "This section contains a brief overview of this automation and porting to "
@@ -10226,15 +9654,13 @@ msgstr ""
 "の章には、この自動化とこれらのツールへの移植の概要が含まれています。全体の情"
 "報に付いてはパッケージのドキュメントかリファレンスを参照してください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1807
+#: pkgs.dbk:1808
 msgid "Mailing lists and web pages"
 msgstr "メーリングリストとウェブページ"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1809
+#: pkgs.dbk:1810
 msgid ""
 "Web pages containing the status of each port can be found at <ulink url="
 "\"&url-debian-ports;\"></ulink>."
@@ -10242,9 +9668,8 @@ msgstr ""
 "各移植版についての状況を含んだウェブページは <ulink url=\"&url-debian-ports;"
 "\"></ulink> から参照できます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1813
+#: pkgs.dbk:1814
 msgid ""
 "Each port of Debian has a mailing list.  The list of porting mailing lists "
 "can be found at <ulink url=\"&url-debian-port-lists;\"></ulink>.  These "
@@ -10256,14 +9681,13 @@ msgstr ""
 "らのリストは移植作業者の作業の調整や移植版のユーザと移植作業者をつなぐために"
 "使われています。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1821
+#: pkgs.dbk:1822
 msgid "Porter tools"
 msgstr "移植用ツール"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1823
+#: pkgs.dbk:1824
 msgid ""
 "Descriptions of several porting tools can be found in <xref linkend=\"tools-"
 "porting\"/>."
@@ -10271,14 +9695,13 @@ msgstr ""
 "移植用のツールの説明をいくつか <xref linkend=\"tools-porting\"/> で見ることが"
 "できます。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:1829
+#: pkgs.dbk:1830
 msgid "<systemitem role=\"package\">wanna-build</systemitem>"
 msgstr "<systemitem role=\"package\">wanna-build</systemitem>"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1831
+#: pkgs.dbk:1832
 msgid ""
 "The <systemitem role=\"package\">wanna-build</systemitem> system is used as "
 "a distributed, client-server build distribution system.  It is usually used "
@@ -10296,7 +9719,7 @@ msgstr ""
 "\">wanna-build</systemitem> システムと通信する「slave」ホストです。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1839
+#: pkgs.dbk:1840
 msgid ""
 "<systemitem role=\"package\">wanna-build</systemitem> is not yet available "
 "as a package; however, all Debian porting efforts are using it for automated "
@@ -10315,7 +9738,7 @@ msgstr ""
 "題を再現するには十分なものである点に注意ください。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1848
+#: pkgs.dbk:1849
 msgid ""
 "Most of the data produced by <systemitem role=\"package\">wanna-build</"
 "systemitem> which is generally useful to porters is available on the web at "
@@ -10327,9 +9750,8 @@ msgstr ""
 "buildd;\"></ulink> で入手可能です。このデータには、毎晩更新される統計情報や、"
 "queue 情報、ビルド失敗のログが含まれています。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1854
+#: pkgs.dbk:1855
 msgid ""
 "We are quite proud of this system, since it has so many possible uses.  "
 "Independent development groups can use the system for different sub-flavors "
@@ -10345,7 +9767,7 @@ msgstr ""
 "なります。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1861
+#: pkgs.dbk:1862
 msgid ""
 "The wanna-build team, in charge of the buildds, can be reached at "
 "<literal>debian-wb-team@lists.debian.org</literal>.  To determine who (wanna-"
@@ -10358,7 +9780,7 @@ msgstr ""
 "<ulink url=\"&url-wb-team;\"></ulink> を参照してください。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:1868
+#: pkgs.dbk:1869
 msgid ""
 "When requesting binNMUs or give-backs (retries after a failed build), please "
 "use the format described at <ulink url=\"&url-release-wb;\"/>."
@@ -10366,15 +9788,13 @@ msgstr ""
 "binNMU や give-back (ビルド失敗後のやり直し) を依頼する時には、<ulink url="
 "\"&url-release-wb;\"/> で記述されている形式を使ってください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1877
+#: pkgs.dbk:1878
 msgid "When your package is <emphasis>not</emphasis> portable"
 msgstr "あなたのパッケージが移植可能なものでは<emphasis>ない</emphasis>場合"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1879
+#: pkgs.dbk:1880
 msgid ""
 "Some packages still have issues with building and/or working on some of the "
 "architectures supported by Debian, and cannot be ported at all, or not "
@@ -10390,9 +9810,8 @@ msgstr ""
 "てのアーキテクチャではサポートされていないようなハードウェア固有の機能があり"
 "ます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1886
+#: pkgs.dbk:1887
 msgid ""
 "In order to prevent broken packages from being uploaded to the archive, and "
 "wasting buildd time, you need to do a few things:"
@@ -10400,9 +9819,8 @@ msgstr ""
 "壊れたパッケージがアーカイブにアップロードされたり buildd の時間が無駄に費や"
 "されたりするのを防ぐため、幾つかしなければならないことがあります:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1892
+#: pkgs.dbk:1893
 msgid ""
 "First, make sure your package <emphasis>does</emphasis> fail to build on "
 "architectures that it cannot support.  There are a few ways to achieve "
@@ -10419,9 +9837,8 @@ msgstr ""
 "で、壊れたものをアップロードするのを防ぎ、必要な機能が動作するようになれば"
 "パッケージがビルドできるようになる、良い考えです。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1900
+#: pkgs.dbk:1901
 msgid ""
 "Additionally, if you believe the list of supported architectures is pretty "
 "constant, you should change <literal>any</literal> to a list of supported "
@@ -10435,7 +9852,7 @@ msgstr ""
 "しているアーキテクチャが分かるようにできます。"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1908
+#: pkgs.dbk:1909
 msgid ""
 "In order to prevent autobuilders from needlessly trying to build your "
 "package, it must be included in <filename>Packages-arch-specific</filename>, "
@@ -10450,7 +9867,7 @@ msgstr ""
 "頼をする相手はファイルの一番上を参照してください。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1917
+#: pkgs.dbk:1918
 msgid ""
 "Please note that it is insufficient to only add your package to "
 "<filename>Packages-arch-specific</filename> without making it fail to build "
@@ -10470,12 +9887,12 @@ msgstr ""
 "た。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1928
+#: pkgs.dbk:1929
 msgid "Marking non-free packages as auto-buildable"
 msgstr "non-free のパッケージを auto-build 可能であるとマークする"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1930
+#: pkgs.dbk:1931
 msgid ""
 "By default packages from the <literal>non-free</literal> section are not "
 "built by the autobuilder network (mostly because the license of the packages "
@@ -10488,7 +9905,7 @@ msgstr ""
 "は、以下の手順を踏む必要があります:"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1938
+#: pkgs.dbk:1939
 msgid ""
 "Check whether it is legally allowed and technically possible to auto-build "
 "the package;"
@@ -10497,7 +9914,7 @@ msgstr ""
 "る;"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1944
+#: pkgs.dbk:1945
 msgid ""
 "Add <literal>XS-Autobuild: yes</literal> into the header part of "
 "<filename>debian/control</filename>;"
@@ -10506,7 +9923,7 @@ msgstr ""
 "yes</literal> を追加する;"
 
 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
-#: pkgs.dbk:1950
+#: pkgs.dbk:1951
 msgid ""
 "Send an email to &email-nonfree-release; and explain why the package can "
 "legitimately and technically be auto-built."
@@ -10514,14 +9931,13 @@ msgstr ""
 "メールを &email-nonfree-release; に送り、何故パッケージが合法的、かつ技術的"
 "に auto-build できるものなのかを説明する"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
-#: pkgs.dbk:1959
+#: pkgs.dbk:1960
 msgid "Non-Maintainer Uploads (NMUs)"
 msgstr "Non-Maintainer Upload (NMU)"
 
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:1961
+#: pkgs.dbk:1962
 msgid ""
 "Every package has one or more maintainers. Normally, these are the people "
 "who work on and upload new versions of the package. In some situations, it "
@@ -10537,19 +9953,18 @@ msgstr ""
 "するのには助けが必要な場合です。このようなアップロードは <emphasis>Non-"
 "Maintainer Upload (NMU)</emphasis> と呼ばれます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:1970
+#: pkgs.dbk:1971
 msgid "When and how to do an NMU"
 msgstr "いつ、どうやって NMU を行うか"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:1973
+#: pkgs.dbk:1974
 msgid "Before doing an NMU, consider the following questions:"
 msgstr "NMU を行う前に、以下の質問について考えてください:"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1978
+#: pkgs.dbk:1979
 msgid ""
 "Does your NMU really fix bugs? Fixing cosmetic issues or changing the "
 "packaging style in NMUs is discouraged."
@@ -10558,7 +9973,7 @@ msgstr ""
 "変更は推奨されません。"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1984
+#: pkgs.dbk:1985
 msgid ""
 "Did you give enough time to the maintainer? When was the bug reported to the "
 "BTS? Being busy for a week or two isn't unusual.  Is the bug so severe that "
@@ -10569,7 +9984,7 @@ msgstr ""
 "ればならないほど重大ですか? それとも、あと数日待てるものですか?"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:1991
+#: pkgs.dbk:1992
 msgid ""
 "How confident are you about your changes? Please remember the Hippocratic "
 "Oath: \"Above all, do no harm.\" It is better to leave a package with an "
@@ -10587,7 +10002,7 @@ msgstr ""
 "おいてください。"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2001
+#: pkgs.dbk:2002
 msgid ""
 "Have you clearly expressed your intention to NMU, at least in the BTS? It is "
 "also a good idea to try to contact the maintainer by other means (private "
@@ -10597,7 +10012,7 @@ msgstr ""
 "メール、IRC) でメンテナに連絡をとるのも良い考えです。"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2008
+#: pkgs.dbk:2009
 msgid ""
 "If the maintainer is usually active and responsive, have you tried to "
 "contact them? In general it should be considered preferable that maintainers "
@@ -10614,7 +10029,7 @@ msgstr ""
 "アップロードする機会が与えられる方が、皆の時間を使うよりも良いやり方です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2018
+#: pkgs.dbk:2019
 msgid ""
 "When doing an NMU, you must first make sure that your intention to NMU is "
 "clear.  Then, you must send a patch with the differences between the current "
@@ -10628,7 +10043,7 @@ msgstr ""
 "る <command>nmudiff</command> スクリプトが役に立つでしょう。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2025
+#: pkgs.dbk:2026
 msgid ""
 "While preparing the patch, you should better be aware of any package-"
 "specific practices that the maintainer might be using. Taking them into "
@@ -10646,7 +10061,7 @@ msgstr ""
 "README.source</filename></ulink> です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2033
+#: pkgs.dbk:2034
 msgid ""
 "Unless you have an excellent reason not to do so, you must then give some "
 "time to the maintainer to react (for example, by uploading to the "
@@ -10658,7 +10073,7 @@ msgstr ""
 "行います)。以下が delayed キューを使う際のお勧めの値です:"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2040
+#: pkgs.dbk:2041
 msgid ""
 "Upload fixing only release-critical bugs older than 7 days, with no "
 "maintainer activity on the bug for 7 days and no indication that a fix is in "
@@ -10668,23 +10083,23 @@ msgstr ""
 "に対するメンテナの活動が 7 日間見られなく、修正が行われている形跡が無い: 0 日"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2045
+#: pkgs.dbk:2046
 msgid "Upload fixing only release-critical bugs older than 7 days: 2 days"
 msgstr ""
 "7 日以上経っているリリースクリティカルバグのみを修正するアップロード: 2 日"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2050
+#: pkgs.dbk:2051
 msgid "Upload fixing only release-critical and important bugs: 5 days"
 msgstr "リリースクリティカルバグや重要なバグの修正のみのアップロード: 5 日"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2055
+#: pkgs.dbk:2056
 msgid "Other NMUs: 10 days"
 msgstr "他の NMU: 10 日"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2061
+#: pkgs.dbk:2062
 msgid ""
 "Those delays are only examples. In some cases, such as uploads fixing "
 "security issues, or fixes for trivial bugs that blocking a transition, it is "
@@ -10696,7 +10111,7 @@ msgstr ""
 "す。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2067
+#: pkgs.dbk:2068
 msgid ""
 "Sometimes, release managers decide to allow NMUs with shorter delays for a "
 "subset of bugs (e.g release-critical bugs older than 7 days). Also, some "
@@ -10716,7 +10131,7 @@ msgstr ""
 "対して数日与えるのは良い考えです。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2077
+#: pkgs.dbk:2078
 msgid ""
 "After you upload an NMU, you are responsible for the possible problems that "
 "you might have introduced. You must keep an eye on the package (subscribing "
@@ -10727,7 +10142,7 @@ msgstr ""
 "を購読するのが良い方法です)。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2083
+#: pkgs.dbk:2084
 msgid ""
 "This is not a license to perform NMUs thoughtlessly.  If you NMU when it is "
 "clear that the maintainers are active and would have acknowledged a patch in "
@@ -10742,12 +10157,12 @@ msgstr ""
 "できるようにしておく必要があります。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2093
+#: pkgs.dbk:2094
 msgid "NMUs and <filename>debian/changelog</filename>"
 msgstr "NMU と <filename>debian/changelog</filename>"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2095
+#: pkgs.dbk:2096
 msgid ""
 "Just like any other (source) upload, NMUs must add an entry to "
 "<filename>debian/changelog</filename>, telling what has changed with this "
@@ -10759,22 +10174,21 @@ msgstr ""
 "ントリの最初の行は、このアップロードが NMU であることを明白に示す必要がありま"
 "す。例えばこうです:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
-#: pkgs.dbk:2100
+#: pkgs.dbk:2101
 #, no-wrap
 msgid "  * Non-maintainer upload.\n"
 msgstr "  * Non-maintainer upload.\n"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2104
+#: pkgs.dbk:2105
 msgid "The way to version NMUs differs for native and non-native packages."
 msgstr ""
 "NMU のバージョンのつけ方は、ネイティブなパッケージとネイティブではないパッ"
 "ケージでは異なります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2107
+#: pkgs.dbk:2108
 msgid ""
 "If the package is a native package (without a Debian revision in the version "
 "number), the version must be the version of the last maintainer upload, plus "
@@ -10793,7 +10207,7 @@ msgstr ""
 "literal> になります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2117
+#: pkgs.dbk:2118
 msgid ""
 "If the package is not a native package, you should add a minor version "
 "number to the Debian revision part of the version number (the portion after "
@@ -10811,7 +10225,7 @@ msgstr ""
 "<literal>0</literal> に設定されます。例えば <literal>1.6-0.1</literal> です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2126
+#: pkgs.dbk:2127
 msgid ""
 "In both cases, if the last upload was also an NMU, the counter should be "
 "increased. For example, if the current version is <literal>1.5+nmu3</"
@@ -10824,7 +10238,7 @@ msgstr ""
 "ります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2132
+#: pkgs.dbk:2133
 msgid ""
 "A special versioning scheme is needed to avoid disrupting the maintainer's "
 "work, since using an integer for the Debian revision will potentially "
@@ -10840,7 +10254,7 @@ msgstr ""
 "が公式メンテナによるものではない、と視覚的に明らかにする利点もあります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2141
+#: pkgs.dbk:2142
 msgid ""
 "If you upload a package to testing or stable, you sometimes need to \"fork\" "
 "the version number tree. This is the case for security uploads, for "
@@ -10864,14 +10278,13 @@ msgstr ""
 "literal> となりますが、Jessie へのセキュリティ NMU ではバージョン "
 "<literal>1.5-3+deb8u1</literal> となります。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2155
+#: pkgs.dbk:2156
 msgid "Using the <literal>DELAYED/</literal> queue"
 msgstr "<literal>DELAYED/</literal> キューを使う"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2158
+#: pkgs.dbk:2159
 msgid ""
 "Having to wait for a response after you request permission to NMU is "
 "inefficient, because it costs the NMUer a context switch to come back to the "
@@ -10893,7 +10306,7 @@ msgstr ""
 "せるかアップロードをキャンセルするかを尋ねることができます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2172
+#: pkgs.dbk:2173
 msgid ""
 "The <literal>DELAYED</literal> queue should not be used to put additional "
 "pressure on the maintainer. In particular, it's important that you are "
@@ -10906,7 +10319,7 @@ msgstr ""
 "ことができるのはあなただ、という点が重要です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2179
+#: pkgs.dbk:2180
 msgid ""
 "If you make an NMU to <literal>DELAYED</literal> and the maintainer updates "
 "the package before the delay expires, your upload will be rejected because a "
@@ -10921,12 +10334,12 @@ msgstr ""
 "めるのを取り仕切ることです。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2189
+#: pkgs.dbk:2190
 msgid "NMUs from the maintainer's point of view"
 msgstr "メンテナの視点から見た NMU"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2192
+#: pkgs.dbk:2193
 msgid ""
 "When someone NMUs your package, this means they want to help you to keep it "
 "in good shape.  This gives users fixed packages faster.  You can consider "
@@ -10942,7 +10355,7 @@ msgstr ""
 "いう意味です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2201
+#: pkgs.dbk:2202
 msgid ""
 "To acknowledge an NMU, include its changes and changelog entry in your next "
 "maintainer upload.  If you do not acknowledge the NMU by including the NMU "
@@ -10954,12 +10367,12 @@ msgstr ""
 "ジョンに影響していると表示されます。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2210
+#: pkgs.dbk:2211
 msgid "Source NMUs vs Binary-only NMUs (binNMUs)"
 msgstr "ソース NMU vs バイナリのみの NMU (binNMU)"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2213
+#: pkgs.dbk:2214
 msgid ""
 "The full name of an NMU is <emphasis>source NMU</emphasis>.  There is also "
 "another type, namely the <emphasis>binary-only NMU</emphasis>, or "
@@ -10973,7 +10386,7 @@ msgstr ""
 "アップロードです。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2220
+#: pkgs.dbk:2221
 msgid ""
 "When a library (or other dependency) is updated, the packages using it may "
 "need to be rebuilt.  Since no changes to the source are needed, the same "
@@ -10984,7 +10397,7 @@ msgstr ""
 "パッケージが利用されます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2226
+#: pkgs.dbk:2227
 msgid ""
 "BinNMUs are usually triggered on the buildds by wanna-build.  An entry is "
 "added to <filename>debian/changelog</filename>, explaining why the upload "
@@ -10998,7 +10411,7 @@ msgstr ""
 "に含めるべきではありません。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2234
+#: pkgs.dbk:2235
 msgid ""
 "Buildds upload packages for their architecture to the archive as binary-only "
 "uploads.  Strictly speaking, these are binNMUs.  However, they are not "
@@ -11011,12 +10424,12 @@ msgstr ""
 "filename> にエントリを追加しません。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2242
+#: pkgs.dbk:2243
 msgid "NMUs vs QA uploads"
-msgstr "NMU vs QA アップロード"
+msgstr "NMU  QA アップロード"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2245
+#: pkgs.dbk:2246
 msgid ""
 "NMUs are uploads of packages by somebody else than their assigned "
 "maintainer.  There is another type of upload where the uploaded package is "
@@ -11024,11 +10437,11 @@ msgid ""
 msgstr ""
 "NMU は、割り当てられているメンテナ以外の誰かによるパッケージのアップロードで"
 "す。自分のものではないパッケージのアップロードについては、もう一つ、別の種類"
-"のアップロードがあります: QA アップロードです。QAアップロードは、みなしご化さ"
-"ã\82\8cã\81\9fã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81®ã\82¢ã\83\83ã\83\97ã\83­ã\83¼ã\83\89ã\81§ã\81\99ã\80\82"
+"のアップロードがあります: QA アップロードです。QA アップロードは、放棄された"
+"パッケージのアップロードです。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2252
+#: pkgs.dbk:2253
 msgid ""
 "QA uploads are very much like normal maintainer uploads: they may fix "
 "anything, even minor issues; the version numbering is normal, and there is "
@@ -11043,13 +10456,13 @@ msgstr ""
 "changelog のエントリは以下のように最初の一行が特別になっています:"
 
 #. type: Content of: <chapter><section><section><screen>
-#: pkgs.dbk:2260
+#: pkgs.dbk:2261
 #, no-wrap
 msgid " * QA upload.\n"
 msgstr " * QA upload.\n"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2264
+#: pkgs.dbk:2265
 msgid ""
 "If you want to do an NMU, and it seems that the maintainer is not active, it "
 "is wise to check if the package is orphaned (this information is displayed "
@@ -11060,16 +10473,15 @@ msgid ""
 "set.  There is a list of them at <ulink url=\"&url-orphaned-not-qa;\"/>."
 msgstr ""
 "あなたが NMU をしたいと思い、かつ、メンテナが活動的ではない場合、パッケージが"
-"みなしご化されてないかどうかを確認するのが賢明です (この情報はパッケージ追跡"
-"システム (PTS) のページで表示されています)。みなしご化されたパッケージに対し"
-"て最初の QA アップロードを行うときは、メンテナは <literal>Debian QA Group "
-"&lt;packages@qa.debian.org&gt;</literal> に設定する必要があります。まだ QA "
-"アップロードがされていないみなしご化されたパッケージには、以前のメンテナが設"
-"定されています。この一覧は <ulink url=\"&url-orphaned-not-qa;\"/> で手に入り"
-"ます。"
+"放棄されてないかどうかを確認するのが賢明です (この情報はパッケージ追跡システ"
+"ム (PTS) のページで表示されています)。放棄されたパッケージに対して最初の QA "
+"アップロードを行うときは、メンテナは <literal>Debian QA Group &lt;"
+"packages@qa.debian.org&gt;</literal> に設定する必要があります。まだ QA アップ"
+"ロードがされていない放棄されたパッケージには、以前のメンテナが設定されていま"
+"す。この一覧は <ulink url=\"&url-orphaned-not-qa;\"/> で手に入ります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2275
+#: pkgs.dbk:2276
 msgid ""
 "Instead of doing a QA upload, you can also consider adopting the package by "
 "making yourself the maintainer.  You don't need permission from anybody to "
@@ -11077,17 +10489,17 @@ msgid ""
 "upload the new version (see <xref linkend=\"adopting\"/>)."
 msgstr ""
 "QA アップロードをする代わりに、メンテナをあなた自身に変更してパッケージを引き"
-"取ることも考えられます。みなしご化されたパッケージを引き取るのには、誰からの"
-"許可も必要としません。メンテナをあなた自身に設定して新しいバージョンをアップ"
-"ã\83­ã\83¼ã\83\89ã\81\99ã\82\8bã\81 ã\81\91ã\81§ã\81\99 (<xref linkend=\"adopting\"/> ã\82\92å\8f\82ç\85§)ã\80\82"
+"取ることも考えられます。放棄されたパッケージを引き取るのには、誰からの許可も"
+"必要としません。メンテナをあなた自身に設定して新しいバージョンをアップロード"
+"するだけです (<xref linkend=\"adopting\"/> を参照)。"
 
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2284
+#: pkgs.dbk:2285
 msgid "NMUs vs team uploads"
-msgstr "NMU vs チームアップロード"
+msgstr "NMU チームアップロード"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2287
+#: pkgs.dbk:2288
 msgid ""
 "Sometimes you are fixing and/or updating a package because you are member of "
 "a packaging team (which uses a mailing list as <literal>Maintainer</literal> "
@@ -11109,19 +10521,18 @@ msgstr ""
 "の場合、changelog のエントリを以下の行で始める必要があります:"
 
 #. type: Content of: <chapter><section><section><screen>
-#: pkgs.dbk:2297
+#: pkgs.dbk:2298
 #, no-wrap
 msgid " * Team upload.\n"
 msgstr " * Team upload.\n"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
-#: pkgs.dbk:2305
+#: pkgs.dbk:2306
 msgid "Collaborative maintenance"
 msgstr "共同メンテナンス"
 
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:2307
+#: pkgs.dbk:2308
 msgid ""
 "Collaborative maintenance is a term describing the sharing of Debian package "
 "maintenance duties by several people.  This collaboration is almost always a "
@@ -11136,9 +10547,8 @@ msgstr ""
 "(<literal>standard</literal>) あるいは基本セット (base) の一部であるパッケー"
 "ジは、副メンテナ (co-maintainer) を持つことを強くお勧めします。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:2315
+#: pkgs.dbk:2316
 msgid ""
 "Generally there is a primary maintainer and one or more co-maintainers.  The "
 "primary maintainer is the person whose name is listed in the "
@@ -11153,16 +10563,15 @@ msgstr ""
 "<filename>debian/control</filename> ファイルの <literal>Uploaders</literal> "
 "に記載されています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:2323
+#: pkgs.dbk:2324
 msgid ""
 "In its most basic form, the process of adding a new co-maintainer is quite "
 "easy:"
 msgstr "もっとも基本的なやり方では、新しい副メンテナの追加は大変簡単です:"
 
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2329
+#: pkgs.dbk:2330
 msgid ""
 "Setup the co-maintainer with access to the sources you build the package "
 "from.  Generally this implies you are using a network-capable version "
@@ -11176,9 +10585,8 @@ msgstr ""
 "ステムを利用しているということを意味しています。Alioth (<xref linkend="
 "\"alioth\"/> 参照) はこの様なツールを提供しており、他でも同様です。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2337
+#: pkgs.dbk:2338
 msgid ""
 "Add the co-maintainer's correct maintainer name and address to the "
 "<literal>Uploaders</literal> field in the first paragraph of the "
@@ -11187,15 +10595,14 @@ msgstr ""
 "副メンテナの正確なメンテナ名とアドレスを <filename>debian/control</filename> "
 "ファイルの最初の段落の <literal>Uploaders</literal> 欄に追加します。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><screen>
 #. type: Content of: <chapter><section><itemizedlist><listitem><screen>
-#: pkgs.dbk:2342
+#: pkgs.dbk:2343
 #, no-wrap
 msgid "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
 msgstr "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
 
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2347
+#: pkgs.dbk:2348
 msgid ""
 "Using the PTS (<xref linkend=\"pkg-tracking-system\"/>), the co-maintainers "
 "should subscribe themselves to the appropriate source package."
@@ -11204,7 +10611,7 @@ msgstr ""
 "ソースパッケージの購読をする必要があります。"
 
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:2353
+#: pkgs.dbk:2354
 msgid ""
 "Another form of collaborative maintenance is team maintenance, which is "
 "recommended if you maintain several packages with the same group of "
@@ -11219,7 +10626,7 @@ msgstr ""
 "す:"
 
 #. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: pkgs.dbk:2362
+#: pkgs.dbk:2363
 msgid ""
 "Put the team member mainly responsible for the package in the "
 "<literal>Maintainer</literal> field.  In the <literal>Uploaders</literal>, "
@@ -11230,7 +10637,7 @@ msgstr ""
 "パッケージの面倒をみるチームメンバーを追加します。"
 
 #. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: pkgs.dbk:2369
+#: pkgs.dbk:2370
 msgid ""
 "Put the mailing list address in the <literal>Maintainer</literal> field.  In "
 "the <literal>Uploaders</literal> field, put the team members who care for "
@@ -11243,7 +10650,7 @@ msgstr ""
 "の) 人手を介さずにバグ報告を受け取ることを確認する必要があります。"
 
 #. type: Content of: <chapter><section><para>
-#: pkgs.dbk:2378
+#: pkgs.dbk:2379
 msgid ""
 "In any case, it is a bad idea to automatically put all team members in the "
 "<literal>Uploaders</literal> field. It clutters the Developer's Package "
@@ -11267,21 +10674,18 @@ msgstr ""
 "<literal>Uploaders</literal> 欄に誰も追加していないままにしておくのは良くない"
 "考えです。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
-#: pkgs.dbk:2391
+#: pkgs.dbk:2392
 msgid "The testing distribution"
 msgstr "テスト版ディストリビューション"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2393
+#: pkgs.dbk:2394
 msgid "Basics"
 msgstr "基本"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2395
+#: pkgs.dbk:2396
 msgid ""
 "Packages are usually installed into the <literal>testing</literal> "
 "distribution after they have undergone some degree of <literal>testing</"
@@ -11292,7 +10696,7 @@ msgstr ""
 "literal> にインストールされます。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2400
+#: pkgs.dbk:2401
 msgid ""
 "They must be in sync on all architectures and mustn't have dependencies that "
 "make them uninstallable; they also have to have generally no known release-"
@@ -11307,15 +10711,13 @@ msgstr ""
 "literal> は常にリリース候補に近いものである必要があります。詳細は以下を参照し"
 "てください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2409
+#: pkgs.dbk:2410
 msgid "Updates from unstable"
 msgstr "不安定版からの更新"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2411
+#: pkgs.dbk:2412
 msgid ""
 "The scripts that update the <literal>testing</literal> distribution are run "
 "twice each day, right after the installation of the updated packages; these "
@@ -11331,9 +10733,8 @@ msgstr ""
 "filename> ファイルを生成しますが、不整合を避けてバグが無いパッケージのみを利"
 "用しようとする気の利いたやり方で行います。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2419
+#: pkgs.dbk:2420
 msgid ""
 "The inclusion of a package from <literal>unstable</literal> is conditional "
 "on the following:"
@@ -11341,9 +10742,8 @@ msgstr ""
 "<literal>不安定版 (unstable)</literal> からのパッケージの取り込みは以下の条件"
 "です:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2425
+#: pkgs.dbk:2426
 msgid ""
 "The package must have been available in <literal>unstable</literal> for 2, 5 "
 "or 10 days, depending on the urgency (high, medium or low).  Please note "
@@ -11356,9 +10756,8 @@ msgstr ""
 "版 (testing)</literal> への移行を考慮に入れてから最大の urgency でアップロー"
 "ドされるということです;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2433
+#: pkgs.dbk:2434
 msgid ""
 "It must not have new release-critical bugs (RC bugs affecting the version "
 "available in <literal>unstable</literal>, but not affecting the version in "
@@ -11370,7 +10769,7 @@ msgstr ""
 "い);"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2440
+#: pkgs.dbk:2441
 msgid ""
 "It must be available on all architectures on which it has previously been "
 "built in <literal>unstable</literal>. <link linkend=\"dak-ls\">dak ls</link> "
@@ -11380,9 +10779,8 @@ msgstr ""
 "利用可能になっていなくてはいけません。この情報をチェックするのに <link "
 "linkend=\"dak-ls\">dak ls</link> に興味を持つかもしれません;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2447
+#: pkgs.dbk:2448
 msgid ""
 "It must not break any dependency of a package which is already available in "
 "<literal>testing</literal>;"
@@ -11391,7 +10789,7 @@ msgstr ""
 "依存関係を壊さないこと;"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2453
+#: pkgs.dbk:2454
 msgid ""
 "The packages on which it depends must either be available in "
 "<literal>testing</literal> or they must be accepted into <literal>testing</"
@@ -11404,7 +10802,7 @@ msgstr ""
 "テスト版 (testing)</literal>) に入る);"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2461
+#: pkgs.dbk:2462
 msgid ""
 "The phase of the project.  I.e. automatic transitions are turned off during "
 "the <emphasis>freeze</emphasis> of the <literal>testing</literal> "
@@ -11414,9 +10812,8 @@ msgstr ""
 "ビューションの<emphasis>フリーズ</emphasis>中は、自動的な移行がオフになりま"
 "す。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2467
+#: pkgs.dbk:2468
 msgid ""
 "To find out whether a package is progressing into <literal>testing</literal> "
 "or not, see the <literal>testing</literal> script output on the <ulink url="
@@ -11436,9 +10833,8 @@ msgstr ""
 "続けるのに、<citerefentry> <refentrytitle>crontab</refentrytitle> "
 "<manvolnum>5</manvolnum> </citerefentry> で手軽に使うことができます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2478
+#: pkgs.dbk:2479
 msgid ""
 "The <filename>update_excuses</filename> file does not always give the "
 "precise reason why the package is refused; you may have to find it on your "
@@ -11452,9 +10848,8 @@ msgstr ""
 "版のウェブページ</ulink>が、そのような問題を引き起こす良くある問題についての"
 "情報を与えてくれるでしょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2485
+#: pkgs.dbk:2486
 msgid ""
 "Sometimes, some packages never enter <literal>testing</literal> because the "
 "set of interrelationship is too complicated and cannot be sorted out by the "
@@ -11464,9 +10859,8 @@ msgstr ""
 "があるため、パッケージが<literal>テスト版 (testing)</literal> に決して入らな"
 "いことがあります。詳細は下記を参照してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2490
+#: pkgs.dbk:2491
 msgid ""
 "Some further dependency analysis is shown on <ulink url=\"http://release."
 "debian.org/migration/\"></ulink> — but be warned, this page also shows build "
@@ -11477,14 +10871,13 @@ msgstr ""
 "理した依存性ではないものも表示しているのに注意してください。"
 
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2495
+#: pkgs.dbk:2496
 msgid "Out-of-date"
 msgstr "時代遅れ (Out-of-date)"
 
-# type: Content of: <chapter><section><section><section><para>
 #.  FIXME: better rename this file than document rampant professionalism? 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2498
+#: pkgs.dbk:2499
 msgid ""
 "For the <literal>testing</literal> migration script, outdated means: There "
 "are different versions in <literal>unstable</literal> for the release "
@@ -11502,56 +10895,48 @@ msgstr ""
 "<literal>テスト版 (testing)</literal> でこのパッケージが存在しているアーキテ"
 "クチャに対して全く何もしません。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2506
+#: pkgs.dbk:2507
 msgid "Consider this example:"
 msgstr "以下の例を考えてみましょう:"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
-#: pkgs.dbk:2513 pkgs.dbk:2546
+#: pkgs.dbk:2514 pkgs.dbk:2547
 msgid "alpha"
 msgstr "alpha"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
-#: pkgs.dbk:2514 pkgs.dbk:2547
+#: pkgs.dbk:2515 pkgs.dbk:2548
 msgid "arm"
 msgstr "arm"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
-#: pkgs.dbk:2519 pkgs.dbk:2553 pkgs.dbk:2615
+#: pkgs.dbk:2520 pkgs.dbk:2554 pkgs.dbk:2616
 msgid "testing"
 msgstr "テスト版"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2520 pkgs.dbk:2525 pkgs.dbk:2554 pkgs.dbk:2555 pkgs.dbk:2562
+#: pkgs.dbk:2521 pkgs.dbk:2526 pkgs.dbk:2555 pkgs.dbk:2556 pkgs.dbk:2563
 msgid "1"
 msgstr "1"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2521 pkgs.dbk:2556 pkgs.dbk:2561
+#: pkgs.dbk:2522 pkgs.dbk:2557 pkgs.dbk:2562
 msgid "-"
 msgstr "-"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
-#: pkgs.dbk:2524 pkgs.dbk:2559 pkgs.dbk:2616
+#: pkgs.dbk:2525 pkgs.dbk:2560 pkgs.dbk:2617
 msgid "unstable"
 msgstr "不安定版"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2526 pkgs.dbk:2560
+#: pkgs.dbk:2527 pkgs.dbk:2561
 msgid "2"
 msgstr "2"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2532
+#: pkgs.dbk:2533
 msgid ""
 "The package is out of date on <literal>alpha</literal> in <literal>unstable</"
 "literal>, and will not go to <literal>testing</literal>. Removing the "
@@ -11565,9 +10950,8 @@ msgstr ""
 "ケージは時代遅れのままで、<literal>テスト版 (testing)</literal> には移行しま"
 "せん。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2538
+#: pkgs.dbk:2539
 msgid ""
 "However, if ftp-master removes a package in <literal>unstable</literal> "
 "(here on <literal>arm</literal>):"
@@ -11575,15 +10959,13 @@ msgstr ""
 "ですが、もしも ftp-master が<literal>不安定版 (unstable)</literal> のパッケー"
 "ジ (ここでは <literal>arm</literal> の) を削除した場合:"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
-#: pkgs.dbk:2548
+#: pkgs.dbk:2549
 msgid "hurd-i386"
 msgstr "hurd-i386"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2568
+#: pkgs.dbk:2569
 msgid ""
 "In this case, the package is up to date on all release architectures in "
 "<literal>unstable</literal> (and the extra <literal>hurd-i386</literal> "
@@ -11593,9 +10975,8 @@ msgstr ""
 "スアーキテクチャで最新になります (それから、もう一つの <literal>hurd-i386</"
 "literal> は、リリースアーキテクチャではないので問題になりません)。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2573
+#: pkgs.dbk:2574
 msgid ""
 "Sometimes, the question is raised if it is possible to allow packages in "
 "that are not yet built on all architectures: No.  Just plainly no.  (Except "
@@ -11605,15 +10986,13 @@ msgstr ""
 "るか、という質問がでてきます: いいえ。 単純にいいえ、です (glibc などをメンテ"
 "している場合を除きます)。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2580
+#: pkgs.dbk:2581
 msgid "Removals from testing"
 msgstr "テスト版からの削除"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2582
+#: pkgs.dbk:2583
 msgid ""
 "Sometimes, a package is removed to allow another package in: This happens "
 "only to allow <emphasis>another</emphasis> package to go in if it's ready in "
@@ -11629,7 +11008,7 @@ msgstr ""
 "除されるかもしれません。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2589
+#: pkgs.dbk:2590
 msgid ""
 "Of course, there is another reason to remove a package from "
 "<literal>testing</literal>: It's just too buggy (and having a single RC-bug "
@@ -11639,9 +11018,8 @@ msgstr ""
 "れる理由があります: バグが多すぎる場合です (そして RC バグが1個だけあるのもこ"
 "の状態とみなすのには十分です)。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2594
+#: pkgs.dbk:2595
 msgid ""
 "Furthermore, if a package has been removed from <literal>unstable</literal>, "
 "and no package in <literal>testing</literal> depends on it any more, then it "
@@ -11652,13 +11030,12 @@ msgstr ""
 "なった場合、パッケージは自動的に削除されます。"
 
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2601
+#: pkgs.dbk:2602
 msgid "Circular dependencies"
 msgstr "循環依存"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2603
+#: pkgs.dbk:2604
 msgid ""
 "A situation which is not handled very well by britney is if package "
 "<literal>a</literal> depends on the new version of package <literal>b</"
@@ -11668,51 +11045,43 @@ msgstr ""
 "パッケージ <literal>b</literal> の新しいバージョンに依存していて、そしてその"
 "逆も、というものです。"
 
-# type: Content of: <chapter><section><section><section><paraf>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2608
+#: pkgs.dbk:2609
 msgid "An example of this is:"
 msgstr "この場合の例:"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2621
+#: pkgs.dbk:2622
 msgid "a"
 msgstr "a"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2622
+#: pkgs.dbk:2623
 msgid "1; depends: b=1"
 msgstr "1; depends: b=1"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2623
+#: pkgs.dbk:2624
 msgid "2; depends: b=2"
 msgstr "2; depends: b=2"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2626
+#: pkgs.dbk:2627
 msgid "b"
 msgstr "b"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2627
+#: pkgs.dbk:2628
 msgid "1; depends: a=1"
 msgstr "1; depends: a=1"
 
-# type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
-#: pkgs.dbk:2628
+#: pkgs.dbk:2629
 msgid "2; depends: a=2"
 msgstr "2; depends: a=2"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2634
+#: pkgs.dbk:2635
 msgid ""
 "Neither package <literal>a</literal> nor package <literal>b</literal> is "
 "considered for update."
@@ -11720,9 +11089,8 @@ msgstr ""
 "パッケージ <literal>a</literal> あるいはパッケージ <literal>b</literal> が更"
 "新対象と見做されない。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2638
+#: pkgs.dbk:2639
 msgid ""
 "Currently, this requires some manual hinting from the release team.  Please "
 "contact them by sending mail to &email-debian-release; if this happens to "
@@ -11732,14 +11100,13 @@ msgstr ""
 "なたのパッケージのどれかにこのような状況が起きた場合は、&email-debian-"
 "release; にメールを送って連絡を取ってください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2645
+#: pkgs.dbk:2646
 msgid "Influence of package in testing"
 msgstr "テスト版 (testing) にあるパッケージへの影響"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2647
+#: pkgs.dbk:2648
 msgid ""
 "Generally, there is nothing that the status of a package in "
 "<literal>testing</literal> means for transition of the next version from "
@@ -11766,7 +11133,7 @@ msgstr ""
 "場合だけです"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2659
+#: pkgs.dbk:2660
 msgid ""
 "In summary this means: The only influence that a package being in "
 "<literal>testing</literal> has on a new version of the same package is that "
@@ -11777,19 +11144,17 @@ msgstr ""
 "うだから、ということです。"
 
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2666
+#: pkgs.dbk:2667
 msgid "Details"
 msgstr "詳細について"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2668
+#: pkgs.dbk:2669
 msgid "If you are interested in details, this is how britney works:"
 msgstr "詳細について知りたい場合ですが、britney の動作は以下のようになります:"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2671
+#: pkgs.dbk:2672
 msgid ""
 "The packages are looked at to determine whether they are valid candidates.  "
 "This gives the update excuses.  The most common reasons why a package is not "
@@ -11805,7 +11170,7 @@ msgstr ""
 "様々なサイズのハンマーを使います (下記を参照してください)。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2678
+#: pkgs.dbk:2679
 msgid ""
 "Now, the more complex part happens: Britney tries to update "
 "<literal>testing</literal> with the valid candidates. For that, britney "
@@ -11826,9 +11191,8 @@ msgstr ""
 "を含めるためのインストールチェックテストが引き続き行われます。リリースチーム"
 "からの hints は、実際の内容に応じて、このメインの処理の前後に処理されます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2688
+#: pkgs.dbk:2689
 msgid ""
 "If you want to see more details, you can look it up on <ulink url=\"http://"
 "&ftp-master-host;/testing/update_output/\"></ulink>."
@@ -11837,7 +11201,7 @@ msgstr ""
 "update_output/\"></ulink> で探すことができます。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2692
+#: pkgs.dbk:2693
 msgid ""
 "The hints are available via <ulink url=\"http://&ftp-master-host;/testing/"
 "hints/\"></ulink>, where you can find the <ulink url=\"http://&ftp-master-"
@@ -11856,14 +11220,13 @@ msgstr ""
 "\">testing-proposed-updates</link> へアップロードを許可したり、urgency を上書"
 "きすることが可能になります。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2706
+#: pkgs.dbk:2707
 msgid "Direct updates to testing"
 msgstr "直接テスト版を更新する"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2708
+#: pkgs.dbk:2709
 msgid ""
 "The <literal>testing</literal> distribution is fed with packages from "
 "<literal>unstable</literal> according to the rules explained above.  "
@@ -11878,9 +11241,8 @@ msgstr ""
 "には、<literal>testing-proposed-updates</literal> にアップロードするのが良い"
 "でしょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2715
+#: pkgs.dbk:2716
 msgid ""
 "Keep in mind that packages uploaded there are not automatically processed, "
 "they have to go through the hands of the release manager.  So you'd better "
@@ -11895,7 +11257,7 @@ msgstr ""
 "る指示を読む必要があります。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2722
+#: pkgs.dbk:2723
 msgid ""
 "You should not upload to <literal>testing-proposed-updates</literal> when "
 "you can update your packages through <literal>unstable</literal>.  If you "
@@ -11915,7 +11277,7 @@ msgstr ""
 "ない場合、<literal>不安定版 (unstable)</literal> での更新は可能です。"
 
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2731
+#: pkgs.dbk:2732
 msgid ""
 "Version numbers are usually selected by adding the codename of the "
 "<literal>testing</literal> distribution and a running number, like "
@@ -11928,15 +11290,14 @@ msgstr ""
 "literal> の <literal>testing-proposed-updates</literal> への最初のアップロー"
 "ドです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
-#: pkgs.dbk:2738
+#: pkgs.dbk:2739
 msgid "Please make sure you didn't miss any of these items in your upload:"
 msgstr ""
 "アップロードで、以下の項目のいずれも見落とさないように必ずしてください:"
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2743
+#: pkgs.dbk:2744
 msgid ""
 "Make sure that your package really needs to go through <literal>testing-"
 "proposed-updates</literal>, and can't go through <literal>unstable</literal>;"
@@ -11944,22 +11305,19 @@ msgstr ""
 "本当に <literal>testing-proposed-updates</literal> を通す必要があり、"
 "<literal>unstable</literal> ではダメなことを確認する;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2750
+#: pkgs.dbk:2751
 msgid "Make sure that you included only the minimal amount of changes;"
 msgstr "必ず、最小限な量だけの変更を含めるようにする;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2755
+#: pkgs.dbk:2756
 msgid ""
 "Make sure that you included an appropriate explanation in the changelog;"
 msgstr "必ず changelog 中に適切な説明を含める;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2760
+#: pkgs.dbk:2761
 msgid ""
 "Make sure that you've written <literal>testing</literal> or <literal>testing-"
 "proposed-updates</literal> into your target distribution;"
@@ -11967,9 +11325,8 @@ msgstr ""
 "必ず、対象とするディストリビューションとして <literal>testing</literal> か "
 "<literal>testing-proposed-updates</literal> を記述している;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2766
+#: pkgs.dbk:2767
 msgid ""
 "Make sure that you've built and tested your package in <literal>testing</"
 "literal>, not in <literal>unstable</literal>;"
@@ -11977,9 +11334,8 @@ msgstr ""
 "必ず <literal>不安定版 (unstable)</literal> ではなく <literal>テスト版 "
 "(testing)</literal> でパッケージを構築・テストしている;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2772
+#: pkgs.dbk:2773
 msgid ""
 "Make sure that your version number is higher than the version in "
 "<literal>testing</literal> and <literal>testing-proposed-updates</literal>, "
@@ -11989,9 +11345,8 @@ msgstr ""
 "updates</literal> のものよりも大きく、<literal>unstable</literal> のものより"
 "も小さいのを確認する;"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: pkgs.dbk:2779
+#: pkgs.dbk:2780
 msgid ""
 "After uploading and successful build on all platforms, contact the release "
 "team at &email-debian-release; and ask them to approve your upload."
@@ -12000,21 +11355,18 @@ msgstr ""
 "release; 宛でリリースチームに連絡を取って、アップロードを承認してくれるように"
 "依頼しましょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
-#: pkgs.dbk:2787
+#: pkgs.dbk:2788
 msgid "Frequently asked questions"
 msgstr "よく聞かれる質問とその答え (FAQ)"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2789
+#: pkgs.dbk:2790
 msgid "What are release-critical bugs, and how do they get counted?"
 msgstr "リリースクリティカルバグとは何ですか、どうやって数えるのですか?"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2791
+#: pkgs.dbk:2792
 msgid ""
 "All bugs of some higher severities are by default considered release-"
 "critical; currently, these are <literal>critical</literal>, <literal>grave</"
@@ -12025,7 +11377,7 @@ msgstr ""
 "literal>、<literal>serious (深刻)</literal> バグがそれにあたります。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2796
+#: pkgs.dbk:2797
 msgid ""
 "Such bugs are presumed to have an impact on the chances that the package "
 "will be released with the <literal>stable</literal> release of Debian: in "
@@ -12040,7 +11392,7 @@ msgstr ""
 "安定版 (stable)</literal> ではリリースされません。"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2803
+#: pkgs.dbk:2804
 msgid ""
 "The <literal>unstable</literal> bug count are all release-critical bugs "
 "which are marked to apply to <replaceable>package</replaceable>/"
@@ -12054,9 +11406,8 @@ msgstr ""
 "マークされたすべてのリリースクリティカルバグです。<literal>テスト版 (testing)"
 "</literal> のバグのカウント数も同様に定義します。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
-#: pkgs.dbk:2811
+#: pkgs.dbk:2812
 msgid ""
 "How could installing a package into <literal>testing</literal> possibly "
 "break other packages?"
@@ -12065,7 +11416,7 @@ msgstr ""
 "版 (testing)</literal> へインストールできますか?"
 
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2814
+#: pkgs.dbk:2815
 msgid ""
 "The structure of the distribution archives is such that they can only "
 "contain one version of a package; a package is defined by its name.  So when "
@@ -12081,9 +11432,8 @@ msgstr ""
 "foo-bin</literal>、<literal>acme-bar-bin</literal>、<literal>libacme-foo1</"
 "literal>、<literal>libacme-foo-dev</literal> の古いバージョンが削除されます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2822
+#: pkgs.dbk:2823
 msgid ""
 "However, the old version may have provided a binary package with an old "
 "soname of a library, such as <literal>libacme-foo0</literal>.  Removing the "
@@ -12095,9 +11445,8 @@ msgstr ""
 "<literal>acmefoo</literal> を削除するのは <literal>libacme-foo0</literal> を"
 "削除することになり、これに依存しているパッケージを壊してしまいます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2828
+#: pkgs.dbk:2829
 msgid ""
 "Evidently, this mainly affects packages which provide changing sets of "
 "binary packages in different versions (in turn, mainly libraries).  However, "
@@ -12109,9 +11458,8 @@ msgstr ""
 "し、バージョン付きの依存関係が ==、&lt;=、&lt;&lt; などで宣言されているパッ"
 "ケージにも影響は及ぼします。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2834
+#: pkgs.dbk:2835
 msgid ""
 "When the set of binary packages provided by a source package change in this "
 "way, all the packages that depended on the old binaries will have to be "
@@ -12133,9 +11481,8 @@ msgstr ""
 "の準備ができたら、通常はリリースマネージャあるいはリリースアシスタントによる"
 "手動作業が必要になります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
-#: pkgs.dbk:2845
+#: pkgs.dbk:2846
 msgid ""
 "If you are having problems with complicated groups of packages like this, "
 "contact &email-debian-devel; or &email-debian-release; for help."
@@ -12143,13 +11490,11 @@ msgstr ""
 "この様に複雑な組み合わせのパッケージで問題がある場合は、&email-debian-devel; "
 "あるいは &email-debian-release; に連絡を取って手助けを求めてください。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: resources.dbk:7
 msgid "Resources for Debian Developers"
 msgstr "Debian 開発者が利用可能なリソース"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: resources.dbk:9
 msgid ""
@@ -12162,13 +11507,11 @@ msgstr ""
 "たが利用できるであろう Debian マシン、メンテナとしての作業で役立つその他全て"
 "の利用可能なリソースを確認します。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:14
 msgid "Mailing lists"
 msgstr "メーリングリスト"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:16
 msgid ""
@@ -12190,13 +11533,11 @@ msgstr ""
 "リスト管理者と連絡をとるのか、その他メーリングリストに関する様々な情報につい"
 "ては <ulink url=\"&url-debian-lists;\"></ulink> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:27
 msgid "Basic rules for use"
 msgstr "利用の基本ルール"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:29
 msgid ""
@@ -12209,7 +11550,6 @@ msgstr ""
 "限り、同報メール (<literal>CC</literal>) を送らないようにしてください。メーリ"
 "ングリストに投稿する人は必ず返信を見ているはずです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:35
 msgid ""
@@ -12221,7 +11561,6 @@ msgstr ""
 "さい。いつものネット上と同じ様に、返信文では引用を削って下さい。概して投稿す"
 "るメッセージについては、通常の慣習をしっかりと守ってください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:40
 msgid ""
@@ -12233,19 +11572,16 @@ msgstr ""
 "ulink>を参照してください。<ulink url=\"&url-dcg;\">Debian コミュニティガイド"
 "ライン</ulink>も読むと良いでしょう。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:48
 msgid "Core development mailing lists"
 msgstr "開発の中心となっているメーリングリスト"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:50
 msgid "The core Debian mailing lists that developers should use are:"
 msgstr "開発者が利用すべき Debian の中核メーリングリスト:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:55
 msgid ""
@@ -12255,7 +11591,6 @@ msgstr ""
 "&email-debian-devel-announce; は開発者に重要な事を伝える際に使われます。全開"
 "発者がこのメーリングリストを購読する事が望まれます。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:62
 msgid ""
@@ -12263,7 +11598,6 @@ msgid ""
 "issues."
 msgstr "&email-debian-devel; は様々な技術関連の事柄を話し合うのに使われます。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:68
 msgid ""
@@ -12272,7 +11606,6 @@ msgstr ""
 "&email-debian-policy; は Debian ポリシーについて話し合い、それに対して投票を"
 "行うのに使われます。"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:74
 msgid ""
@@ -12282,7 +11615,6 @@ msgstr ""
 "&email-debian-project; はプロジェクトに関する様々な非技術関連の事柄を話し合う"
 "のに使われます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:80
 msgid ""
@@ -12292,13 +11624,11 @@ msgstr ""
 "他にも様々な事柄に特化したメーリングリストが利用できます。一覧については "
 "<ulink url=\"http://&lists-host;/\"></ulink> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:86
 msgid "Special lists"
 msgstr "特別なメーリングリスト"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:88
 msgid ""
@@ -12322,7 +11652,6 @@ msgstr ""
 "literal> 上のシェルアカウントを使って <filename>&file-debian-private-archive;"
 "</filename> ディレクトリを参照することで確認できます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:100
 msgid ""
@@ -12336,13 +11665,11 @@ msgstr ""
 "した内容をアーカイブしておくのに役立つ Debian に関するメールをまとめた「福"
 "袋」として使われています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:108
 msgid "Requesting new development-related lists"
 msgstr "新規に開発関連のメーリングリストの開設を要求する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:110
 msgid ""
@@ -12360,7 +11687,6 @@ msgstr ""
 "くれます)。あるいは、<link linkend=\"alioth\">Alioth</link> 上で自分で管理す"
 "るメーリングリストを使いましょう。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:118
 msgid ""
@@ -12372,13 +11698,11 @@ msgstr ""
 "は、<ulink url=\"&url-debian-lists-new;\">HOWTO</ulink> に従って進めてリクエ"
 "ストを埋めてください。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:127
 msgid "IRC channels"
 msgstr "IRC チャンネル"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:129
 msgid ""
@@ -12393,7 +11717,6 @@ msgstr ""
 "literal> の DNS エントリは <literal>irc.oftc.net</literal> へのエイリアスで"
 "す。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:135
 msgid ""
@@ -12411,7 +11734,6 @@ msgstr ""
 "は <literal>#debian.de</literal>、<literal>#debian-fr</literal>、"
 "<literal>#debian-br</literal> など他にも似通った名前のチャンネルがあります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:143
 msgid ""
@@ -12430,7 +11752,6 @@ msgstr ""
 "プンでもあります。このチャンネルのトピックは、開発者にとって興味深い情報に溢"
 "れています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:152
 msgid ""
@@ -12446,7 +11767,6 @@ msgstr ""
 "ます。この鍵は <filename>master.debian.org:&file-debian-private-archive;</"
 "filename> で取得可能です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:160
 msgid ""
@@ -12470,7 +11790,6 @@ msgstr ""
 "literal>、<literal>#debian-edu</literal>、<literal>#debian-oo</literal> "
 "(OpenOffice.org パッケージ) など…"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:171
 msgid ""
@@ -12482,7 +11801,6 @@ msgstr ""
 "devel-fr</literal> は Debian の開発に興味があるフランス語を使う人々のための"
 "チャンネルです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:176
 msgid ""
@@ -12495,7 +11813,6 @@ msgstr ""
 "url=\"&url-openprojects;\">freenode</ulink> IRC ネットワークは、2006 年 6 月 "
 "4 日まで <literal>irc.debian.org</literal> のエイリアスでした。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:182
 msgid ""
@@ -12516,7 +11833,6 @@ msgstr ""
 "ク担当についての詳細は <ulink url=\"http://freenode.net/faq."
 "shtml#projectcloak\">Freenode のドキュメント</ulink> を参照してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:195
 msgid ""
@@ -12531,13 +11847,11 @@ msgstr ""
 "devel-docs;\">開発者のコーナー</ulink>からリンクされています。時間を取ってリ"
 "ンクを全部眺めれば、より多くの事柄を学べるでしょう。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:204
 msgid "Debian machines"
 msgstr "Debian のマシン群"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:206
 msgid ""
@@ -12549,7 +11863,6 @@ msgstr ""
 "プロジェクトにおいて重要な役割を果たしています。マシンの大半は移植作業に利用"
 "されており、全てインターネットに常時接続されています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:211
 msgid ""
@@ -12560,7 +11873,6 @@ msgstr ""
 "マシンのうち幾つかは、<ulink url=\"&url-dmup;\">Debian マシン利用ポリシー</"
 "ulink>で定められたルールに従う限り、個々の開発者の利用が可能となっています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:216
 msgid ""
@@ -12575,7 +11887,6 @@ msgstr ""
 "ことなく、非常に大量のディスク容量/ネットワーク帯域/CPU を消費しないように"
 "してください。大抵これらのマシンはボランティアによって運用されています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:223
 msgid ""
@@ -12588,7 +11899,6 @@ msgstr ""
 "インターネット越しに平文で送るような Telnet や FTP や POP などの利用方法は避"
 "けてください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:228
 msgid ""
@@ -12598,7 +11908,6 @@ msgstr ""
 "あなたが管理者でも無い限り、Debian サーバ上には Debian に関連しないものを一切"
 "置かないようにしてください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:232
 msgid ""
@@ -12610,7 +11919,6 @@ msgstr ""
 "です。このウェブページはマシン名、管理者の連絡先、誰がログイン可能か、SSH 鍵"
 "などの情報を含んでいます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:238
 msgid ""
@@ -12630,7 +11938,6 @@ msgstr ""
 "メールを送ってください。\"Debian RT\" をサブジェクトのどこかに入れるのを忘れ"
 "ずに。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:247
 msgid ""
@@ -12645,7 +11952,6 @@ msgstr ""
 "ケージ」に対してバグを報告することになります。どうやってバグ報告をするかにつ"
 "いては <xref linkend=\"submit-bug\"/> を参照してください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:254
 msgid ""
@@ -12655,13 +11961,11 @@ msgstr ""
 "中心となっているサーバのうち幾つかは利用が制限されていますが、そこにある情報"
 "は他のサーバへミラーされています。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:258
 msgid "The bugs server"
 msgstr "バグ報告サーバ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:260
 msgid ""
@@ -12671,7 +11975,6 @@ msgstr ""
 "<literal>&bugs-host;</literal> がバグ報告システム (BTS) の中心となっていま"
 "す。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:264
 msgid ""
@@ -12684,13 +11987,11 @@ msgstr ""
 "てください。ですが、不要な作業の重複や処理時間の浪費を減らすため、何であれ実"
 "装する前に &email-debian-devel; であなたの計画を説明してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:272
 msgid "The ftp-master server"
 msgstr "ftp-master サーバ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:274
 msgid ""
@@ -12703,7 +12004,6 @@ msgstr ""
 "は最終的にはこのサーバにあります。<xref linkend=\"upload\"/> を参照してくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:279
 msgid ""
@@ -12713,7 +12013,6 @@ msgstr ""
 "このサーバの利用は制限されています。ミラーが <literal>&ftp-master-mirror;</"
 "literal> 上で利用可能です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:282
 msgid ""
@@ -12727,13 +12026,11 @@ msgstr ""
 "&email-ftpmaster; へメールをする必要がありますが、<xref linkend=\"archive-"
 "manip\"/>にある手順も参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:290
 msgid "The www-master server"
 msgstr "www-master サーバ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:292
 msgid ""
@@ -12743,7 +12040,6 @@ msgstr ""
 "メインの web サーバが <literal>www-master.debian.org</literal> です。公式 "
 "web ページを持ち、新たな参加者に対する Debian の顔となっています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:296
 msgid ""
@@ -12759,13 +12055,11 @@ msgstr ""
 "debian-org;\">バグ追跡システム</ulink>に問題を報告していないかどうかチェック"
 "するのを忘れないようにしてください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:305
 msgid "The people web server"
 msgstr "people ウェブサーバ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:307
 msgid ""
@@ -12775,7 +12069,6 @@ msgstr ""
 "<literal>people.debian.org</literal> は、開発者個人の何か Debian に関連する"
 "ウェブページのために使われているサーバです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:311
 msgid ""
@@ -12791,7 +12084,6 @@ msgstr ""
 "<literal>http://people.debian.org/~<replaceable>your-user-id</replaceable>/</"
 "literal> という URL でアクセス可能です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:318
 msgid ""
@@ -12801,7 +12093,6 @@ msgstr ""
 "他のホストではバックアップされないのに対して、ここではバックアップされるの"
 "で、これを使うのは特定の位置づけのものだけにするべきです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:322
 msgid ""
@@ -12813,19 +12104,16 @@ msgstr ""
 "開する必要がある時です。その様な場合はアメリカ国外に位置する他のサーバのどれ"
 "かを使えます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:327
 msgid "Send mail to &email-debian-devel; if you have any questions."
 msgstr "何か質問がある場合は、&email-debian-devel; にメールして下さい。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:332
 msgid "The VCS servers"
 msgstr "VCS (バージョン管理システム) サーバ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:334
 msgid ""
@@ -12849,13 +12137,11 @@ msgstr ""
 "であれば、Alioth で提供されているサービスについての詳細は <xref linkend="
 "\"alioth\"/> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:347
 msgid "chroots to different distributions"
 msgstr "複数のディストリビューション利用のために chroot を使う"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:349
 msgid ""
@@ -12865,7 +12151,6 @@ msgstr ""
 "幾つかのマシン上では、異なったディストリビューション用の chroot が利用可能で"
 "す。以下の様にして使うことが出来ます:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: resources.dbk:353
 #, no-wrap
@@ -12876,7 +12161,6 @@ msgstr ""
 "vore$ dchroot unstable\n"
 "Executing shell in chroot: /org/vore.debian.org/chroots/user/unstable\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:357
 msgid ""
@@ -12888,13 +12172,11 @@ msgstr ""
 "す。どの chroot が利用可能かについては <ulink url=\"&url-devel-machines;"
 "\">&url-devel-machines;</ulink> にて確認ができます。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:366
 msgid "The Developers Database"
 msgstr "開発者データベース"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:368
 msgid ""
@@ -12910,7 +12192,6 @@ msgstr ""
 "を通じても利用可能になっています。<command>finger yourlogin@db.debian.org</"
 "command> として何が返ってくるかを確認してみてください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:376
 msgid ""
@@ -12920,25 +12201,21 @@ msgstr ""
 "開発者らは、以下に挙げるような自身に関する様々な情報を変更するために<ulink "
 "url=\"&url-debian-db-login;\">データベースにログイン</ulink>ができます。"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:382
 msgid "forwarding address for your debian.org email"
 msgstr "debian.org アドレス宛のメールを転送するアドレス"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:387
 msgid "subscription to debian-private"
 msgstr "debian-private の購読"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:392
 msgid "whether you are on vacation"
 msgstr "休暇中かどうか"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:397
 msgid ""
@@ -12951,13 +12228,11 @@ msgstr ""
 "れている住んでいる地域の緯度経度、電話・ファックス番号、IRC でのニックネー"
 "ム、そしてウェブページのアドレスなどの個人情報"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:405
 msgid "password and preferred shell on Debian Project machines"
 msgstr "Debian プロジェクトのマシン上でのパスワードと優先的に指定するシェル"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:410
 msgid ""
@@ -12969,7 +12244,6 @@ msgstr ""
 "細な情報については、<ulink url=\"&url-debian-db-doc;\"></ulink> で参照できる"
 "オンラインドキュメントを読んでください。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:415
 msgid ""
@@ -12982,13 +12256,11 @@ msgstr ""
 "し、新たな *.debian.net の DNS エントリの追加すら可能です。これらの機能は "
 "<ulink url=\"&url-debian-db-mail-gw;\"></ulink> に記述されています。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:423
 msgid "The Debian archive"
 msgstr "Debian アーカイブ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:425
 msgid ""
@@ -13000,13 +12272,11 @@ msgstr ""
 "pkgs; 個) と幾つかの追加ファイル (ドキュメントやインストール用ディスクイメー"
 "ジなど) から成り立っています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:430
 msgid "Here is an example directory tree of a complete Debian archive:"
 msgstr "以下が完全な Debian アーカイブのディレクトリツリーの例です:"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:434
 msgid ""
@@ -13036,7 +12306,6 @@ msgstr ""
 "literal> や <literal>testing</literal> ディストリビューションにも同様に当ては"
 "まります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:448
 msgid ""
@@ -13048,7 +12317,6 @@ msgstr ""
 "<filename>contrib</filename>、<filename>non-free</filename> という名前の 3 つ"
 "のディレクトリを含んでいます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:453
 msgid ""
@@ -13061,7 +12329,6 @@ msgstr ""
 "ポートしている各アーキテクチャ (<filename>binary-i386</filename>、"
 "<filename>binary-amd64</filename> など) のディレクトリがあります。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:458
 msgid ""
@@ -13075,13 +12342,11 @@ msgstr ""
 "ションをインストールする際に必要となるディスクイメージと主要なドキュメントの"
 "基本部分が入っている追加ディレクトリを含んでいます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:464
 msgid "Sections"
 msgstr "セクション"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:466
 msgid ""
@@ -13099,7 +12364,6 @@ msgstr ""
 "異なる程度となっています…つまり、&debian-formal; の公式な一部では<emphasis "
 "role=\"strong\">ありません</emphasis>。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:474
 msgid ""
@@ -13115,7 +12379,6 @@ msgstr ""
 "事項に完全に適合していなければなりません。DFSG は我々の定義する「フリーソフト"
 "ウェア」です。詳細は Debian ポリシーマニュアルを確認してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:482
 msgid ""
@@ -13127,7 +12390,6 @@ msgstr ""
 "要がありますが、他の要求事項を満たせてはいないことでしょう。例えば、non-free "
 "パッケージに依存している、などです。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:487
 msgid ""
@@ -13143,7 +12405,6 @@ msgstr ""
 "ウェアのパッケージについて (バグ追跡システムやメーリングリストなどの) インフ"
 "ラストラクチャを提供しています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:494
 msgid ""
@@ -13155,7 +12416,6 @@ msgstr ""
 "のセクションについてより正確な定義を含んでいます。上記の説明はほんの触りに過"
 "ぎません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:499
 msgid ""
@@ -13173,7 +12433,6 @@ msgstr ""
 "できます。例えば、<literal>non-free</literal> セクションにあるパッケージのい"
 "くつかは商的な配布を許可していません。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:507
 msgid ""
@@ -13187,7 +12446,6 @@ msgstr ""
 "めることが出来ます。(これはベンダによって大いに異なるので、この作業は Debian "
 "開発者にはできません)。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:513
 msgid ""
@@ -13205,13 +12463,11 @@ msgstr ""
 "リとして存在していました。最近では、これらはパッケージのセクションヘッダにの"
 "み存在しています。"
 
-# type: Content of: <chapter>port<section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:523
 msgid "Architectures"
 msgstr "アーキテクチャ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:525
 msgid ""
@@ -13229,7 +12485,6 @@ msgstr ""
 "Debian は <literal>hurd</literal> や <literal>kfreebsd</literal> のような他"
 "の Unix カーネルをベースにした移植版を作成することを決めました。"
 
-# type: Content of: <chapter><section><section><para>
 # debian 5.0
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:533
@@ -13258,7 +12513,6 @@ msgstr ""
 "literal>、そして 2 つの kFreeBSD アーキテクチャ (<literal>kfreebsd-i386</"
 "literal> および <literal>kfreebsd-amd64</literal>) をサポートしています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:546
 msgid ""
@@ -13268,13 +12522,11 @@ msgstr ""
 "特定の移植版についての開発者/ユーザへの情報は <ulink url=\"&url-debian-"
 "ports;\">Debian 移植版のウェブページ</ulink>で入手可能です。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:552
 msgid "Packages"
 msgstr "パッケージ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:554
 msgid ""
@@ -13293,7 +12545,6 @@ msgstr ""
 "フォーマットに応じて、ソースパッケージは必須の <filename>.dsc</filename> ファ"
 "イルに加え、一つあるいはそれ以上のファイルから成り立ちます:"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
 #: resources.dbk:562
 msgid ""
@@ -13329,7 +12580,6 @@ msgstr ""
 "フォーマット“3.0 (native)”では、単一の <filename>.tar.{gz,bz2,xz}</filename> "
 "tarball のみを持っています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:576
 msgid ""
@@ -13354,7 +12604,6 @@ msgstr ""
 "<filename>debian.tar.{gz,bz2,xz}</filename> は、Debian パッケージメンテナに"
 "よって加えられた変更を含んでいます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:589
 msgid ""
@@ -13366,13 +12615,11 @@ msgstr ""
 "チェックサム (<command>md5sums</command>) と共にリストしたものと、パッケージ"
 "関連の追加情報 (メンテナ、バージョン、etc) を含んでいます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:596
 msgid "Distributions"
 msgstr "ディストリビューション"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:598
 msgid ""
@@ -13386,7 +12633,6 @@ msgstr ""
 "は、実際には Debian アーカイブ自体の最上位階層の <filename>pool</filename> "
 "ディレクトリに含まれています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:604
 msgid ""
@@ -13402,7 +12648,6 @@ msgstr ""
 "\">/debian</ulink> に含まれており、これは共通した配置となっています (他には "
 "<filename>/pub/debian</filename> があります)。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:611
 msgid ""
@@ -13420,13 +12665,11 @@ msgstr ""
 "イブの <filename>dists/</filename> ディレクトリに含まれています (後方互換性の"
 "ため)。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: resources.dbk:619
 msgid "Stable, testing, and unstable"
 msgstr "安定版 (stable)、テスト版 (testing)、不安定版 (unstable)"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:621
 msgid ""
@@ -13443,7 +12686,6 @@ msgstr ""
 "ションが存在しています。これは Debian プロジェクトでの開発プロセスを反映して"
 "います。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:628
 msgid ""
@@ -13463,7 +12705,6 @@ msgstr ""
 "ディストリビューションの全てが正しく動作するかを保証することについては特別な"
 "努力は払われていないので、時には文字通り不安定 (unstable) となります。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:637
 msgid ""
@@ -13482,7 +12723,6 @@ msgstr ""
 "た後、毎日 2 回実施されています。<xref linkend=\"testing\"/> を参照してくださ"
 "い。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:645
 msgid ""
@@ -13519,7 +12759,6 @@ msgstr ""
 "にリネームされ、最終的にアーカイブされるまで存在しています。アーカイブ作業で"
 "は、コンテンツは <literal>&archive-host;</literal> へと移動されます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:662
 msgid ""
@@ -13553,7 +12792,6 @@ msgstr ""
 "様)。詳細に付いては、<link linkend=\"upload-stable\"><literal>安定版 (stable)"
 "</literal> ディストリビューションへのアップロード</link>を参照してください。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:679
 msgid ""
@@ -13566,13 +12804,11 @@ msgstr ""
 "ビューションは<literal>テスト版 (testing)</literal> とは平行した状態でありつ"
 "づけているからです。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: resources.dbk:686
 msgid "More information about the testing distribution"
 msgstr "テスト版ディストリビューションについてのさらなる情報"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:688
 msgid ""
@@ -13584,7 +12820,6 @@ msgstr ""
 "移行基準を満たした後で<literal>テスト版 (testing)</literal> ディストリビュー"
 "ションへとインストールされます。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:692
 msgid ""
@@ -13594,13 +12829,11 @@ msgstr ""
 "より詳細については、<link linkend=\"testing\">テスト版ディストリビューション"
 "についての情報</link>を参照してください。"
 
-# type: Content of: <chapter><section><section><section><title>
 #. type: Content of: <chapter><section><section><section><title>
 #: resources.dbk:698
 msgid "Experimental"
 msgstr "試験版 (experimental)"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:700
 msgid ""
@@ -13626,7 +12859,6 @@ msgstr ""
 "す。要するに、<literal>試験版 (experimental)</literal> ディストリビューション"
 "を利用すると、どのようになるかは全くわからないということです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:712
 msgid ""
@@ -13638,7 +12870,6 @@ msgstr ""
 "<refentrytitle>sources.list</refentrytitle> <manvolnum>5</manvolnum> </"
 "citerefentry>です:"
 
-# type: Content of: <chapter><section><section><section><programlisting>
 #. type: Content of: <chapter><section><section><section><programlisting>
 #: resources.dbk:717
 #, no-wrap
@@ -13649,7 +12880,6 @@ msgstr ""
 "deb http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
 "deb-src http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:721
 msgid ""
@@ -13663,7 +12893,6 @@ msgstr ""
 "ファイルシステムは恐らく<literal>試験版 (experimental)</literal> に行くことに"
 "なるでしょう。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:727
 msgid ""
@@ -13686,7 +12915,6 @@ msgstr ""
 "とができるのです。その結果、テストユーザは早期に新しいバージョンの利用が可能"
 "になります。"
 
-# type: Content of: <chapter><section><section><section><para>
 # propagate
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:737
@@ -13710,7 +12938,6 @@ msgstr ""
 "旦<literal>不安定版 (unstable)</literal> により大きなバージョン番号でアップ"
 "ロードされると定期的に削除されるからです。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:747
 msgid ""
@@ -13720,7 +12947,6 @@ msgstr ""
 "システムにダメージを与えないような新しいソフトウェアは直接<literal>不安定版 "
 "(unstable)</literal> へ入れることが可能です。"
 
-# type: Content of: <chapter><section><section><section><para>
 #. type: Content of: <chapter><section><section><section><para>
 #: resources.dbk:751
 msgid ""
@@ -13730,13 +12956,11 @@ msgstr ""
 "<literal>試験版 (experimental)</literal> の代わりとなる方法は、"
 "<literal>people.debian.org</literal> 上の個人的な web ページを使うことです。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:759
 msgid "Release code names"
 msgstr "リリースのコードネーム"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:761
 msgid ""
@@ -13774,7 +12998,6 @@ msgstr ""
 "れていないアーキテクチャのパッケージを含んでいます。これらのアーキテクチャ"
 "は、いつか主流ディストリビューションに統合される予定です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:780
 msgid ""
@@ -13796,7 +13019,6 @@ msgstr ""
 "リネームする必要があるということを意味しており、すべての FTP ミラーがディスト"
 "リビューションすべて (とても巨大です) を再回収することになります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:790
 msgid ""
@@ -13814,7 +13036,6 @@ msgstr ""
 "何故最初の公式 Debian のリリース版が 1.0 ではなく 1.1 であったかという理由で"
 "す)。 "
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:798
 msgid ""
@@ -13836,13 +13057,11 @@ msgstr ""
 "ディレクトリを指しているのに対して、実際のディストリビューションディレクトリ"
 "では<literal>コードネーム</literal>を使っている理由です。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:812
 msgid "Debian mirrors"
 msgstr "Debian ミラーサーバ"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:814
 msgid ""
@@ -13866,7 +13085,6 @@ msgstr ""
 "によって更新されるので、可能な限り最新になっている (我々はこれをプッシュミ"
 "ラーと呼んでいます)。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:825
 msgid ""
@@ -13881,7 +13099,6 @@ msgstr ""
 "の役立つページには、内部的なものであれ公開されるものであれ、自分のミラーを設"
 "定することに興味を持った場合に役立つ情報とツールも含まれています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:832
 msgid ""
@@ -13893,13 +13110,11 @@ msgstr ""
 "よって運用されていることです。そのため、開発者は通常これらのマシン上にはアカ"
 "ウントを持ってはいません。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:839
 msgid "The Incoming system"
 msgstr "Incoming システム"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:841
 msgid ""
@@ -13911,7 +13126,6 @@ msgstr ""
 "トールする役割を果たしています。これは <literal>&ftp-master-host;</literal> "
 "上にインストールされたディレクトリとスクリプトの集合体です。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:846
 msgid ""
@@ -13952,7 +13166,6 @@ msgstr ""
 "ラーが検出されるとパッケージは拒否されて <filename>reject</filename> ディレク"
 "トリへと移動されます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:865
 msgid ""
@@ -13979,7 +13192,6 @@ msgstr ""
 "ファイル) が作成されると、一次ミラー全てを更新する特別なスクリプトが呼び出さ"
 "れます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:877
 msgid ""
@@ -14000,7 +13212,6 @@ msgstr ""
 "して <literal>unstable</literal> や <literal>experimental</literal> が設定さ"
 "れている場合、案内は代わりに &email-debian-devel-changes; へと投稿されます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:887
 msgid ""
@@ -14011,19 +13222,16 @@ msgstr ""
 "は <literal>&ftp-master-mirror;</literal> 上で全ての開発者が利用できるように"
 "なっています。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:950
 msgid "Package information"
 msgstr "パッケージ情報"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:952
 msgid "On the web"
 msgstr "ウェブ上から"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:954
 msgid ""
@@ -14039,7 +13247,6 @@ msgstr ""
 "を表示します。バージョン毎のリンク先のページはパッケージの説明、依存関係、ダ"
 "ウンロードへのリンクを含んだ情報を提供しています。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:961
 msgid ""
@@ -14051,13 +13258,11 @@ msgstr ""
 "&bugs-host;/<replaceable>package-name</replaceable></literal> というような "
 "URL で与えたパッケージ名のバグを閲覧できます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:968
 msgid "The <command>dak ls</command> utility"
 msgstr "<command>dak ls</command> ユーティリティ"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:970
 msgid ""
@@ -14075,7 +13280,6 @@ msgstr ""
 "ます。パッケージ名に対して一つの引数を使います。実際に例を挙げた方が分かりや"
 "すいでしょう:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: resources.dbk:978
 #, no-wrap
@@ -14096,7 +13300,6 @@ msgstr ""
 "evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
 "evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:987
 msgid ""
@@ -14111,13 +13314,11 @@ msgstr ""
 "れぞれのバージョンのパッケージは、全アーキテクチャ上で再コンパイルされていま"
 "す。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:997
 msgid "The Package Tracking System"
 msgstr "パッケージ追跡システム"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:999
 msgid ""
@@ -14131,7 +13332,6 @@ msgstr ""
 "を行うだけで、パッケージメンテナが受け取るメールとまったく同じものを受け取れ"
 "るということです。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1004
 msgid ""
@@ -14141,31 +13341,26 @@ msgstr ""
 "PTS から送られるメールは以下のキーワードリストのうち一つに分類されます。これ"
 "によって、受け取りたいメールを選別できます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1008
 msgid "By default you will get:"
 msgstr "デフォルトで受け取るもの:"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1012
 msgid "<literal>bts</literal>"
 msgstr "<literal>bts</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1015
 msgid "All the bug reports and following discussions."
 msgstr "バグ報告とそれに続くディスカッション全て。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1020
 msgid "<literal>bts-control</literal>"
 msgstr "<literal>bts-control</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1023
 msgid ""
@@ -14175,13 +13370,11 @@ msgstr ""
 "バグ報告の状態変更について、<email>control@&bugs-host;</email> からのメール通"
 "知。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1029
 msgid "<literal>upload-source</literal>"
 msgstr "<literal>upload-source</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1032
 msgid ""
@@ -14191,13 +13384,11 @@ msgstr ""
 "アップロードされたソースパッケージが受理された際の <command>dak</command> か"
 "らのメール通知。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1038
 msgid "<literal>katie-other</literal>"
 msgstr "<literal>katie-other</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1041
 msgid ""
@@ -14207,7 +13398,6 @@ msgstr ""
 "<command>dak</command> からの他の警告/エラーメール (セクション (section) や"
 "優先度 (priority) フィールドの相違の上書きなど)。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1047
 msgid "<literal>buildd</literal>"
@@ -14222,13 +13412,11 @@ msgstr ""
 "ビルド失敗の通知はビルドデーモンのネットワークによって送信されます。この通知"
 "には分析のためのビルドログへのポインタが含まれています。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1056
 msgid "<literal>default</literal>"
 msgstr "<literal>default</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1059
 msgid ""
@@ -14244,13 +13432,11 @@ msgstr ""
 "レスに送られるメッセージは全て空の値の <literal>X-PTS-Approved</literal> ヘッ"
 "ダを含む必要があります。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1068
 msgid "<literal>contact</literal>"
 msgstr "<literal>contact</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1071
 msgid ""
@@ -14258,7 +13444,6 @@ msgid ""
 msgstr ""
 "*@packages.debian.org のメールエイリアスを通じてメンテナに送信されたメール。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1077
 msgid "<literal>summary</literal>"
@@ -14273,23 +13458,20 @@ msgid ""
 "removed or orphaned."
 msgstr ""
 "<literal>testing</literal> への移行や、<ulink url=\"&url-dehs;\">DEHS</"
-"ulink> での開発元の新しいバージョンの通知、パッケージが削除あるいはみなしご"
-"か (orphaned) されたなどを含むパッケージの状態について、定期的なメールでのサ"
-"ã\83\9eã\83ªã\80\82"
+"ulink> での開発元の新しいバージョンの通知、パッケージが削除あるいは放棄 "
+"(orphaned) されたなどを含むパッケージの状態について、定期的なメールでのサマ"
+"リ。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1090
 msgid "You can also decide to receive additional information:"
 msgstr "受け取るかどうかを決められる追加情報:"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1094
 msgid "<literal>upload-binary</literal>"
 msgstr "<literal>upload-binary</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1097
 msgid ""
@@ -14304,13 +13486,11 @@ msgstr ""
 "チャに対してリコンパイルされているかを追跡するためのメールを受け取れるという"
 "ことです。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1105
 msgid "<literal>cvs</literal>"
 msgstr "<literal>cvs</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1108
 msgid ""
@@ -14324,13 +13504,11 @@ msgstr ""
 "という名前が使われていますが、大抵の場合は subversion や git のような他の "
 "VCS からの通知です。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1116
 msgid "<literal>ddtp</literal>"
 msgstr "<literal>ddtp</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1119
 msgid ""
@@ -14340,13 +13518,11 @@ msgstr ""
 "Debian Description 翻訳プロジェクトに投稿された descriptions の翻訳や "
 "debconf テンプレート。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1125
 msgid "<literal>derivatives</literal>"
 msgstr "<literal>derivatives</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1128
 msgid ""
@@ -14355,26 +13531,22 @@ msgid ""
 msgstr ""
 "派生ディストリビューションでのパッケージに加えられた変更の情報 (例 Ubuntu)。"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
 #: resources.dbk:1134
 msgid "<literal>derivatives-bugs</literal>"
 msgstr "<literal>derivatives-bugs</literal>"
 
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1137
 msgid ""
 "Bugs reports and comments from derivative distributions (for example Ubuntu)."
 msgstr "派生ディストリビューションでのバグレポートやコメント (例 Ubuntu)。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:1143
 msgid "The PTS email interface"
 msgstr "PTS メールインターフェイス"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1145
 msgid ""
@@ -14384,13 +13556,11 @@ msgstr ""
 "PTS の購読管理は <email>pts@qa.debian.org</email> へ様々なコマンドを送信する"
 "ことで可能です。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1150
 msgid "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 msgstr "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1153
 msgid ""
@@ -14408,13 +13578,11 @@ msgstr ""
 "合は、警告メールが送付されます。正しいバイナリパッケージである場合には、PTS "
 "は対応するソースパッケージの購読者として登録します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1163
 msgid "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 msgstr "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1166
 msgid ""
@@ -14426,13 +13594,11 @@ msgstr ""
 "利用して、ソースパッケージ <replaceable>sourcepackage</replaceable> に対する"
 "それまでの購読を取り消します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1173
 msgid "<literal>unsubscribeall [&lt;email&gt;]</literal>"
 msgstr "<literal>unsubscribeall [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1176
 msgid ""
@@ -14442,13 +13608,11 @@ msgstr ""
 "指定されたメールアドレス、あるいは二つ目の引数が空白の場合は送信者アドレスの"
 "すべての購読を停止します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1182
 msgid "<literal>which [&lt;email&gt;]</literal>"
 msgstr "<literal>which [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1185
 msgid ""
@@ -14457,13 +13621,11 @@ msgid ""
 msgstr ""
 "送信者あるいは追加で指定したメールアドレスに対する全購読リストを確認する。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1191
 msgid "<literal>keyword [&lt;email&gt;]</literal>"
 msgstr "<literal>keyword [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1194
 msgid ""
@@ -14475,14 +13637,12 @@ msgstr ""
 "linkend=\"pkg-tracking-system\">上記を確認してください</link>。以下が簡単なサ"
 "マリです:"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1201
 msgid ""
 "<literal>bts</literal>: mails coming from the Debian Bug Tracking System"
 msgstr "<literal>bts</literal>: Debian バグ追跡システムからのメール"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1206
 msgid ""
@@ -14490,7 +13650,6 @@ msgid ""
 msgstr ""
 "<literal>bts-control</literal>: &email-bts-control; へ送信される返信メール"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1212
 msgid ""
@@ -14498,7 +13657,6 @@ msgid ""
 "package"
 msgstr "<literal>summary</literal>: パッケージ状態の自動サマリメール"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1218
 msgid ""
@@ -14508,20 +13666,17 @@ msgstr ""
 "<literal>contact</literal>: *@packages.debian.org エイリアスアドレスを通じて"
 "メンテナに送られるメール"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1224
 msgid "<literal>cvs</literal>: notification of VCS commits"
 msgstr "<literal>cvs</literal>: VCS へのコミット通知"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1229
 msgid ""
 "<literal>ddtp</literal>: translations of descriptions and debconf templates"
 msgstr "<literal>ddtp</literal>: description や debconf テンプレートの翻訳"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1234
 msgid ""
@@ -14531,7 +13686,6 @@ msgstr ""
 "<literal>derivatives</literal>: 派生ディストリビューションによるパッケージ変"
 "更"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1240
 msgid ""
@@ -14541,7 +13695,6 @@ msgstr ""
 "<literal>derivatives-bugs</literal>: 派生ディストリビューションからのバグレ"
 "ポートやコメント"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1246
 msgid ""
@@ -14551,7 +13704,6 @@ msgstr ""
 "<literal>upload-source</literal>: 新たなソースパッケージが受け付けられたアナ"
 "ウンス"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1252
 msgid ""
@@ -14561,7 +13713,6 @@ msgstr ""
 "<literal>upload-binary</literal>: 新たなバイナリのみのアップロード (binary-"
 "only upload) のアナウンス (porting)"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1258
 msgid ""
@@ -14571,14 +13722,12 @@ msgstr ""
 "<literal>katie-other</literal>: ftpmaster からの他のメール (override "
 "disparity など。)"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1264
 msgid ""
 "<literal>buildd</literal>: build failures notifications from build daemons"
 msgstr "<literal>buildd</literal>: ビルドデーモンからのビルド失敗の通知"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
 #: resources.dbk:1269
 msgid ""
@@ -14586,13 +13735,11 @@ msgid ""
 "automatic)"
 msgstr "<literal>default</literal>: 他のすべてのメール (自動ではないもの)"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1276
 msgid "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 msgstr "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1279
 msgid ""
@@ -14602,7 +13749,6 @@ msgstr ""
 "前の項目同様ですが、指定したソースパッケージについて、それぞれのソースパッ"
 "ケージに異なったキーワードをしたい場合に利用します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1285
 msgid ""
@@ -14610,7 +13756,6 @@ msgid ""
 msgstr ""
 "<literal>keyword [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1288
 msgid ""
@@ -14622,7 +13767,6 @@ msgstr ""
 "するキーワードのリストを定義 (=) してください。これはユーザが許可したデフォル"
 "トのキーワードリストを変更します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1295
 msgid ""
@@ -14632,7 +13776,6 @@ msgstr ""
 "<literal>keywordall [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</"
 "literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1298
 msgid ""
@@ -14644,7 +13787,6 @@ msgstr ""
 "するキーワードのリストを定義 (=) してください。これは現在購読しているユーザに"
 "よって許可されているデフォルトのキーワードリストを変更します。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1305
 msgid ""
@@ -14654,7 +13796,6 @@ msgstr ""
 "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;] {+|-|=} &lt;list of "
 "keywords&gt;</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1308
 msgid ""
@@ -14664,20 +13805,17 @@ msgstr ""
 "上の項目と同じですが、指定したソースパッケージのキーワードリストを上書きしま"
 "す。"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
 #: resources.dbk:1314
 msgid "<literal>quit | thanks | --</literal>"
 msgstr "<literal>quit | thanks | --</literal>"
 
-# type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
 #: resources.dbk:1317
 msgid "Stops processing commands.  All following lines are ignored by the bot."
 msgstr ""
 "コマンド処理を終了します。これ以下の全ての行は bot からは無視されます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1323
 msgid ""
@@ -14691,13 +13829,11 @@ msgstr ""
 "ば non-maintainer アップロードが行われた後など、手動でパッケージの一時的な購"
 "読が行えます。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:1331
 msgid "Filtering PTS mails"
 msgstr "PTS からのメールを振り分ける"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1333
 msgid ""
@@ -14715,7 +13851,6 @@ msgstr ""
 "<literal>X-Loop</literal>、<literal>X-PTS-Package</literal>、<literal>X-PTS-"
 "Keyword</literal>、<literal>X-Unsubscribe</literal> です。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1341
 msgid ""
@@ -14725,7 +13860,6 @@ msgstr ""
 "以下は <systemitem role=\"package\">dpkg</systemitem> パッケージに対するソー"
 "スアップロードについて付加されるヘッダの例です:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: resources.dbk:1345
 #, no-wrap
@@ -14740,13 +13874,11 @@ msgstr ""
 "X-PTS-Keyword: upload-source\n"
 "List-Unsubscribe: &lt;mailto:pts@qa.debian.org?body=unsubscribe+dpkg&gt;\n"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:1353
 msgid "Forwarding VCS commits in the PTS"
 msgstr "PTS での VCS コミットを転送する"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1355
 msgid ""
@@ -14759,7 +13891,6 @@ msgstr ""
 "コミット通知を転送することで、購読者 (や共同メンテナら) がパッケージの変更を"
 "すぐに知ることができます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1361
 msgid ""
@@ -14778,7 +13909,6 @@ msgstr ""
 "org</literal> のマシンから送られる必要があり、それ以外の場合は <literal>X-"
 "PTS-Approved: 1</literal> ヘッダを付け加える必要があるのに注意してください。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1370
 msgid ""
@@ -14788,13 +13918,11 @@ msgstr ""
 "Subversion のリポジトリは、svnmailer の利用が推奨されています。どの様に行うか"
 "は <ulink url=\"&url-alioth-pkg;\" /> を参照してください。"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:1376
 msgid "The PTS web interface"
 msgstr "PTS ウェブインターフェイス"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1378
 msgid ""
@@ -14814,7 +13942,6 @@ msgstr ""
 "を集めたものです。特定のソースパッケージについて知りたい場合に非常に有用な"
 "ツールです。さらに PTS をメールを使って購読する簡単なフォームもあります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1388
 msgid ""
@@ -14826,7 +13953,6 @@ msgstr ""
 "<replaceable>sourcepackage</replaceable></literal> のような URL で直接ウェブ"
 "ページに飛べます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1393
 msgid ""
@@ -14840,13 +13966,11 @@ msgstr ""
 "す。固定情報 (無期限に提示され続けるニュース項目) や通常のニュースを latest "
 "news section に追加できます。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1399
 msgid "Static news items can be used to indicate:"
 msgstr "固定ニュースは以下を表示するのに利用できます:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1404
 msgid ""
@@ -14856,25 +13980,21 @@ msgstr ""
 "複数人でのパッケージメンテナンスのため、<link linkend=\"alioth\">Alioth</"
 "link> でホストされている利用可能なプロジェクト"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1410
 msgid "a link to the upstream web site"
 msgstr "upstream のウェブサイトへのリンク"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1415
 msgid "a link to the upstream bug tracker"
 msgstr "upstream のバグ追跡システムへのリンク"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1420
 msgid "the existence of an IRC channel dedicated to the software"
 msgstr "ソフトウェア専用 IRC チャンネルの存在"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1425
 msgid ""
@@ -14882,56 +14002,47 @@ msgid ""
 "package"
 msgstr "パッケージのメンテナンスについて、他の利用可能な有用なリソース"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1431
 msgid "Usual news items may be used to announce that:"
 msgstr "通常のニュースは以下のアナウンスに使われます:"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1436
 msgid "beta packages are available for testing"
 msgstr "テスト用にベータ版パッケージが準備できたこと"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1441
 msgid "final packages are expected for next week"
 msgstr "来週に最終的なパッケージが期待されている"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1446
 msgid "the packaging is about to be redone from scratch"
 msgstr "パッケージをスクラッチから再構築中"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1451
 msgid "backports are available"
 msgstr "バックポート版が利用可能"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1456
 msgid ""
 "the maintainer is on vacation (if they wish to publish this information)"
 msgstr "メンテナが休暇中 (この情報を公開したい場合に表示)"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1461
 msgid "a NMU is being worked on"
 msgstr "NMU 進行中"
 
-# type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
 #: resources.dbk:1466
 msgid "something important will affect the package"
 msgstr "何かパッケージに重要な影響を与える事柄"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1471
 msgid ""
@@ -14953,7 +14064,6 @@ msgstr ""
 "メールヘッダや <literal>Url</literal> 擬似ヘッダ中に URL がある場合は、完全な"
 "ニュースの代わりにその URL へのリンクとなります。"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1482
 msgid ""
@@ -14965,7 +14075,6 @@ msgstr ""
 "つ目は Static information section 中の debian-cd の viewsvn インターフェイス"
 "へのリンクを付け加えるものです:"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: resources.dbk:1487
 #, no-wrap
@@ -14984,7 +14093,6 @@ msgstr ""
 "Package: debian-cd\n"
 "Url: http://svn.debian.org/viewsvn/debian-cd/trunk/\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1495
 msgid ""
@@ -14996,7 +14104,6 @@ msgstr ""
 "ケージの PTS ウェブページで公開されます。誤って PTS に返信が送られるのを避け"
 "るために BCC 欄を利用していることに注意してください。"
 
-# type: Content of: <chapter><section><section><screen>
 #. type: Content of: <chapter><section><section><screen>
 #: resources.dbk:1500
 #, no-wrap
@@ -15024,7 +14131,6 @@ msgstr ""
 "I'm glad to announce that galeon has been backported for woody. You'll find\n"
 "everything here:\n"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1513
 msgid ""
@@ -15037,14 +14143,12 @@ msgstr ""
 "でこれを削除したり編集したりできないからです。可能なのは、以前のニュースを含"
 "んだ情報を廃止する新たなニュースを送信することだけです。"
 
-# type: Content of: <chapter><section><title>
 # ページ名が訳されないのでそのままにしてある
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:1523
 msgid "Developer's packages overview"
 msgstr "Developer's packages overview"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1525
 msgid ""
@@ -15062,7 +14166,6 @@ msgstr ""
 "す: 重要度に応じたバグの数やそれぞれのディストリビューションで利用可能なバー"
 "ジョン番号、testing の状態やその他有用な情報源へのリンクなどを含んでいます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1534
 msgid ""
@@ -15073,13 +14176,11 @@ msgstr ""
 "open な状態のバグやどのパッケージに対して責任を持っているのかを忘れないため、"
 "定期的に自身のデータを見直すのは良い考えです。"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:1541
 msgid "Debian's FusionForge installation: Alioth"
 msgstr "Debian での FusionForge の導入例: Alioth"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1543
 msgid ""
@@ -15095,7 +14196,6 @@ msgstr ""
 "ルのアップロード、メーリングリスト、VCS リポジトリなどのツールを提供します。"
 "これらの機能全てはウェブインターフェイスから管理します。"
 
-# type: Content of: <chapter><section><para>
 # FIXME: too long line...
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1550
@@ -15113,7 +14213,6 @@ msgstr ""
 "す。多くの Debian チームに非常によく利用されており、あらゆる種類の VCS リポジ"
 "トリを提供しています。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1557
 msgid ""
@@ -15125,49 +14224,41 @@ msgstr ""
 "は、パスワード復旧機能を使ってアカウントを有効にすることができます。他の開発"
 "者は Alioth 上でゲストアカウントを発行してもらえます。"
 
-# type: Content of: <chapter><section><para>
 #. type: Content of: <chapter><section><para>
 #: resources.dbk:1562
 msgid "For more information please visit the following links:"
 msgstr "詳細な情報については、以下のリンクを参照下さい:"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:1565
 msgid "<ulink url=\"&url-alioth-wiki;\" />"
 msgstr "<ulink url=\"&url-alioth-wiki;\" />"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:1566
 msgid "<ulink url=\"&url-alioth-faq;\" />"
 msgstr "<ulink url=\"&url-alioth-faq;\" />"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:1567
 msgid "<ulink url=\"&url-alioth-pkg;\" />"
 msgstr "<ulink url=\"&url-alioth-pkg;\" />"
 
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
 #: resources.dbk:1568
 msgid "<ulink url=\"&url-alioth;\" />"
 msgstr "<ulink url=\"&url-alioth;\" />"
 
-# type: Content of: <chapter><section><title>
 #. type: Content of: <chapter><section><title>
 #: resources.dbk:1573
 msgid "Goodies for Developers"
 msgstr "開発者への特典"
 
-# type: Content of: <chapter><section><section><title>
 #. type: Content of: <chapter><section><section><title>
 #: resources.dbk:1575
 msgid "LWN Subscriptions"
 msgstr "LWN の購読"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1577
 msgid ""
@@ -15186,7 +14277,6 @@ msgstr ""
 msgid "Gandi.net Hosting Discount"
 msgstr "Gandi.net ホスティング割引"
 
-# type: Content of: <chapter><section><section><para>
 #. type: Content of: <chapter><section><section><para>
 #: resources.dbk:1586
 msgid ""
@@ -15198,13 +14288,11 @@ msgstr ""
 "で提供しています。<ulink url=\"http://&lists-host;/debian-devel-"
 "announce/2008/11/msg00004.html\"></ulink>を参照してください。"
 
-# type: Content of: <chapter><title>
 #. type: Content of: <chapter><title>
 #: scope.dbk:7
 msgid "Scope of This Document"
 msgstr "この文書が扱う範囲について"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: scope.dbk:9
 msgid ""
@@ -15214,7 +14302,6 @@ msgstr ""
 "この文書の目的は、Debian 開発者に推奨される手続きと利用可能なリソースに関する"
 "概要を提供することにあります。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: scope.dbk:14
 msgid ""
@@ -15229,12 +14316,11 @@ msgstr ""
 "ここで取り上げる手続きには、開発者になる方法 (<xref linkend=\"new-maintainer"
 "\"/>) 、新しいパッケージの作り方 (<xref linkend=\"newpackage\"/>) とパッケー"
 "ジをアップロードする方法 (<xref linkend=\"upload\"/>)、バグ報告の取扱い方 "
-"(<xref linkend=\"bug-handling\"/>)、パッケージを移動、削除、みなしご化 "
-"(orphan) する方法 (<xref linkend=\"archive-manip\"/>)、パッケージ移植のやり"
-"方 (<xref linkend=\"porting\"/>)他のメンテナのパッケージを暫定的にリリースす"
-"ã\82\8bã\81®ã\81¯ã\80\81ã\81\84ã\81¤ã\81©ã\81®æ§\98ã\81«ã\81\97ã\81\9fã\82\89ã\82\88ã\81\84ã\81®ã\81\8b (<xref linkend=\"nmu\"/>) ã\81\8cå\90«ã\81¾ã\82\8cã\81¾ã\81\99ã\80\82"
+"(<xref linkend=\"bug-handling\"/>)、パッケージを移動、削除、放棄 (orphan) す"
+"る方法 (<xref linkend=\"archive-manip\"/>)、パッケージ移植のやり方 (<xref "
+"linkend=\"porting\"/>)他のメンテナのパッケージを暫定的にリリースするのは、い"
+"つどの様にしたらよいのか (<xref linkend=\"nmu\"/>) が含まれます。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: scope.dbk:23
 msgid ""
@@ -15253,7 +14339,6 @@ msgstr ""
 "master\"/>)、パッケージの品質を高めるために開発者が利用できるリソースについて"
 "の解説 (<xref linkend=\"tools\"/>) などがあります。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: scope.dbk:31
 msgid ""
@@ -15270,7 +14355,6 @@ msgstr ""
 "\"&url-debian-policy;\">Debian ポリシーマニュアル</ulink> に記述されていま"
 "す。"
 
-# type: Content of: <chapter><para>
 #. type: Content of: <chapter><para>
 #: scope.dbk:38
 msgid ""
@@ -15284,13 +14368,11 @@ msgstr ""
 "れたベストプラクティスに関する記述です。すなわち「規範」文書と呼ばれるもので"
 "はない、ということです。"
 
-# type: Content of: <appendix><title>
 #. type: Content of: <appendix><title>
 #: tools.dbk:7
 msgid "Overview of Debian Maintainer Tools"
 msgstr "Debian メンテナツールの概要"
 
-# type: Content of: <appendix><para>
 #. type: Content of: <appendix><para>
 #: tools.dbk:9
 msgid ""
@@ -15302,7 +14384,6 @@ msgstr ""
 "以下は完全なものでも決定版的なものでもありませんが、よく使われているツールに"
 "ついての説明です。"
 
-# type: Content of: <appendix><para>
 #. type: Content of: <appendix><para>
 #: tools.dbk:14
 msgid ""
@@ -15313,7 +14394,6 @@ msgstr ""
 "にしてくれるものです。Larry Wall が言うように、やり方は一つではありません "
 "(there's more than one way to do it)。"
 
-# type: Content of: <appendix><para>
 #. type: Content of: <appendix><para>
 #: tools.dbk:18
 msgid ""
@@ -15330,7 +14410,6 @@ msgstr ""
 "べきか、メンテナンス上で何をすべきかと要求する為のものではないということで"
 "す。あるいは競合するツールを排して特定のツールを勧める訳でもありません。"
 
-# type: Content of: <appendix><para>
 #. type: Content of: <appendix><para>
 #: tools.dbk:26
 msgid ""
@@ -15344,25 +14423,21 @@ msgstr ""
 "show <replaceable>パッケージ名</replaceable></command> コマンドでも情報を得ら"
 "れます。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:32
 msgid "Core tools"
 msgstr "主要なツール"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:34
 msgid "The following tools are pretty much required for any maintainer."
 msgstr "以下のツールはどのメンテナであっても、必ず必要とするものです。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:37
 msgid "<systemitem role=\"package\">dpkg-dev</systemitem>"
 msgstr "<systemitem role=\"package\">dpkg-dev</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:39
 msgid ""
@@ -15378,13 +14453,11 @@ msgstr ""
 "を作成・操作するのに必要な基礎的で、低レイヤの機能を含んでいます。そのため、"
 "これらはあらゆる Debian メンテナにとって必要不可欠なものです。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:48
 msgid "<systemitem role=\"package\">debconf</systemitem>"
 msgstr "<systemitem role=\"package\">debconf</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:50
 msgid ""
@@ -15400,7 +14473,6 @@ msgstr ""
 "ス、ダイアログ形式のインターフェイスでパッケージを設定できます。新たなイン"
 "ターフェイスはモジュールとして追加できます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:56
 msgid ""
@@ -15410,7 +14482,6 @@ msgstr ""
 "このパッケージに関するドキュメントは <systemitem role=\"package\">debconf-"
 "doc</systemitem> パッケージ中で確認できます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:60
 msgid ""
@@ -15424,13 +14495,11 @@ msgstr ""
 "い。現在は <systemitem role=\"package\">debconf</systemitem> は Debian ポリ"
 "シーで必要であるとはされていませんが、将来には変更されることでしょう。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:68
 msgid "<systemitem role=\"package\">fakeroot</systemitem>"
 msgstr "<systemitem role=\"package\">fakeroot</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:70
 msgid ""
@@ -15447,13 +14516,11 @@ msgstr ""
 "ば、通常のユーザでパッケージをビルドできます: <literal>dpkg-buildpackage -"
 "rfakeroot</literal>"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:81
 msgid "Package lint tools"
 msgstr "パッケージチェック (lint) 用ツール"
 
-# type: Content of: <appendix><section><para>
 # FIXME, "thorough"->"through"
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:83
@@ -15470,13 +14537,11 @@ msgstr ""
 "問題やポリシー違反を自動的に見つけてくれることで、パッケージメンテナを助けて"
 "くれます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:89
 msgid "<systemitem role=\"package\">lintian</systemitem>"
 msgstr "<systemitem role=\"package\">lintian</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:91
 msgid ""
@@ -15489,7 +14554,6 @@ msgstr ""
 "してバグやポリシー違反の情報を出力します。一般的なエラーへのチェック同様に"
 "Debian ポリシーの多くの部分を自動チェックする機能を含んでいます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:97
 msgid ""
@@ -15505,7 +14569,6 @@ msgstr ""
 "か、ポリシーを元に、詳細な説明を提供してくれ、一般的に問題をどのように修正す"
 "るべきかを説明してくれることに留意してください。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:104
 msgid ""
@@ -15515,7 +14578,6 @@ msgstr ""
 "何時、どのようにして Lintian を使うのか、詳細については <xref linkend="
 "\"sanitycheck\"/> を参照してください。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:108
 msgid ""
@@ -15534,7 +14596,6 @@ msgstr ""
 msgid "<command>debdiff</command>"
 msgstr "<command>debdiff</command>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:118
 msgid ""
@@ -15554,33 +14615,28 @@ msgstr ""
 "ん、報告される変更の多くは問題ありませんが、様々なアクシデントを防止するのに"
 "役立ってくれるでしょう。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:127
 msgid "You can run it over a pair of binary packages:"
 msgstr "バイナリパッケージのペアに対して実行することができます:"
 
-# type: Content of: <appendix><section><section><screen>
 #. type: Content of: <appendix><section><section><screen>
 #: tools.dbk:130
 #, no-wrap
 msgid "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
 msgstr "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:133
 msgid "Or even a pair of changes files:"
 msgstr "changes ファイルのペアに対してさえも実行できます:"
 
-# type: Content of: <appendix><section><section><screen>
 #. type: Content of: <appendix><section><section><screen>
 #: tools.dbk:136
 #, no-wrap
 msgid "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
 msgstr "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:139
 msgid ""
@@ -15590,13 +14646,11 @@ msgstr ""
 "より詳細については、<citerefentry> <refentrytitle>debdiff</refentrytitle> "
 "<manvolnum>1</manvolnum> </citerefentry>を参照してください。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:148
 msgid "Helpers for <filename>debian/rules</filename>"
 msgstr "<filename>debian/rules</filename> の補助ツール"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:150
 msgid ""
@@ -15608,13 +14662,11 @@ msgstr ""
 "楽にしてくれます。これらが望ましい、あるいは望ましくない理由の詳細については "
 "<xref linkend=\"helper-scripts\"/> を参照してください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:156
 msgid "<systemitem role=\"package\">debhelper</systemitem>"
 msgstr "<systemitem role=\"package\">debhelper</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:158
 msgid ""
@@ -15632,7 +14684,6 @@ msgstr ""
 "ストールし、ファイルを圧縮し、ファイルの権限を修正し、パッケージを Debian の"
 "メニューシステムに統合するプログラムを含んでいます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:166
 msgid ""
@@ -15646,7 +14697,6 @@ msgstr ""
 "れています。そのため、他の debian/rules 用ツールよりも細やかなコントロールが"
 "可能になっています。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:172
 msgid ""
@@ -15658,13 +14708,11 @@ msgstr ""
 "systemitem> のアドオンパッケージがあります。<literal>apt-cache search ^dh-</"
 "literal> と実行することで一覧の多くを参照できます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:179
 msgid "<systemitem role=\"package\">dh-make</systemitem>"
 msgstr "<systemitem role=\"package\">dh-make</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:181
 msgid ""
@@ -15683,7 +14731,6 @@ msgstr ""
 "\"package\">debhelper</systemitem> の <command>dh_*</command> プログラムを使"
 "うようになっています。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:189
 msgid ""
@@ -15698,13 +14745,11 @@ msgstr ""
 "せん。メンテナに残っている責務は、生成されたファイルをきれいに整理して、完全"
 "に動作してポリシーに準拠したパッケージにすることです。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:197
 msgid "<systemitem role=\"package\">equivs</systemitem>"
 msgstr "<systemitem role=\"package\">equivs</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:199
 msgid ""
@@ -15720,13 +14765,11 @@ msgstr ""
 "存することだけが目的のパッケージ、「メタパッケージ (meta-packages)」を作る際"
 "にも使われます。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:210
 msgid "Package builders"
 msgstr "パッケージ作成ツール"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:212
 msgid ""
@@ -15738,13 +14781,11 @@ msgstr ""
 "<command>dpkg-buildpackage</command> と同様に、パッケージ作成支援の作業を取り"
 "扱ってくれます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:216
 msgid "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
 msgstr "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:218
 msgid ""
@@ -15758,7 +14799,6 @@ msgstr ""
 "CVS リポジトリから生成、そして開発元での変更をリポジトリに統合するのに役立つ"
 "機能を提供します。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:224
 msgid ""
@@ -15774,13 +14814,11 @@ msgstr ""
 "<literal>experimental</literal> ディストリビューション用にパッケージに個々の "
 "CVS ブランチを持つことができます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:233
 msgid "<systemitem role=\"package\">debootstrap</systemitem>"
 msgstr "<systemitem role=\"package\">debootstrap</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:235
 msgid ""
@@ -15794,7 +14832,6 @@ msgstr ""
 "してくれます。ベースシステムとは、操作するのに必要となる素の最小限パッケージ"
 "群を意味し、それに加えてシステムの残りの部分をインストールします。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:241
 msgid ""
@@ -15809,13 +14846,11 @@ msgstr ""
 "どのように振る舞うかをテストできます。chroot 作成ツールはこのパッケージを使い"
 "ます。以下を参照ください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:249
 msgid "<systemitem role=\"package\">pbuilder</systemitem>"
 msgstr "<systemitem role=\"package\">pbuilder</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:251
 msgid ""
@@ -15830,7 +14865,6 @@ msgstr ""
 "正しいかどうかをチェックするのにとても役立ち、生成されたパッケージに不必要な"
 "誤ったビルド依存関係が存在していないことを確かめられるでしょう。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:257
 msgid ""
@@ -15841,13 +14875,11 @@ msgstr ""
 "User Mode Linux 環境でビルドを実行することで、よりさらに推し進めた関連パッ"
 "ケージが <systemitem role=\"package\">pbuilder-uml</systemitem> です。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:264
 msgid "<systemitem role=\"package\">sbuild</systemitem>"
 msgstr "<systemitem role=\"package\">sbuild</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:266
 msgid ""
@@ -15867,13 +14899,11 @@ msgstr ""
 "照してください。それからシステムの動作については <ulink url=\"&url-buildd;"
 "\"></ulink> を参照してください。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:278
 msgid "Package uploaders"
 msgstr "パッケージのアップロード用ツール"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:280
 msgid ""
@@ -15883,13 +14913,11 @@ msgstr ""
 "以下のパッケージはパッケージを公式アーカイブにアップロードする作業を自動化、"
 "あるいは単純化してくれるのに役立ちます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:284
 msgid "<systemitem role=\"package\">dupload</systemitem>"
 msgstr "<systemitem role=\"package\">dupload</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:286
 msgid ""
@@ -15903,13 +14931,11 @@ msgstr ""
 "のアップロードについてのメールを送信してくれるパッケージであり、スクリプトで"
 "す。新しいアップロード先や方法を設定することもできます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:294
 msgid "<systemitem role=\"package\">dput</systemitem>"
 msgstr "<systemitem role=\"package\">dput</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:296
 msgid ""
@@ -15932,7 +14958,6 @@ msgstr ""
 msgid "<command>dcut</command>"
 msgstr "<command>dcut</command>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:308
 msgid ""
@@ -15944,13 +14969,11 @@ msgstr ""
 "systemitem> パッケージの一部、<xref linkend=\"dput\"/> 参照)は、ftp アップ"
 "ロードディレクトリからファイルを削除するのに役立ちます。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:316
 msgid "Maintenance automation"
 msgstr "メンテナンスの自動化"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:318
 msgid ""
@@ -15962,13 +14985,11 @@ msgstr ""
 "最新かつ公式の <filename>config.sub</filename> を使うようにするまで、様々なメ"
 "ンテナンス作業を自動化するのに役立ちます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:323
 msgid "<systemitem role=\"package\">devscripts</systemitem>"
 msgstr "<systemitem role=\"package\">devscripts</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:325
 msgid ""
@@ -15996,7 +15017,6 @@ msgstr ""
 "でアップロード前にパッケージにサインするのに利用できます。これは GPG があるの"
 "とは違うマシンでパッケージをビルドした際に便利です。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:339
 msgid ""
@@ -16008,13 +15028,11 @@ msgstr ""
 "<refentrytitle>devscripts</refentrytitle> <manvolnum>1</manvolnum> </"
 "citerefentry> マニュアルページを参照してください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:346
 msgid "<systemitem role=\"package\">autotools-dev</systemitem>"
 msgstr "<systemitem role=\"package\">autotools-dev</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:348
 msgid ""
@@ -16030,13 +15048,11 @@ msgstr ""
 "全ての Debian 移植版で動作することを知られている正規の <filename>config.sub</"
 "filename> および <filename>config.guess</filename> ファイルを含んでいます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:357
 msgid "<systemitem role=\"package\">dpkg-repack</systemitem>"
 msgstr "<systemitem role=\"package\">dpkg-repack</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:359
 msgid ""
@@ -16050,7 +15066,6 @@ msgstr ""
 "れている場合 (例えば、<filename>/etc</filename> にあるファイルが変更されてい"
 "るなど)、新しいパッケージは変更を含みます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:365
 msgid ""
@@ -16064,13 +15079,11 @@ msgstr ""
 "トールされているがどこでも入手できなくなってしまったパッケージを再作成した"
 "り、アップグレード前にパッケージの現在の状態を保存するのに使えます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:372
 msgid "<systemitem role=\"package\">alien</systemitem>"
 msgstr "<systemitem role=\"package\">alien</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:374
 msgid ""
@@ -16082,13 +15095,11 @@ msgstr ""
 "Base)、Solaris、Slackware などの各種バイナリパッケージのパッケージ形式を変換"
 "します。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:381
 msgid "<systemitem role=\"package\">debsums</systemitem>"
 msgstr "<systemitem role=\"package\">debsums</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:383
 msgid ""
@@ -16100,13 +15111,11 @@ msgstr ""
 "をチェックします。ポリシーでは必要とされていないため、全てのパッケージが MD5 "
 "sum を持ってはいないことに注意ください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:389
 msgid "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
 msgstr "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:391
 msgid ""
@@ -16127,7 +15136,6 @@ msgstr ""
 msgid "<command>dpkg-depcheck</command>"
 msgstr "<command>dpkg-depcheck</command>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:402
 msgid ""
@@ -16141,7 +15149,6 @@ msgstr ""
 "たコマンドによって使われた全てのパッケージを確認するため、コマンドを "
 "<command>strace</command> の下で実行します。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:408
 msgid ""
@@ -16155,14 +15162,12 @@ msgstr ""
 "depcheck</command> を通してビルド作業を実行すると、最初の大まかなビルドの依存"
 "関係を良い形で得られます。例えば以下の様にします:"
 
-# type: Content of: <appendix><section><section><screen>
 #. type: Content of: <appendix><section><section><screen>
 #: tools.dbk:414
 #, no-wrap
 msgid "dpkg-depcheck -b debian/rules build\n"
 msgstr "dpkg-depcheck -b debian/rules build\n"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:417
 msgid ""
@@ -16176,7 +15181,6 @@ msgstr ""
 "manvolnum> </citerefentry> を使っている場合に実行時の依存性を確認するのにも使"
 "えます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:423
 msgid ""
@@ -16186,25 +15190,21 @@ msgstr ""
 "より詳細については、<citerefentry> <refentrytitle>dpkg-depcheck</"
 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> を参照してください。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:432
 msgid "Porting tools"
 msgstr "移植用ツール"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:434
 msgid "The following tools are helpful for porters and for cross-compilation."
 msgstr "以下のツールが、移植作業者やクロスコンパイル作業に役立ちます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:437
 msgid "<systemitem role=\"package\">quinn-diff</systemitem>"
 msgstr "<systemitem role=\"package\">quinn-diff</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:439
 msgid ""
@@ -16218,13 +15218,11 @@ msgstr ""
 "replaceable> アーキテクチャをベースに <replaceable>Y</replaceable> アーキテク"
 "チャに移植するにはどのパッケージが必要なのかを教えてくれます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:447
 msgid "<systemitem role=\"package\">dpkg-cross</systemitem>"
 msgstr "<systemitem role=\"package\">dpkg-cross</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:449
 msgid ""
@@ -16240,13 +15238,11 @@ msgstr ""
 "command> および <command>dpkg-shlibdeps</command> の機能がクロスコンパイルを"
 "サポートするように拡張されます。"
 
-# type: Content of: <appendix><section><title>
 #. type: Content of: <appendix><section><title>
 #: tools.dbk:460
 msgid "Documentation and information"
 msgstr "ドキュメントと情報について"
 
-# type: Content of: <appendix><section><para>
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:462
 msgid ""
@@ -16255,13 +15251,11 @@ msgid ""
 msgstr ""
 "以下のパッケージが、メンテナへの情報提供やドキュメントの作成に役立ちます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:467
 msgid "<systemitem role=\"package\">docbook-xml</systemitem>"
 msgstr "<systemitem role=\"package\">docbook-xml</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:469
 msgid ""
@@ -16274,7 +15268,6 @@ msgstr ""
 "SGML DTD を使っています) 。例えば、このマニュアルは DocBook XML で書かれてい"
 "ます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:475
 msgid ""
@@ -16292,7 +15285,6 @@ msgstr ""
 "<systemitem role=\"package\">docbook-xsl-doc-*</systemitem> パッケージで確認"
 "できます。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:483
 msgid ""
@@ -16306,13 +15298,11 @@ msgstr ""
 "セッサが必要です。他に DocBook XML から PDF を生成するツールとしては "
 "<systemitem role=\"package\">dblatex</systemitem> があります。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:491
 msgid "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
 msgstr "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:493
 msgid ""
@@ -16328,7 +15318,6 @@ msgstr ""
 "\">docbook-xml</systemitem> を使うようにしてください)。これも、ソースをビルド"
 "して様々な出力フォーマットに整形するスクリプトを提供します。"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:502
 msgid ""
@@ -16338,13 +15327,11 @@ msgstr ""
 "ドキュメント用の DTD は <systemitem role=\"package\">debiandoc-sgml-doc</"
 "systemitem> パッケージで確認できます。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:508
 msgid "<systemitem role=\"package\">debian-keyring</systemitem>"
 msgstr "<systemitem role=\"package\">debian-keyring</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:510
 msgid ""
@@ -16354,13 +15341,11 @@ msgstr ""
 "Debian 開発者の公開 GPG/PGP 鍵を含んでいます。詳細については <ulink url="
 "\"&url-wiki-dm;\"></ulink> とパッケージ内のドキュメントを参照してください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:516
 msgid "<systemitem role=\"package\">debian-maintainers</systemitem>"
 msgstr "<systemitem role=\"package\">debian-maintainers</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:518
 msgid ""
@@ -16370,13 +15355,11 @@ msgstr ""
 "Debian メンテナの公開 GPG 鍵を含んでいます。詳細については <ulink url=\"&url-"
 "wiki-dm;\"></ulink> を参照してください。"
 
-# type: Content of: <appendix><section><section><title>
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:524
 msgid "<systemitem role=\"package\">debview</systemitem>"
 msgstr "<systemitem role=\"package\">debview</systemitem>"
 
-# type: Content of: <appendix><section><section><para>
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:526
 msgid ""
@@ -16388,7 +15371,6 @@ msgstr ""
 "ジを参照する Emacs モードを提供します。これを使うと、パッケージを展開しなくて"
 "も実行できるようになります。"
 
-# type: Content of: <chapter><section><section><para>
 #~ msgid ""
 #~ "Some people feel that vanilla <filename>debian/rules</filename> files are "
 #~ "better, since you don't have to learn the intricacies of any helper "
@@ -16442,7 +15424,6 @@ msgstr ""
 #~ "ジョンが Debian 7.0 になった場合は、アップロードは <literal>+deb70uZ</"
 #~ "literal> とバージョンが付けられます)。"
 
-# type: Content of: <chapter><section><section><section><para>
 #~ msgid ""
 #~ "The hints are available via <ulink url=\"http://&ftp-master-host;/testing/"
 #~ "hints/\"></ulink>."