Provided by: botch_0.16-2ubuntu2_amd64 bug

NAME

       botch-multiarch-interpreter-problem - find all arch:all packages that allow switching
       architectures

SYNOPSIS

       botch-multiarch-interpreter-problem [-h] [-v] graph.xml

DESCRIPTION

       Given a package graph, this program outputs a page in HTML format listing all
       Architecture:all and not Multi-Arch:foreign packages that are on a dependency path between
       two Architecture:any packages.

       More precisely, dose-ceve creates a graph with binary packages being the nodes and their
       dependency and provides relationship being the edges. This page prints all nodes that have
       a (possibly transitive) predecessor (a reverse dependency) that is not Architecture:all
       and that have a (possibly transitive) successor (a dependency) that is not
       Architecture:all and not Multi-Arch:foreign. If a Multi-Arch:foreign package is
       encountered while walking the successors, then the successors of that package are not
       further traversed.

OPTIONS

       -v, --verbose
           Be verbose.

       -h, --help
           Print help message.

       --packages
           Packages file to retrieve binary package size

EXAMPLE

        dose-ceve -G pkg -T grml -t deb Packages.gz > graph.xml
        botch-multiarch-interpreter-problem --packages=Packages.gz graph.xml > out.html
        w3m out.html

BUGS

       See <http://bugs.debian.org/botch>.

SEE ALSO

       Debian doc-base Manual /usr/share/doc/botch/wiki/Home.html

AUTHOR

       This man page was written by Johannes Schauer. Botch is written by Johannes Schauer and
       Pietro Abate.

COPYRIGHT

       Copyright 2012-2014 Johannes Schauer, Pietro Abate

       This program is free software: you can redistribute it and/or modify it under the terms of
       the GNU Lesser General Public License as published by the Free Software Foundation, either
       version 3 of the License, or (at your option) any later version. A special linking
       exception to the GNU Lesser General Public License applies to this library, see the
       COPYING file for more information.