{% load debusine %}
{{ debdiff_parser_error }}
DebDiff did not report any differences.
{% elif debdiff_binary_parsed %} {#Binary artifacts#}{{ debdiff_binary_parsed.removed_files }}
{% else %}
All files from the original artifacts are present in the new artifacts.
{% endif %}{{ debdiff_binary_parsed.added_files }}
{% else %}
All files from the new artifacts were present in the original artifacts.
{% endif %}{{ debdiff_binary_parsed.control_diffs }}{% endif %}
{% if debdiff_binary_parsed.control_diffs_packages_items %}
{% for package, changes in debdiff_binary_parsed.control_diffs_packages_items %}
{{ changes }}
{% endfor %}
{% endif %}
{% if debdiff_binary_parsed.control_diffs_packages_no_changes %}
No differences were encountered between the control files of package{{ debdiff_binary_parsed.control_diffs_packages_no_changes|length|pluralize }}:
No changes reported by debdiff in control files.
{% endif %} {% else %} {#Source artifacts#}