[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

update dpkg-checkbuilddeps(1), dpkg-deb(1), dpkg-name(1), dpkg-scanpackages(8), dpkg-scansources(8)



dpkgパッケージ付属manページを更新、修正をしました。原文(の差分)と
訳文の差分を比較できるように並べてあります。見やすくないかも…。
チェックやコメントをお願いします。

今回の更新はjpのcvsにも入れています。直接cvsをみたほうが早いかも
しれません。

================ dpkg-checkbuilddeps.1
 \fBdpkg-checkbuilddeps\fR -B [\fIcontrol-file\fR]
 .SH DESCRIPTION
 This program checks the installed packages in the system against the build
-dependencies and build conflicts listed in the control file. If any are
-not met, it displays them and exits with a nonzero return code.
+dependencies and build conflicts listed in the control file. It also checks
+for build-essential. If any are not met, it displays them and exits with a
+nonzero return code.
 .P
 By default, \fBdebian/control\fR is read, but an alternate control filename
 may be specified on the command line.

@@ -7,7 +8,8 @@
 このプログラムはコントロールファイル中にリストされているビルド依存と
 ビルド衝突に関して、システムにインストールされているパッケージを
 チェックする。
-もし、足りないもの/衝突している物があると、それらを表示して 0 以外の
+チェックされるパッケージには、build-essential も含まれる。
+もし、足りないものや衝突している物があるなら、それらを表示して 0 以外の
 返り値を返して終了する。
 .P
 ディフォルトでは、\fBdebian/control\fR が読まれるが、別のコントロール

================ dpkg-deb.1
.TP
.BR --nocheck
Inhibits
.BR "dpkg\-deb \-\-build" 's
usual checks on the proposed contents of an archive.  You can build
any archive you want, no matter how broken, this way.
.TP

@@ -231,8 +229,8 @@
 .TP
 .BR --nocheck
 .BR "dpkg\-deb \-\-build"
-のときにアーカイブの中身を確認することをやめさせる。これによって、
-アーカイブの中身にどのように問題があっても、望むアーカイブを構築する
+のときにアーカイブの中身を確認させない。これによって、
+アーカイブの中身にどのように問題があっても、望んだ通りアーカイブを構築する
 ことができる。
 .TP
 .BR --debug ", " -D


Do not attempt to use just
.B dpkg\-deb
to install software !  You must use
.B dpkg
proper to ensure that all the files are correctly placed and the
package's scripts run and its status and contents recorded.

@@ -247,11 +245,11 @@
 ファイル自体には認証の手段がない。実際、単純なチェックサムさえもない。
 
 .B dpkg\-deb
-でソフトウェアをインストールしようとしてはいけない! すべてのファイルを
-正しい位置に置き、パッケージのスクリプトを実行し、状態や内容を記録する、
-ということを確実に実行させるのであれば、
+でソフトウェアをインストールしようとしてはいけない! 必ず
 .B dpkg
-を使うべきである。
+を使うこと。そうすれば、すべてのファイルを正しい位置に置き、
+パッケージのスクリプトを実行し、状態や内容を記録する、
+ということを確実に実行できる。
 .SH 関連項目
 .BR deb (5),
 .BR deb-control (5),

================ dpkg-name.1
.SH DESCRIPTION
.PP
This manual page documents the
.B dpkg\-name 
sh script which provides an easy way to rename
.B Debian
packages into their full package names. A full package name consists
of <package>_<version>_<architecture>.deb as specified in the control
file of the package. The <version> part of the filename consists of
the mainstream version information optionally followed by a hyphen and
the revision information.

@@ -15,17 +15,17 @@
 [\-l|\-\-license] [\-k|\-\-symlink] [\-[--] [files]
 .SH 説明
 .PP
-このマニュアルページで
+このマニュアルページでは、
 .B dpkg\-name 
 シェルスクリプトについて説明する。
 .B dpkg\-name
-シェルスクリプトで
+シェルスクリプトは、
 .B Debian
-パッケージを完全なパッケージ名に変更するための簡単にすることができる。
-完全なパッケージ名とはパッケージのcontrolファイルで指定された情報から
+パッケージを完全なパッケージ名に、簡単に変更することができる。
+完全なパッケージ名とは、パッケージの control ファイルで指定された情報から
 得られる<パッケージ>_<バージョン>_<アーキテクチャ>.deb という名前である。
-<バージョン>の部分は、元々のバージョン情報にハイフンが続いてリビジョン
-情報からできている。
+<バージョン> の部分は、元々のバージョン情報にハイフン、そしてリビジョン
+情報が続いたものである。
 .SH 例
 .TP
 .B dpkg-name bar-foo.deb

================ dpkg-scanpackages.8
 .I pathprefix
 is an optional string to be prepended to the Filename fields.
+.PP
+If
+.I -u
+is specified, then scan for *.udeb, instead of *.deb.
+.PP
+When -a\fI<arch>\fP is specified, then instead of scanning for all debs,
+a pattern consisting of *_all.deb and *_arch.deb is used.

@@ -53,19 +55,25 @@
 .PP
 .I pathprefix
 はFilenameフィールドで前に追加できるオプションの文字列である。
+.PP
+.I -u
+を指定した場合は、*.deb の代わりに *.udeb をスキャンする。
+.PP
+-a\fI<arch>\fP を指定した場合は、すべての deb ファイルをスキャンする代わりに、
+*_all.deb や *_arch.deb パターンにマッチするファイルを対象とする。
 .

================ dpkg-scansources.8
-dpkg-scansources - prog
+dpkg-scansources - search for '.dsc' files and build the 'Sources' index

@@ -142,7 +142,7 @@
 .TH ..::dpkg::scripts::dpkg-scansources 8 "perl v5.6.0" "2001-03-06" "User Contributed Perl Documentation"
 .UC
 .SH "名前"
-dpkg-scansources \- Sourcesファイルを生成する
+dpkg\-scansources \- '.dsc' ファイルを検索し、'Sources' インデックスを生成する
 .SH "書式"
 .IX Header "SYNOPSIS"
 \&\fBdpkg-scansources\fR [switch]... \fIbinary-dir\fR [\fIoverride-file\fR

-- 
喜瀬“冬猫”浩@南国沖縄