{# 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. #} {% extends "sources/base.html" %} {% block title %}Service description{% endblock %} {% block breadcrumbs %}doc / overview{% endblock %} {% block content %} {% if sources == true and copyright == true %}

Debsources provides Web access to the source code of the Debian operating system and DebCopyright provides Web access to the package licenses.

{% else %} {% if sources == true %}

Debsources provides Web access to the source code of the Debian operating system.

{% endif %} {% if copyright == true %}

DebCopyright provides Web access to the package licenses of the Debian operating system.

{% endif %} {% endif %}

You can browse through the list of available source packages, or search for a particular one based on its name. Multiple versions of each source package are available — currently both versions coming from all official suites available via the Debian mirror network, and historical releases from archive.debian.org are available.

{% if sources == true %} {% include "sources/doc_overview.html" %} {% endif %} {% if copyright == true %} {% include "copyright/doc_overview.html" %} {% endif %} {% if patches == true %} {% include "patches/doc_overview.html" %} {% endif %} {% endblock %}