1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
5 <!ENTITY % aptent SYSTEM
"apt.ent.ja">
13 &apt-author.jgunthorpe;
17 <!-- The last update date -->
18 <date>29 February
2004</date>
22 <refentrytitle>apt-extracttemplates
</refentrytitle>
23 <manvolnum>1</manvolnum>
26 <!-- Man page title -->
28 <refname>apt-extracttemplates
</refname>
30 <refpurpose>Utility to extract DebConf config and templates from Debian packages</refpurpose>
32 <refpurpose>Debian パッケージから DebConf 設定とテンプレートを抽出するユーティリティ
</refpurpose>
38 <command>apt-extracttemplates
</command>
39 <arg><option>-hv
</option></arg>
40 <arg><option>-t=
<replaceable>temporary directory
</replaceable></option></arg>
41 <arg choice=
"plain" rep=
"repeat"><replaceable>file
</replaceable></arg>
46 <refsect1><title>Description</title>
48 <refsect1><title>説明
</title>
50 <para><command>apt-extracttemplates</command> will take one or more Debian package files
51 as input and write out (to a temporary directory) all associated config
52 scripts and template files. For each passed in package that contains
53 config scripts and templates, one line of output will be generated
56 <para><command>apt-extracttemplates
</command> は、
57 入力に複数の Debian パッケージをとり、
58 関連する設定スクリプトとテンプレートファイルを
60 設定スクリプト・テンプレートファイルを持つ、
61 渡されたパッケージそれぞれに対し、以下の形式で
1 行ずつ出力します。
</para>
62 <para>package version template-file config-script
</para>
64 <para>template-file and config-script are written to the temporary directory
65 specified by the -t or -\-tempdir (<literal>APT::ExtractTemplates::TempDir</literal>)
66 directory, with filenames of the form <filename>package.template.XXXX</filename> and
67 <filename>package.config.XXXX</filename></para>
69 <para>テンプレートファイルや、設定スクリプトは、
70 -t や --tempdir で指定した一時ディレクトリ
71 (
<literal>APT::ExtractTemplates::TempDir
</literal>) に書き出され、
72 ファイル名は、
<filename>package.template.XXXX
</filename> や
73 <filename>package.config.XXXX
</filename> と言った形になります。
</para>
77 <refsect1><title>options</title>
79 <refsect1><title>オプション
</title>
83 <varlistentry><term><option>-t
</option></term><term><option>--tempdir
</option></term>
86 Temporary directory in which to write extracted debconf template files
88 Configuration Item: <literal>APT::ExtractTemplates::TempDir</literal></para></listitem>
91 抽出した debconf テンプレートファイルや設定スクリプトを書き出す、
93 設定項目 -
<literal>APT::ExtractTemplates::TempDir
</literal></para></listitem>
104 <refsect1><title>See Also</title>
106 <refsect1><title>関連項目
</title>
107 <para>&apt-conf;
</para>
111 <refsect1><title>Diagnostics</title>
113 <refsect1><title>診断メッセージ
</title>
114 <para><command>apt-extracttemplates
</command> は正常終了時に
0 を返します。
115 エラー時には十進の
100 を返します。
</para>