===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-debian-perl-0.06/.travis.yml-11-  - sudo apt-get -qq --yes install devscripts dpkg-dev
libtest-debian-perl-0.06/.travis.yml:12:  - dch --newversion `git describe|sed -E 's#.*/##'|sed -E 's/-([0-9]+)-(.{8})$/+\1.\2/'`~$TRAVIS_DEBIAN_DISTRIBUTION --force-distribution --distribution nowtaxi 'Autobuilt by git commit' 
libtest-debian-perl-0.06/.travis.yml-13-  - git commit -m 'update changelog' debian/changelog
##############################################
libtest-debian-perl-0.06/lib/Test/Debian.pm-148-
libtest-debian-perl-0.06/lib/Test/Debian.pm:149:    my $r = system($DPKG, '--compare-versions', $inst_ver, $op, $req_ver);
libtest-debian-perl-0.06/lib/Test/Debian.pm-150-    $r = $r >> 8;