[SCM] Packaging for mathgl branch, master, updated. debian/1.11-1-6-g29203ba

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Sun Nov 14 22:15:34 UTC 2010


The following commit has been merged in the master branch:
commit 29203ba9a61710733c9ba8f66b470b4577111d55
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Mon Nov 15 02:13:04 2010 +0200

    Rpath issues resolved

diff --git a/debian/control b/debian/control
index 9b8bda7..d4a1dbf 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7), libltdl-dev, libgsl0-dev, freeglut3-dev,
  libjpeg-dev, libtiff-dev, libfltk-dev, libqt4-dev, libwxgtk2.8-dev, swig, 
  texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers,
  libgif-dev, autoconf, automake, quilt, python, python-dev, python-numpy,
- libhdf4-dev
+ libhdf4-dev, chrpath
 Standards-Version: 3.9.1
 Homepage: http://mathgl.sourceforge.net/index.html
 Vcs-Git: git://git.debian.org/debian-science/packages/mathgl.git
diff --git a/debian/rules b/debian/rules
index c0f4437..ebd5041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,12 @@ install: build
 	rm -f debian/tmp/usr/bin/*_example
 	rm -f debian/tmp/usr/share/info/dir
 	find debian \( -name mathgl.pyc -o -name mathgl.pyo \) -print0 | xargs -0 -r rm -f \;
+	chrpath -d debian/tmp/usr/lib/libmgl.so.5
+	chrpath -d debian/tmp/usr/lib/libmgl-fltk.so.5
+	chrpath -d debian/tmp/usr/lib/libmgl-glut.so.5
+	chrpath -d debian/tmp/usr/lib/libmgl-qt.so.5
+	chrpath -d debian/tmp/usr/lib/libmgl-wx.so.5
+	chrpath -d debian/tmp/usr/lib/python*/dist-packages/_mathgl.so
 
 binary-indep: build install
 

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list