{% extends "browse-layout.html" %} {% block content %}

List of packages with tests

Click on a source package to get to the current autopkgtest results. Versions link to the current source package, which can be downloaded with dget.

{% for i, pkglist in indexed_pkgs|dictsort %} {% set next_id=True %} {% for (p, v) in pkglist %} {% if next_id %} {% set next_id=False %} {% else %} {% endif %} {% endfor %} {% endfor %}
Source package Version
{{p}} {{v}}
Package Index
    {% for i in indexed_pkgs|sort %}
  • {{i}}
  • {% endfor %}
{% endblock %}