[dune-common] 01/05: dune-debian.mk: Continue to use autotools for now.

Ansgar Burchardt ansgar at moszumanska.debian.org
Mon Apr 20 16:53:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ansgar pushed a commit to branch master
in repository dune-common.

commit 72fe55c1267a90cf8fb4214a350ae34fa0519e1d
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Mon Apr 20 15:50:31 2015 +0200

    dune-debian.mk: Continue to use autotools for now.
---
 debian/dune-debian.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/dune-debian.mk b/debian/dune-debian.mk
index d7fb6f4..164c75f 100644
--- a/debian/dune-debian.mk
+++ b/debian/dune-debian.mk
@@ -1,4 +1,6 @@
 
+export USE_CMAKE=no
+
 DUNE_DEBIAN_DUNECONTROL ?= /usr/bin/dunecontrol
 DUNE_DEBIAN_CONFIGURE_FLAGS ?= \
 	--enable-parallel \
@@ -14,7 +16,7 @@ DUNE_DEBIAN_CONFIGURE_FLAGS ?= \
 
 override_dh_auto_configure:
 	$(DUNE_DEBIAN_DUNECONTROL) autogen
-	dh_auto_configure -- $(DUNE_DEBIAN_CONFIGURE_FLAGS)
+	dh_auto_configure -Sautoconf -- $(DUNE_DEBIAN_CONFIGURE_FLAGS)
 
 override_dh_auto_test:
 	# OpenMPI expects rsh/ssh to be in PATH even when it only starts local processes:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-common.git



More information about the debian-science-commits mailing list