Re: [Amsn-devel] make deb fix.

2006-05-16 Thread Vivia Nikolaidou
On Tue, 16 May 2006, David Ramsden wrote: It looks like you changed one of the wrong lines. I've attached a patch between my working copy and the current SVN revision. Can you please commit this? OK. Thanx a lot! :) --- Using Tomcat but

Re: [Amsn-devel] make deb fix.

2006-05-16 Thread David Ramsden
Vivia Nikolaidou wrote: Thanx, Committed [snip] Hi Vivia. It looks like you changed one of the wrong lines. I've attached a patch between my working copy and the current SVN revision. Can you please commit this? BTW, great work on the migration to SVN and I'm liking the menu changes too.

Re: [Amsn-devel] make deb fix.

2006-05-16 Thread Youness Alaoui
You might be right, but then, why did it work with CVS ? I think we should really do what I asked for, which means, make all binary files as binary on svn... I think the dh_strip didn't work because the .so was corrupted (I don't think a make deb would actually fail just because the file is

Re: [Amsn-devel] make deb fix.

2006-05-16 Thread Vivia Nikolaidou
Thanx, Committed On Mon, 15 May 2006, David Ramsden wrote: Hi, To fix the make deb error that was added to the TO-DO list earlier, edit debian/rules. The dh_strip and dh_shlibdeps lines need to be changed to exclude libTclxml3.1.so because this shared object is provided already stripped.

[Amsn-devel] make deb fix.

2006-05-15 Thread David Ramsden
Hi, To fix the make deb error that was added to the TO-DO list earlier, edit debian/rules. The dh_strip and dh_shlibdeps lines need to be changed to exclude libTclxml3.1.so because this shared object is provided already stripped. dh_strip -XlibTclxml3.1.so dh_shlibdeps