Hi! I've prepared a patch that fixes this bug and I intend to upload it as an NMU.
I'm attaching the full output of interdiff. It's a bit bloated, because it includes the removal of the .svn dir. The relevant patch is: diff -u belpic-2.5.9/SConstruct belpic-2.5.9/SConstruct --- belpic-2.5.9/SConstruct +++ belpic-2.5.9/SConstruct @@ -21,7 +21,8 @@ env = Environment(tools=['default', 'generic', 'qt'], toolpath=['admin']) env['QT_LIB'] = 'qt-mt' env.Append(ENV = {'HOME': os.environ['HOME']}) -env.AppendUnique(CCFLAGS='-Dlinux -pipe -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 ') +env.AppendUnique(CCFLAGS=['-Dlinux', '-pipe', '-DQT_THREAD_SUPPORT', +'-D_REENTRANT', '-g', '-O2']) env.AppendUnique(CPPPATH=['/usr/include/PCSC']) # here needed for config step (for debian) # FIXME not for for 32 bit mandriva ! I'll be uploading to the 1-day delayed queue. -- Bessos, (o_ Marga. (\)_ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]