well i tried the method of removing executing bits and it worked.<br>well after some guidance from Luke , i added the following under install rule in debian/rules,<br><br>find debian/sugar-irc-activity/usr/share/sugar/activities/IRC.activity/purk/scripts/ -type f -print0 | xargs -0 chmod a-x<br>
<br>it did removed warning , but in anycase it seems that this was not to be used , please tell me. <br>and Thanks for your help :)<br><br>Regards,<br>Ankur.<br><br><div class="gmail_quote">On Mon, Jul 26, 2010 at 11:20 AM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Those four files in purk/scripts are marked +x, but I cannot see any<br>
"from" or "import" that invokes them. Either they are invoked another<br>
way, or the scripts are not needed. This is testable.<br>
<br>
You should either:<br>
<br>
1. add #! sequence to the top of each of those four files, xor;<br>
<br>
2. remove execute bit from those four files.<br>
<br>
If the package still passes tests without execute bits, then this is<br>
probably the best solution for the time being.<br>
<br>
You could report to upstream that four files are marked for execute, yet<br>
the others in the same directory are not.<br>
<font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</font></blockquote></div><br>