Bug#675063: Update on libextactor on sid

2012-06-20 Thread Mike Dupont
There were calls to strstr where strchr should be used. This line - sym_name = strstr (prefix, "_"); + sym_name = strstr (prefix, "libextractor_")+12; is needed for the x86_64 cause the _in the arch name. mike On Wed, Jun 20, 2012 at 7:44 PM, Mike Dupont wrote: > Hi there, > I was not about

Bug#675063: Update on libextactor on sid

2012-06-20 Thread Mike Dupont
Hi there, I was not about to get his patch working, there were typos mike On Wed, Jun 20, 2012 at 6:50 PM, Bertrand Marc wrote: > Hello, > > I am not sure to understand what is wrong with Harun's patch. It is already > included upstream. Could you tell what is missing in his patch ? > > Thanks, >

Bug#675063: Update on libextactor on sid

2012-06-20 Thread Bertrand Marc
Hello, I am not sure to understand what is wrong with Harun's patch. It is already included upstream. Could you tell what is missing in his patch ? Thanks, Bertrand -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#675063: Update on libextactor on sid

2012-06-05 Thread Mike Dupont
Hi, I have attempted to patch the extract, the patch provided almost worked, my changes seem to work. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675063 The problem is the _ in the x86_64, so I made a hack around that. Also added in debug info, also i turned off dh_strip, because the program