Skip to content
Commits on Source (4)
......@@ -35,6 +35,7 @@ piuparts (0.93) UNRELEASED; urgency=medium
exists since 2005 (even though that FQDN is younger).
- Move suite "by uploaders" and "by source packages" links further up in
navigation menu. Improve structure and headings in navigation menu.
- Link mail templates for filings from navigation menu.
- Drop references to "PTS" and use "tracker.d.o" instead.
- Add link to piuparts source package pages from known problem pages.
- Minor cleanups.
......@@ -42,6 +43,7 @@ piuparts (0.93) UNRELEASED; urgency=medium
* CONTRIBUTING: explain never to directly push to the develop nor master
branch. Explain to always include a debian/changelog entry with patches.
Explain to always test patches and to explain that testing has happened.
* htdocs/bug_howto.tpl: some improvements, it's been some years.
-- Holger Levsen <holger@debian.org> Sat, 22 Sep 2018 15:32:55 +0200
......
......@@ -6,7 +6,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
This page shall grow into a well written explaination how to file useful bugs fast. It assumes you are familar with <a href="https://www.debian.org/Bugs/Reporting" target="_blank">reporting bugs in Debian</a>.
This page aims to summarize how to file useful bugs fast. It assumes you are familar with <a href="https://www.debian.org/Bugs/Reporting" target="_blank">reporting bugs in Debian</a>.
</td>
</tr>
<tr class="normalrow">
......@@ -77,7 +77,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
Please take care when filing bugs to file meaningful bugs and to not annoy maintainers. Don't nitpick or insist on severities, the important thing is to get the bug fixed, not the right severity. Optionally you can also send copies to the piuparts-devel mailinglist by adding <i>X-debbugs-cc: piuparts-devel@alioth-lists.debian.net</i> pseudo-headers.
<em>Please take care when filing bugs to file meaningful bugs and to not annoy maintainers. Don't nitpick or insist on severities, the important thing is to get the bug fixed, not the right severity.</em> Optionally you can also send copies to the piuparts-devel mailinglist by adding <i>X-debbugs-cc: piuparts-devel@alioth-lists.debian.net</i> pseudo-headers.
</td>
</tr>
<tr class="normalrow">
......
......@@ -240,7 +240,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
<b>2011-10-23</b>: piuparts.debian.org is now maintained in git, using the piatti branch.
<b>2011-10-23</b>: Since today piuparts.debian.org is maintained in git, using the piatti branch.
</td>
</tr>
<tr class="normalrow">
......
......@@ -137,7 +137,8 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
</tr>
<tr class="normalrow">
<td class="contentcell">
<a href="$doc_root/bug_howto.html">How to file bugs</a>
<a href="$doc_root/bug_howto.html">How to file bugs</a><br />
(using <a href="$doc_root/templates/mail/">templates</a>)
</td>
</tr>
<tr class="normalrow">
......@@ -249,7 +250,7 @@ HTML_FOOTER = """
<div>
<a href="https://tracker.debian.org/pkg/piuparts" target="_blank">piuparts</a>
is GPL2 <a href="https://packages.debian.org/changelogs/pool/main/p/piuparts/current/copyright" target="_blank">licenced</a>
and was originally written by <a href="mailto:liw@iki.fi">Lars Wirzenius</a> and is now maintained by
and was originally written by <a href="mailto:liw@iki.fi">Lars Wirzenius</a> and today is maintained by
<a href="mailto:anbe@debian.org">Andreas Beckmann</a> and
<a href="mailto:holger@layer-acht.org">Holger Levsen</a> and
......