From a1406c4dd5f0fc7e4c280e96bcd604b037adb3ec Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 24 Feb 2018 12:49:49 +0530 Subject: [PATCH] Make sure we take filter and unsuspiciaus texts from debian folder This was added because these files will be present under .git/dgit/unpack if we use dgit to push source. --- debian/make_orig_multi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/make_orig_multi.sh b/debian/make_orig_multi.sh index aff3b3341..413ed8595 100755 --- a/debian/make_orig_multi.sh +++ b/debian/make_orig_multi.sh @@ -24,8 +24,8 @@ if [ -z "$1" ] fi; BOOTSTRAP_PY=$(find "${PWD}" -name bootstrap.py -type f) -VENDOR_FILTER=$(find "${PWD}" -name vendor-tarball-filter.txt -type f) -VENDOR_SUS_WHITELIST=$(find "${PWD}" -name vendor-tarball-unsuspicious.txt -type f) +VENDOR_FILTER=$(find "${PWD}/debian" -name vendor-tarball-filter.txt -type f) +VENDOR_SUS_WHITELIST=$(find "${PWD}/debian" -name vendor-tarball-unsuspicious.txt -type f) # Download cargo tarball uscan --rename ${USCAN_ARGS} --force-download --destdir "${TMPDIR}/" -- 2.30.2