X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-edos-builddebcheck;h=0562a95d3be189c47a308239a15a0dbbaea22f79;hb=6ed09bc542cd09e984b1da6b5b7a9cd90bdc23e8;hp=400d1e3d9b7dfea47b8e1c700b6be408fccdbd04;hpb=e2c2ec9079349436871c391115a7fa9763f8a60c;p=wannabuild.git diff --git a/bin/wb-edos-builddebcheck b/bin/wb-edos-builddebcheck index 400d1e3..0562a95 100755 --- a/bin/wb-edos-builddebcheck +++ b/bin/wb-edos-builddebcheck @@ -73,9 +73,8 @@ if ( $architecture eq "" ) { } } -open(RESULT,"python /usr/share/edos-distcheck/add-sources.py ". - "--prefix \"$sourceprefix\" < $packagefile $sourcesfile $architecture ". - "| edos-debcheck $edosoptions|"); +open(RESULT,"cat $sourcesfile". + "| edos-debcheck $edosoptions '-base FILE' $packagefile |"); $sourcestanza=0; $explanation="";