[dune-functions] 03/07: Switch to common DUNE CMake helper.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Mon Nov 21 20:03:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository dune-functions.
commit 79d38bf0af180ff3ba88f1b2cd6293df56164df0
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Mon Nov 21 20:25:09 2016 +0100
Switch to common DUNE CMake helper.
---
debian/control | 4 ++--
debian/rules | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 68fe43f..67990d4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/dune-functi
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/dune-functions.git
Homepage: http://www.dune-project.org/
Build-Depends: debhelper (>= 9),
- cmake, gfortran, mpi-default-bin, mpi-default-dev, pkg-config,
libdune-localfunctions-dev (>= 2.4.1),
libdune-grid-dev (>= 2.4.1),
libdune-istl-dev (>= 2.4.1),
libdune-typetree-dev (>= 2.4.1)
-Build-Depends-Indep: doxygen, ghostscript, graphviz, texlive-latex-extra, texlive-latex-recommended, pgf
+ cmake, gfortran, mpi-default-bin, mpi-default-dev, pkg-config, python3,
+Build-Depends-Indep: doxygen, ghostscript, graphviz, imagemagick, texlive-latex-extra, texlive-latex-recommended, pgf
Package: libdune-functions-dev
Section: libdevel
diff --git a/debian/rules b/debian/rules
index 4e3f9e9..2f95a4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#! /usr/bin/make -f
+include /usr/share/dune/dune-debian.mk
+
%:
- dh $@ --parallel
+ dh $@ --parallel --builddirectory=build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-functions.git
More information about the debian-science-commits
mailing list