[dune-typetree] 01/04: Switch to CMake.

Ansgar Burchardt ansgar at moszumanska.debian.org
Mon Nov 21 20:13:26 UTC 2016


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

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

commit 328dd83f790f5ad25039adacd942410c195442c8
Author: Ansgar Burchardt <Ansgar.Burchardt at tu-dresden.de>
Date:   Mon Nov 21 21:10:35 2016 +0100

    Switch to CMake.
---
 debian/control | 4 ++--
 debian/rules   | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9db266b..a4f3cd1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/dune-typetr
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/dune-typetree.git
 Homepage: http://www.dune-project.org/
 Build-Depends: debhelper (>= 9),
- automake, autoconf, gfortran, libtool, mpi-default-bin, mpi-default-dev, pkg-config,
+ cmake, gfortran, mpi-default-bin, mpi-default-dev, pkg-config, python3,
  libdune-common-dev (>= 2.4.1)
-Build-Depends-Indep: doxygen, ghostscript, graphviz, texlive-latex-recommended, pgf
+Build-Depends-Indep: doxygen, ghostscript, graphviz, imagemagick, texlive-latex-recommended, pgf
 
 Package: libdune-typetree-dev
 Section: libdevel
diff --git a/debian/rules b/debian/rules
index 1b61248..2f95a4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #! /usr/bin/make -f
 
 include /usr/share/dune/dune-debian.mk
-DUNE_DEBIAN_CONFIGURE_FLAGS += --libdir='$${prefix}/lib'
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --builddirectory=build

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



More information about the debian-science-commits mailing list