rfs.html 1.67 KB
Newer Older
1
Package: sponsorship-requests
2
Severity: {{ severity|default:"normal [important for RC bugs, wishlist for new packages]" }}
3
4
5

Dear mentors,

6
I am looking for a sponsor for my package "{{ upload.package.name|default:"hello" }}":
7

8
9
10
11
12
13
14
 * Package name    : {{ upload.package.name|default:"hello" }}
   Version         : {{ upload.version|default:"3.1-4" }}
   Upstream Author : {{ info.author|default:"[fill in name and email of upstream]" }}
 * URL             : {{ upload.sourcepackage_set.get.homepage|default:"[fill in URL of upstream's web site]" }}
 * License         : {{ info.licenses|default:"[fill in]" }}
 * 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]" }}
15

Hugh McMaster's avatar
Hugh McMaster committed
16
The source builds the following binary packages:
17

18
  {{ binaries|default:"hello - friendly greeter" }}
19
20
21

To access further information about this package, please visit the following URL:

22
23
24
{% if upload %}  {{ request.scheme }}://{{ request.get_host }}{% url 'package' name=upload.package.name %}
{% else %}  {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %}
{% endif %}
Hugh McMaster's avatar
Hugh McMaster committed
25
Alternatively, you can download the package with 'dget' using this command:
26

27
28
29
{% 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
{% endif %}
30
31
32
{% if upload and not upload.package.in_debian %}Changes for the initial release:
{% else %}Changes since the last upload:
{% endif %}
33
{{ upload.changes|default:"[your most recent changelog entry]" }}
34

35
Regards,