109 lines
2.7 KiB
HTML
109 lines
2.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of DEBCONF-MERGETEMPLATE</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>DEBCONF-MERGETEMPLATE</H1>
|
|
Section: Debconf (1)<BR>Updated: 2019-08-03<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
debconf-mergetemplate - merge together multiple debconf template files
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
debconf-mergetemplate [options] [templates.ll ...] templates
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
Note: This utility is deprecated. You should switch to using po-debconf's
|
|
po2debconf program.
|
|
<P>
|
|
|
|
This program is useful if you have multiple debconf templates files which
|
|
you want to merge together into one big file. All the specified files will
|
|
be read in, merged, and output to standard output.
|
|
<P>
|
|
|
|
This can be especially useful if you are dealing with translated template
|
|
files. In this case, you might have your main template file, plus several
|
|
other files provided by the translators. These files will have translated
|
|
fields in them, and maybe the translators left in the english versions of
|
|
the fields they translated, for their reference.
|
|
<P>
|
|
|
|
So, you want to merge together all the translated templates files
|
|
with your main templates file. Any fields that are unique to the translated
|
|
files need to be added in to the correct templates, but any fields they have
|
|
in common should be superseded by the fields in the main file (which might be
|
|
more up-to-date).
|
|
<P>
|
|
|
|
This program handles that case properly, just list each of the translated
|
|
templates files, and then your main templates file last.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">--outdated<DD>
|
|
|
|
|
|
Merge in even outdated translations. The default is to drop them with a
|
|
warning message.
|
|
<DT id="2">--drop-old-templates<DD>
|
|
|
|
|
|
If a translation has an entire template that is not in the master file (and
|
|
thus is probably an old template), drop that entire template.
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+debconf-getlang">debconf-getlang</A></B>(1)
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Joey Hess <<A HREF="mailto:joeyh@debian.org">joeyh@debian.org</A>>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="3"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="4"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="5"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="6"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="7"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="8"><A HREF="#lbAG">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:10 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|