Re: XF86 configuration

2001-01-02 Thread Hamish Moffatt
Nitai Please ask on debian-user. debian-mentor is for mentoring of new Debian developers, not new users. regards Hamish On Mon, Jan 01, 2001 at 12:08:52PM -0500, [EMAIL PROTECTED] wrote: > Hi, > I am new to linux and to debian 2.2r2, currently struggling to configure > Xf86. > Questions :

Re: XF86 configuration

2001-01-02 Thread Eduard Bloch
#include [EMAIL PROTECTED] wrote on Mon Jan 01, 2001 um 12:08:52PM: > 1. My Video card is NVIDIA Riva TNT2 model 64. In the installation process > "anxious" failed to identify the video card. However after installation, Anxiou's database can not include really ALL cards out there. > saying

Re: problem when trying to build metamail package with unstable

2001-01-02 Thread Michael Moerz
On Sun, Dec 31, 2000 at 02:55:23PM +, Colin Watson wrote: > [EMAIL PROTECTED] wrote: > >cc -c -I../. -g -I.metamail.c > >In file included from metamail.c:47: > >/usr/include/signal.h:117: parse error before `-' > >/usr/include/signal.h:117: parse error before `int' > >make[1]: *** [metamai

Grouping dependencies

2001-01-02 Thread Jérôme Marant
Hi, (and happy new year :-)) I'm packaging a program that has some kind of dependencies: Package: A Depends: B | C, D | E I'd like to make sure that: - once B installed, D was also installed - or once C installed, E was also installed. Unfortunatelly IIRC, dpkg does not allow me to do things

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
> " " == J?r?me Marant <[EMAIL PROTECTED]> writes: > Hi, (and happy new year :-)) > I'm packaging a program that has some kind of dependencies: > Package: A Depends: B | C, D | E > I'd like to make sure that: - once B installed, D was also > installed - or once C in

Re: Grouping dependencies

2001-01-02 Thread Jérôme Marant
Goswin Brederlow <[EMAIL PROTECTED]> writes: Thank you very much. > Hmm, this has been asked before. There is a solution. I would love to see a FAQ referencing all problems with their solution that were mentioned on -devel and -mentors. This would avoid us to ask the same questions over a

Re: Grouping dependencies

2001-01-02 Thread Matt Kraai
On Tue, Jan 02, 2001 at 05:37:14PM +0100, Jrme Marant wrote: > Goswin Brederlow <[EMAIL PROTECTED]> writes: > > Thank you very much. > > > Hmm, this has been asked before. There is a solution. > > I would love to see a FAQ referencing all problems with their solution > that were mentioned o

[Q] dpkg-buildpackage not generating .changes file...

2001-01-02 Thread Sudhakar Chandra
Hi, I packaging new upstream versions of my packages and noticed that dpkg-buildpackage is not generating the .changes file. Has anything about dpkg-buildpackage changed? Thanks. Thaths -- Homer: [hurt] You signed my name? I feel so violated. Marge: You've signed my name lots of times! Homer:

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
Maybe you can find some webpage describing such reductions to this standard form (whatever that then is). MfG Goswin

Re: Grouping dependencies

2001-01-02 Thread Matt Kraai
On Tue, Jan 02, 2001 at 09:17:54PM +0100, Goswin Brederlow wrote: > Maybe you can find some webpage describing such reductions to this > standard form (whatever that then is). I couldn't find a good one, so I wrote my own. I'll move it to my Debian webspace later today. If anyone wants to look a

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
> " " == Matt Kraai <[EMAIL PROTECTED]> writes: > On Tue, Jan 02, 2001 at 09:17:54PM +0100, Goswin Brederlow > wrote: >> Maybe you can find some webpage describing such reductions to >> this standard form (whatever that then is). > I couldn't find a good one, so I wrote

Re: XF86 configuration

2001-01-02 Thread Hamish Moffatt
Nitai Please ask on debian-user. debian-mentor is for mentoring of new Debian developers, not new users. regards Hamish On Mon, Jan 01, 2001 at 12:08:52PM -0500, [EMAIL PROTECTED] wrote: > Hi, > I am new to linux and to debian 2.2r2, currently struggling to configure > Xf86. > Questions :

Re: XF86 configuration

2001-01-02 Thread Eduard Bloch
#include [EMAIL PROTECTED] wrote on Mon Jan 01, 2001 um 12:08:52PM: > 1. My Video card is NVIDIA Riva TNT2 model 64. In the installation process > "anxious" failed to identify the video card. However after installation, Anxiou's database can not include really ALL cards out there. > sayin

Re: problem when trying to build metamail package with unstable

2001-01-02 Thread Michael Moerz
On Sun, Dec 31, 2000 at 02:55:23PM +, Colin Watson wrote: > [EMAIL PROTECTED] wrote: > >cc -c -I../. -g -I.metamail.c > >In file included from metamail.c:47: > >/usr/include/signal.h:117: parse error before `-' > >/usr/include/signal.h:117: parse error before `int' > >make[1]: *** [metama

Grouping dependencies

2001-01-02 Thread Jérôme Marant
Hi, (and happy new year :-)) I'm packaging a program that has some kind of dependencies: Package: A Depends: B | C, D | E I'd like to make sure that: - once B installed, D was also installed - or once C installed, E was also installed. Unfortunatelly IIRC, dpkg does not allow me to do thing

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
> " " == Jérôme Marant <[EMAIL PROTECTED]> writes: > Hi, (and happy new year :-)) > I'm packaging a program that has some kind of dependencies: > Package: A Depends: B | C, D | E > I'd like to make sure that: - once B installed, D was also > installed - or once C i

Re: Grouping dependencies

2001-01-02 Thread Jérôme Marant
Goswin Brederlow <[EMAIL PROTECTED]> writes: Thank you very much. > Hmm, this has been asked before. There is a solution. I would love to see a FAQ referencing all problems with their solution that were mentioned on -devel and -mentors. This would avoid us to ask the same questions over

Re: Grouping dependencies

2001-01-02 Thread Matt Kraai
On Tue, Jan 02, 2001 at 05:37:14PM +0100, Jrme Marant wrote: > Goswin Brederlow <[EMAIL PROTECTED]> writes: > > Thank you very much. > > > Hmm, this has been asked before. There is a solution. > > I would love to see a FAQ referencing all problems with their solution > that were mentioned

[Q] dpkg-buildpackage not generating .changes file...

2001-01-02 Thread Sudhakar Chandra
Hi, I packaging new upstream versions of my packages and noticed that dpkg-buildpackage is not generating the .changes file. Has anything about dpkg-buildpackage changed? Thanks. Thaths -- Homer: [hurt] You signed my name? I feel so violated. Marge: You've signed my name lots of times! Homer

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
Maybe you can find some webpage describing such reductions to this standard form (whatever that then is). MfG Goswin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Grouping dependencies

2001-01-02 Thread Matt Kraai
On Tue, Jan 02, 2001 at 09:17:54PM +0100, Goswin Brederlow wrote: > Maybe you can find some webpage describing such reductions to this > standard form (whatever that then is). I couldn't find a good one, so I wrote my own. I'll move it to my Debian webspace later today. If anyone wants to look

Re: Grouping dependencies

2001-01-02 Thread Goswin Brederlow
> " " == Matt Kraai <[EMAIL PROTECTED]> writes: > On Tue, Jan 02, 2001 at 09:17:54PM +0100, Goswin Brederlow > wrote: >> Maybe you can find some webpage describing such reductions to >> this standard form (whatever that then is). > I couldn't find a good one, so I wrot