[postgis] 03/04: Fix liblwgeom LD_PRELOAD for regression tests.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Sep 26 13:02:44 UTC 2015


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

sebastic pushed a commit to branch experimental
in repository postgis.

commit 99c9e115e3309efb31a1448b958d22b181511092
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 26 13:44:30 2015 +0200

    Fix liblwgeom LD_PRELOAD for regression tests.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4b88e7a..68f6164 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ postgis (2.2.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Update symbols for sfcgal & version 2.2.0 RC1.
   * Update fix-spelling patch for additional typos.
   * Reorder rules targets in order of execution.
+  * Fix liblwgeom LD_PRELOAD for regression tests.
 
  -- Markus Wanner <markus at bluegap.ch>  Fri, 25 Sep 2015 19:19:19 +0200
 
diff --git a/debian/rules b/debian/rules
index 3df9956..801bbb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -200,7 +200,7 @@ build-indep-stamp: configuration-stamp
 check: build-arch-stamp
 #   Run unit tests (against the newest Postgres version only, for
 #   now).
-	echo "LD_PRELOAD = '$(CURDIR)/liblwgeom/.libs/liblwgeom-$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION).so'" \
+	echo "LD_PRELOAD = '$(CURDIR)/liblwgeom/.libs/liblwgeom.so.$(MAJOR_VERSION)'" \
 		> $(CURDIR)/postgis-check-env.tmp
 	(set -e; \
 		test -z '$(CHECK)' || \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list