===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
debbugs-2.6.0/Debbugs/CGI/Pkgreport.pm-333-     my %exclude;
debbugs-2.6.0/Debbugs/CGI/Pkgreport.pm:334:     for my $include (make_list($param{include})) {
debbugs-2.6.0/Debbugs/CGI/Pkgreport.pm-335-	  next unless defined $include;
##############################################
debbugs-2.6.0/Debbugs/Config.pm-1157-	  $cpt->permit('require',':filesys_read','entereval','caller','pack','unpack','dofile');
debbugs-2.6.0/Debbugs/Config.pm:1158:	  $cpt->reval(qq(require '$conf_file';));
debbugs-2.6.0/Debbugs/Config.pm-1159-	  die "Error in configuration file: $@" if $@;
##############################################
debbugs-2.6.0/Debbugs/Config.pm-1164-	       my $var_glob = $cpt->varglob($glob_name);
debbugs-2.6.0/Debbugs/Config.pm:1165:	       my $value; #= $cpt->reval("return $variable");
debbugs-2.6.0/Debbugs/Config.pm-1166-	       # print STDERR "$variable $value",qq(\n);
##############################################
debbugs-2.6.0/Debbugs/Libravatar.pm-130-
debbugs-2.6.0/Debbugs/Libravatar.pm:131:                system('cp', '-laf', $config{libravatar_default_image},  $cache_location.'.'.$dest_type) == 0
debbugs-2.6.0/Debbugs/Libravatar.pm-132-                  or die("Cannot copy $config{libravatar_default_image}");
##############################################
debbugs-2.6.0/Debbugs/Recipients.pm-294-     # start with the to recipients
debbugs-2.6.0/Debbugs/Recipients.pm:295:     for my $addr (keys %{$param{recipients}}) {
debbugs-2.6.0/Debbugs/Recipients.pm-296-	  my $level = 'bcc';
##############################################
debbugs-2.6.0/Debbugs/Recipients.pm-372-			      );
debbugs-2.6.0/Debbugs/Recipients.pm:373:     for my $addr (make_list($param{address})) {
debbugs-2.6.0/Debbugs/Recipients.pm-374-	  if (lc($param{type}) eq 'bcc' and
##############################################
debbugs-2.6.0/UPGRADE.md-11-Debbugs now uses Text::Template for templates, and any of the existing templates
debbugs-2.6.0/UPGRADE.md:12:can be overridden by creating a new directory and setting `$gTemplateDir` to the
debbugs-2.6.0/UPGRADE.md-13-new directory.
##############################################
debbugs-2.6.0/UPGRADE.md-25-There is a new standalone spam-scanning script called spamscan, which uses
debbugs-2.6.0/UPGRADE.md:26:the SpamAssassin modules. To use it, set the `$gSpamScan` variable in
debbugs-2.6.0/UPGRADE.md:27:`/etc/debbugs/config` to a true value and `$gSpamMailbox` to an mbox file to
debbugs-2.6.0/UPGRADE.md-28-which detected spam should be appended, add /usr/lib/debbugs/spamscan to
debbugs-2.6.0/UPGRADE.md:29:your crontab as per the example, and optionally set `$gSpamRulesDir` and
debbugs-2.6.0/UPGRADE.md:30:`$gSpamLocalTestsOnly` as desired.
debbugs-2.6.0/UPGRADE.md-31-
##############################################
debbugs-2.6.0/UPGRADE.md-35-
debbugs-2.6.0/UPGRADE.md:36:`$gHTMLSuffix = ".html";`
debbugs-2.6.0/UPGRADE.md-37-
debbugs-2.6.0/UPGRADE.md:38:The use of `$gCGIDomain` has been cleaned up; formerly, it needed to begin
debbugs-2.6.0/UPGRADE.md-39-with "http://", which was confusingly inconsistent with all the other domain
##############################################
debbugs-2.6.0/UPGRADE.md-59-
debbugs-2.6.0/UPGRADE.md:60:`$gWebDomain` will probably exist already; change it as shown above.
debbugs-2.6.0/UPGRADE.md-61-
debbugs-2.6.0/UPGRADE.md:62:`$gSubscriptionDomain` is optional.
debbugs-2.6.0/UPGRADE.md-63-
##############################################
debbugs-2.6.0/UPGRADE.md-66-
debbugs-2.6.0/UPGRADE.md:67:`$gUnknownMaintainerEmail` is the address to mail when a bug report arrives
debbugs-2.6.0/UPGRADE.md:68:for a package with no maintainer in `$gMaintainerFile` or
debbugs-2.6.0/UPGRADE.md:69:`$gMaintainerFileOverride`.
debbugs-2.6.0/UPGRADE.md-70-
debbugs-2.6.0/UPGRADE.md:71:`$gPackageSource` is a file containing three tab-separated columns: package
debbugs-2.6.0/UPGRADE.md-72-name, component (e.g. main, contrib, non-free), and the corresponding source
##############################################
debbugs-2.6.0/UPGRADE.md-83-  <dd>A patch or some other easy procedure for fixing the `$gBug is included in
debbugs-2.6.0/UPGRADE.md:84:  the `$gBug logs. If there\'s a patch, but it doesn\'t resolve the `$gBug
debbugs-2.6.0/UPGRADE.md-85-  adequately or causes some other problems, this tag should not be used.
##############################################
debbugs-2.6.0/UPGRADE.md-163-
debbugs-2.6.0/UPGRADE.md:164:`$gHTMLStart = "<BODY TEXT=#0F0F0F>";	#this is used by HTML generation to create the "uniform look"`
debbugs-2.6.0/UPGRADE.md-165- 
##############################################
debbugs-2.6.0/UPGRADE.md-179- In All such entries in /etc/debbugs/text, if you replace <BODY> with
debbugs-2.6.0/UPGRADE.md:180: `$gHTMLStart`, all html pages will have the same look (as specified in
debbugs-2.6.0/UPGRADE.md:181: `$gHTMLStart`):
debbugs-2.6.0/UPGRADE.md-182-
debbugs-2.6.0/UPGRADE.md:183: `$gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>`
debbugs-2.6.0/UPGRADE.md:184: `$gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>`
##############################################
debbugs-2.6.0/bin/local-debbugs-423-     my $url = qq(http://localhost:$options{port}/$ARGV[0]);
debbugs-2.6.0/bin/local-debbugs:424:     exec('/usr/bin/sensible-browser',$url) or
debbugs-2.6.0/bin/local-debbugs-425-	  die "Unable to run sensible-browser (try feeding me cheetos?)";
##############################################
debbugs-2.6.0/bin/local-debbugs-437-     # twist and shout
debbugs-2.6.0/bin/local-debbugs:438:     exec('/usr/bin/sensible-browser',$url) or
debbugs-2.6.0/bin/local-debbugs-439-	  die "Unable to run sensible-browser (Maybe chorizo is required?)";
##############################################
debbugs-2.6.0/bin/test_bts-136-     my $message_count = 0;
debbugs-2.6.0/bin/test_bts:137:     for my $addr (keys %process_messages) {
debbugs-2.6.0/bin/test_bts-138-	  for my $header (@{$process_messages{$addr}}) {
##############################################
debbugs-2.6.0/cgi/pkgindex.cgi-125-                            my @me = getparsedaddrs($maintainers{$_});
debbugs-2.6.0/cgi/pkgindex.cgi:126:                            foreach my $addr (@me) {
debbugs-2.6.0/cgi/pkgindex.cgi-127-                              $email2maint{$addr->address} = $addr->format
##############################################
debbugs-2.6.0/cgi/pkgindex.cgi-156-                          my @se = getparsedaddrs($d{"submitter"} || "");
debbugs-2.6.0/cgi/pkgindex.cgi:157:                          foreach my $addr (@se) {
debbugs-2.6.0/cgi/pkgindex.cgi-158-                            $fullname{$addr->address} = $addr->format
##############################################
debbugs-2.6.0/cgi/version.cgi-329-     close $dot_fh or die "Unable to close the dot file: $!";
debbugs-2.6.0/cgi/version.cgi:330:     system('dot','-T'.$cgi_var{format},"$temp_dir/temp.dot",'-o',"$temp_dir/temp.$cgi_var{format}") == 0
debbugs-2.6.0/cgi/version.cgi-331-	  or print "Content-Type: text\n\nDot failed." and die "Dot failed: $?";
##############################################
debbugs-2.6.0/debian/debbugsconfig-81-  if (! -f "$destdir/$name") {
debbugs-2.6.0/debian/debbugsconfig:82:  system("cp /usr/share/doc/debbugs/examples/$name $destdir/$name") == 0 ||
debbugs-2.6.0/debian/debbugsconfig-83-	die "$!";
##############################################
debbugs-2.6.0/debian/debbugsconfig-125-    system ("rm -rf /tmp/.links/") == 0 || die;
debbugs-2.6.0/debian/debbugsconfig:126:    system ("links -dump $gDocDir/$text.html > $gDocDir/$text.txt") == 0 ||
debbugs-2.6.0/debian/debbugsconfig-127-      die "\nunable to write $gDocDir/$text.txt\n";
##############################################
debbugs-2.6.0/debian/debbugsconfig-129-  } elsif (-x "/usr/bin/lynx") {
debbugs-2.6.0/debian/debbugsconfig:130:    system ("lynx -nolist -dump -cfg=/dev/null $gDocDir/$text.html > $gDocDir/$text.txt") == 0 ||
debbugs-2.6.0/debian/debbugsconfig-131-      die "\nunable to write $gDocDir/$text.txt\n";
##############################################
debbugs-2.6.0/examples/debian/misc/split_index.pl-27-     close $severity_fh{$severity};
debbugs-2.6.0/examples/debian/misc/split_index.pl:28:     system('gzip','-f',"$config{spool}/index-${severity}.db") == 0 or
debbugs-2.6.0/examples/debian/misc/split_index.pl-29-	  die "Failure while compressing $config{spool}/index-${severity}.db";
##############################################
debbugs-2.6.0/scripts/db2html-8-
debbugs-2.6.0/scripts/db2html:9:require("$config_path/config");
debbugs-2.6.0/scripts/db2html:10:require("$config_path/text");
debbugs-2.6.0/scripts/db2html:11:require("$lib_path/errorlib");
debbugs-2.6.0/scripts/db2html-12-$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
##############################################
debbugs-2.6.0/scripts/db2html-235-    $estr= "\$index$indexpart = \$indexadd.\$index$indexpart; 1;";
debbugs-2.6.0/scripts/db2html:236:    eval($estr) || die "eval add to \$index$indexpart ($estr) failed: $@";
debbugs-2.6.0/scripts/db2html-237-	#print STDERR ">$estr|$indexadd<\n";
debbugs-2.6.0/scripts/db2html-238-    $indexadd= "<!--ii $iiref-->\n" if defined($iiref);
debbugs-2.6.0/scripts/db2html:239:    eval("\$iiindex$indexpart = \$indexadd.\$iiindex$indexpart; 1;") ||
debbugs-2.6.0/scripts/db2html-240-        die "eval add to \$iiindex$indexpart failed: $@";
##############################################
debbugs-2.6.0/scripts/db2html-242-	{ 	$countpermaint{$tmaint} += length($data->{done}) ? 0 : length($data->{forwarded}) ? 0 : 1;
debbugs-2.6.0/scripts/db2html:243:        eval("\$permaint${indexpart}{\$tmaint} .= \$indexadd; 1;") ||
debbugs-2.6.0/scripts/db2html-244-            die "eval add to \$permaint${indexpart}{\$tmaint} failed: $@";
##############################################
debbugs-2.6.0/scripts/db2html-247-	{ 	$countperpack{$tpack} += length($data->{done}) ? 0 : length($data->{forwarded}) ? 0 : 1;
debbugs-2.6.0/scripts/db2html:248:        eval("\$perpack${indexpart}{\$tpack} .= \$indexadd; 1;") ||
debbugs-2.6.0/scripts/db2html-249-            die "eval add to \$perpack${indexpart}{\$tpack} failed: $@";
##############################################
debbugs-2.6.0/scripts/gen-indices-131-	     if (-e "$indexdest/by-$i${suffix}.idx") {
debbugs-2.6.0/scripts/gen-indices:132:		  system('cp','-a',"$indexdest/by-$i${suffix}.idx","$indexdest/by-$i${suffix}.idx.new") == 0
debbugs-2.6.0/scripts/gen-indices-133-		       or die "Error creating the new index";
##############################################
debbugs-2.6.0/scripts/gen-indices-246-	# We do this, because old versions of touch don't support -d '@epoch'
debbugs-2.6.0/scripts/gen-indices:247:	system('touch','-d',"1/1/1970 UTC + ${start_time}secs","$indexdest/by-$i$suffix.idx");
debbugs-2.6.0/scripts/gen-indices-248-    }
##############################################
debbugs-2.6.0/scripts/html-control-10-
debbugs-2.6.0/scripts/html-control:11:require("$config_path/config");
debbugs-2.6.0/scripts/html-control:12:require("$lib_path/errorlib");
debbugs-2.6.0/scripts/html-control-13-$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
##############################################
debbugs-2.6.0/scripts/html-install-8-
debbugs-2.6.0/scripts/html-install:9:require("$config_path/config");
debbugs-2.6.0/scripts/html-install-10-$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
##############################################
debbugs-2.6.0/scripts/mailsummary-6-
debbugs-2.6.0/scripts/mailsummary:7:require("$config_path/config");
debbugs-2.6.0/scripts/mailsummary:8:require("$lib_path/errorlib");
debbugs-2.6.0/scripts/mailsummary-9-$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
##############################################
debbugs-2.6.0/scripts/mailsummary-56-
debbugs-2.6.0/scripts/mailsummary:57:$v=`$lib_path/summary $ARGV[0]`; $? && die "undone failed $?: $!\n";
debbugs-2.6.0/scripts/mailsummary-58-
##############################################
debbugs-2.6.0/scripts/processall-58-        defined($c=fork) || die $!;
debbugs-2.6.0/scripts/processall:59:        if (!$c) { exec("$lib_path/service",$id); die "unable to execute $lib_path/service: $!"; }
debbugs-2.6.0/scripts/processall-60-    } elsif ($id =~ m/^[BMQFDUL]/) {
##############################################
debbugs-2.6.0/scripts/processall-62-        defined($c=fork) || die $!;
debbugs-2.6.0/scripts/processall:63:        if (!$c) { exec("$lib_path/process",$id); die "unable to execute $lib_path/process: $!"; }
debbugs-2.6.0/scripts/processall-64-    } else {
##############################################
debbugs-2.6.0/scripts/processall-77-
debbugs-2.6.0/scripts/processall:78:system("$lib_path/gen-indices",'--quick') == 0 or print STDERR "gen-indices failed\n";
debbugs-2.6.0/scripts/processall-79-
##############################################
debbugs-2.6.0/scripts/rebuild-8-
debbugs-2.6.0/scripts/rebuild:9:require("$config_path/config");
debbugs-2.6.0/scripts/rebuild:10:require("$lib_path/errorlib");
debbugs-2.6.0/scripts/rebuild-11-use vars qw($gSpoolDir);
##############################################
debbugs-2.6.0/scripts/receive-111-$gBadEmailPrefix For details of how to access $gBug report logs by email:
debbugs-2.6.0/scripts/receive:112:$gBadEmailPrefix   send \`request\@$gEmailDomain' the word \`help'
debbugs-2.6.0/scripts/receive-113-$gBadEmailPrefix
##############################################
debbugs-2.6.0/scripts/service-932-    if ($wherefrom eq "ftp.d.o") {
debbugs-2.6.0/scripts/service:933:      $doc = `lynx -nolist -dump http://ftp.debian.org/debian/indices/$path.gz 2>&1 | gunzip -cf` or die "fork for lynx/gunzip: $!";
debbugs-2.6.0/scripts/service-934-      $! = 0;
##############################################
debbugs-2.6.0/scripts/summary-6-
debbugs-2.6.0/scripts/summary:7:require("$config_path/config");
debbugs-2.6.0/scripts/summary:8:require("$lib_path/errorlib");
debbugs-2.6.0/scripts/summary-9-$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
##############################################
debbugs-2.6.0/t/02_version_dpkg.t-49-     $cmp = 'gt' if not defined $cmp;
debbugs-2.6.0/t/02_version_dpkg.t:50:     return system('dpkg','--compare-versions',$a,$cmp,$b) == 0;
debbugs-2.6.0/t/02_version_dpkg.t-51-}
##############################################
debbugs-2.6.0/t/06_mail_handling.t-106-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/06_mail_handling.t:107:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/06_mail_handling.t-108-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/06_mail_handling.t-337-     # now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/06_mail_handling.t:338:     ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with $command")) == 0,
debbugs-2.6.0/t/06_mail_handling.t-339-	'control@bugs.something'. "$command message was parsed without errors");
##############################################
debbugs-2.6.0/t/06_mail_handling.t-373-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/06_mail_handling.t:374:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with unarchivearchive")) == 0,
debbugs-2.6.0/t/06_mail_handling.t-375-   'control@bugs.something'. "unarchive/archive message was parsed without errors");
##############################################
debbugs-2.6.0/t/07_control_limit.t-69-# make sure this fails
debbugs-2.6.0/t/07_control_limit.t:70:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed (with 1 error): Munging a bug with limit_package_bar")) == 0,
debbugs-2.6.0/t/07_control_limit.t-71-   'control@bugs.something'. "limit message failed with 1 error");
##############################################
debbugs-2.6.0/t/07_control_limit.t-90-# make sure this fails
debbugs-2.6.0/t/07_control_limit.t:91:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with limit_package_foo")) == 0,
debbugs-2.6.0/t/07_control_limit.t-92-   'control@bugs.something'. "limit message succeeded with no errors");
##############################################
debbugs-2.6.0/t/07_control_limit.t-125-# make sure this fails
debbugs-2.6.0/t/07_control_limit.t:126:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed (with 1 error): Munging a bug with limit_package_bar")) == 0,
debbugs-2.6.0/t/07_control_limit.t-127-   'control@bugs.something'. "limit message failed with 1 error");
##############################################
debbugs-2.6.0/t/07_control_limit.t-146-# make sure this fails
debbugs-2.6.0/t/07_control_limit.t:147:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with limit_package_foo")) == 0,
debbugs-2.6.0/t/07_control_limit.t-148-   'control@bugs.something'. "limit message succeeded with no errors");
##############################################
debbugs-2.6.0/t/10_expire.t-100-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/10_expire.t:101:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/10_expire.t-102-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/10_expire.t-152-     # now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/10_expire.t:153:     ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with $command")) == 0,
debbugs-2.6.0/t/10_expire.t-154-	'control@bugs.something'. "$command message was parsed without errors");
##############################################
debbugs-2.6.0/t/10_expire.t-170-
debbugs-2.6.0/t/10_expire.t:171:system('touch','-d','@'.$old_time,"$spool_dir/db-h/01/1.log",    );
debbugs-2.6.0/t/10_expire.t:172:system('touch','-d','@'.$old_time,"$spool_dir/db-h/01/1.summary",);
debbugs-2.6.0/t/10_expire.t:173:system('touch','-d','@'.$old_time,"$spool_dir/db-h/01/1.status", );
debbugs-2.6.0/t/10_expire.t:174:system('touch','-d','@'.$old_time,"$spool_dir/db-h/01/1.report", );
debbugs-2.6.0/t/10_expire.t-175-ok(system('scripts/expire') == 0,'expire completed successfully');
##############################################
debbugs-2.6.0/t/11_blocks.t-96-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/11_blocks.t:97:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/11_blocks.t-98-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/11_blocks.t-114-EOF
debbugs-2.6.0/t/11_blocks.t:115:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/11_blocks.t-116-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/11_blocks.t-128-
debbugs-2.6.0/t/11_blocks.t:129:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/11_blocks.t-130-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/11_blocks.t-145-EOF
debbugs-2.6.0/t/11_blocks.t:146:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/11_blocks.t-147-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/12_merge.t-104-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/12_merge.t:105:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/12_merge.t-106-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/13_utf8_mail.t-63-ok(-e "$spool_dir/db-h/01/1.report",'report file created');
debbugs-2.6.0/t/13_utf8_mail.t:64:ok(system('sh','-c','[ $(grep "attachment." '.$spool_dir.'/db-h/01/1.log|grep -v "ütff8"|wc -l) -eq 0 ]') == 0,
debbugs-2.6.0/t/13_utf8_mail.t-65-   'Everything attachment is escaped properly');
##############################################
debbugs-2.6.0/t/13_utf8_mail.t-114-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/13_utf8_mail.t:115:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/13_utf8_mail.t-116-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/13_utf8_mail.t-122-ok($status->{severity} eq 'wishlist','bug 1 wishlisted');
debbugs-2.6.0/t/13_utf8_mail.t:123:ok(system('sh','-c','[ $(egrep "retitle.*encoding test" '.$spool_dir.'/db-h/01/1.log|grep -v "=C3=BCt=EF=AC=808"|wc -l) -eq 0 ]') == 0,
debbugs-2.6.0/t/13_utf8_mail.t-124-   'Control messages escaped properly');
debbugs-2.6.0/t/13_utf8_mail.t:125:ok(system('sh','-c',encode_utf8('grep -q "föoff@bugs.something" '.$spool_dir.'/index.db'))==0,
debbugs-2.6.0/t/13_utf8_mail.t-126-   'index.db not double escaped');
##############################################
debbugs-2.6.0/t/14_control_at_submit.t-106-# now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/14_control_at_submit.t:107:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug")) == 0,
debbugs-2.6.0/t/14_control_at_submit.t-108-   'control@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/14_control_at_submit.t-125-
debbugs-2.6.0/t/14_control_at_submit.t:126:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Testing submit at control")) == 0,
debbugs-2.6.0/t/14_control_at_submit.t-127-   'submit@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/14_control_at_submit.t-140-
debbugs-2.6.0/t/14_control_at_submit.t:141:ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Testing control at 1@bugs.something")) == 0,
debbugs-2.6.0/t/14_control_at_submit.t-142-   '1@bugs.something message was parsed without errors');
##############################################
debbugs-2.6.0/t/14_control_at_submit.t-359-     # now we need to check to make sure the control message was processed without errors
debbugs-2.6.0/t/14_control_at_submit.t:360:     ok(system('sh','-c','find '.$sendmail_dir.q( -type f | xargs grep -q "Subject: Processed: Munging a bug with $command")) == 0,
debbugs-2.6.0/t/14_control_at_submit.t-361-	'control@bugs.something'. "$command message was parsed without errors");
##############################################
debbugs-2.6.0/t/15_rebuild_indexdb.t-62-ok(-e "$spool_dir/db-h/01/1.report",'report file created');
debbugs-2.6.0/t/15_rebuild_indexdb.t:63:ok(system('sh','-c','[ $(grep "attachment." '.$spool_dir.'/db-h/01/1.log|grep -v "ütff8"|wc -l) -eq 0 ]') == 0,
debbugs-2.6.0/t/15_rebuild_indexdb.t-64-   'Everything attachment is escaped properly');
##############################################
debbugs-2.6.0/t/lib/DebbugsTest.pm-102-     while (my ($file,$contents) = each %files_to_create) {
debbugs-2.6.0/t/lib/DebbugsTest.pm:103:	  system('mkdir','-p',dirname($file));
debbugs-2.6.0/t/lib/DebbugsTest.pm-104-	  my $fh = IO::File->new($file,'w') or
##############################################
debbugs-2.6.0/t/lib/DebbugsTest.pm-109-
debbugs-2.6.0/t/lib/DebbugsTest.pm:110:     system('touch',"$spool_dir/index.db.realtime");
debbugs-2.6.0/t/lib/DebbugsTest.pm-111-     system('ln','-s','index.db.realtime',
debbugs-2.6.0/t/lib/DebbugsTest.pm-112-	    "$spool_dir/index.db");
debbugs-2.6.0/t/lib/DebbugsTest.pm:113:     system('touch',"$spool_dir/index.archive.realtime");
debbugs-2.6.0/t/lib/DebbugsTest.pm-114-     system('ln','-s','index.archive.realtime',
##############################################
debbugs-2.6.0/t/lib/DebbugsTest.pm-119-         for my $archive (qw(db-h archive)) {
debbugs-2.6.0/t/lib/DebbugsTest.pm:120:             system('mkdir','-p',"$spool_dir/$archive/".sprintf('%02d',$dir));
debbugs-2.6.0/t/lib/DebbugsTest.pm-121-         }
debbugs-2.6.0/t/lib/DebbugsTest.pm-122-     }
debbugs-2.6.0/t/lib/DebbugsTest.pm:123:     system('mkdir','-p',"$spool_dir/incoming");
debbugs-2.6.0/t/lib/DebbugsTest.pm:124:     system('mkdir','-p',"$spool_dir/lock");
debbugs-2.6.0/t/lib/DebbugsTest.pm-125-     eval '
##############################################
debbugs-2.6.0/t/sendmail_tester-9-if (not -d $ENV{SENDMAIL_TESTDIR}) {
debbugs-2.6.0/t/sendmail_tester:10:     system('mkdir','-p',$ENV{SENDMAIL_TESTDIR});
debbugs-2.6.0/t/sendmail_tester-11-}
##############################################
debbugs-2.6.0/templates/en_US/cgi/bugreport.tmpl:1:{include(q(html/pre_title))}#{$bug_num} - {html_escape($status{subject})} - {html_escape($config{project})} {html_escape($config{bug})} report logs{include(q(html/post_title.tmpl))}
debbugs-2.6.0/templates/en_US/cgi/bugreport.tmpl-2-<link rel="canonical" href="{html_escape(bug_links{bug=>$bug_numsubject})}">
##############################################
debbugs-2.6.0/templates/en_US/cgi/pkgindex.tmpl:1:{include(q(html/pre_title))}{html_escape($config{project})} {html_escape($config{bug})} report logs by {html_escape($tag)}{include(q(html/post_title.tmpl))}
debbugs-2.6.0/templates/en_US/cgi/pkgindex.tmpl-2-</head>