{% extends "layout.html" %} {% block sidebar %}{% include "lintian-fixes/sidebar.html" %}{% endblock %} {% from "run_util.html" import display_result_code %} {% block page_title %}Lintian Fixes Regressions{% endblock %} {% block body %}

Lintian Fixes Regressions

This is an overview of all packages that were successfully built without any lintian-brush changes applied, but failed with lintian-brush fixes.

Packages need to be built from the exact same upstream revision to be listed here.

{% for package, lintian_fixes_run_id, unchanged_run_id, result_code in packages %} {% endfor %}
Package Result code Unchanged Run
{{ package }} {{ result_code }} success
{% endblock %}