Re: Hello Sirs

2007-11-07 Thread Wesley J. Landaker
On Tuesday 06 November 2007 04:22:46 Omkar Raut wrote: > Its my pleasure to be part of Debian community. I joined this list > recently. I started using debian one year back. It has been a great > experience! I wish to extend my relationship with debian. Till now I > have been using this OS as a nor

Re: Executable's execute permission not getting set

2007-11-07 Thread Bernd Zeimetz
varun_shrivastava wrote: > hi > > I have one more question > the package contains an executable file in /usr/bin but its permissions are > set as -rw-r--r-- but it should be -r-x-r-x-r-x if I understand dh_fixperms manpage correctly it does not 'fix' the permissions for bin directories anym

Executable's execute permission not getting set

2007-11-07 Thread varun_shrivastava
hi I have one more question the package contains an executable file in /usr/bin but its permissions are set as -rw-r--r-- but it should be -r-x-r-x-r-x here is a part of my rules file 60 install: build 61 dh_testdir 62 dh_testroot 63 dh_clean -k 64

Re: Executable's execute permission not getting set

2007-11-07 Thread Cyril Brulebois
varun_shrivastava <[EMAIL PROTECTED]> (07/11/2007): > I have one more question the package contains an executable file in > /usr/bin but its permissions are set as -rw-r--r-- but it should be > -r-x-r-x-r-x No, -rwx-r-xr-x. > 69 dh_fixperms -a Fixes ownership, and some permissions, but

Re: Executable's execute permission not getting set

2007-11-07 Thread varun_shrivastava
Cyril Brulebois wrote: > > Fixes ownership, and some permissions, but not in /usr/bin (see its > manpage). I guess your build system is somehow missing a chmod +x on the > generated binary. > > Cheers, > Cyril Brulebois > the executable installed has permissions set to +x but the package does