[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#440513: marked as done (PTS: Handling of wnpp bugs for packages removed from unstable/experimental)



Your message dated Sun, 2 Sep 2007 18:00:54 +0200
with message-id <20070902160053.GA21664@ouaza.com>
and subject line Bug#440513: PTS: Handling of wnpp bugs for packages removed from unstable/experimental
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qa.debian.org
Severity: wishlist
Tags: patch

Hi,

I suggest to display a different information for wnpp bugs against
packages removed from unstable and experimental:
O/ITA/RFA/RFH: error
RFP: somebody wants to see the package reintroduced by someone else
ITP: somebody wants to reintroduce the package

The attached patch should do the job.

Cheers,

-- 
Thomas Huriaux
Index: pts.xsl
===================================================================
--- pts.xsl	(revision 1710)
+++ pts.xsl	(working copy)
@@ -897,34 +897,87 @@
       <li>
 	<xsl:choose>
 	  <xsl:when test="$other/wnpp/@type='O'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an O (Orphaned) entry for
+	  this package. This is probably an error, as it is neither part of
+	  unstable nor experimental.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  <span style="font-weight: bold">This package has been orphaned</span>. 
 	  This means that it does not have a real maintainer at the
 	  moment. Please consider adopting this package if you are interested in it.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='ITA'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an ITA (Intent To Adopt) entry for
+	  this package. This is probably an error, as it is neither part of
+	  unstable nor experimental.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  This package has been orphaned, but someone intends to maintain it.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='RFA'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an RFA (Request For Adoption) entry for
+	  this package. This is probably an error, as it is neither part of
+	  unstable nor experimental.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  The current maintainer is looking for someone who can take over
 	  maintenance of this package. If you are interested in this package,
 	  please consider taking it over. Alternatively you may
 	  want to be co-maintainer in order to help the actual maintainer.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='RFH'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an RFH (Request For Help) entry for
+	  this package. This is probably an error, as it is neither part of
+	  unstable nor experimental.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  The current maintainer is looking for someone who can help with the
 	  maintenance of this package. If you are interested in this package,
 	  please consider helping out. One way you can help is offer to be a
 	  co-maintainer or triage bugs in the bts.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='ITP'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an ITP (Intent To Package). This probably
+	  means that somebody is going to reintroduce this package into unstable.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  The WNPP database contains an ITP (Intent To Package) entry for
 	  this package. This is probably an error, as it has already been
 	  packaged.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='RFP'">
+	  <xsl:choose>
+	  <xsl:when test="@release!='unstable' and @release!='experimental'">
+	  The WNPP database contains an RFP (Request For Package). This probably
+	  means that somebody would like to see this package reintroduced into
+	  unstable by a volunteer.
+	  </xsl:when>
+	  <xsl:otherwise>
 	  The WNPP database contains an RFP (Request For Package) entry
 	  for this package.  This is probably an error, as it has already
 	  been packaged.
+	  </xsl:otherwise>
+	  </xsl:choose>
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='RM'">
 	  <span style="font-weight: bold">This package has been requested to be

--- End Message ---
--- Begin Message ---
Hi,

On Sun, 02 Sep 2007, Thomas Huriaux wrote:
> I suggest to display a different information for wnpp bugs against
> packages removed from unstable and experimental:
> O/ITA/RFA/RFH: error
> RFP: somebody wants to see the package reintroduced by someone else
> ITP: somebody wants to reintroduce the package
> 
> The attached patch should do the job.

Applied! Thanks for the patch.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/

--- End Message ---

Reply to: