summary ------- * alexm+gregoa: hardening * ppm: bug fixing (#709533) * Dom: perl 5.20 fallout, package removals * gregoa: package Pegex, update OpenTasks page * XTaran: fix package with Maintainer != group * ntyni: autopkgtest documentation + misc :) HARDENING ========= (Continued from LHF-20140411) unalias grep ; for N in `grep 'Architecture: any' */debian/control | cut -d: -f1 | cut -d/ -f1`; do if ! grep cdbs $N/debian/control; then B=`cat $N/debian/compat`; if [ "x$B" = "x9" ]; then echo "ok: $N"; else echo "TODO: $N $B"; fi; fi; done | grep TODO See LHF-20140306 for past work and notes about special cases. Packages that are arch:any, use dh (ie, not cdbs) and do not use compat 9: NOOP: libmarc-charset-perl 8 (nothing compiled in the resulting package) NOOP: libterm-size-perl-perl 8 (nothing compiled in the resulting package)