Verified Commit 743af13c authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Merge branch 'hmc/debexpo-spelling' into live



Signed-off-by: Baptiste Beauplat's avatarBaptiste Beauplat <lyknode@debian.org>
parents db4c0c3f 0f3dcb4b
...@@ -13,7 +13,7 @@ I am looking for a sponsor for my package "{{ upload.package.name|default:"hello ...@@ -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]" }} * 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]" }} 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" }} {{ binaries|default:"hello - friendly greeter" }}
...@@ -22,7 +22,7 @@ To access further information about this package, please visit the following URL ...@@ -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 %} {% if upload %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name=upload.package.name %}
{% else %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %} {% else %} {{ request.scheme }}://{{ request.get_host }}{% url 'package' name='hello' %}
{% endif %} {% 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 }} {% 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 {% else %} dget -x {{ request.scheme }}://{{ request.get_host }}/debian/pool/main/h/hello/hello_3.1-4.dsc
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
A <em>RFS</em> is a <em>request for sponsorship</em>. If you have a package An <em>RFS</em> is a <em>request for sponsorship</em>. If you have a
to be uploaded to Debian, you should file a bug against the package to be uploaded to Debian, you should file a bug against the
<em>sponsorship-requests</em> pseudo-package containing information about <em>sponsorship-requests</em> pseudo-package containing information
your package. about your package.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
...@@ -19,19 +19,19 @@ ...@@ -19,19 +19,19 @@
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
In general sponsor requests should be handled through the In general, sponsorship requests should be handled through the
<a href="https://www.debian.org/Bugs/">Debian Bug Tracking System</a>. <a href="https://www.debian.org/Bugs/">Debian Bug Tracking System</a>.
Please make sure both reports and comments are sent to the bug report Please make sure both reports and comments are sent to the bug report
(<em>nnn@bugs.debian.org</em>) <strong>only</strong>. A copy is going to be (<em>nnn@bugs.debian.org</em>) <strong>only</strong>. A copy will be
sent to the <em>debian-mentors</em> mailing list automatically by the bug sent to the <em>debian-mentors</em> mailing list automatically by the
tracker. bug tracker.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
Once a source package has been prepared and made available (for example by Once a source package has been prepared and made available (for example by
uploading it to this site) file a new bug report against the uploading it to this site), file a new bug report against the
<a href="https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sponsorship-requests"><em>sponsorship-requests</em></a> <a href="https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sponsorship-requests"><em>sponsorship-requests</em></a>
pseudo-package by using the template below. pseudo-package by using the template below.
{% endblocktrans %} {% endblocktrans %}
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
{% else %} {% else %}
<a href="mailto:submit@bugs.debian.org?subject=RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly greeter&body={{ rfs_encoded }}"> <a href="mailto:submit@bugs.debian.org?subject=RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly greeter&body={{ rfs_encoded }}">
{% endif %} {% endif %}
{% trans 'Send the filled out template below by mail' %}</a> {% trans 'Send the completed template below by email' %}</a>
{% blocktrans trimmed %} {% blocktrans trimmed %}
to our pseudo-package. If you prefer, you can also use the to our pseudo-package. If you prefer, you can also use the
<a href="https://packages.debian.org/search?keywords=reportbug&searchon=names&exact=1&suite=all&section=main">reportbug</a> <a href="https://packages.debian.org/search?keywords=reportbug&searchon=names&exact=1&suite=all&section=main">reportbug</a>
...@@ -95,78 +95,81 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -95,78 +95,81 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
Please indicate in the subject if the package fixes <tt>RC</tt> bugs, is a Please indicate in the subject line if you are adding a new package to
<tt>QA</tt> or <tt>NMU</tt> upload or a new package or a package you Debian (<tt>ITP</tt>), if you are adopting an existing package
adopted: (<tt>ITA</tt>), or if you are fixing bugs in an existing package (via
<tt>NMU</tt> or <tt>QA</tt>). If your upload also fixes Release Critical
bugs, please add the <tt>RC</tt> indicator as well.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<pre>{% if upload %} <pre>{% if upload %}
Subject: RFS: {{ upload.package.name }}/1.0-1 [ITP] -- {{ upload.package.get_description }} Subject: RFS: {{ upload.package.name }}/1.0-1 [ITP] -- {{ upload.package.get_description }}
Subject: RFS: {{ upload.package.name }}/1.0-3 [QA] -- {{ upload.package.get_description }} Subject: RFS: {{ upload.package.name }}/1.0-2 [ITA] -- {{ upload.package.get_description }}
Subject: RFS: {{ upload.package.name }}/1.0-1.1 [NMU] [RC] -- {{ upload.package.get_description }} Subject: RFS: {{ upload.package.name }}/1.0-1.1 [NMU] [RC] -- {{ upload.package.get_description }}
Subject: RFS: {{ upload.package.name }}/1.0-3 [QA] -- {{ upload.package.get_description }}
Subject: RFS: {{ upload.package.name }}/1.0-2 [RC] -- {{ upload.package.get_description }} Subject: RFS: {{ upload.package.name }}/1.0-2 [RC] -- {{ upload.package.get_description }}
Subject: RFS: {{ upload.package.name }}/1.0-2 [ITA] -- {{ upload.package.get_description }}
{% else %} {% else %}
Subject: RFS: hello/1.0-1 [ITP] -- friendly greeter Subject: RFS: hello/1.0-1 [ITP] -- friendly greeter
Subject: RFS: hello/1.0-3 [QA] -- friendly greeter Subject: RFS: hello/1.0-2 [ITA] -- friendly greeter
Subject: RFS: hello/1.0-1.1 [NMU] [RC] -- friendly greeter Subject: RFS: hello/1.0-1.1 [NMU] [RC] -- friendly greeter
Subject: RFS: hello/1.0-3 [QA] -- friendly greeter
Subject: RFS: hello/1.0-2 [RC] -- friendly greeter Subject: RFS: hello/1.0-2 [RC] -- friendly greeter
Subject: RFS: hello/1.0-2 [ITA] -- friendly greeter
{% endif %}</pre> {% endif %}</pre>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
The meaning of this shortcuts is denoted below, in case you are unsure: The meaning of the indicators above is described below:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<dl> <dl>
<dt>ITA</dt> <dt>ITP</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
<tt>ITA</tt> stands for <em>Intend to adopt</em>. These are packages <tt>ITP</tt> stands for <em>Intend to package</em>. These are
which were orphaned in the past and you intend to adopt. packages that do not exist in Debian yet. Such packages need to
go through the <tt>NEW</tt> queue, where they are reviewed by an
<a href="https://ftp-master.debian.org/new.html">FTP Master</a>.
Packages that must go through NEW include renamed packages,
packages moving between areas, and source packages that build
new binary packages.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>ITP</dt> <dt>ITA</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
<tt>ITP</tt> stands for <em>Intend to package</em>. These are <tt>ITA</tt> stands for <em>Intend to adopt</em>. These are
packages which not exist in Debian yet. Such packages need to go packages which were orphaned in the past and which you intend
through <tt>NEW</tt>. That is the to adopt.
<a href="https://ftp-master.debian.org/new.html">queue on
ftp-master</a> for packages uploaded for the first time, which
need to be reviewed first. This includes renames, packages moving
between areas, and source-packages that build new binary
packages.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>QA</dt> <dt>NMU</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
You upload is a <tt>QA</tt> upload. Please refer to the respective Your upload is a <em>Non-Maintainer Upload</em>, a version of a
section in the package that is not uploaded by the official Maintainer of a
<a href="https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu-qa-upload">developer's reference</a> package, but rather by you. Special rules apply to these uploads.
to learn about <tt>QA</tt> uploads. Please refer to the
<a href="https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu">Developer's Reference</a>
for more information.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>NMU</dt> <dt>QA</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
This is short for "Non-Maintainer Upload"; a version of a package Your upload is a <tt>QA</tt> upload. Please refer to the
that is not uploaded by the official Maintainer of a package, but respective section in the
rather by you. For <tt>NMU</tt>s special rules apply. Please see the <a href="https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu-qa-upload">Developer's Reference</a>
<a href="https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu">developer's reference</a> to learn about <tt>QA</tt> uploads.
again.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>RC</dt> <dt>RC</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
This is short for "Release-Critical". That is a class of bugs which This is short for <em>Release-Critical</em>, a class of bugs that
are particularly important. Use this indication if your request are particularly important. Use this indicator if your request
fixes such <tt>RC</tt>-bugs. fixes an <tt>RC</tt> bug.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
</dl> </dl>
...@@ -174,17 +177,17 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -174,17 +177,17 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
Please keep track of the bug and respond to comments. If the bug was tagged Please keep track of the bug and respond to comments. If the bug was tagged
moreinfo or wontfix and you think you have addressed the issues, please <em>moreinfo</em> or <em>wontfix</em> and you think you have addressed the
remove the respective tag again. issues, please remove the respective tag.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
If you changed the package to address concerns, please send a follow-up to If you changed the package to address concerns, please send a follow-up
the sponsoring request (To: <em>nnn@bugs.debian.org</em>) that includes the email to your sponsorship request bug (nnn@bugs.debian.org) with the URL
URL to the source package and the last changelog entries similar to the to the source package and the most recent changelog entries, as you did
initial request. for the initial request.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
...@@ -201,18 +204,19 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -201,18 +204,19 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<p> <p>
{% blocktrans with url_sponsors=url_sponsors trimmed %} {% blocktrans with url_sponsors=url_sponsors trimmed %}
Anybody feeling competent enough is invited to review sponsoring requests. Anybody feeling competent enough is invited to review sponsorship requests.
You do not need to be a Debian Developer to do so. We collected hints to You do not need to be a Debian Developer to do so. We collect
review package on a <a href={{ url_sponsors }}>a dedicated page</a>. <a href={{ url_sponsors }}>hints for reviewing packages</a>
on a dedicated webpage.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
Please send any comments to <em>nnn@bugs.debian.org</em> (please do not send Please send any comments to <em>nnn@bugs.debian.org</em>, but do not send
carbon copies to reviewers or bug submitter - assume they are subscribed to carbon copies to reviewers or the bug submitter. Assume they are subscribed
the mailing list unless they explicitly ask you to send them carbon copies). to the mailing list unless they explicitly ask you to send them carbon
You can use the following tags to indicate progress: copies. You can use the following tags to indicate progress:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
...@@ -220,36 +224,36 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -220,36 +224,36 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<dt>moreinfo</dt> <dt>moreinfo</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
open questions or changes are required before an upload. The package A reviewer has asked questions that need a response or has requested
needs work before it can be uploaded. changes to be made. The package needs work before it can be uploaded.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>confirmed</dt> <dt>confirmed</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
somebody did a brief review the package and it looks sane. It can still Somebody did a brief review of your package and it looks sane. It can
have (smaller) issues that need to be fixed before an upload. still have (smaller) issues that need to be fixed before an upload.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
<dt>pending</dt> <dt>pending</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
somebody is willing to look after the package until it is uploaded. Somebody is willing to look after the package until it is uploaded.
{% endblocktrans %} {% endblocktrans %}
<dd> <dd>
<dt>wontfix</dt> <dt>wontfix</dt>
<dd> <dd>
{% blocktrans trimmed %} {% blocktrans trimmed %}
large problems or cannot not be uploaded at all. The package has significant problems or cannot not be uploaded at all.
{% endblocktrans %} {% endblocktrans %}
</dd> </dd>
</dl> </dl>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
If you intend to take care of the sponsoring request until the package is If you intend to take care of a sponsorship request until the related
ready for upload, please consider setting yourself as the owner of the bug package is ready for upload, please consider setting yourself as the
and tag the bug pending: owner of the bug and tagging the bug as <em>pending</em>:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
...@@ -260,10 +264,10 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -260,10 +264,10 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
After you uploaded a package, please close the bug report by sending a mail After you upload a package, please close the bug report by sending an
to <em>nnn-done@bugs.debian.org</em>. Do not close RFS bugs in email to <em>nnn-done@bugs.debian.org</em>. Do not close RFS bugs in
debian/changelog. It is the sponsor who solves the issue, not the supplier debian/changelog. The sponsor is responsible for solving the bug, not
of the package or anyhow related to the package itself. the supplier of the package or anyone related to the package itself.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
...@@ -271,11 +275,11 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g ...@@ -271,11 +275,11 @@ Subject: RFS: hello/3.1-4 [put in ITP, ITA, RC, NMU if applicable] -- friendly g
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
People are advised to close inactive requests after a longer term of no Inactive sponsorship requests should be closed after a reasonable period
activity (we consider two weeks for requests tagged wontfix, six weeks for of time. We consider this to be two weeks for requests tagged
requests tagged moreinfo and six months for others appropriate). The same <em>wontfix</em>, six weeks for requests tagged <em>moreinfo</em> and
applies to uploaded packages for which the sponsor forgot to close the RFS six months for other tags, as appropriate. The same applies to uploaded
bug. packages for which the sponsor forgot to close the RFS bug.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
{% endblock %} {% endblock %}
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