Re: Build-Recommends

2005-06-13 Thread Sven Luther
On Sun, Jun 12, 2005 at 03:21:54PM +0200, Adeodato Simó wrote: > [People from debian-ocaml-mail, please keep -mentors CC'ed.] > > * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: > > I could use a 'build-recommends' dependency, > > but I understand 'recommends' > > is only available for the b

Re: Build-Recommends

2005-06-13 Thread Sven Luther
On Mon, Jun 13, 2005 at 09:57:25AM +0200, Goswin von Brederlow wrote: > Ralf Treinen <[EMAIL PROTECTED]> writes: > > > If you want to say in your package control file to depend > > on the fastest available compiler on any architecture then > > your should depend on "ocaml-best-compilers" which is

Re: Build-Recommends

2005-06-13 Thread Sven Luther
On Sun, Jun 12, 2005 at 03:21:54PM +0200, Adeodato Simó wrote: > [People from debian-ocaml-mail, please keep -mentors CC'ed.] > > * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: > > I could use a 'build-recommends' dependency, > > but I understand 'recommends' > > is only available for the b

Re: Build-Recommends

2005-06-13 Thread Goswin von Brederlow
Ralf Treinen <[EMAIL PROTECTED]> writes: > If you want to say in your package control file to depend > on the fastest available compiler on any architecture then > your should depend on "ocaml-best-compilers" which is a virtual > package provided by "ocaml-best-compilers" on architectures You can

Re: Build-Recommends

2005-06-12 Thread Goswin von Brederlow
"Roberto C. Sanchez" <[EMAIL PROTECTED]> writes: > On Sun, Jun 12, 2005 at 03:21:54PM +0200, Adeodato Simó wrote: >> [People from debian-ocaml-mail, please keep -mentors CC'ed.] >> >> * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: >> > I could use a 'build-recommends' dependency, >> > but

Re: Build-Recommends

2005-06-12 Thread Goswin von Brederlow
Adeodato Simó <[EMAIL PROTECTED]> writes: > * Adeodato Simó [Sun, 12 Jun 2005 16:14:00 +0200]: >> * Roberto C. Sanchez [Sun, 12 Jun 2005 09:28:24 -0400]: > >> > Couldn't you also Build-Depend on 'ocaml-native-compilers | ocaml'? > >> Good idea, but it won't work (at least with the version of sbu

Re: Build-Recommends

2005-06-12 Thread Ralf Treinen
On Sun, Jun 12, 2005 at 03:21:54PM +0200, Adeodato Simó wrote: > [People from debian-ocaml-mail, please keep -mentors CC'ed.] > > * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: > > I could use a 'build-recommends' dependency, > > but I understand 'recommends' > > is only available for the b

Re: Build-Recommends

2005-06-12 Thread Adeodato Simó
* Adeodato Simó [Sun, 12 Jun 2005 16:14:00 +0200]: > * Roberto C. Sanchez [Sun, 12 Jun 2005 09:28:24 -0400]: > > Couldn't you also Build-Depend on 'ocaml-native-compilers | ocaml'? > Good idea, but it won't work (at least with the version of sbuild in > unstable, if buildds are using somethin

Re: Build-Recommends

2005-06-12 Thread Goswin von Brederlow
John Skaller <[EMAIL PROTECTED]> writes: > I could use a 'build-recommends' dependency, > but I understand 'recommends' > is only available for the binary package, not the source. > Is this correct? > > The situation: the packaging machine requires 'ocaml' > to make binaries from my source packa

Re: Build-Recommends

2005-06-12 Thread Adeodato Simó
* Roberto C. Sanchez [Sun, 12 Jun 2005 09:28:24 -0400]: > Couldn't you also Build-Depend on 'ocaml-native-compilers | ocaml'? Good idea, but it won't work (at least with the version of sbuild in unstable, if buildds are using something more recent and smarter, that's another story). > That

Re: Build-Recommends

2005-06-12 Thread Roberto C. Sanchez
On Sun, Jun 12, 2005 at 03:21:54PM +0200, Adeodato Simó wrote: > [People from debian-ocaml-mail, please keep -mentors CC'ed.] > > * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: > > I could use a 'build-recommends' dependency, > > but I understand 'recommends' > > is only available for the b

Re: Build-Recommends

2005-06-12 Thread Adeodato Simó
[People from debian-ocaml-mail, please keep -mentors CC'ed.] * John Skaller [Sun, 12 Jun 2005 16:27:21 +1000]: > I could use a 'build-recommends' dependency, > but I understand 'recommends' > is only available for the binary package, not the source. > Is this correct? > The situation: the pac

Re: Build-Recommends?

2003-07-28 Thread Matt Zimmerman
On Mon, Jul 28, 2003 at 04:20:06PM +0200, Bas Zoetekouw wrote: > You wrote: > > > Build-Depends: libcurl2-dev | curl | wget > > might serve as a workaround? > > I guees he would need something like > > (Build-Depends: libcurl2-dev) | (Depends: curl | wget) > > which isn't possible. It is po

Re: Build-Recommends?

2003-07-28 Thread Matt Zimmerman
On Mon, Jul 28, 2003 at 04:20:06PM +0200, Bas Zoetekouw wrote: > You wrote: > > > Build-Depends: libcurl2-dev | curl | wget > > might serve as a workaround? > > I guees he would need something like > > (Build-Depends: libcurl2-dev) | (Depends: curl | wget) > > which isn't possible. It is po

Re: Build-Recommends?

2003-07-28 Thread Craig Small
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur

Re: Build-Recommends?

2003-07-28 Thread Craig Small
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur

Re: Build-Recommends?

2003-07-28 Thread Bas Zoetekouw
Hi Michel! You wrote: > Build-Depends: libcurl2-dev | curl | wget > might serve as a workaround? I guees he would need something like (Build-Depends: libcurl2-dev) | (Depends: curl | wget) which isn't possible. -- Kind regards, +-

Re: Build-Recommends?

2003-07-28 Thread Michel Dänzer
On Mon, 2003-07-28 at 14:14, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcurl isn't > ava

Re: Build-Recommends?

2003-07-28 Thread Colin Watson
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur

Re: Build-Recommends?

2003-07-28 Thread Francesco P. Lovergine
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur

Re: Build-Recommends?

2003-07-28 Thread Bas Zoetekouw
Hi Michel! You wrote: > Build-Depends: libcurl2-dev | curl | wget > might serve as a workaround? I guees he would need something like (Build-Depends: libcurl2-dev) | (Depends: curl | wget) which isn't possible. -- Kind regards, +-

Re: Build-Recommends?

2003-07-28 Thread Michel Dänzer
On Mon, 2003-07-28 at 14:14, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcurl isn't > ava

Re: Build-Recommends?

2003-07-28 Thread Colin Watson
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur

Re: Build-Recommends?

2003-07-28 Thread Francesco P. Lovergine
On Mon, Jul 28, 2003 at 08:14:03AM -0400, David Roundy wrote: > Is there such a thing as a Build-Recommends? Or a workaround that would > give you its equivalent? > > The problem is that darcs can be compiled either with or without > libcurl2-dev. The configure script will nicely notice if libcur