1 <!-- -*- mode: sgml; mode: fold -*- -->
2 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
4 <!ENTITY % katieent SYSTEM "katie.ent">
13 <refentrytitle>natalie</>
17 <!-- Man page title -->
20 <refpurpose>Utility to manipulate the packages overrides</>
27 <arg><option><replaceable>options</replaceable></option></arg>
31 <RefSect1><Title>Description</>
33 <command>natalie</command> is the command line tool to handle override files. Override files can be listed or updated.
36 <RefSect1><Title>Options</>
40 <term><option>-a/--add</option></term>
42 <para>Add entries to the override DB. Changes and deletions are ignored.</para>
46 <VarListEntry><term><option>-c/--component=<replaceable>component</replaceable></option></>
47 <ListItem><Para>Uses the override DB for the component listed.</para>
52 <term><option>-h/--help</option></term>
54 <para>Display usage help and then exit.</para>
59 <term><option>-l/--list</option></term>
61 <para>Lists the override DB to stdout.</para>
66 <term><option>-q/--quiet</option></term>
68 <para>Be less verbose about what has been done.</para>
72 <VarListEntry><term><option>-s/--suite=<replaceable>suite</replaceable></option></>
73 <ListItem><Para>Uses the override DB for the suite listed.</para></listitem>
76 <VarListEntry><term><option>-S/--set</option></term>
77 <ListItem><Para>Set the override DB to the provided input.</PARA></LISTITEM>
81 <term><option>-t/--type=<replaceable>type</replaceable></option></term>
83 <para>Uses the override DB for the type listed. Possible values are: <literal>deb</literal>, <literal>udeb</literal> and <literal>dsc</literal>.</para>
90 <RefSect1><Title>Diagnostics</>
92 <command>natalie</command> returns zero on normal operation, non-zero on error.