Re: make *.py +x

2005-10-19 Thread Goswin von Brederlow
Ben Finney [EMAIL PROTECTED] writes: On 19-Oct-2005, Rakotomandimby Mihamina wrote: I made my yum debian package, and when passing it to 'lintian -i', It finds that many *.py files are not executable. This seems backwards. If a file is meant to be executable, the convention is to name it

make *.py +x

2005-10-18 Thread Rakotomandimby Mihamina
Hello, I made my yum debian package, and when passing it to 'lintian -i', It finds that many *.py files are not executable. I am not really sure where should I make the chmod into the rules file. would you help me? I join the rules file (but tell me if you need more to help me). Thank you.

Re: make *.py +x

2005-10-18 Thread Justin Pryzby
On Wed, Oct 19, 2005 at 03:07:38AM +0200, Rakotomandimby Mihamina wrote: Hello, I made my yum debian package, and when passing it to 'lintian -i', It finds that many *.py files are not executable. I am not really sure where should I make the chmod into the rules file. would you help me?

Re: make *.py +x

2005-10-18 Thread Ben Finney
On 19-Oct-2005, Rakotomandimby Mihamina wrote: I made my yum debian package, and when passing it to 'lintian -i', It finds that many *.py files are not executable. This seems backwards. If a file is meant to be executable, the convention is to name it *without* a suffix (so that it can be

Re: make *.py +x

2005-10-18 Thread Le Boulanger Yann
Rakotomandimby Mihamina wrote: Hello, I made my yum debian package, and when passing it to 'lintian -i', It finds that many *.py files are not executable. I am not really sure where should I make the chmod into the rules file. would you help me? I join the rules file (but tell me if you need