[dune-pdelab] 03/03: Do not install files shipped in dune-common or dune-typetree.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Sat Jan 11 13:02:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository dune-pdelab.
commit ae50b5dce50b802f02358784207bb137c5f33a74
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sat Jan 11 13:59:20 2014 +0100
Do not install files shipped in dune-common or dune-typetree.
dune-common includes cxx11_initializer_list.m4. dune-typetree includes
cxx11_decltype.m4 and gcc___typeof__.m4. Do not try to include them in
dune-pdelab as well.
---
.../do-not-install-files-from-dune-typetree.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/do-not-install-files-from-dune-typetree.patch b/debian/patches/do-not-install-files-from-dune-typetree.patch
new file mode 100644
index 0000000..b3ae428
--- /dev/null
+++ b/debian/patches/do-not-install-files-from-dune-typetree.patch
@@ -0,0 +1,22 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Subject: Do not install files shipped in dune-common or dune-typetree
+
+dune-common includes cxx11_initializer_list.m4. dune-typetree includes
+cxx11_decltype.m4 and gcc___typeof__.m4. Do not try to include them in
+dune-pdelab as well.
+
+--- a/m4/Makefile.am
++++ b/m4/Makefile.am
+@@ -1,12 +1,9 @@
+ M4FILES = \
+ cxx0x_template_aliases.m4 \
+- cxx11_decltype.m4 \
+- cxx11_initializer_list.m4 \
+ dune-pdelab.m4 \
+ dune-posix-clock.m4 \
+ dune-unordered-containers.m4 \
+ eigen.m4 \
+- gcc___typeof__.m4 \
+ petsc.m4
+
+ aclocaldir = $(datadir)/dune/aclocal
diff --git a/debian/patches/series b/debian/patches/series
index 4db24c4..a402fe8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
soname.patch
+do-not-install-files-from-dune-typetree.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-pdelab.git
More information about the debian-science-commits
mailing list