[med-svn] [nanopolish] 01/04: Fix path tp hdf5 lib on i386
Andreas Tille
tille at debian.org
Tue Sep 19 14:18:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository nanopolish.
commit f458ca30144c7f48b229a5f29392e0cc4e5e3eed
Author: Andreas Tille <tille at debian.org>
Date: Tue Sep 19 15:30:57 2017 +0200
Fix path tp hdf5 lib on i386
---
debian/changelog | 4 +++-
debian/rules | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d95a447..9a96347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ nanopolish (0.8.1-2) UNRELEASED; urgency=medium
* Hack around broken clean target which tries to build dependencies from
external sources
* DEP3
+ * Fix path tp hdf5 lib on i386 (thanks for the hint to Christian Seiler
+ <christian at iwakd.de>)
- -- Andreas Tille <tille at debian.org> Sat, 16 Sep 2017 07:25:45 +0200
+ -- Andreas Tille <tille at debian.org> Tue, 19 Sep 2017 15:28:58 +0200
nanopolish (0.8.1-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 5d533cb..aa79e0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export CXXFLAGS += -flto
-export LDFLAGS += $(CXXFLAGS) $(CPPFLAGS) -L/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_GNU_TYPE)/hdf5/serial
+export LDFLAGS += $(CXXFLAGS) $(CPPFLAGS) -L/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/hdf5/serial
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanopolish.git
More information about the debian-med-commit
mailing list