]>
Commit | Line | Data |
---|---|---|
234edfd0 AL |
1 | <!-- -*- mode: sgml; mode: fold -*- --> |
2 | <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ | |
3 | ||
4 | <!ENTITY % aptent SYSTEM "apt.ent"> | |
5 | %aptent; | |
6 | ||
7 | ]> | |
8 | ||
9 | <refentry> | |
10 | &apt-docinfo; | |
11 | ||
12 | <refmeta> | |
13 | <refentrytitle>apt-extracttemplates</> | |
14 | <manvolnum>1</> | |
15 | </refmeta> | |
16 | ||
17 | <!-- Man page title --> | |
18 | <refnamediv> | |
19 | <refname>apt-extracttemplates</> | |
20 | <refpurpose>Utility to extract DebConf config and templates from Debian packages</> | |
21 | </refnamediv> | |
22 | ||
23 | <!-- Arguments --> | |
24 | <refsynopsisdiv> | |
25 | <cmdsynopsis> | |
26 | <command>apt-extracttemplate</> | |
27 | <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> | |
28 | </cmdsynopsis> | |
29 | </refsynopsisdiv> | |
30 | ||
31 | <RefSect1><Title>Description</> | |
32 | <para> | |
33 | <command/apt-extracttemplates/ will take one or more Debian package files | |
34 | as input and write out (to a temporary directory) all associated config | |
35 | scripts and template files. For each passed in package that contains | |
36 | config scripts and templates, one line of output will be generated | |
37 | in the format: | |
38 | <para> | |
39 | package version template-file config-script | |
40 | </RefSect1> | |
41 | ||
42 | <RefSect1><Title>Options</> | |
43 | &apt-cmdblurb; | |
44 | ||
45 | </RefSect1> | |
46 | ||
47 | <RefSect1><Title>See Also</> | |
48 | <para> | |
49 | &apt-conf; | |
50 | </RefSect1> | |
51 | ||
52 | <RefSect1><Title>Diagnostics</> | |
53 | <para> | |
54 | <command/apt-sortpkgs/ returns zero on normal operation, decimal 100 on error. | |
55 | </RefSect1> | |
56 | ||
57 | &manbugs; | |
58 | &manauthor; | |
59 | ||
60 | </refentry> |