--breaksets
Specify that some packages does not have to be compatible any longer and that the corresponding
issue should be omitted from the report. The argument sets is a comma-separated list of sets of
packages. Each set is either a list of binary package names separated by a vertical bar symbol |,
or a wildcard _ standing for any package. We explain this option through examples. You can write
--breaklibjpeg62-dev to state that package libjpeg62-dev does not have to remain installable.
But it is usually better to indicate that the package should remain installable but that it is
fine if it is no longer installable with some other packages: --breaklibjpeg62-dev,_. You can be
even more precise and specify that two given packages can become incompatible, but that any other
incompatibility should be reported: --breakparallel,moreutils. Finally, you can use the vertical
bar symbol to factorize several sets of packages: --break'unoconv,python-uno|docvert-libreoffice'
means that package unoconv does not have to remain installable together with python-uno nor
docvert-libreoffice.
--debugname
Activate debug option name. Use --debughelp to list available debug options.
-help, --help
Print a usage message briefly summarizing the command-line options.
-ofile
Write the report to this file.
--popconfile
Use popcon data from this file to order issues.