#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_HOME.dpatch by Jakub Wilk <jwilk@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Don't require HOME to be set.

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' lprof-1.11.4.dfsg+1.11.4.1~/SConstruct lprof-1.11.4.dfsg+1.11.4.1/SConstruct
--- lprof-1.11.4.dfsg+1.11.4.1~/SConstruct	2006-06-06 03:11:32.000000000 +0200
+++ lprof-1.11.4.dfsg+1.11.4.1/SConstruct	2011-03-30 23:44:51.598463862 +0200
@@ -25,7 +25,6 @@
 env = Environment(
     ENV = {
       'PATH' : os.environ[ 'PATH' ],
-      'HOME' : os.environ[ 'HOME' ], # required for distcc
       'LDFLAGS' : ''
     }, options = opts)
 
