Your message dated Thu, 13 Nov 2003 12:12:40 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#219753: http://qa.debian.org/debcheck.php doesn't respect
arch-specific build-deps
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; 8 Nov 2003 17:50:36 +
>From [EMAIL PROTECTED] Sat Nov 08 11:50:35 2003
Return-path: <[EMAIL PROTECTED]>
Received: from cpe00062579efac-cm014260028338.cpe.net.cable.rogers.com
(outpost.dnsalias.org) [65.49.88.87]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AIXEJ-0002NT-00; Sat, 08 Nov 2003 11:50:35 -0600
Received: from outpost.dnsalias.org (localhost [127.0.0.1])
by outpost.dnsalias.org (8.12.10/8.12.10/Debian-4) with ESMTP id
hA8HoX7O002363;
Sat, 8 Nov 2003 12:50:33 -0500
Received: (from [EMAIL PROTECTED])
by outpost.dnsalias.org (8.12.10/8.12.10/Debian-4) id hA8HoWuc002362;
Sat, 8 Nov 2003 12:50:32 -0500
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jeff Bailey <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: http://qa.debian.org/debcheck.php doesn't respect arch-specific
build-deps
X-Mailer: reportbug 2.36
Date: Sat, 08 Nov 2003 12:50:32 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-4.9 required=4.0
tests=BAYES_10,HAS_PACKAGE,MSG_ID_ADDED_BY_MTA_3,SATISFACTION
version=2.53-bugs.debian.org_2003_11_7
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7
(1.174.2.15-2003-03-30-exp)
Package: qa.debian.org
Severity: normal
http://qa.debian.org/debcheck.php?dist=unstable&package=glibc shows
the following:
BuildDepends
Package declares a build time dependency on hurd-dev (>= 20020608-1)
[hurd-i386] which cannot be satisfied on i386.
---
Received: (at 219753-done) by bugs.debian.org; 13 Nov 2003 11:14:42 +
>From [EMAIL PROTECTED] Thu Nov 13 05:13:23 2003
Return-path: <[EMAIL PROTECTED]>
Received: from nautilus.3node.com [62.245.184.18]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AKFPa-0004Ex-00; Thu, 13 Nov 2003 05:13:19 -0600
Received: by nautilus.3node.com (Postfix, from userid 10)
id B6FED122DF4; Thu, 13 Nov 2003 12:13:15 +0100 (CET)
Received: from valiant.palfrader.org (valiant.sbg.palfrader.org [172.22.118.2])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
(Client CN "valiant.palfrader.org", Issuer "Peter Palfrader" (verified
OK))
by marvin.palfrader.org (Postfix) with ESMTP
id 2EED0130CC; Thu, 13 Nov 2003 12:12:41 +0100 (CET)
Received: by valiant.palfrader.org (Postfix, from userid 1000)
id 6CCA9FCC2; Thu, 13 Nov 2003 12:12:40 +0100 (CET)
Date: Thu, 13 Nov 2003 12:12:40 +0100
From: Peter Palfrader <[EMAIL PROTECTED]>
To: Jeff Bailey <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#219753: http://qa.debian.org/debcheck.php doesn't respect
arch-specific build-deps
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ylS2wUBXLOxYXZFQ"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
X-PGP: 1024D/94C09C7F 5B00 C96D 5D54 AEE1 206B AF84 DE7A AF6E 94C0 9C7F
X-Request-PGP: http://www.palfrader.org/keys/94C09C7F.asc
X-Accept-Language: de, en
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-4.9 required=4.0
tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT,SATISFACTION
version=2.53-bugs.debian.org_2003_11_9
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_9
(1.174.2.15-2003-03-30-exp)
--ylS2wUBXLOxYXZFQ
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, 13 Nov 2003, Peter Palfrader wrote:
> On Sat, 08 Nov 2003, Jeff Bailey wrote:
>=20
> > Package: qa.debian.org
> > Severity: normal
> >=20
> > http://qa.debian.org/debcheck.php?dist=3Dunstable&package=3Dglibc shows
> > the following:
> >=20
> > BuildDepends
> >=20
> > Package declares a build time dependency on hurd-dev (>=3D 20020608-1)
> > [hurd-i386] which cannot be satisfied on i386.
>=20
> Ah :)
>=20
> $arch =3D 'i386';
> $deps_arch =3D 'hurd-i386'
> ignore unless $deps_arch =3D~ $arch;
>