not ignoring public

This commit is contained in:
Praveen Arimbrathodiyil 2016-04-04 14:51:16 +05:30
parent 96be15493e
commit 3222f65db1

View file

@ -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}'"