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

Re: 75 unreported RC bugs, (mostly?) fixable by rebuilding / could lintian please prevent such packages from being uploaded in future?



* Philipp Kern [2010-12-16 19:06 +0100]:
> On Thu, Dec 16, 2010 at 06:56:13PM +0100, Carsten Hey wrote:
> > Could rebuilding them please be scheduled?
>
> We cannot rebuild arch:all packages without sourceful uploads.

This prints the non arch:all packages:

w3m http://lintian.debian.org/tags/install-info-used-in-maintainer-script.html \
| awk '/[(]binary[)]$/ {print $1}' \
| xargs apt-cache show \
| grep -E '^Package:|^Architecture:' \
| cut -d: -f2 \
| xargs printf '%s %s\n' \
| awk '$2!="all" {print}'


Reply to: