[eso-midas] 03/16: Dont use install1, but call install2 and install3 directly

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 25 14:16:06 UTC 2015


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

olebole pushed a commit to branch debian
in repository eso-midas.

commit 85991c10914eb69400a3e0e4799dcf1a570e7cda
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 13:23:35 2015 +0100

    Dont use install1, but call install2 and install3 directly
---
 debian/rules | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a44d55f..86fcfc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,15 @@ export MIDVERS
 MIDASHOME=$(shell pwd)
 export MIDASHOME
 MID_HOME=$(MIDASHOME)/$(MIDVERS)
+export MID_HOME
 MID_HOME0=/usr/lib/eso-midas/$(MIDVERS)
 export MID_HOME0
 MID_INSTALL=$(MIDASHOME)/$(MIDVERS)/install/unix
+export MID_INSTALL
 MID_SYS=$(MIDASHOME)/$(MIDVERS)/system/unix/
+export MID_SYS
 MID_WORK=$(MIDASHOME)/midwork
+export MID_WORK
 TEST_DIR=$(MIDASHOME)/test_tmp
 
 %:
@@ -29,7 +33,10 @@ override_dh_auto_configure:
 	(cd $(MID_HOME); $(MID_INSTALL)/preinstall -a)
 
 override_dh_auto_build:
-	(cd $(MID_HOME); $(MID_INSTALL)/install1 -a CFLAGS=\"$(CFLAGS)\" )
+	chmod 755 $(MID_HOME)/local/make_shared
+	(cd $(MID_HOME); \
+	 $(MID_INSTALL)/install2; \
+	 CMND_YES=2 $(MID_INSTALL)/install3)
 	test -x $(MID_HOME)/monit/midasgo.exe
 	(cd $(MID_HOME)/monit ; make syskeys.unix )
 	$(MID_SYS)/inmidas -m $(MID_WORK) -j "@ compile.all"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git



More information about the debian-science-commits mailing list