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
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
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
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
"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
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
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
* 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
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
* 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
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
[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
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
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
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
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
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,
+-
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
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
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
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,
+-
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
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
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
24 matches
Mail list logo