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 <[email protected]>  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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to