rcbuggy problem packages

Generated: {{ now }}

{% for package in packages %}

{{ package.source_package_name }}

Kept out of Debian testing by Debian bug{% if package.bugs|length > 1 %}s{% endif %} {% for bug in package.bugs %} #{{bug}}{% if not loop.last %},{% endif %}{% endfor %}.

{% if package.block_by_regression %}

The failures of this package's autopkgtests block migration of {{ package.block_by_regression|join(", ") }}.

{% endif %} {% if package.block_by_uninstallability %}

At least one binary from this package is made uninstallable by the versions of {{ package.block_by_uninstallability|sort|join(", ") }} in -proposed.

{% endif %} {% if package._rdeps_lines %}
{{ package.rdeps_text_short }}
{% if package.rdeps_text_more -%}
more... {{ package.rdeps_text_more }}
{% endif -%}
{% endif %}

Suggested removal commands:

{% for cmd in package.removal_commands -%}
{{ cmd }}
{% endfor -%}
        
{% endfor %}