Re: Having ssh support non-US?

2000-12-19 Thread Marc Haber
On Tue, 12 Dec 2000 18:01:48 -0500, Matt Zimmerman <[EMAIL PROTECTED]> wrote: >On Tue, Dec 12, 2000 at 08:41:55AM -0500, Adam C Powell IV wrote: >> You might look into making it work with kerberos4kth's krsh/krshd for strong >> authentication >> without the encryption overhead. Unless you really

Problem building a package

2000-12-19 Thread Raphaël HALIMI
Hi, I'm new to this list so, if I'm out of the subject, please tell me which list I must use. i'm trying to build a package from a source tar.gz file. To accomplish this, I installed the package "maint-guide" and followed all instructions in it (installation of new packages, etc etc). Finally, aft

Re: Problem building a package

2000-12-19 Thread Raphaël HALIMI
On Tue, Dec 19, 2000 at 03:01:09PM +0100, Raphaël HALIMI wrote: > the program compiles and installs (in the tmp dir) good, the content of > debian/tmp/bin and debian/tmp/lib ain't copied i the .deb. The Sorry, I meant debian/tmp/usr/bin and debian/tmp/usr/lib. -- Raphaël HALIMI

Re: Problem building a package

2000-12-19 Thread Domenico Andreoli
are you using debhelper scripts? if yes, check the DH_COMPAT variable in debian/rules file. if it is 1, among other things, the first binary package referred in debian/control will be searched in debian/tmp. if it is 2, the first package will be searched in debian/{$PACKAGE_NAME} directory. the

Re: Problem building a package

2000-12-19 Thread Michael Moerz
On Tue, 19 Dec 2000, [iso-8859-1] Rapha?l HALIMI wrote: > On Tue, Dec 19, 2000 at 03:01:09PM +0100, Rapha?l HALIMI wrote: > > > the program compiles and installs (in the tmp dir) good, the content of > > debian/tmp/bin and debian/tmp/lib ain't copied i the .deb. The > > Sorry, I meant debian/tmp

lintian bug or not ?

2000-12-19 Thread Christian Marillat
Hi, I've this strange output with lintian and I see nothing wrong in these scripts (debhelper scripts) Any idea ? Christian W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:4 W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:5 W: sawfish-lisp-source: p

My integration into the Debian team

2000-12-19 Thread Patrick Schnorbus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdee, i am a REALLY greenhorn in debian, i used SuSE for two years but now i am using Debian and it´s great! Well...I want to integrate myself into the Debian team. I tried to make a deb package, and it worked ok (...for my first package. no depend

Re: My integration into the Debian team

2000-12-19 Thread Andreas Schuldei
* Patrick Schnorbus ([EMAIL PROTECTED]) [001219 22:22]: > Well...I want to integrate myself into the Debian team. I tried to > make a deb package, and it worked ok (...for my first package. no > dependencies etc.) > > Have you any ideas what i can do? So what are you good at? what are you interes

Re: My integration into the Debian team

2000-12-19 Thread Britton
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdee, > > i am a REALLY greenhorn in debian, i used SuSE for two years but > now i am using Debian and it?s great! > > Well...I want to integrate myself into the Debian team. I tried to > make a deb package, and it worked ok (...for my first

Re: My integration into the Debian team

2000-12-19 Thread Patrick Schnorbus
well...my best skill is apache configuration :) i am learning c/c++ since 3 month, i can do some perl, but i´m interested in nearly everything based in open software. Patrick Am Dienstag, 19. Dezember 2000 23:33 schrieb Andreas Schuldei: > * Patrick Schnorbus ([EMAIL PROTECTED]) [001219 22:22]: >

Re: My integration into the Debian team

2000-12-19 Thread Gordon Sadler
Another good place to poke around is the BTS, Bug Tracking System. bugs.debian.org Also look at lists.debian.org for debian-devel-announce archives. Approximately once a week there will be a RC, Release Critical, Bug Report. Scan through the listings to see if there is anything you can lend a han

Re: lintian bug or not ?

2000-12-19 Thread Josip Rodin
On Tue, Dec 19, 2000 at 01:39:13PM +0100, Christian Marillat wrote: > I've this strange output with lintian and I see nothing wrong in these > scripts (debhelper scripts) > > W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:4 [...] > if [ -d /usr/doc -a ! -e /usr/doc/sa

Highest Payout On The Net!!!

2000-12-19 Thread cormil5129
We've already paid out over a cool MILLION DOLLARS to WINNERS just like YOU. Enter the Finest, Highest Paying Casino Online $25,000 WINNERS are cashing in at our casino DAILY. Grab YOUR share of this wealth pool and open an account now. We'll bring the finest, most secure, highest payi

Re: Having ssh support non-US?

2000-12-19 Thread Marc Haber
On Tue, 12 Dec 2000 18:01:48 -0500, Matt Zimmerman <[EMAIL PROTECTED]> wrote: >On Tue, Dec 12, 2000 at 08:41:55AM -0500, Adam C Powell IV wrote: >> You might look into making it work with kerberos4kth's krsh/krshd for strong >authentication >> without the encryption overhead. Unless you really n

Problem building a package

2000-12-19 Thread Raphaël HALIMI
Hi, I'm new to this list so, if I'm out of the subject, please tell me which list I must use. i'm trying to build a package from a source tar.gz file. To accomplish this, I installed the package "maint-guide" and followed all instructions in it (installation of new packages, etc etc). Finally, af

Re: Problem building a package

2000-12-19 Thread Raphaël HALIMI
On Tue, Dec 19, 2000 at 03:01:09PM +0100, Raphaël HALIMI wrote: > the program compiles and installs (in the tmp dir) good, the content of > debian/tmp/bin and debian/tmp/lib ain't copied i the .deb. The Sorry, I meant debian/tmp/usr/bin and debian/tmp/usr/lib. -- Raphaël HALIMI -- To UNSUB

Re: Problem building a package

2000-12-19 Thread Domenico Andreoli
are you using debhelper scripts? if yes, check the DH_COMPAT variable in debian/rules file. if it is 1, among other things, the first binary package referred in debian/control will be searched in debian/tmp. if it is 2, the first package will be searched in debian/{$PACKAGE_NAME} directory. the

Re: Problem building a package

2000-12-19 Thread Michael Moerz
On Tue, 19 Dec 2000, [iso-8859-1] Raphaël HALIMI wrote: > On Tue, Dec 19, 2000 at 03:01:09PM +0100, Raphaël HALIMI wrote: > > > the program compiles and installs (in the tmp dir) good, the content of > > debian/tmp/bin and debian/tmp/lib ain't copied i the .deb. The > > Sorry, I meant debian/tm

lintian bug or not ?

2000-12-19 Thread Christian Marillat
Hi, I've this strange output with lintian and I see nothing wrong in these scripts (debhelper scripts) Any idea ? Christian W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:4 W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:5 W: sawfish-lisp-source:

My integration into the Debian team

2000-12-19 Thread Patrick Schnorbus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdee, i am a REALLY greenhorn in debian, i used SuSE for two years but now i am using Debian and it´s great! Well...I want to integrate myself into the Debian team. I tried to make a deb package, and it worked ok (...for my first package. no depen

Re: My integration into the Debian team

2000-12-19 Thread Andreas Schuldei
* Patrick Schnorbus ([EMAIL PROTECTED]) [001219 22:22]: > Well...I want to integrate myself into the Debian team. I tried to > make a deb package, and it worked ok (...for my first package. no > dependencies etc.) > > Have you any ideas what i can do? So what are you good at? what are you intere

Re: My integration into the Debian team

2000-12-19 Thread Britton
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdee, > > i am a REALLY greenhorn in debian, i used SuSE for two years but > now i am using Debian and it´s great! > > Well...I want to integrate myself into the Debian team. I tried to > make a deb package, and it worked ok (...for my first

Re: My integration into the Debian team

2000-12-19 Thread Patrick Schnorbus
well...my best skill is apache configuration :) i am learning c/c++ since 3 month, i can do some perl, but i´m interested in nearly everything based in open software. Patrick Am Dienstag, 19. Dezember 2000 23:33 schrieb Andreas Schuldei: > * Patrick Schnorbus ([EMAIL PROTECTED]) [001219 22:22]:

Re: My integration into the Debian team

2000-12-19 Thread Gordon Sadler
Another good place to poke around is the BTS, Bug Tracking System. bugs.debian.org Also look at lists.debian.org for debian-devel-announce archives. Approximately once a week there will be a RC, Release Critical, Bug Report. Scan through the listings to see if there is anything you can lend a ha

Re: lintian bug or not ?

2000-12-19 Thread Josip Rodin
On Tue, Dec 19, 2000 at 01:39:13PM +0100, Christian Marillat wrote: > I've this strange output with lintian and I see nothing wrong in these > scripts (debhelper scripts) > > W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:4 [...] > if [ -d /usr/doc -a ! -e /usr/doc/s

Highest Payout On The Net!!!

2000-12-19 Thread cormil5129
Title: We've already paid out over a cool MILLION DOLLARS to WINNERS just like YOU. Enter the Finest, Highest Paying Casino Online $25,000 WINNERS are cashing in at our casino DAILY. Grab YOUR share of this wealth pool and open an account now. We'll bring the finest, most secure, high