Re: More problems

2001-07-20 Thread peter karlsson
Steve Langasek: > Do you ever intend to release this software as a tarball for use outside > of Debian? Yes, the tarball that I create for Debian is also distributed from my homepage (together with Debian packages compiled for potato, for those that do not use unstable), along with a RAR package

Re: More problems

2001-07-20 Thread Steve Langasek
Peter, On Fri, 20 Jul 2001, peter karlsson wrote: > > Since this is the Debian changelog rather than an upstream changelog, the > > majority of changes noted are specific to the shared debian directory, of > > which there is precisely one for any set of binary packages that are built > > from a s

Re: More problems

2001-07-20 Thread peter karlsson
Steve Langasek: > Do you ever intend to release this software as a tarball for use outside > of Debian? Yes, the tarball that I create for Debian is also distributed from my homepage (together with Debian packages compiled for potato, for those that do not use unstable), along with a RAR package

Re: More problems

2001-07-20 Thread Steve Langasek
Peter, On Fri, 20 Jul 2001, peter karlsson wrote: > > Since this is the Debian changelog rather than an upstream changelog, the > > majority of changes noted are specific to the shared debian directory, of > > which there is precisely one for any set of binary packages that are built > > from a

Re: How do I control ownership of installed package files?

2001-07-20 Thread Josip Rodin
On Fri, Jul 20, 2001 at 11:24:31AM -0400, Richard A Nelson wrote: > > > install: install-stamp > > > install-stamp: build-stamp > > > install stuff > > > chown someuser stuff > > > > > > binary-arch: install-stamp > > > build package > > > > > BTW install-stamp is evil

Re: How do I control ownership of installed package files?

2001-07-20 Thread Peter S Galbraith
Nicolas SABOURET wrote: > I may be wrong, but as far as I understood, dh_fixperms is responsible > for changing the owner of the files : > > $man dh_fixperms > [...]It makes all files be owned by >root, and it removes group and other write permission from >

Re: How do I control ownership of installed package files?

2001-07-20 Thread Josip Rodin
On Fri, Jul 20, 2001 at 10:21:37AM +0200, Robert Bihlmeyer wrote: > It should be noted that this requirement is broken when your rules > have something like: > > install: install-stamp > install-stamp: build-stamp > install stuff > chown someuser stuff > > binary-arch: insta

Re: How do I control ownership of installed package files?

2001-07-20 Thread Josip Rodin
On Fri, Jul 20, 2001 at 11:24:31AM -0400, Richard A Nelson wrote: > > > install: install-stamp > > > install-stamp: build-stamp > > > install stuff > > > chown someuser stuff > > > > > > binary-arch: install-stamp > > > build package > > > > > BTW install-stamp is evi

gnupg and web of trust.

2001-07-20 Thread Viral
Hi, Is there any way I can find out who all are within my web of trust, given a particular max-cert-depth ? Thanks in Advance, viral -- Every year is getting shorter, never seem to find the time. Plans that either come to naught or half a page of scribbled lines. pgp2dK0eZN2di.pgp Descripti

Re: How do I control ownership of installed package files?

2001-07-20 Thread Peter S Galbraith
Nicolas SABOURET wrote: > I may be wrong, but as far as I understood, dh_fixperms is responsible > for changing the owner of the files : > > $man dh_fixperms > [...]It makes all files be owned by >root, and it removes group and other write permission from >

Re: How do I control ownership of installed package files?

2001-07-20 Thread Josip Rodin
On Fri, Jul 20, 2001 at 10:21:37AM +0200, Robert Bihlmeyer wrote: > It should be noted that this requirement is broken when your rules > have something like: > > install: install-stamp > install-stamp: build-stamp > install stuff > chown someuser stuff > > binary-arch: inst

gnupg and web of trust.

2001-07-20 Thread Viral
Hi, Is there any way I can find out who all are within my web of trust, given a particular max-cert-depth ? Thanks in Advance, viral -- Every year is getting shorter, never seem to find the time. Plans that either come to naught or half a page of scribbled lines. PGP signature

Re: Arch-dependent Build-Depends

2001-07-20 Thread Robert Bihlmeyer
Adam C Powell IV <[EMAIL PROTECTED]> writes: > So, I think I want: > > Build-Depends: atlas-dev [!powerpc !m68k !sparc !hppa], lapack-dev > [powerpc m68k sparc hppa] > > > But I don't see the proper syntax for doing this properly. Is that > correct as is above? Yes. > The potato packaging man

Re: How do I control ownership of installed package files?

2001-07-20 Thread Robert Bihlmeyer
[EMAIL PROTECTED] writes: > > >because it forces everything to look like it's owned by root. Use > > >sudo. > > > > That's not true: > > You're right, as long as you haven't exited fakeroot and started it up > again in the meantime; I didn't realize that. It should be noted that this require

Re: Arch-dependent Build-Depends

2001-07-20 Thread Robert Bihlmeyer
Adam C Powell IV <[EMAIL PROTECTED]> writes: > So, I think I want: > > Build-Depends: atlas-dev [!powerpc !m68k !sparc !hppa], lapack-dev > [powerpc m68k sparc hppa] > > > But I don't see the proper syntax for doing this properly. Is that > correct as is above? Yes. > The potato packaging ma

Re: How do I control ownership of installed package files?

2001-07-20 Thread Robert Bihlmeyer
[EMAIL PROTECTED] writes: > > >because it forces everything to look like it's owned by root. Use > > >sudo. > > > > That's not true: > > You're right, as long as you haven't exited fakeroot and started it up > again in the meantime; I didn't realize that. It should be noted that this requir

Re: More problems

2001-07-20 Thread peter karlsson
Steve Langasek: > Since this is the Debian changelog rather than an upstream changelog, the > majority of changes noted are specific to the shared debian directory, of > which there is precisely one for any set of binary packages that are built > from a single source package. Well, first of all,

Re: How do I control ownership of installed package files?

2001-07-20 Thread Nicolas SABOURET
I may be wrong, but as far as I understood, dh_fixperms is responsible for changing the owner of the files : $man dh_fixperms [...]It makes all files be owned by root, and it removes group and other write permission from all files. [...] Nicolas. S