Supported architectures:
{{ conf.architectures|join:" " }}
{% if conf.gpgkey %}
{{ conf.architectures|join:" " }}
GPG signatures:
The key used for signing is {{ conf.gpgkey }}
{% endif %}
{% if mirror %}
The key used for signing is {{ conf.gpgkey }}
You are using the mirror sponsored by {{ mirror.sponsor }}. More mirrors
{% endif %}
{{ conf.long_description }}
How to use this repository
{% if do_appinstall %} For easy usage, you can install a single package making this repository available in apt, synaptic, adept, gnome-app-install orany other package management tool. These packages can be found on the pages for each release. If you do not want to use these packages, add the following lines to {% else %} To use the packages in this repository, add the following lines to {% endif %} /etc/apt/sources.listdeb MIRROR RELEASE COMPONENTS deb-src MIRROR RELEASE COMPONENTSReplace MIRROR with one of the mirrors listed below, replace RELEASE with one of the releases listed below and replace COMPONENTS with the components you wish to use. A list of available components can be found on the release pages linked below.
Releases
-
{% for p in pockets %}
- {{ p.name }}
- {{ p.description }} {% endfor %}
Mirrors
This repository is mirrored by the following people-
{% for m in mirrors %}
{% if m.has_all %}
- {{ m.webbase }} has been donated by {{ m.sponsor }} and contains all packages {% else %}
- {{ m.webbase }} has been donated by {{ m.sponsor }}
and contains the components
- {{ m.get_components|join:"
- " }}
{% endif %}
{% endfor %}