| 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" [ |
| 4 | |
| 5 | <!ENTITY % aptent SYSTEM "apt.ent"> |
| 6 | %aptent; |
| 7 | |
| 8 | <!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> |
| 9 | %aptverbatiment; |
| 10 | |
| 11 | ]> |
| 12 | |
| 13 | <refentry> |
| 14 | |
| 15 | <refentryinfo> |
| 16 | &apt-author.jgunthorpe; |
| 17 | &apt-author.team; |
| 18 | &apt-email; |
| 19 | &apt-product; |
| 20 | <!-- The last update date --> |
| 21 | <date>29 February 2004</date> |
| 22 | </refentryinfo> |
| 23 | |
| 24 | <refmeta> |
| 25 | <refentrytitle>apt-extracttemplates</refentrytitle> |
| 26 | <manvolnum>1</manvolnum> |
| 27 | <refmiscinfo class="manual">APT</refmiscinfo> |
| 28 | </refmeta> |
| 29 | |
| 30 | <!-- Man page title --> |
| 31 | <refnamediv> |
| 32 | <refname>apt-extracttemplates</refname> |
| 33 | <refpurpose>Utility to extract DebConf config and templates from Debian packages</refpurpose> |
| 34 | </refnamediv> |
| 35 | |
| 36 | &synopsis-command-apt-extracttemplates; |
| 37 | |
| 38 | <refsect1><title>Description</title> |
| 39 | <para><command>apt-extracttemplates</command> will take one or more Debian package files |
| 40 | as input and write out (to a temporary directory) all associated config |
| 41 | scripts and template files. For each passed in package that contains |
| 42 | config scripts and templates, one line of output will be generated |
| 43 | in the format:</para> |
| 44 | <para>package version template-file config-script</para> |
| 45 | <para>template-file and config-script are written to the temporary directory |
| 46 | specified by the -t or --tempdir (<literal>APT::ExtractTemplates::TempDir</literal>) |
| 47 | directory, with filenames of the form <filename>package.template.XXXX</filename> and |
| 48 | <filename>package.config.XXXX</filename></para> |
| 49 | </refsect1> |
| 50 | |
| 51 | <refsect1><title>options</title> |
| 52 | &apt-cmdblurb; |
| 53 | |
| 54 | <variablelist> |
| 55 | <varlistentry><term><option>-t</option></term><term><option>--tempdir</option></term> |
| 56 | <listitem><para> |
| 57 | Temporary directory in which to write extracted debconf template files |
| 58 | and config scripts. |
| 59 | Configuration Item: <literal>APT::ExtractTemplates::TempDir</literal></para></listitem> |
| 60 | </varlistentry> |
| 61 | |
| 62 | &apt-commonoptions; |
| 63 | |
| 64 | </variablelist> |
| 65 | |
| 66 | |
| 67 | </refsect1> |
| 68 | |
| 69 | <refsect1><title>See Also</title> |
| 70 | <para>&apt-conf;</para> |
| 71 | </refsect1> |
| 72 | |
| 73 | <refsect1><title>Diagnostics</title> |
| 74 | <para><command>apt-extracttemplates</command> returns zero on normal operation, decimal 100 on error.</para> |
| 75 | </refsect1> |
| 76 | |
| 77 | &manbugs; |
| 78 | |
| 79 | </refentry> |