[med-svn] [nanopolish] 04/04: Don't hardcode multiarch prefix
Afif Elghraoui
afif-guest at moszumanska.debian.org
Tue Jan 19 09:04:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository nanopolish.
commit 6d41875eb791a1aca88f56f486acbf5cc9e6022b
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Tue Jan 19 01:01:18 2016 -0800
Don't hardcode multiarch prefix
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 462db14..c3047f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
-#include /usr/share/dpkg/default.mk
+include /usr/share/dpkg/default.mk
export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/hdf5/serial
-export DEB_LDFLAGS_MAINT_APPEND = -L/usr/lib/x86_64-linux-gnu/hdf5/serial
+export DEB_LDFLAGS_MAINT_APPEND = -L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
%:
dh $@ --parallel
--
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