Penguin
Blame: debconf-mergetemplate(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of debconf-mergetemplate(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DEBCONF-MERGETEMPLATE
2 !!!DEBCONF-MERGETEMPLATE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 debconf-mergetemplate - merge together multiple debconf template files
14 !!SYNOPSIS
15
16
17 debconf-mergetemplate [[templates.ll ...] templates
18 !!DESCRIPTION
19
20
21 This program is useful if you have multiple debconf
22 templates files which you want to merge together into one
23 big file. All the specified files will be read in, merged,
24 and output to standard output.
25
26
27 This can be especially useful if you are dealing with
28 translated template files. In this case, you might have your
29 main template file, plus several other files provided by the
30 translators. These files will have translated fields in
31 them, and maybe the translators left in the english versions
32 of the fields they translated, for their
33 reference.
34
35
36 So, you want to merge together all the translated templates
37 files with your main templates file. Any fields that are
38 unique to the translated files need to be added in to the
39 correct templates, but any fields they have in common should
40 be superceded by the fields in the main file (which might be
41 more up-to-date).
42
43
44 This program handles that case properly, just list each of
45 the translated templates files, and then your main templates
46 file last.
47 !!OPTIONS
48 !!SEE ALSO
49
50
51 ''debconf-getlang''(1)
52 !!AUTHOR
53
54
55 Joey Hess
56 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.