[SCM] ThePEG: Toolkit for High Energy Physics Event Generation branch, master, updated. upstream/1.8.0-14-ge7e1e11

Lifeng Sun lifongsun at gmail.com
Mon Jun 25 12:40:21 UTC 2012


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

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

diff --git a/debian/rules b/debian/rules
index fcc508b..a77be2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_build-indep:
 	$(MAKE) html
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install --max-parallel=1
 	mv debian/tmp/$(LIBPATH)/ThePEG/lib* debian/tmp/$(LIBPATH)
 	sed -i -e 's,/.*debian/tmp,,' \
 		debian/tmp/$(LIBPATH)/ThePEG/ThePEGDefaults.rpo

-- 
ThePEG: Toolkit for High Energy Physics Event Generation



More information about the debian-science-commits mailing list