2009年3月11日星期三

patch all apt-source support modules

pp -e 'while (<>) { chomp; @F=split; print qq(@F[4..$#F]\n) if /Unmet/}' -o ~/bin/apt-build-unmet

dpkg -l | perl -lane 'system(qq(apt-get source -b $F[1])) if $F[1]=~/lib[-a-z]+perl/&&$F[1]!~/cgi/' >> /tmp/errlog 2>>/tmp/errlog

apt-build-unmet /tmp/errlog

then you can install the module which is very important for building to the system.

没有评论: