[Forensics-changes] [SCM] afflib packaging for Debian branch, master, updated. debian/3.6.6-1-16-gf5f1282

Christophe Monniez christophe.monniez at fccu.be
Tue Dec 6 23:59:55 UTC 2011


The following commit has been merged in the master branch:
commit f5f1282e7e07d0b14d2f9cb73d7f3727b4829cd2
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Wed Dec 7 00:59:40 2011 +0100

    Removing rpath in binaries by using chrpath.

diff --git a/debian/control b/debian/control
index d94a181..6d9ee20 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
 Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~),
+# needed to remove rpath
+ chrpath,
 # needed to run autoreconf on debian/rules
  automake, autoconf, libtool,
  autotools-dev (>= 20100122.1),
diff --git a/debian/rules b/debian/rules
index 61f43e6..4d7f414 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+	chrpath -d debian/tmp/usr/bin/*
 	set -e; for file in `ls debian/tmp/usr/lib/*.la`; do \
 		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
 	done

-- 
afflib packaging for Debian



More information about the forensics-changes mailing list