debian/rules: Fix debian/files
This commit is contained in:
parent
33d91a8c8d
commit
fe80040edc
1 changed files with 4 additions and 1 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -14,4 +14,7 @@ echo "Perc-Dose-Apt-Agree: $(echo "scale=2;$(grep -E ' 0 0 .$| 1 1 .$' ../result
|
|||
echo "Perc-Dose-Dpkg-Agree: $(echo "scale=2;$(grep -E ' 0 . 0$| 1 . 1$' ../results.txt | wc -l)*100/$num_results" | bc) %"
|
||||
echo "Perc-Apt-Dpkg-Agree: $(echo "scale=2;$(grep -E ' . 0 0$| . 1 1$' ../results.txt | wc -l)*100/$num_results" | bc) %"
|
||||
|
||||
echo "buildlog.txt - -\nresults.txt - -" > debian/files
|
||||
cat << END > debian/files
|
||||
buildlog.txt - -
|
||||
results.txt - -
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue