diff -ur distcc-3.1/debian/patches/04_fix_pumps_include_server_path.dpatch distcc-3.1.orig/debian/patches/04_fix_pumps_include_server_path.dpatch --- distcc-3.1/debian/patches/04_fix_pumps_include_server_path.dpatch 2010-01-23 17:09:39.000000000 +0200 +++ distcc-3.1.orig/debian/patches/04_fix_pumps_include_server_path.dpatch 2010-01-23 16:35:38.272405717 +0200 @@ -1,5 +1,5 @@ #! /bin/sh -e -## 03_do_not_install_redhat_config.dpatch by Carsten Wolff +## 04_fix_pumps_include_server_path.dpatch by Carsten Wolff if [ $# -ne 1 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" @@ -23,7 +23,7 @@ fi; \ $(mkinstalldirs) "$(DESTDIR)$(bindir)" && \ - INCLUDE_SERVER=`grep '/include_server.py$$' "$(include_server_builddir)/install.log"` && \ -+ INCLUDE_SERVER=`echo "/usr/lib/pymodules/python2.5/include_server/include_server.py" | sed "s,bin,lib,"` && \ ++ INCLUDE_SERVER=`echo "/usr/lib/pymodules/python2.6/include_server/include_server.py" | sed "s,bin,lib,"` && \ sed "s,^include_server='',include_server='$$INCLUDE_SERVER'," \ pump > "$(include_server_builddir)/pump" && \ $(INSTALL_PROGRAM) "$(include_server_builddir)/pump" "$(DESTDIR)$(bindir)"; \