Exclude .rej file generated by quilt in file list

This commit is contained in:
Sruthi Chandran 2020-01-14 00:44:41 +05:30
parent 1f8663ade8
commit abb2f6dd38

View file

@ -1,4 +1,4 @@
LC_ALL=C.UTF-8 ls -1a |grep -vx .git |grep -vx .pc > debian/upstream-file-list.new
LC_ALL=C.UTF-8 ls -1a |grep -vx .git |grep -vx .pc |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"