]> git.decadent.org.uk Git - dak.git/blobdiff - docs/madison.1.sgml
initial structural changes to jennifer to support additional queues
[dak.git] / docs / madison.1.sgml
index d65c872fc9def7d1235b0fbc53bb56cd4a94d810..7ebd6f36422fa947be69f612e4c657998ad87433 100644 (file)
     <VariableList>
       <VarListEntry><term><option>-a/--architecture=<replaceable>architecture</replaceable></option></>
        <ListItem>
-         <Para>Restrict the packages being considered to the architecture(s) listed.</PARA>
+         <Para>Only list package information for the listed architecture(s).</PARA>
        </LISTITEM>
       </VarListEntry>
 
+      <VarListEntry><term><option>-b/--binary-type=<replaceable>binary type</replaceable></option></>
+       <ListItem>
+         <Para>Only show package information for the binary type ('deb' or 'udeb').</PARA>
+       </LISTITEM>
+      </VarListEntry>
+
+      <varlistentry><term><option>-c/--component=<replaceable>component</replaceable></option></term>
+       <listitem>
+         <para>Only list package information for the listed component(s).</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-g/--greaterorequal</option></term>
+       <term><option>-G/--greaterthan</option></term>
+       <listitem>
+         <para>Determine the highest version of each package in the target suite (which is forced to just unstable if one was not specificed) and, in addition to the normal output, also print a line suitable for sending in a reply to a buildd as a 'dep-wait' command.  For <option>-g/--greaterorequal</option>, the versioned dependency is a >= one, e.g. <literallayout>dep-retry libgdbm-dev (>= 1.8.3-2)</literallayout></para>
+         <para>And for <option>-G/--greaterthan</option>, the versioned dependency is a >> one, e.g. <literallayout>dep-retry libflac-dev (>> 1.1.0-10)</literallayout></para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><option>-r/--regex</option></term>
+       <listitem>
+         <para>Treat the <replaceable>package</replaceable> argument as a regex, rather than doing an exact search.</para>
+       </listitem>
+      </varlistentry>
+
       <VarListEntry><term><option>-s/--suite=<replaceable>suite</replaceable></option></>
        <ListItem>
          <Para>Only list package information for the suite(s) listed.</PARA>
        </LISTITEM>
       </VarListEntry>
 
+      <VarListEntry><term><option>-S/--source-and-binary</option></>
+       <ListItem>
+         <Para>For each package which is a source package, also show information about the binary packages it produces.</PARA>
+       </LISTITEM>
+      </VarListEntry>
+
       <VarListEntry><term><option>-h/--help</option></>
        <ListItem>
          <Para>Show help and then exit.</PARA>