{% load debusine %}

Request

{% if debdiff_parser_error %} {% endif %} {% if not debdiff_differences_reported %}

DebDiff did not report any differences.

{% elif debdiff_binary_parsed %} {#Binary artifacts#}

Files in original artifacts but not in new artifacts

{% if debdiff_binary_parsed.removed_files %}
{{ debdiff_binary_parsed.removed_files }}
{% else %}

All files from the original artifacts are present in the new artifacts.

{% endif %}

Files in new artifacts but not in original artifacts

{% if debdiff_binary_parsed.added_files %}
{{ debdiff_binary_parsed.added_files }}
{% else %}

All files from the new artifacts were present in the original artifacts.

{% endif %}

Control diffs changes

{% if debdiff_binary_parsed.control_diff %}
{{ debdiff_binary_parsed.control_diff }}
{% else %}

No changes reported by debdiff in control files.

{% endif %} {% else %} {#Source artifacts#}

Summary of changes

debdiff output

{% widget debdiff_source_file_widget %} {% endif %}