Bug#268755: ktrack sparc failure

2005-11-09 Thread Christoph Berg
Re: Clint Adams in [EMAIL PROTECTED]
 configure is looking for KDE in lib64 directories, presumably because
 /lib64 exists.  This is incorrect behavior.

Hi,

here's the NMU patch.

debdiff ktrack_0.3.0-alpha1-6.1.dsc ktrack_0.3.0-alpha1-6.2.dsc
 aclocal.m4   |8 +---
 ktrack-0.3.0-alpha1/configure|8 +---
 ktrack-0.3.0-alpha1/debian/changelog |8 
 3 files changed, 10 insertions(+), 14 deletions(-)

diff -u ktrack-0.3.0-alpha1/configure ktrack-0.3.0-alpha1/configure
--- ktrack-0.3.0-alpha1/configure
+++ ktrack-0.3.0-alpha1/configure
@@ -5582,13 +5582,7 @@
   enableval=$enable_libsuffix
   kdelibsuff=$enableval
 fi;
-if test $kdelibsuff = none; then
-if test -d /lib64 ; then
-kdelibsuff=64
-else
-kdelibsuff=
-fi
-fi
+kdelibsuff=
 if test -z $kdelibsuff; then
 echo $as_me:$LINENO: result: not using lib directory suffix 5
 echo ${ECHO_T}not using lib directory suffix 6
diff -u ktrack-0.3.0-alpha1/debian/changelog 
ktrack-0.3.0-alpha1/debian/changelog
--- ktrack-0.3.0-alpha1/debian/changelog
+++ ktrack-0.3.0-alpha1/debian/changelog
@@ -1,3 +1,11 @@
+ktrack (0.3.0-alpha1-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * aclocal.m4: Do not use /lib64 (Closes: #268755).
+  * configure: Do the corresponding change manually.
+
+ -- Christoph Berg [EMAIL PROTECTED]  Thu, 10 Nov 2005 00:31:20 +0100
+
 ktrack (0.3.0-alpha1-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- ktrack-0.3.0-alpha1.orig/aclocal.m4
+++ ktrack-0.3.0-alpha1/aclocal.m4
@@ -2956,13 +2956,7 @@
 AC_HELP_STRING([--enable-libsuffix],
 [/lib directory suffix (64,32,none)]),
 kdelibsuff=$enableval)
-if test $kdelibsuff = none; then
-if test -d /lib64 ; then
-kdelibsuff=64
-else
-kdelibsuff=
-fi
-fi
+kdelibsuff=
 if test -z $kdelibsuff; then
 AC_MSG_RESULT([not using lib directory suffix])
 AC_DEFINE(KDELIBSUFF, [], Suffix for lib directories)

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#268755: ktrack sparc failure

2005-11-04 Thread Clint Adams
configure is looking for KDE in lib64 directories, presumably because
/lib64 exists.  This is incorrect behavior.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]