[SCM] Packaging for dune-grid: a toolbox for solving PDEs -- grid interface branch, master, updated. debian/2.2.svn7982-1
Ansgar Burchardt
ansgar at debian.org
Fri Apr 6 09:53:26 UTC 2012
The following commit has been merged in the master branch:
commit 116ab2afcbc4efa192ba43ced23e0439877372b9
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Fri Mar 30 15:26:09 2012 +0200
use chrpath to remove rpath from shared libraries
diff --git a/debian/control b/debian/control
index 83851ac..ce397c1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Vcs-Git: git://git.debian.org/debian-science/packages/dune-grid.git
Homepage: http://www.dune-project.org/
Build-Depends: debhelper (>= 9),
automake, autoconf, gfortran, libtool, mpi-default-bin, mpi-default-dev, pkg-config,
+ chrpath,
libdune-common-dev (>= 2.2~),
libdune-geometry-dev (>= 2.2~),
libalberta2-dev (>= 2.0.1-5),
diff --git a/debian/rules b/debian/rules
index fc68db2..a9e6988 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ include /usr/share/dune/dune-debian.mk
%:
dh $@ --parallel
+override_dh_auto_install:
+ dh_auto_install
+ find debian/tmp -name "*.so" -exec chrpath --delete "{}" \;
+
override_dh_strip:
dh_strip --dbg-package=libdune-grid-dbg
--
Packaging for dune-grid: a toolbox for solving PDEs -- grid interface
More information about the debian-science-commits
mailing list