[med-svn] r2290 - trunk/packages/arb/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Wed Jul 23 07:37:08 UTC 2008


Author: tille
Date: 2008-07-23 07:37:07 +0000 (Wed, 23 Jul 2008)
New Revision: 2290

Modified:
   trunk/packages/arb/trunk/debian/changelog
   trunk/packages/arb/trunk/debian/control
   trunk/packages/arb/trunk/debian/rules
Log:
Strip rpath from ARB.so using chrpath (fixes last remaining lintian problem)


Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog	2008-07-23 07:13:52 UTC (rev 2289)
+++ trunk/packages/arb/trunk/debian/changelog	2008-07-23 07:37:07 UTC (rev 2290)
@@ -9,6 +9,7 @@
   * Moved debian/*.lintian.overrides to *.lintian-overrides and
     make use of dh_lintian (includes increasing versioned depends
     of debhelper to >= 6.0.7)
+  * Strip rpath from ARB.so using chrpath
 
  -- Andreas Tille <tille at debian.org>  Wed, 23 Jul 2008 08:10:46 +0200
 

Modified: trunk/packages/arb/trunk/debian/control
===================================================================
--- trunk/packages/arb/trunk/debian/control	2008-07-23 07:13:52 UTC (rev 2289)
+++ trunk/packages/arb/trunk/debian/control	2008-07-23 07:37:07 UTC (rev 2290)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 6.0.7), quilt, libmotif-dev, xviewg-dev,
  rxp, lynx, sablotron, libtiff4-dev, libxaw7-dev, kaffe | free-java-sdk,
  freeglut3-dev | libglu-dev, libglew1.5-dev, libpng12-dev, x11proto-print-dev,
- libxpm-dev, libxp-dev, libglw1-mesa-dev, perl-doc
+ libxpm-dev, libxp-dev, libglw1-mesa-dev, perl-doc, chrpath
 Standards-Version: 3.8.0
 Homepage: http://www.arb-home.de/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/arb/trunk/?rev=0&sc=0

Modified: trunk/packages/arb/trunk/debian/rules
===================================================================
--- trunk/packages/arb/trunk/debian/rules	2008-07-23 07:13:52 UTC (rev 2289)
+++ trunk/packages/arb/trunk/debian/rules	2008-07-23 07:37:07 UTC (rev 2290)
@@ -148,6 +148,8 @@
 	dh_installinfo -a
 	dh_installchangelogs -a
 	dh_lintian -a
+	# Fix rpath issue
+	chrpath --delete debian/libarb/usr/lib/arb/lib/ARB.so
 	dh_strip -a
 	dh_link -a
 	dh_compress -a




More information about the debian-med-commit mailing list