Update upstream file check sh
This commit is contained in:
parent
70dbca020d
commit
9279d3cff1
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,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
|
if ! diff -u debian/upstream-file-list debian/upstream-file-list.new
|
||||||
then
|
then
|
||||||
echo "Upstream added or removed files"
|
echo "Upstream added or removed files"
|
||||||
|
|
Loading…
Reference in a new issue