not ignoring public
This commit is contained in:
parent
96be15493e
commit
3222f65db1
1 changed files with 1 additions and 1 deletions
2
debian/upstream-file-count-check.sh
vendored
2
debian/upstream-file-count-check.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
ucount=$(ls -1 | wc -l)
|
ucount=$(ls -1 | wc -l)
|
||||||
dcount=$(cat debian/install |cut -d' ' -f1|grep -v debian |wc -l)
|
dcount=$(cat debian/install |cut -d' ' -f1|grep -v debian |wc -l)
|
||||||
ignored=8
|
ignored=7
|
||||||
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
|
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
|
||||||
echo "Found new files added by upstream and not added to debian/install"
|
echo "Found new files added by upstream and not added to debian/install"
|
||||||
echo "Add them to debian/install or adjust 'ignored=${ignored}'"
|
echo "Add them to debian/install or adjust 'ignored=${ignored}'"
|
||||||
|
|
Loading…
Reference in a new issue