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>Override Utility to remove/add packages from suites</>
27 <arg><option><replaceable>options</replaceable></></arg>
31 <RefSect1><Title>Description</>
33 <command>natalie</command> is the command line tool to handle override files. Override files can be listed to stdout or updated from stdin.
35 <RefSect1><Title>Options</>
38 <VarListEntry><term><option>-c/--component=<replaceable>component</replaceable></option></>
39 <ListItem><Para>Uses the override DB for the component listed. The default is <literal>main</literal>.</PARA></LISTITEM>
43 <term><option>-l/--list</option></term>
45 <para>Lists the override DB to stdout.</para>
49 <VarListEntry><term><option>-s/--suite=<replaceable>suite</replaceable></option></>
50 <ListItem><Para>Uses the override DB for the suite listed. The default is <literal>unstable</literal>.</PARA></LISTITEM>
53 <VarListEntry><term><option>-S/--set</option></term>
54 <ListItem><Para>Update the override DB based on the contents of stdin. Information on the results of the update are printed to stdout.</PARA></LISTITEM>
58 <term><option>-t/--type=<replaceable>type</replaceable></option></term>
60 <para>Uses the override DB for the type listed. The default is <literal>deb</literal>. Possible values are: <literal>deb</literal>, <literal>udeb</literal> and <literal>dsc</literal>.</para>
67 <RefSect1><Title>Diagnostics</>
69 <command>natalie</command> returns zero on normal operation, non-zero on error.