]> git.decadent.org.uk Git - dak.git/blobdiff - docs/madison.1.sgml
2004-06-24 James Troup <james@nocrew.org> * melanie (main): s/file/temp_file/ and...
[dak.git] / docs / madison.1.sgml
index 373c3d666b0529ee2fd109f91b4d643367e3cfda..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>