[SCM] FreeFem++ packaging branch, experimental, updated. debian/3.20-1-13-gbd0dac0

Christophe Trophime christrophime at googlemail.com
Mon Feb 11 12:32:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 388e7fb9ae2d73c3ddcdf9b6652628141d77c29c
Author: Christophe Trophime <christrophime at googlemail.com>
Date:   Thu Feb 7 12:33:02 2013 +0100

    fix bamg install

diff --git a/debian/rules b/debian/rules
index 220e86f..9c6513c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,9 @@ override_dh_auto_configure:
 	dh_auto_build
 
 override_dh_auto_install:
-	mv debian/freefem++/usr/bin/bamg debian/freefem++/usr/bin/ffbamg
 	dh_auto_install
+	mv debian/tmp/usr/bin/bamg debian/tmp/usr/bin/ffbamg
+
 
 override_dh_auto_test:
 	echo "do not run tests"

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list