[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. 3.2.2-2-102-g2b393c2

Thomas Weber tweber at debian.org
Wed Dec 7 17:56:23 UTC 2011


The following commit has been merged in the master branch:
commit ef9e4f1e021586049e832a6ea0c0a2ca240e7746
Author: Thomas Weber <tweber at debian.org>
Date:   Fri Nov 18 18:00:29 2011 +0100

    Disable the rpath when calling ./configure
    
    +1 for making Lintian happy

diff --git a/debian/rules b/debian/rules
index f8eb6cb..c088c64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,9 @@ clean:
 	dh clean
 
 # override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
+# and while we are at it, disable the rpath (thanks lintian)
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-openmp
+	dh_auto_configure -- --enable-openmp --disable-rpath
 
 # override normal dh_compress call to avoid compressing .pdf files
 override_dh_compress:

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list