This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository seer.
commit 0c28aa174fde3deacb9cf3e815e920242a2fc87a Author: Andreas Tille <[email protected]> Date: Mon Apr 18 16:46:08 2016 +0200 Use -DARMA_USE_HDF5=1 --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index ca05b42..ab58a88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +seer (1.1.1-2) unstable; urgency=medium + + * use -DARMA_USE_HDF5=1 + + -- Andreas Tille <[email protected]> Tue, 19 Apr 2016 10:39:15 +0200 + seer (1.1.1-1) unstable; urgency=medium * New upstream version diff --git a/debian/rules b/debian/rules index b8a7a18..734e974 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ 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_install: dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEBPKGNAME)/usr cp -a scripts/blast_top_hits.pl $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/blast_top_hits -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
