Re: fixing permissions

2002-01-06 Thread Colin Watson
On Sun, Jan 06, 2002 at 02:11:37PM +1100, Hamish Moffatt wrote: > On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > > I could fix the problem by manually by adding a chmod +x ./configure > > somewhere in the rules section. But manually adding a diff seems somewhat > > clumsy. > >

Re: fixing permissions

2002-01-06 Thread Colin Watson
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > Is there a good way to get file permission changes into ones source package > automaticly ? Diffs cannot preserve permissions. The only way you can achieve this is either to generate a fresh tarball (probably a bad idea if you're no

Re: fixing permissions

2002-01-06 Thread Colin Watson
On Sun, Jan 06, 2002 at 02:11:37PM +1100, Hamish Moffatt wrote: > On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > > I could fix the problem by manually by adding a chmod +x ./configure > > somewhere in the rules section. But manually adding a diff seems somewhat > > clumsy. >

Re: fixing permissions

2002-01-06 Thread Bas Zoetekouw
Hi Magnus! You wrote: > extracting original source code > patching original code using ketm_0.0.6-1.diff.gz > trying to run ./configure > /bin/sh: ./configure: /bin/sh: bad interpreter: Permission denied > > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in th

Re: fixing permissions

2002-01-06 Thread Colin Watson
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > Is there a good way to get file permission changes into ones source package > automaticly ? Diffs cannot preserve permissions. The only way you can achieve this is either to generate a fresh tarball (probably a bad idea if you're n

Re: fixing permissions

2002-01-06 Thread Mark Brown
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in the rules section. But manually adding a diff seems somewhat > clumsy. Other ways to do it include changing the tarball or running autoconf at bu

Re: fixing permissions

2002-01-06 Thread Bas Zoetekouw
Hi Magnus! You wrote: > extracting original source code > patching original code using ketm_0.0.6-1.diff.gz > trying to run ./configure > /bin/sh: ./configure: /bin/sh: bad interpreter: Permission denied > > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in t

Re: fixing permissions

2002-01-06 Thread Hamish Moffatt
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in the rules section. But manually adding a diff seems somewhat > clumsy. The chmod seems fine to me. The same problem exists with debian/rules ie it

Re: fixing permissions

2002-01-06 Thread Mark Brown
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in the rules section. But manually adding a diff seems somewhat > clumsy. Other ways to do it include changing the tarball or running autoconf at b

Re: fixing permissions

2002-01-06 Thread Hamish Moffatt
On Fri, Jan 04, 2002 at 10:07:52PM +0100, Magnus Ekdahl wrote: > I could fix the problem by manually by adding a chmod +x ./configure > somewhere in the rules section. But manually adding a diff seems somewhat > clumsy. The chmod seems fine to me. The same problem exists with debian/rules ie i

fixing permissions

2002-01-05 Thread Magnus Ekdahl
Is there a good way to get file permission changes into ones source package automaticly ? This is my scenario: I have rebuilt the build system for the package ketm to automake/autoconf. This has generated a new configure file. So far so good. Problem is that the diff from the original source d

fixing permissions

2002-01-05 Thread Magnus Ekdahl
Is there a good way to get file permission changes into ones source package automaticly ? This is my scenario: I have rebuilt the build system for the package ketm to automake/autoconf. This has generated a new configure file. So far so good. Problem is that the diff from the original source