On 7/9/07, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote:
  a)   How do I fix the dh_shlibs call to get proper Depends?  I do not
       know how :-/

I think dh_shlibs is getting the depends... the trouble is they're not
making it into the control file.  In r-cran-mvtnorm's case, in
debian/control:

Depends: r-base-core (>= 2.3.1)

should be:

Depends: r-base-core (>= 2.3.1), ${shlibs:Depends}

That might also fix multcomp, which won't install on AMD64 because
libgfortran1 isn't available on AMD64.

  b)   Given a), should I create a new r-base-* set of packages where
       r-base-dev unconditionally pulls in gfortran1 ?

That seems icky... at least on AMD64, gfortran2 seems to be the default.


Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to