From: aba Date: Sat, 11 Nov 2006 18:19:56 +0000 (+0000) Subject: NMUs and version-tracking X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d47eea246d636b1c0af72dddaea544dc5a44dfe8;p=developers-reference.git NMUs and version-tracking git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@3943 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/debian/changelog b/debian/changelog index 43ce201..0e79961 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ developers-reference (3.3.8) unstable; urgency=low the suggestion to Colin Tuckley. Closes: #380458 * irc.d.o points to oftc. Thanks, Christoph Biedl, Jon Dowland. Closes: #382721 + * Bugs are now always closed thanks to version tracking. + Closes: #339552 -- Andreas Barth Sat, 11 Nov 2006 10:55:44 -0700 diff --git a/developers-reference.sgml b/developers-reference.sgml index 95b1fbf..6b978e3 100644 --- a/developers-reference.sgml +++ b/developers-reference.sgml @@ -7,7 +7,7 @@ %dynamicdata; - + @@ -2181,16 +2181,11 @@ We prefer the closes: #XXX syntax, as it is the most concise entry and the easiest to integrate with the text of the changelog.

-If an upload is identified as Non-maintainer upload (NMU) -(and that is the case if the name of the person who commits this change -is not exactly the same as any one of Maintainer or Uploader, -except if the maintainer is the qa group), -than the bug is only tagged fixed instead of being closed. -If a maintainer upload is targetted to experimental, -than the tag fixed-in-experimental is added to the bug; -for NMUs, the tag fixed is used. -(The special rule for experimental is expected to change -as soon as version-tracking is added to the bug tracking system.) +Historically, uploads identified as +Non-maintainer upload (NMU) +were tagged fixed instead of being closed, +but that practice was ceased with the advent of version-tracking. +The same applied to the tag fixed-in-experimental.

If you happen to mistype a bug number or forget a bug in the changelog entries, don't hesitate to undo any damage the error caused. To reopen @@ -2198,7 +2193,9 @@ wrongly closed bugs, send an reopen XXX command to the bug tracking system's control address, &email-bts-control;. To close any remaining bugs that were fixed by your upload, email the .changes file to XXX-done@&bugs-host;, -where XXX is your bug number. +where XXX is your bug number, and write "Version: XXX" +in the first line of the body of the email to mark the first version +where this bug has been closed.

Bear in mind that it is not obligatory to close bugs using the changelog as described above. If you simply want to close bugs that