[med-svn] r737 - trunk/packages/gwyddion/trunk/debian
beathovn-guest at alioth.debian.org
beathovn-guest at alioth.debian.org
Sun Oct 28 21:27:54 UTC 2007
Author: beathovn-guest
Date: 2007-10-28 21:27:54 +0000 (Sun, 28 Oct 2007)
New Revision: 737
Modified:
trunk/packages/gwyddion/trunk/debian/control
trunk/packages/gwyddion/trunk/debian/rules
Log:
Now there is no rpath any longer in gwyddion and its libraries - even on
amd64. chrpath added to rules and Build-Depends.
Modified: trunk/packages/gwyddion/trunk/debian/control
===================================================================
--- trunk/packages/gwyddion/trunk/debian/control 2007-10-25 12:16:21 UTC (rev 736)
+++ trunk/packages/gwyddion/trunk/debian/control 2007-10-28 21:27:54 UTC (rev 737)
@@ -2,7 +2,7 @@
Section: science
Priority: optional
Maintainer: Jan Beyer <jan at beathovn.de>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.8), libgtkglext1-dev, libtiff4-dev, libfftw3-dev, libxmu6
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.8), libgtkglext1-dev, libtiff4-dev, libfftw3-dev, libxmu6, chrpath
Standards-Version: 3.7.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gwyddion/trunk/
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gwyddion
Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules 2007-10-25 12:16:21 UTC (rev 736)
+++ trunk/packages/gwyddion/trunk/debian/rules 2007-10-28 21:27:54 UTC (rev 737)
@@ -13,3 +13,9 @@
version=$(shell dpkg-parsechangelog | grep '^Version: ' | sed -e 's/^Version: //')
DEB_DH_MAKESHLIBS_ARGS_gwyddion := -n -Xgwyddion
DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})'
+
+install/gwyddion::
+ chrpath -d debian/tmp/usr/bin/gwyddion
+
+install/libgwyddion2-0::
+ chrpath -d debian/tmp/usr/lib/libgwy*.so.0
More information about the debian-med-commit
mailing list