[med-svn] [tophat] 01/01: iMake sure boos libraries will be found
Andreas Tille
tille at debian.org
Wed Mar 19 10:02:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository tophat.
commit e0b562f0ad8a7c8d950cf20642cef54e51989e7f
Author: Andreas Tille <tille at debian.org>
Date: Wed Mar 19 11:07:37 2014 +0100
iMake sure boos libraries will be found
---
debian/control | 1 +
debian/rules | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/debian/control b/debian/control
index 04bff9a..9ad56ab 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
python,
seqan-dev (>= 1.3~),
+ libboost-system-dev,
libboost-thread-dev,
help2man
Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index fb55e64..d2f6935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,15 @@ version=$(shell dpkg-parsechangelog -ldebian/changelog | grep Version: | cut -f2
mandir=$(CURDIR)/debian/$(pkg)/usr/share/man/man1
bindir=$(CURDIR)/debian/$(pkg)/usr/bin
+# according to dpkg-architecture(1) this should be set to support manual invocation
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
%:
dh $@ --with autoreconf
+override_dh_auto_configure:
+ dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+
override_dh_builddeb:
dh_builddeb -- -Z xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tophat.git
More information about the debian-med-commit
mailing list