===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh-9-DEB_SOURCE_PACKAGE=`egrep '^Source: ' debian/control | cut -f 2 -d ' '`
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh:10:VERSION_UPSTREAM=`dpkg-parsechangelog | grep ^Version: | sed -e 's/^Version:\s*//' -e s/-[^-]*$// -e s/\+git.*//`
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh-11-
##############################################
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh-13-
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh:14:GIT_SHA=`git --git-dir="${DEB_SOURCE_PACKAGE}/.git" show --pretty=format:"%h" --quiet | head -1 || true`
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh-15-
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh:16:VERSION_DATE=`git --git-dir="${DEB_SOURCE_PACKAGE}/.git" log --no-color -1 --date=iso | sed -ne "s/Date:\s\+\(.*\).*/\1/p" | cut -d" " -f1 | tr -d "-"`
dtv-scan-tables-0+git20190925.6d01903/debian/get-vcs-snapshot.sh-17-VERSION_FULL="${VERSION_UPSTREAM}+git${VERSION_DATE}.${GIT_SHA}"