===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
debci-2.13/backends/fake/test-package-67-suite = ENV['debci_suite'] || 'unstable'
debci-2.13/backends/fake/test-package:68:version = `(apt-cache showsrc --only-source #{pkg} | awk '{if($1=="Version:"){print($2)}}' | sort -V | tail -n1) 2>/dev/null`.strip
debci-2.13/backends/fake/test-package-69-if version == ''
##############################################
debci-2.13/lib/environment.sh-91-program_name=${0##*/}
debci-2.13/lib/environment.sh:92:TEMP=`getopt --name $program_name -o ${shared_short_options}${short_options:-} --long ${shared_long_options},${long_options:-} -- "$@"`
debci-2.13/lib/environment.sh-93-
##############################################
debci-2.13/test/test_worker.sh-101-  local WORKERS=''
debci-2.13/test/test_worker.sh:102:  for i in `seq $NUM_WORKERS`; do
debci-2.13/test/test_worker.sh-103-    debci worker &
##############################################
debci-2.13/test/test_worker.sh-107-
debci-2.13/test/test_worker.sh:108:  for i in `seq $NUM_REQUESTS`; do
debci-2.13/test/test_worker.sh-109-    request pkg$i
##############################################
debci-2.13/test/test_worker.sh-146-  # some tests get restarted, so we expect one or two logs
debci-2.13/test/test_worker.sh:147:  for i in `seq $NUM_REQUESTS`; do
debci-2.13/test/test_worker.sh-148-    local d=$(autopkgtest_dir_for_package pkg$i)
##############################################
debci-2.13/tools/indexer.sh-4-
debci-2.13/tools/indexer.sh:5:dir=`$(dirname $0)/../bin/debci config --values-only autopkgtest_basedir`
debci-2.13/tools/indexer.sh-6-