{# 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/index.html #} {% extends name+"/base.html" %} {% block title %}Debian Sources{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

{{ self.title() }}

All Debian patch are belong to us— Anonymous [^]

Browse through the patches applied in Debian packages. Read more…

Browse by prefix

{{ macros.render_packages_prefixes(packages_prefixes, request) }}

{{ macros.render_news(news, archived_news) }} {% endblock %} {# show the background debian image #} {% block bg_wrapper %}
{{ self.content() }}
{% endblock %}