[SCM] looptools: Integral Evaluator of One-loop Feynman Diagram branch, master, updated. upstream/2.7-2-g104473b

Lifeng Sun lifongsun at gmail.com
Thu Jun 7 01:48:03 UTC 2012


The following commit has been merged in the master branch:
commit 104473b7cd4feb61834e69f8066a5d6344c5fc33
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Thu Jun 7 09:43:03 2012 +0800

    Avoid failing to rename dir to itself.

diff --git a/debian/rules b/debian/rules
index e6af926..43c3f77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ override_dh_auto_install:
 	dh_prep
 	mkdir -p debian/tmp/usr
 	dh_auto_install
-	mv debian/tmp/usr/lib* debian/tmp/usr/lib
+	-mv debian/tmp/usr/lib* debian/tmp/usr/lib
 	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
 	mv debian/tmp/usr/lib/*.a debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
 	mkdir -p debian/tmp/usr/share/lintian/overrides

-- 
looptools: Integral Evaluator of One-loop Feynman Diagram



More information about the debian-science-commits mailing list