[emos] 07/07: Define ECCODES_DEFINITION_PATH in debian/rules for tests
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:33:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository emos.
commit f856c687895948b0d110a3aa2e213f22597ba7e5
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Aug 15 09:01:18 2017 +0100
Define ECCODES_DEFINITION_PATH in debian/rules for tests
---
debian/changelog | 5 +++--
debian/rules | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9bc6ad5..d456a4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-emoslib (2:4.5.1-1) UNRELEASED; urgency=medium
+emoslib (2:4.5.1-1) unstable; urgency=medium
* New upstream release
* refresh patches; fix-version.patch no longer needed
+ * Define ECCODES_DEFINITION_PATH in debian/rules for tests
* Depends on libeecodes-dev >= 2.4.1
* Standards-Version: 4.0.1
- -- Alastair McKinstry <mckinstry at debian.org> Sun, 13 Aug 2017 13:11:58 +0100
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 15 Aug 2017 09:01:13 +0100
emoslib (2:4.5.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index f107d46..19ac7dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@
export DEB_LDFLAGS_MAINT_PREPEND := -Wl,-z,defs -Wl,--as-needed
+export ECCODES_DEFINITION_PATH=/usr/share/eccodes/definitions/
+
DESTDIR:=$(shell pwd)/debian/tmp
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
ARCH:=$(shell dpkg --print-architecture)
@@ -16,6 +18,7 @@ LIBDIR:=/usr/lib/${DEB_HOST_MULTIARCH}
CMAKE_DIR:=debian/tmp/share/libemos/cmake
DO_TEST:=true
+
# Do tests on little-endian only for the moment;
ENDIAN:=$(shell dpkg-architecture -qDEB_BUILD_ARCH_ENDIAN)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git
More information about the debian-science-commits
mailing list