tags 477025 + patch
Thanks

Attached you will find a diff for bug-buddy.

The libelfg0-dev version in sid relocates the needed headers
from /usr/include/ to /usr/include/libelf/ (and libelf-dev is not an
option), so I've changed the paths in the configure script, configure.in
and the #include directives of gnome-breakpad.cc.

Will you need someone else to make an NMU upload?

Regards

-- 
Gerardo Curiel  <[EMAIL PROTECTED]>  <[EMAIL PROTECTED]>
Geek By NaTure,LiNuX By ChOiCe,DebiAn of CoUrsE
gpg fingerprint: 228B 0F96 8653 DF52 9740  B75E FB32 9C30 E179 7BD2
http://www.debian.org
unchanged:
--- bug-buddy-2.22.0+dfsg.orig/configure	2008-04-24 04:57:46.000000000 +0000
+++ bug-buddy-2.22.0+dfsg/configure	2008-04-24 05:09:39.000000000 +0000
@@ -21657,7 +21657,7 @@
 fi
 
 
-for ac_header in libelf.h
+for ac_header in libelf/libelf.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -21806,7 +21806,7 @@
 done
 
 
-for ac_header in gelf.h
+for ac_header in libelf/gelf.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
only in patch2:
unchanged:
--- bug-buddy-2.22.0+dfsg.orig/gnome-breakpad/gnome-breakpad.cc	2008-04-24 04:57:46.000000000 +0000
+++ bug-buddy-2.22.0+dfsg/gnome-breakpad/gnome-breakpad.cc	2008-04-24 05:09:39.000000000 +0000
@@ -6,8 +6,8 @@
 #include <cassert>
 #include <cstring>
 
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
only in patch2:
unchanged:
--- bug-buddy-2.22.0+dfsg.orig/configure.in	2008-04-24 04:57:46.000000000 +0000
+++ bug-buddy-2.22.0+dfsg/configure.in	2008-04-24 05:09:39.000000000 +0000
@@ -88,8 +88,8 @@
 
 
 AC_CHECK_LIB(elf, elf_version)
-AC_CHECK_HEADERS([libelf.h],[],[AC_MSG_ERROR([libelf.h not found.])])
-AC_CHECK_HEADERS([gelf.h],[],[AC_MSG_ERROR([gelf.h not found.])])
+AC_CHECK_HEADERS([libelf/libelf.h],[],[AC_MSG_ERROR([libelf.h not found.])])
+AC_CHECK_HEADERS([libelf/gelf.h],[],[AC_MSG_ERROR([gelf.h not found.])])
 
 AC_CONFIG_SUBDIRS(google-breakpad)
 GOOGLE_BREAKPAD_SUPPORTED_OS="no"

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to