[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.5-18-gf8064af



The following commit has been merged in the master branch:
commit 7a67382dd994698d6103bb64de29354be8295304
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Wed Feb 11 01:21:50 2009 -0600

    Disable IPC::Run::Debug
    
    Disable IPC::Run::Debug's code to avoid lots of useless calls.

diff --git a/lib/Lintian/Command.pm b/lib/Lintian/Command.pm
index 3c46461..fe735c5 100644
--- a/lib/Lintian/Command.pm
+++ b/lib/Lintian/Command.pm
@@ -20,6 +20,11 @@ package Lintian::Command;
 use strict;
 use warnings;
 
+BEGIN {
+    # Disabling IPC::Run::Debug saves tons of useless calls.
+    $ENV{'IPCRUNDEBUG'} = 'none';
+}
+
 use base qw(Exporter);
 our @EXPORT = ();
 our @EXPORT_OK = qw(spawn reap);

-- 
Debian package checker


Reply to: