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

Bug#262077: qa.debian.org: packages.qa.d.o doesn't recognise RFH bugs



Package: qa.debian.org
Severity: normal
Tags: patch

Some packages (e.g. Grub) have an RFH bug filed against WNPP which the PTS
currently doesn't recognise.

Attached is a patch against www/xsl/pts.xsl to add the appropriate
section.
I've also reworded "have some interests" to "are interested" in the
places it appears as I feel it reads slightly better.

Thanks,

Euan.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-rc1
Locale: LANG=ja_JP.UTF8, LC_CTYPE=ja_JP.UTF8
Index: www/xsl/pts.xsl
===================================================================
RCS file: /cvs/qa/pts/www/xsl/pts.xsl,v
retrieving revision 1.33
diff -u -r1.33 pts.xsl
--- www/xsl/pts.xsl	9 Jul 2004 11:02:37 -0000	1.33
+++ www/xsl/pts.xsl	29 Jul 2004 16:56:28 -0000
@@ -608,18 +608,22 @@
 	  <xsl:when test="$other/wnpp/@type='O'">
 	  <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 have some
-	  interests in it.  
+	  moment. Please consider adopting this package if you are interested in it.
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='ITA'">
-	  This package has been orphaned, but someone is intending to
-	  resume its maintenance.
+	  This package has been orphaned, but someone intends to maintain it.
 	  </xsl:when>
 	  <xsl:when test="$other/wnpp/@type='RFA'">
 	  The current maintainer is looking for someone who can take over
-	  maintenance of this package. If you have some interests in this package,
+	  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:when>
+	  <xsl:when test="$other/wnpp/@type='RFH'">
+	  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:when>
 	  <xsl:when test="$other/wnpp/@type='ITP'">
 	  The WNPP database contains an ITP (Intent To Package) entry for

Reply to: