[emos] 10/12: chrpath all binaries.

Alastair McKinstry mckinstry at moszumanska.debian.org
Mon May 30 11:29:12 UTC 2016


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

mckinstry pushed a commit to branch debian/master
in repository emos.

commit 8d81df6fa849a29cd605a1c14eefb13bb8d326b7
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 1 02:42:47 2016 +0100

    chrpath all binaries.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb2d7b4..33708da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ emoslib (2:4.4.1-1) UNRELEASED; urgency=medium
     - links-fix.patch merged upstream.
   * Standards-Version: 3.9.8
   * Patch from boyska to fix reproducible shells issue. Closes: #821356
+  * chrpath all binaries.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sun, 01 May 2016 02:03:21 +0100
 
diff --git a/debian/rules b/debian/rules
index ee8bdbf..b8f1f2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,8 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	cd obj-* && $(MAKE) install
+	chrpath -d debian/tmp/bin/*
+	chrpath -d debian/tmp/lib/*.0d
 	(cd ${DESTDIR}/share/libemos/tables/bufrtables && sh ./links.sh)
 	dh_auto_install	
 	# Fix broken paths 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git



More information about the debian-science-commits mailing list