r44589 - in /packages/fftw3/trunk/debian: changelog control rules

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Wed Mar 21 22:54:00 UTC 2012


Author: jtaylor-guest
Date: Wed Mar 21 22:54:00 2012
New Revision: 44589

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44589
Log:
remove rpath from mpi libs with chrpath, add b-d on that chrpath

Modified:
    packages/fftw3/trunk/debian/changelog
    packages/fftw3/trunk/debian/control
    packages/fftw3/trunk/debian/rules

Modified: packages/fftw3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/changelog?rev=44589&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Wed Mar 21 22:54:00 2012
@@ -5,6 +5,7 @@
   * debian/rules:
     - pass MPILIBS=mpicc --showme:link to configure to ensure correct
       mpi linkage
+    - remove rpath from mpi libs with chrpath, add b-d on that chrpath
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 21 Mar 2012 23:04:11 +0100
 

Modified: packages/fftw3/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/control?rev=44589&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/control (original)
+++ packages/fftw3/trunk/debian/control Wed Mar 21 22:54:00 2012
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>=7.0.0),
                dpkg (>= 1.16.0),
                gfortran,
-               texinfo, quilt, mpi-default-dev
+               texinfo, quilt, mpi-default-dev,
+               chrpath
 Build-Depends-Indep: transfig, ghostscript (>> 8.63)
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/fftw3/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/fftw3/

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=44589&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Wed Mar 21 22:54:00 2012
@@ -144,7 +144,7 @@
 		dh_install -a --sourcedir=debian/tmp-long-double; \
 	fi
 	rm debian/libfftw3-3/usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3*mpi* debian/libfftw3-dev/usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3*mpi* debian/libfftw3-dev/usr/include/*mpi*
-
+	chrpath --delete debian/libfftw3-mpi-3/usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3*mpi*so*
 
 	dh_installman -a
 	dh_strip --dbg-package=libfftw3-dbg -a




More information about the debian-science-commits mailing list