[metview] 37/97: Pass METVIEW_DIR_DEV from env

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:43 UTC 2015


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

mckinstry pushed a commit to branch master
in repository metview.

commit b440637e42882586782f1e6e92a721ea9c061680
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Jun 20 05:23:57 2014 +0100

    Pass METVIEW_DIR_DEV from env
---
 debian/CONFIG.site | 1 -
 debian/rules       | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/CONFIG.site b/debian/CONFIG.site
index 250bf8e..41235d7 100644
--- a/debian/CONFIG.site
+++ b/debian/CONFIG.site
@@ -6,7 +6,6 @@ INSTALLDIR=/usr
 METVIEW_SCRIPT=/usr/bin/metview
 MV_MARS_ACCESS=MARS_none
 MARS_HOME=
-METVIEW_DIR_DEV=
 METVIEW_BIN=/usr/lib/MetView
 METVIEW_TITLE_PROD="Production "
 METVIEW_TITLE_DEV="Development autotools "
diff --git a/debian/rules b/debian/rules
index 3e5bcc3..f2304df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DESTDIR:=`pwd`/debian/tmp/
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 TOP:=$(shell pwd)
+export METVIEW_DIR_DEV=$(TOP)
 
 MV_COMP:=$(TOP)/debian/tmp/usr/bin/MetView/mv_compress
 

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



More information about the debian-science-commits mailing list