Your message dated Fri, 30 Jul 2004 14:08:11 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#262077: qa.debian.org: packages.qa.d.o doesn't recognise 
RFH bugs
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Jul 2004 17:02:19 +0000
>From [EMAIL PROTECTED] Thu Jul 29 10:02:19 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail-relay-3.warwick.ac.uk [137.205.128.9] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BqEIM-0007ah-00; Thu, 29 Jul 2004 10:02:18 -0700
Received: from localhost (localhost [127.0.0.1])
        by mail-relay-3.csv.warwick.ac.uk (8.12.11/8.12.9) with ESMTP id 
i6TH2Gf0025226
        for <[EMAIL PROTECTED]>; Thu, 29 Jul 2004 18:02:16 +0100 (BST)
Received: from mail-relay-3.csv.warwick.ac.uk ([127.0.0.1])
 by localhost (harebell [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 28710-198 for <[EMAIL PROTECTED]>;
 Thu, 29 Jul 2004 18:02:15 +0100 (BST)
Received: from mail.csv.warwick.ac.uk ([EMAIL PROTECTED] [137.205.128.10])
        by mail-relay-3.csv.warwick.ac.uk (8.12.11/8.12.9) with ESMTP id 
i6TH2EY0025209
        for <[EMAIL PROTECTED]>; Thu, 29 Jul 2004 18:02:14 +0100 (BST)
Received: from zircon ([EMAIL PROTECTED] [137.205.192.26])
        by mail.csv.warwick.ac.uk (8.12.9/8.12.10) with ESMTP id i6TH2BTv007796;
        Thu, 29 Jul 2004 18:02:11 +0100 (BST)
Received: by zircon (Postfix, from userid 1000)
        id 1C6E5104C7A; Thu, 29 Jul 2004 18:02:11 +0100 (BST)
Content-Type: multipart/mixed; boundary="===============1027194525=="
MIME-Version: 1.0
From: Euan MacGregor <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: qa.debian.org: packages.qa.d.o doesn't recognise RFH bugs
X-Mailer: reportbug 2.63
Date: Thu, 29 Jul 2004 18:02:11 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new
X-Virus-Scanned: by amavisd-new at warwick.ac.uk
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1027194525==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===============1027194525==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="rfh-patch.diff"

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

--===============1027194525==--

---------------------------------------
Received: (at 262077-done) by bugs.debian.org; 30 Jul 2004 12:08:41 +0000
>From [EMAIL PROTECTED] Fri Jul 30 05:08:41 2004
Return-path: <[EMAIL PROTECTED]>
Received: from a1-2.ppp10.hrnet.fr (arrakis.home.ouaza.com) [212.94.201.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BqWBl-0002yz-00; Fri, 30 Jul 2004 05:08:41 -0700
Received: from localhost (localhost [127.0.0.1])
        by arrakis.home.ouaza.com (Postfix) with ESMTP id 1B0AAEB461;
        Fri, 30 Jul 2004 14:08:12 +0200 (CEST)
Received: from arrakis.home.ouaza.com ([127.0.0.1])
        by localhost (arrakis [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 13516-02; Fri, 30 Jul 2004 14:08:12 +0200 (CEST)
Received: by arrakis.home.ouaza.com (Postfix, from userid 1000)
        id 00F21EB43D; Fri, 30 Jul 2004 14:08:11 +0200 (CEST)
Date: Fri, 30 Jul 2004 14:08:11 +0200
From: Raphael Hertzog <[EMAIL PROTECTED]>
To: Euan MacGregor <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#262077: qa.debian.org: packages.qa.d.o doesn't recognise RFH 
bugs
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040523i
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at home.ouaza.com
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Quoting Euan MacGregor:
> Some packages (e.g. Grub) have an RFH bug filed against WNPP which the =
PTS
> currently doesn't recognise.
>=20
> Attached is a patch against www/xsl/pts.xsl to add the appropriate
> section.

Patch applied. Updates will happen until tomorrow.

Cheers,
--=20
Rapha=EBl Hertzog -+- http://www.ouaza.com
Formation Linux et logiciel libre : http://www.logidee.com
Earn money with free software: http://www.geniustrader.org

Reply via email to