[libgeo-shapelib-perl] 01/04: Set Multi-Ach path to libshp.so to fix FTBFS on non-amd64. (closes: #890426)

Bas Couwenberg sebastic at debian.org
Wed Feb 14 17:09:25 UTC 2018


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

sebastic pushed a commit to branch master
in repository libgeo-shapelib-perl.

commit ec5be632418296e8cd5136b1ebc689b4d68502ce
Author: Bas Couwenberg <sebastic at debian.org>
Date:   Wed Feb 14 18:00:43 2018 +0100

    Set Multi-Ach path to libshp.so to fix FTBFS on non-amd64. (closes: #890426)
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 21e88bc..df26932 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgeo-shapelib-perl (0.22-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Set Multi-Ach path to libshp.so to fix FTBFS on non-amd64.
+    (closes: #890426)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 14 Feb 2018 17:59:40 +0100
+
 libgeo-shapelib-perl (0.22-1) unstable; urgency=medium
 
   * Initial release (closes: #885932)
diff --git a/debian/rules b/debian/rules
index 05a92b6..574f682 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # package maintainers to append LDFLAGS
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+export PERL_SHAPELIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libshp.so
 
 %:
 	dh $@

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



More information about the Pkg-grass-devel mailing list