Bug#219753: http://qa.debian.org/debcheck.php doesn't respect arch-specific build-deps

2003-11-13 Thread Peter Palfrader
On Sat, 08 Nov 2003, Jeff Bailey wrote: > 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 sa

Bug#219753: marked as done (http://qa.debian.org/debcheck.php doesn't respect arch-specific build-deps)

2003-11-13 Thread Debian Bug Tracking System
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 be

Re: Likely inactive maintainer William Ono

2003-11-13 Thread Martin Michlmayr
* Brian Nelson <[EMAIL PROTECTED]> [2003-10-10 09:23]: > William Ono <[EMAIL PROTECTED]> appears to be inactive. He maintains > the following packages: Thanks, I got permission to orphan these packages a while ago. -- Martin Michlmayr [EMAIL PROTECTED]

Have an unbuildable column in developer.php?

2003-11-13 Thread Peter Palfrader
Hi, right now you list which packages are not installable on developer.php. IMO it would also be interesting which packages are not buildable due to missing build depends. Peter -- PGP signed and encrypted | .''`. ** Debian GNU/Linux ** messages preferred.| : :' : The universal

Bug#219753: http://qa.debian.org/debcheck.php doesn't respect arch-specific build-deps

2003-11-13 Thread Josip Rodin
On Thu, Nov 13, 2003 at 11:15:38AM +0100, Peter Palfrader wrote: > > Package declares a build time dependency on hurd-dev (>= 20020608-1) > > [hurd-i386] which cannot be satisfied on i386. > > Ah :) > > $arch = 'i386'; > $deps_arch = 'hurd-i386' > ignore unless $deps_arch =~ $arch; > > Looks lik