Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-23 Thread Nepenthes Development Team
Hi, We just wanted to let you know it is fixed in svn using autotools (the good way). But due too a lot of changes between 0.1.7 and current svn, we were unable to create a patch that would fix *this* issue without breaking something else. The fix was only possible as we changed the whole

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-20 Thread Luciano Bello
tags 378759 -patch thank you No, it's not the unique reference... # rgrep tab\.c * | grep rm missing:rm -f y.tab.c y.tab.h modules/download-creceive/Makefile.in: -rm -f *.tab.c modules/download-csend/Makefile.in: -rm -f *.tab.c modules/download-curl/Makefile.in: -rm -f *.tab.c

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-20 Thread Nepenthes Development Team
Hi, Actually, the problem is *below* the Makefile.in I'll try to explain it: we use lex yacc to create a parser, we throw in the lex file and the yacc file, and get a header and a parser. As we were unable to get this lex this, yacc this and use the resulting c files for compilation running

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-20 Thread Luciano Bello
tags 378759 +patch +pending thank you the patch from José Parrella works fine. Will be upload tomorrow. thx, luciano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-19 Thread José Parrella
tags 378759 +patch thank you The following patch could be applied to nepenthes-0.1.7/modules/shellcode-signatures/Makefile.in: 297c297 -rm -f *.tab.c --- ; I have not tried it yet. It takes me a lot of time to make a single dpkg-buildpackage, two will take a double lot of time.