[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: News from dh-r



Am Fri, Nov 17, 2023 at 10:04:39PM +0530 schrieb Nilesh Patra:
> For instance r-cran-tmb repository on salsa has:
> 
> $ cat debian/control| grep -A5 ^Depends:
> Depends: ${R:Depends},
>          ${shlibs:Depends},
>          ${misc:Depends},
> # <dh-update-R>do not delete this</dh-update-R>
>          r-cran-matrix (>= 1.5-3-1~)
> 
> $ dh-update-R
> ...
> 
>  cat debian/control| grep -A5 ^Depends:
> Depends: ${R:Depends},
>          ${shlibs:Depends},
>          ${misc:Depends}
> Recommends: ${R:Recommends}
> Suggests: ${R:Suggests}
> 
> $ apt policy dh-r 2>/dev/null | grep Installed
>   Installed: 20231109
> 
> I feel this needs fixing.

That's fixed via

   https://salsa.debian.org/r-pkg-team/r-cran-tmb/-/blob/master/debian/rules#L10-15

Its perfectly correct that r-cran-matrix is not specified explicitly in
d/control.  You can check this by building and see the result.

Kind regards
   Andreas.


-- 
http://fam-tille.de


Reply to: