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

Ansgar Burchardt ansgar at moszumanska.debian.org
Mon Nov 21 20:03:40 UTC 2016


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

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

commit 924b26f95fc993af142c9af3a3470b0e0a1ad85f
Author: Ansgar Burchardt <Ansgar.Burchardt at tu-dresden.de>
Date:   Mon Nov 21 20:35:56 2016 +0100

    Switch to CMake.
---
 debian/clean                              | 2 --
 debian/control                            | 4 ++--
 debian/libdune-localfunctions-dev.install | 5 +----
 debian/rules                              | 3 +--
 4 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 5e3c36f..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-am
-doc/dune-localfunctions-manual.pdf
diff --git a/debian/control b/debian/control
index ecf5507..fa6409b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/dune-localf
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/dune-localfunctions.git
 Homepage: http://www.dune-project.org/
 Build-Depends: debhelper (>= 9),
- automake, autoconf, gfortran, libtool, mpi-default-bin, mpi-default-dev, pkg-config,
  libdune-common-dev (>= 2.4.1),
  libdune-geometry-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-localfunctions-dev
 Section: libdevel
diff --git a/debian/libdune-localfunctions-dev.install b/debian/libdune-localfunctions-dev.install
index 651b3a3..10e4477 100644
--- a/debian/libdune-localfunctions-dev.install
+++ b/debian/libdune-localfunctions-dev.install
@@ -1,6 +1,3 @@
 usr/include
-usr/lib/cmake
-usr/lib/dunecontrol
-usr/lib/pkgconfig
-usr/share/dune
+usr/lib
 usr/share/dune-localfunctions
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-localfunctions.git



More information about the debian-science-commits mailing list