[med-svn] [kmc] 01/03: Set BOOST_LIB path fit for any arch
Andreas Tille
tille at debian.org
Tue Jul 28 06:14:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository kmc.
commit 4496cab048d4a21ea0f78338e06d6d1a7d02d544
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 28 07:52:49 2015 +0200
Set BOOST_LIB path fit for any arch
---
debian/changelog | 7 +++++++
debian/patches/debian-dependent-makefile.patch | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ae5a5ab..c934229 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kmc (2.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * Set BOOST_LIB path fit for any arch
+ Closes: #793843
+
+ -- Andreas Tille <tille at debian.org> Tue, 28 Jul 2015 07:51:50 +0200
+
kmc (2.0+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #770063)
diff --git a/debian/patches/debian-dependent-makefile.patch b/debian/patches/debian-dependent-makefile.patch
index 8bb32d4..a734784 100644
--- a/debian/patches/debian-dependent-makefile.patch
+++ b/debian/patches/debian-dependent-makefile.patch
@@ -10,7 +10,7 @@ Index: b/makefile
-BOOST_LIB = /boost/boost_1_55_0/stage/lib
-BOOST_H = /boost/boost_1_55_0
+
-+BOOST_LIB = /usr/lib/x86_64-linux-gnu
++BOOST_LIB := /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+BOOST_H = /usr/include/boost
KMC_BIN_DIR = bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmc.git
More information about the debian-med-commit
mailing list