{% extends "layout.html" %} {% block sidebar %}{% include "lintian-fixes/sidebar.html" %}{% endblock %} {% from "run_util.html" import local_command, merge_command, reschedule_button, publish_buttons, result_code_explanation, display_result_code, describe_publish_policy, display_branch_url with context %} {% from "lintian-fixes/util.html" import lintian_tag_link, lintian_brush_summary %} {% block page_title %}Lintian Fixes - {{ package }}{% endblock %} {% block body %}
Nothing to do for {{ package }}. {% else %}
No unpublished successful runs for {{ package }}.
{% endif %} {% else %} {% if run.result_branches %}Debdiff is too long (more than 200 lines). Download the raw debdiff.
{% endif %} {% endif %} {% if result['failed'] %}See the worker log for details.
{% endif %} {% endif %}