===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
debarchiver-0.11.5+nmu1/patches/143095-gpgcheckfeature.patch-51-+  if ($verifysignatures) {
debarchiver-0.11.5+nmu1/patches/143095-gpgcheckfeature.patch:52:+    if (system($vrfycmd,$cfile)) { # non-zero == verification failure
debarchiver-0.11.5+nmu1/patches/143095-gpgcheckfeature.patch-53-+      pdebug(2, "Signature verification failed for $cfile");
##############################################
debarchiver-0.11.5+nmu1/patches/inputdirs-verify.patch-140-+    if ($verify) {
debarchiver-0.11.5+nmu1/patches/inputdirs-verify.patch:141: 	if (system($vrfycmd,$cfile)) { # non-zero == verification failure
debarchiver-0.11.5+nmu1/patches/inputdirs-verify.patch-142- 	    pdebug(4, "Signature verification failed for $cfile");
##############################################
debarchiver-0.11.5+nmu1/patches/queue-override.patch-154-+  if ($verifysignatures) {
debarchiver-0.11.5+nmu1/patches/queue-override.patch:155:+    if (system($vrfycmd,$cfile)) { # non-zero == verification failure
debarchiver-0.11.5+nmu1/patches/queue-override.patch-156-+      rejectChangesFile();
##############################################
debarchiver-0.11.5+nmu1/patches/queue-override.patch-181--  if ($verifysignatures) {
debarchiver-0.11.5+nmu1/patches/queue-override.patch:182:-    if (system($vrfycmd,$cfile)) { # non-zero == verification failure
debarchiver-0.11.5+nmu1/patches/queue-override.patch-183--      rejectChangesFile();
##############################################
debarchiver-0.11.5+nmu1/src/debarchiver.pl-1896-	@vrfycmd = ($vrfycmd) if (! @vrfycmd);
debarchiver-0.11.5+nmu1/src/debarchiver.pl:1897:	if (system(@vrfycmd,$cfile)) { # non-zero == verification failure
debarchiver-0.11.5+nmu1/src/debarchiver.pl-1898-	    pdebug(4, "Signature verification failed for $cfile");