[thepeg] 03/17: Revert "debian/rules: disable parallel installation."

Mattia Rizzolo mattia at debian.org
Wed Mar 8 23:26:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository thepeg.

commit 117d2cf108c2f5e00254c28e4cdcc1111c2058c1
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Mar 8 23:17:54 2017 +0100

    Revert "debian/rules: disable parallel installation."
    
    Let's not employ such workarounds (before even a full build on the
    Debian buildds using the parallel build process…).
    
    This reverts commit e7e1e1182480d5492b7e09ceb5d31720f327c950.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a77be2c..fcc508b 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 --max-parallel=1
+	dh_auto_install
 	mv debian/tmp/$(LIBPATH)/ThePEG/lib* debian/tmp/$(LIBPATH)
 	sed -i -e 's,/.*debian/tmp,,' \
 		debian/tmp/$(LIBPATH)/ThePEG/ThePEGDefaults.rpo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/thepeg.git



More information about the debian-science-commits mailing list