=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fitgcp-0.0.20150429/debian/get-orig-source-5-# set -x fitgcp-0.0.20150429/debian/get-orig-source:6:NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` fitgcp-0.0.20150429/debian/get-orig-source-7-COMPRESSION=xz fitgcp-0.0.20150429/debian/get-orig-source:8:VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'` fitgcp-0.0.20150429/debian/get-orig-source-9- fitgcp-0.0.20150429/debian/get-orig-source-10-SVNURI="svn://svn.code.sf.net/p/${NAME}/code/trunk" fitgcp-0.0.20150429/debian/get-orig-source:11:#revision=`LANG=C svn info ${SVNURI} | grep "^Last Changed Rev:" | sed 's/Last Changed Rev: *//'` fitgcp-0.0.20150429/debian/get-orig-source:12:SVNDATE=`LANG=C svn info ${SVNURI} | grep '^Last Changed Date' | sed 's/^Last Changed Date: \([0-9]\+\)-\([0-9][0-9]\)-\([0-9][0-9]\) .*/\1\2\3/'` fitgcp-0.0.20150429/debian/get-orig-source-13-if echo $VERSION | grep -q "$SVNDATE$" ; then ############################################## fitgcp-0.0.20150429/debian/get-orig-source-18-# echo "Package needs update" fitgcp-0.0.20150429/debian/get-orig-source:19:VERSION=`echo ${VERSION}| sed "s/\.[0-9]\+$//"`.${SVNDATE} fitgcp-0.0.20150429/debian/get-orig-source-20-