[med-svn] [ffindex] 02/06: Use chrpath to remove rpath since that's a lintian error
Andreas Tille
tille at debian.org
Thu Dec 29 22:15:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ffindex.
commit 5a76d50e300f6646dd335d97278a84f2d93b3cbf
Author: Andreas Tille <tille at debian.org>
Date: Thu Dec 29 22:59:25 2016 +0100
Use chrpath to remove rpath since that's a lintian error
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/rules | 4 ++++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c8bd69e..0091acb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ffindex (0.9.9.7-2) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Moved packaging from SVN to Git
+ * Use chrpath to remove rpath since that's a lintian error
-- Canberk Koç <canberkkoc at gmail.com> Fri, 24 Jun 2016 07:40:53 +0300
diff --git a/debian/control b/debian/control
index adcdd40..dc64fe0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Priority: optional
Build-Depends: debhelper (>= 9),
help2man,
libopenmpi-dev,
- openmpi-bin
+ openmpi-bin,
+ chrpath
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/debian-med/ffindex.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/ffindex.git
diff --git a/debian/rules b/debian/rules
index 83e6f5e..86e980f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,10 @@ override_dh_clean:
rm -f $(FFMANPAGES)
dh_clean
+override_dh_install:
+ dh_install
+ find debian -name ffindex_apply_mpi -exec chrpath \{\} \;
+
override_dh_strip:
dh_strip --dbg-package=ffindex-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffindex.git
More information about the debian-med-commit
mailing list