Update upstream file check sh

This commit is contained in:
Sruthi Chandran 2021-09-05 02:18:59 +05:30
parent 70dbca020d
commit 9279d3cff1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LC_ALL=C.UTF-8 ls -1a |grep -vx .git |grep -vx .pc |grep -vx \*.rej > debian/upstream-file-list.new
LC_ALL=C.UTF-8 ls -1a |grep -vx .git |grep -vx .pc |grep -vx _build |grep -vx \*.rej > debian/upstream-file-list.new
if ! diff -u debian/upstream-file-list debian/upstream-file-list.new
then
echo "Upstream added or removed files"