===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
indelible-1.03/debian/get-orig-source-12-set -e
indelible-1.03/debian/get-orig-source:13:NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
indelible-1.03/debian/get-orig-source-14-
indelible-1.03/debian/get-orig-source-15-if ! echo $@ | grep -q upstream-version ; then
indelible-1.03/debian/get-orig-source:16:    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
indelible-1.03/debian/get-orig-source-17-else
indelible-1.03/debian/get-orig-source:18:    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*${NAME}.*?\1?"`
indelible-1.03/debian/get-orig-source-19-    if echo "$VERSION" | grep -q "upstream-version" ; then