Re: How to locally sign a package that has been built on another machine?

2001-05-09 Thread Marc Haber
On Mon, 7 May 2001 21:49:12 +0200, Filip Van Raemdonck <[EMAIL PROTECTED]> wrote: >The tools available for automatic changes signing seem to do this for you. Yes, they do. Judging from the debsign source, this is a gpg issue. However, debsign fails for me because gpg returns some strange error c

Re: On not using suidregister (again)

2001-05-09 Thread Peter S Galbraith
I wrote: > > to this on debian/rules : > > > > install -m 4755 -g floppy jazip debian/tmp/usr/bin > > > > The problem is that fakeroot is _not_ setting the ownership > > in the package. > > > > Do I still need to do the `chown root.floppy /usr/bin/jazip' in > > postinst? "Sean 'Shal

Re: [users] Re: Where's lame

2001-05-09 Thread Robert Bihlmeyer
Paul Martin <[EMAIL PROTECTED]> writes: > The RSA patent was only valid in the USA, an oversight on RSA's part. > That's the difference. But surely a sizable chunk the Debian usersbase lives in the US, there were official CDs sold in the US containing the software, etc. So the difference is only

Re: debuild error, I don't understand

2001-05-09 Thread Javier Viñuales Gutiérrez
On mié, may 09, 2001 at 01:09:30 -0400, Decklin Foster wrote: > You probably have fileutils 4.1-1 installed. Upgrade to 4.1-2. Exactly!, was it a 4.1-1 bug?, I hadn't seen the changelog. I don't know if it solves the problem because I hadn't finished my last dist-upgrade, really huge!: 108Mb :) T

Re: On not using suidregister (again)

2001-05-09 Thread Peter S Galbraith
I wrote: > > to this on debian/rules : > > > > install -m 4755 -g floppy jazip debian/tmp/usr/bin > > > > The problem is that fakeroot is _not_ setting the ownership > > in the package. > > > > Do I still need to do the `chown root.floppy /usr/bin/jazip' in > > postinst? "Sean 'Sha

Re: On not using suidregister (again)

2001-05-09 Thread Christian Marillat
"PSG" == Peter S Galbraith writes: [...] PSG> to this on debian/rules : PSG> install -m 4755 -g floppy jazip debian/tmp/usr/bin PSG> The problem is that fakeroot is _not_ setting the ownership PSG> in the package. Even with ? dh_fixperms -Xusr/bin/jazip Christian

Re: On not using suidregister (again)

2001-05-09 Thread Christian T. Steigies
On Wed, May 09, 2001 at 04:00:44PM -0400, Peter S Galbraith wrote: > > My understanding was that we're not using suidregister in > postinst now, and instead setting the ownership/permissions in > the package itself. > > So I moved this from postinst: > > if [ -x /usr/sbin/suidregister ];

RE: On not using suidregister (again)

2001-05-09 Thread Sean 'Shaleh' Perry
> > to this on debian/rules : > > install -m 4755 -g floppy jazip debian/tmp/usr/bin > > The problem is that fakeroot is _not_ setting the ownership > in the package. > > Do I still need to do the `chown root.floppy /usr/bin/jazip' in > postinst? > or is dh_fixperms (or an equiv) re

Re: [users] Re: Where's lame

2001-05-09 Thread Robert Bihlmeyer
Paul Martin <[EMAIL PROTECTED]> writes: > The RSA patent was only valid in the USA, an oversight on RSA's part. > That's the difference. But surely a sizable chunk the Debian usersbase lives in the US, there were official CDs sold in the US containing the software, etc. So the difference is only

Re: debuild error, I don't understand

2001-05-09 Thread Javier Viñuales Gutiérrez
On mié, may 09, 2001 at 01:09:30 -0400, Decklin Foster wrote: > You probably have fileutils 4.1-1 installed. Upgrade to 4.1-2. Exactly!, was it a 4.1-1 bug?, I hadn't seen the changelog. I don't know if it solves the problem because I hadn't finished my last dist-upgrade, really huge!: 108Mb :)

On not using suidregister (again)

2001-05-09 Thread Peter S Galbraith
My understanding was that we're not using suidregister in postinst now, and instead setting the ownership/permissions in the package itself. So I moved this from postinst: if [ -x /usr/sbin/suidregister ]; then suidregister -s jazip /usr/bin/jazip root floppy 4754 else

Re: [users] Re: Where's lame

2001-05-09 Thread Adam McKenna
On Wed, May 09, 2001 at 08:19:50PM +0100, Paul Martin wrote: > On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > > > OTOH, isn't a license just required for *using* software that falls > > under the patent -- in contrast to just distributing it? How is > > distributing lame diffe

Re: [users] Re: Where's lame

2001-05-09 Thread Andrew Suffield
On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > > > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > > It can be debianised, but it can't be included in debian, since it can't > > > be legally redistributed

Re: [users] Re: Where's lame

2001-05-09 Thread Paul Martin
On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > OTOH, isn't a license just required for *using* software that falls > under the patent -- in contrast to just distributing it? How is > distributing lame different from distributing implementations of RSA > one year ago? We did th

Re: On not using suidregister (again)

2001-05-09 Thread Christian Marillat
"PSG" == Peter S Galbraith writes: [...] PSG> to this on debian/rules : PSG> install -m 4755 -g floppy jazip debian/tmp/usr/bin PSG> The problem is that fakeroot is _not_ setting the ownership PSG> in the package. Even with ? dh_fixperms -Xusr/bin/jazip Christian -- To U

Re: On not using suidregister (again)

2001-05-09 Thread Christian T. Steigies
On Wed, May 09, 2001 at 04:00:44PM -0400, Peter S Galbraith wrote: > > My understanding was that we're not using suidregister in > postinst now, and instead setting the ownership/permissions in > the package itself. > > So I moved this from postinst: > > if [ -x /usr/sbin/suidregister ]

RE: On not using suidregister (again)

2001-05-09 Thread Sean 'Shaleh' Perry
> > to this on debian/rules : > > install -m 4755 -g floppy jazip debian/tmp/usr/bin > > The problem is that fakeroot is _not_ setting the ownership > in the package. > > Do I still need to do the `chown root.floppy /usr/bin/jazip' in > postinst? > or is dh_fixperms (or an equiv) r

Re: [users] Re: Where's lame

2001-05-09 Thread Robert Bihlmeyer
Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > It can be debianised, but it can't be included in debian, since it can't > > be legally redistributed in binary form. > > What do you mean ?? There are lots of packages includ

On not using suidregister (again)

2001-05-09 Thread Peter S Galbraith
My understanding was that we're not using suidregister in postinst now, and instead setting the ownership/permissions in the package itself. So I moved this from postinst: if [ -x /usr/sbin/suidregister ]; then suidregister -s jazip /usr/bin/jazip root floppy 4754 els

Re: debuild error, I don't understand

2001-05-09 Thread Decklin Foster
Javier Viñuales Gutiérrez writes: > install: cannot stat '': No existe el fichero o el directorio You probably have fileutils 4.1-1 installed. Upgrade to 4.1-2. -- things change. [EMAIL PROTECTED]

Re: [users] Re: Where's lame

2001-05-09 Thread Adam McKenna
On Wed, May 09, 2001 at 08:19:50PM +0100, Paul Martin wrote: > On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > > > OTOH, isn't a license just required for *using* software that falls > > under the patent -- in contrast to just distributing it? How is > > distributing lame diff

Re: [users] Re: Where's lame

2001-05-09 Thread Andrew Suffield
On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > > > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > > It can be debianised, but it can't be included in debian, since it can't > > > be legally redistributed

Re: [users] Re: Where's lame

2001-05-09 Thread Paul Martin
On Wed, May 09, 2001 at 08:09:51PM +0200, Robert Bihlmeyer wrote: > OTOH, isn't a license just required for *using* software that falls > under the patent -- in contrast to just distributing it? How is > distributing lame different from distributing implementations of RSA > one year ago? We did t

debuild error, I don't understand

2001-05-09 Thread Javier Viñuales Gutiérrez
Hello, I was fixing the bugs of my easy package called hptalx when I'd got an error running debuild, the message said: install: cannot stat '': No existe el fichero o el directorio make[1]: *** [install] Error 1 make[1]: Leaving directory '/home/vigu/debian/hptalx/hptalx-1.1.0' make: *** [install]

Re: [users] Re: Where's lame

2001-05-09 Thread Robert Bihlmeyer
Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > It can be debianised, but it can't be included in debian, since it can't > > be legally redistributed in binary form. > > What do you mean ?? There are lots of packages inclu

Re: debuild error, I don't understand

2001-05-09 Thread Decklin Foster
Javier Viñuales Gutiérrez writes: > install: cannot stat '': No existe el fichero o el directorio You probably have fileutils 4.1-1 installed. Upgrade to 4.1-2. -- things change. [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

debuild error, I don't understand

2001-05-09 Thread Javier Viñuales Gutiérrez
Hello, I was fixing the bugs of my easy package called hptalx when I'd got an error running debuild, the message said: install: cannot stat '': No existe el fichero o el directorio make[1]: *** [install] Error 1 make[1]: Leaving directory '/home/vigu/debian/hptalx/hptalx-1.1.0' make: *** [install

Re: [users] Re: Where's lame

2001-05-09 Thread Christian T. Steigies
On Wed, May 09, 2001 at 02:05:29AM +0200, Eric Van Buggenhaut wrote: > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > On Mon, May 07, 2001 at 03:19:21PM -0400, MaD dUCK wrote: > > > hi developers, > > > this is my first message, i hope it's appropriate. there's talk going > >

Re: [users] Re: Where's lame

2001-05-09 Thread Christian T. Steigies
On Wed, May 09, 2001 at 02:05:29AM +0200, Eric Van Buggenhaut wrote: > On Mon, May 07, 2001 at 09:53:44PM +0100, Andrew Suffield wrote: > > On Mon, May 07, 2001 at 03:19:21PM -0400, MaD dUCK wrote: > > > hi developers, > > > this is my first message, i hope it's appropriate. there's talk going > >