check if there are unused build dependencies for this source package

This commit is contained in:
josch 2014-07-07 08:16:38 +02:00
parent 807e309173
commit 57a0241b09

3
run.sh
View file

@ -63,6 +63,9 @@ check () {
dscname="$1"
archall="$2"
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
if [! -f "$unusedbdname" ]; then
return
fi
while read bd; do
# now run sbuild with "findunusedbd.sh equivs" creating a fake equivs package
sbuild --$archall --quiet \