[SCM] herwig++: Multi-purpose event generator for high energy physics branch, master, updated. upstream/2.6.0-12-gbd21f83

Lifeng Sun lifongsun at gmail.com
Mon Jun 25 12:41:23 UTC 2012


The following commit has been merged in the master branch:
commit bd21f83989516eff75233fe1f0832aee702247a0
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Mon Jun 25 20:40:59 2012 +0800

    debian/rules: disable parallel installation.
    
    It fails with deadlock on hurd-i386.

diff --git a/debian/rules b/debian/rules
index fe449c7..c0648ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_configure:
 		--libdir=$(LIBPATH)
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install --max-parallel=1
 	chrpath -d debian/tmp/$(LIBPATH)/Herwig++/HwMPI.so
 	rm -rf debian/tmp/usr/share/Herwig++/Doc
 	sed -i -e 's,/.*debian/tmp,,' \

-- 
herwig++: Multi-purpose event generator for high energy physics



More information about the debian-science-commits mailing list