tags 378210 + patch
thanks
Here is a patch to remove the rpath post compile. That might be
simpler than getting libtool to not mess things up.
MfG
Goswin
diff -u arpack++-2.2/debian/control arpack++-2.2/debian/control
--- arpack++-2.2/debian/control
+++ arpack++-2.2/debian/control
@@ -1,7 +1,7 @@
Source: arpack++
Section: devel
Priority: optional
-Build-Depends: debhelper ( >= 4 ), g++(>>2.95), g77, libg2c0-dev, blas-dev,
lapack3-dev, libarpack2-dev
+Build-Depends: debhelper (>= 4), g++ (>>2.95), g77, libg2c0-dev, blas-dev,
lapack3-dev, libarpack2-dev, chrpath
Maintainer: Christophe Prud'homme <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
diff -u arpack++-2.2/debian/changelog arpack++-2.2/debian/changelog
--- arpack++-2.2/debian/changelog
+++ arpack++-2.2/debian/changelog
@@ -1,3 +1,11 @@
+arpack++ (2.2-3a0.ql.1) unstable; urgency=low
+
+ * Rebuild to fix Depends
+ * Fix Build-Depends line so dpkg-checkbuilddepends can parse it
+ * Delete broken rpath from library (+ Build-Depends: chrpath)
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]> Fri, 14 Jul 2006 09:17:11 +0000
+
arpack++ (2.2-3) unstable; urgency=low
* really fix build-depends
diff -u arpack++-2.2/debian/rules arpack++-2.2/debian/rules
--- arpack++-2.2/debian/rules
+++ arpack++-2.2/debian/rules
@@ -21,6 +21,7 @@
-find . -name README | xargs touch
./configure --prefix=/usr --includedir=/usr/include/arpack++
make
+ chrpath -d src/.libs/libarpack++.so.2
touch build
install: build
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]