[med-svn] [Git][med-team/seer][master] team upload to fix FTCBFS bug
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 16 13:55:05 BST 2020
Andreas Tille pushed to branch master at Debian Med / seer
Commits:
79a82692 by Andreas Tille at 2020-09-16T14:32:37+02:00
team upload to fix FTCBFS bug
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seer (1.1.4-4) unstable; urgency=medium
+
+ * Team upload
+ * Fix FTCBFS: Pass hdf5 libdir via LDFLAGS. (Closes: #970414)
+
+ -- Helmut Grohne <helmut at subdivi.de> Tue, 15 Sep 2020 06:05:45 +0200
+
seer (1.1.4-3) unstable; urgency=medium
* Team upload
=====================================
debian/rules
=====================================
@@ -5,12 +5,14 @@
include /usr/share/dpkg/default.mk
include /usr/share/dpkg/architecture.mk
export CPATH := /usr/include/hdf5/serial
-export LIBRARY_PATH := /usr/lib/$(DEB_TARGET_MULTIARCH)/hdf5/serial
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CMAKE_EXTRA_FLAGS += -DARMA_USE_HDF5=1
+override_dh_auto_build:
+ dh_auto_build -- LDFLAGS+=-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+
override_dh_auto_install:
dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEB_SOURCE)/usr
for pl in scripts/*.pl ; do \
View it on GitLab: https://salsa.debian.org/med-team/seer/-/commit/79a82692b22d6a8c7cebc1c5138cabb3b16782ec
--
View it on GitLab: https://salsa.debian.org/med-team/seer/-/commit/79a82692b22d6a8c7cebc1c5138cabb3b16782ec
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200916/c3afdd6c/attachment.html>
More information about the debian-med-commit
mailing list