Here's a diff to (I think) the previous version I sent. The BTS change gets rid of closed bugs.
--- /tmp/dev-checker 2006-04-12 01:10:26.000000000 -0400 +++ /usr/bin/dev-checker 2006-04-07 10:54:52.000000000 -0400 @@ -3,7 +3,7 @@ # Best-practice information for Debian developers; # intended to be run periodically as a cronjob; # weekly: -# 0 2 * * 0 /usr/share/doc/devscripts/examples/dev-best-practice --delay --mail +# 0 2 * * 0 dev-checker --delay --mail # # Copyright (C) 2006 Justin Pryzby <[EMAIL PROTECTED]> # @@ -111,7 +111,7 @@ echo "You should consider setting it in ~/.devscripts"; else echo "Checking for your bugs tagged moreinfo:"; - lynx -dump "$bts/from:$DEBEMAIL&include=moreinfo" | + lynx -dump "$bts/from:$DEBEMAIL&include=moreinfo&pend-exc=done" | sed -ne '/^[[:space:]]*\* \[[[:digit:]]\+\]\(#[[:digit:]]\)/s//\1/p'; # grep -E '^[[:space:]]*\* \[[[:digit:]]+\]#[[:digit:]]+' | # sed -e 's/^[^#]*//'; @@ -131,6 +131,8 @@ 's/.*<!-- *Machine-readable: *([^ ]+) +([^ ]+) +([^ ]+).*-->.*/\1 \2 \3/p' # sed -ne '/.*Machine-readable: /{ s///; s/-->.*//; s,N/A,,; s, *, ,; p; };' + # These are grouped by package rather than maintainer: + # echo; # echo "Checking for lintian warnings:"; # http://qa.debian.org/data/lintian.log -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]