Commit 528e0ea9 authored by Hugh McMaster's avatar Hugh McMaster
Browse files

rfs.html: Update template text

parent db4c0c3f
......@@ -13,7 +13,7 @@ I am looking for a sponsor for my package "{{ upload.package.name|default:"hello
* Vcs : {{ upload.sourcepackage_set.get.get_vcs_browser|default:"[fill in URL of packaging vcs]" }}
Section : {{ upload.sourcepackage_set.get.section.name|default:"[fill in]" }}
It builds those binary packages:
The source builds the following binary packages:
{{ binaries|default:"hello - friendly greeter" }}
......@@ -22,7 +22,7 @@ To access further information about this package, please visit the following URL
{% if upload %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name=upload.package.name %}
{% else %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %}
{% endif %}
Alternatively, one can download the package with dget using this command:
Alternatively, you can download the package with 'dget' using this command:
{% if upload %} dget -x {{ request.scheme }}://{{ request.get_host }}{{ upload.get_dsc_url }}
{% else %} dget -x {{ request.scheme }}://{{ request.get_host }}/debian/pool/main/h/hello/hello_3.1-4.dsc
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment