{# Copyright (C) 2015 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {# copied from templates/source_base.html #} {% extends name+"/base.html" %} {% block head %} {{ super() }} {% endblock %} {% block breadcrumbs %} Patches / {{ package }} /{{ version }} {% endblock %} {% block title %}Package: {{ package }}{% endblock %} {% block content %}

{{ self.title() }} / {{ version }}

Metadata

Package Version Patches format
{{ package }} {{ version }} {{ format.rstrip() }}
{% if supported != true %}

The format of the patches in the package is not yet supported!

{% else %} {% if patches|length == 0 %}

This package has no patches.

{% else %}

Patch series

view the series file {% for patch in series %} {% endfor %}
Patch File delta Description
{{ patch.rstrip().replace('-', ' ') }} | (download)

{%- for line in patches[patch]['deltas'] %} {{ line['filepath'] }} | {{ line['deltas'] }}
{%- endfor %} {{ patches[patch]['summary'] }}

{{ patches[patch]['description'] }}
{%- if patches[patch]['bug'] != "" %}

Bug: #{{patches[patch]['bug']}}

{%- endif %}
{% endif %} {% if pagination != none %} {{ macros.render_pagination(pagination) }} {% endif %} {% endif %} {% endblock %}