===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apt-build-0.12.48/apt-build-366-
apt-build-0.12.48/apt-build:367:    my $release_file_contents = `$apt_ftparchive_command`;
apt-build-0.12.48/apt-build-368-    chomp($release_file_contents);
##############################################
apt-build-0.12.48/apt-build-379-    {
apt-build-0.12.48/apt-build:380:	(! system("rm -fr $conf{repository_dir}/*.deb")) or die "Error: $!\n";
apt-build-0.12.48/apt-build-381-    }
##############################################
apt-build-0.12.48/apt-build-590-	update() if $conf->update;
apt-build-0.12.48/apt-build:591:	system($conf->apt_get . " -t apt-build @apt_args install @pkglist");
apt-build-0.12.48/apt-build-592-	wait;
##############################################
apt-build-0.12.48/apt-build-611-	  {
apt-build-0.12.48/apt-build:612:	      system($conf->apt_get . " @apt_args install $pkg");
apt-build-0.12.48/apt-build-613-	      exit 0;
##############################################
apt-build-0.12.48/apt-build-692-	update() if $conf->update;
apt-build-0.12.48/apt-build:693:		system($conf->apt_get . " -t apt-build @apt_args install @pkglist");
apt-build-0.12.48/apt-build-694-    }
##############################################
apt-build-0.12.48/debian/postinst-87-  if [ -e "$aptbuildsource" ] ; then
apt-build-0.12.48/debian/postinst:88:      deblineold="`echo "$debline" | sed -e 's|deb \[trusted=yes\] file|deb file|'`"
apt-build-0.12.48/debian/postinst-89-      sed -i -e "s|^$deblineold|$debline|" "$aptbuildsource"