[eclib] 01/02: Disable boost to fix #786613
Julien Puydt
julien.puydt at laposte.net
Tue May 26 09:48:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository eclib.
commit d67e899433fadbc8fcbb1f8234d1a1d25c192c01
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Mon May 25 21:35:20 2015 +0200
Disable boost to fix #786613
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fc46782..3496f1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eclib (20150510-2) UNRELEASED; urgency=medium
+
+ * Disable boost support (Closes: #786613)
+
+ -- Julien Puydt <julien.puydt at laposte.net> Mon, 25 May 2015 21:29:35 +0200
+
eclib (20150510-1) unstable; urgency=medium
* Upgraded to newest upstream version (and versioned without hyphens
diff --git a/debian/rules b/debian/rules
index 3600ebd..614936b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export ACLOCAL_M4=.
dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --with-ntl --disable-allprogs --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
+ dh_auto_configure -- --with-boost=no --with-ntl --disable-allprogs --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eclib.git
More information about the debian-science-commits
mailing list