check if there are unused build dependencies for this source package
This commit is contained in:
parent
807e309173
commit
57a0241b09
1 changed files with 3 additions and 0 deletions
3
run.sh
3
run.sh
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue