{% extends "base.html" %} {% block title %}DEP-11 data for {{distro}}: Suites overview{% endblock %} {% block header_content %} DEP-11 data hints for {{distro}} {% endblock %} {% block content %}

Welcome!

Welcome to the DEP-11 generator HTML pages!

These pages exist to provide a user-friendly view on the issues discovered by the DEP-11 generator while extracting metadata from packages in the {{distro}} archive. They can also be used to take a look at the raw metadata, to spot possible problems with the data itself or the generation process.

Select a suite

{% for suite in suites %}

{{suite}}

{% endfor %}

More information about AppStream & DEP-11

::TODO

See AppStream @ wiki.d.o and DEP-11 @ wiki.d.o for now.

You can find the source-code of the DEP-11 generator here.

{% endblock %}