$B7Y9p!*%&%$%k%9%A%'%C%/%5!<(B$B%S%9(B

2004-10-21 Thread VirusCheckService
== (BVIRUS GUARD and CHECK SERVICE for E-Mail Powerd by SYMANTEC Scan Engine. (B $B$"$J$?$,Aw$C$?%a!<%k$K%&%#%k%9$rH/8+$7$^$7$?!#(B $B8!CN$5$l$?%&[EMAIL PROTECTED];_$N0Y!"%a!<%k$r:o=|CW$7$^$7$?!#(B $B%a!<%k$rAw?.$7$h$&[

Executable files part of library

2004-10-21 Thread Magnus Therning
Interestingly enough distutils doesn't keep executable bits on libraries, and this causes lintian to complain: W: python-pyggy: script-not-executable ./usr/lib/python2.3/site-packages/pyggy/dfa.py N: N: This file starts with the #! sequence that marks interpreted scripts, N: but it is not exe

Re: Executable files part of library

2004-10-21 Thread Graham Wilson
On Thu, Oct 21, 2004 at 11:46:01PM +0200, Magnus Therning wrote: > W: python-pyggy: script-not-executable > ./usr/lib/python2.3/site-packages/pyggy/util.py > > How should this be resolved? Manually putting the executable bits on the > files before packing? Removing '#!.*' in the mentioned files?