=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cli-common-0.10/dh_clideps-153-my $cli = '/usr/bin/cli'; cli-common-0.10/dh_clideps:154:my $cli_version = `$cli --version 2>&1`; cli-common-0.10/dh_clideps-155-my $cli_parser; ############################################## cli-common-0.10/dh_clideps-196- $cli_parser_paths = "LD_LIBRARY_PATH=$pwd/debian/tmp/usr/lib MONO_PATH=$mono_path:$pwd/debian/tmp/usr/lib/mono/1.0:$pwd/debian/tmp/usr/lib/mono/2.0 MONO_GAC_PREFIX=$mono_gac_prefix "; cli-common-0.10/dh_clideps:197: $cli_version = `LD_LIBRARY_PATH=$pwd/debian/tmp/usr/lib $pwd/debian/tmp/usr/bin/mono --version 2>&1`; cli-common-0.10/dh_clideps-198- verbose_print("Will use built Mono (debian/tmp/usr/bin/ikdasm) for CIL parsing."); ############################################## cli-common-0.10/dh_clideps-217- if ($srcblock =~ m/Build-Depends(?:\-Indep)?\:(?:.*\n\s+)*.*cli\-common\-dev\s*\(>=\s*([^\)]+)\)/ && cli-common-0.10/dh_clideps:218: system("dpkg", "--compare-versions", $1, ">=", "0.8~") != 0) { cli-common-0.10/dh_clideps-219- warning("Warning! No Build-Depends(-Indep) on cli-common-dev (>= 0.8~)!"); ############################################## cli-common-0.10/dh_clideps-560- cli-common-0.10/dh_clideps:561: system($command); cli-common-0.10/dh_clideps-562- if ($?) { ############################################## cli-common-0.10/dh_clideps-652- cli-common-0.10/dh_clideps:653: system($command); cli-common-0.10/dh_clideps-654- if ($?) { ############################################## cli-common-0.10/dh_cligacpolicy-143- . "| cut -f 2- -d :"; cli-common-0.10/dh_cligacpolicy:144: my $token = `$cmd`; cli-common-0.10/dh_cligacpolicy-145- # FIXME: error handling here! ############################################## cli-common-0.10/dh_makeclilibs-129-my $cli = '/usr/bin/cli'; cli-common-0.10/dh_makeclilibs:130:my $cli_version = `$cli --version 2>&1`; cli-common-0.10/dh_makeclilibs-131-my $cli_parser; ############################################## cli-common-0.10/dh_makeclilibs-158- if ($srcblock =~ m/Build-Depends(?:\-Indep)?\:(?:.*\n\s+)*.*cli\-common\-dev\s*\(>=\s*([^\)]+)\)/ && cli-common-0.10/dh_makeclilibs:159: system("dpkg", "--compare-versions", $1, ">=", "0.8~") != 0) { cli-common-0.10/dh_makeclilibs-160- warning("Warning! No Build-Depends(-Indep) on cli-common-dev (>= 0.8~)!"); ############################################## cli-common-0.10/dh_makeclilibs-200- verbose_print("running signature reader command: $command"); cli-common-0.10/dh_makeclilibs:201: my $output = `$command`; cli-common-0.10/dh_makeclilibs-202- if ($? == 0) { ############################################## cli-common-0.10/dh_makeclilibs-214- verbose_print("running signature verifier command: $command"); cli-common-0.10/dh_makeclilibs:215: $output = `$command`; cli-common-0.10/dh_makeclilibs-216- if ($? != 0) { ############################################## cli-common-0.10/dh_makeclilibs-224- cli-common-0.10/dh_makeclilibs:225: $output = `$command`; cli-common-0.10/dh_makeclilibs-226- if ($? == 0) { ############################################## cli-common-0.10/framework-package-install-80- # Get the formal name cli-common-0.10/framework-package-install:81: my $formal = `$clr name`; cli-common-0.10/framework-package-install-82- $formal = $name if !defined $formal || $formal =~ /^\s*$/; ############################################## cli-common-0.10/framework-package-install-98- print STDOUT "* Installing $t from $pkg into $formal framework paths\n"; cli-common-0.10/framework-package-install:99: system($clr, "install-framework", $pkg, @files) == 0 or die "E: Installation of $pkg with $clr failed\n"; cli-common-0.10/framework-package-install-100-} ############################################## cli-common-0.10/gac-package-install-112- # Get the formal name cli-common-0.10/gac-package-install:113: my $formal = `$clr name`; cli-common-0.10/gac-package-install-114- $formal = $name if !defined $formal || $formal =~ /^\s*$/; ############################################## cli-common-0.10/gac-package-install-143- print STDOUT "* Installing $t from $pkg into $formal\n"; cli-common-0.10/gac-package-install:144: system($clr, "install", $pkg, @install) == 0 or die "E: Installation of $pkg with $clr failed\n"; cli-common-0.10/gac-package-install-145-} ############################################## cli-common-0.10/ildasm-monodis-52- # Open the pipe cli-common-0.10/ildasm-monodis:53: open PIPE, "/usr/bin/ildasm $dll_filename |" cli-common-0.10/ildasm-monodis:54: or die "Cannot open /usr/bin/ildasm $dll_filename ($!)"; cli-common-0.10/ildasm-monodis-55-