On 12 September 2025 at 15:03, Alexandre Detiste wrote: | Le ven. 12 sept. 2025 à 14:35, Dirk Eddelbuettel <[email protected]> a écrit : | > I should be able to simplify to a standard CRAN package build, | Thanks | | > | As an extra this move will also fix #985898. | > | > Can you be more specific? This is still a 'special' package in the sense | > that a binary is produced which is uncommon for a CRAN package: these usually | > contain a package for R with or without a shared library part. | | DebHelper has continued to evolved the 10/15 last years and a lot of details | are now handler right out of the box: multiarch paths cross-compile, | reconfigure, dbgsym (<- stripping) | | All these improvements can make #985898 automagically disapear, | ... or not, I cannot be very specific, it is just I gut feeling I got | from the fact of removing CDBS/long debhelper usage from | a lot of packages.
Yep! Looks like "I am there" after a bit of fiddling. The package is different due to its history of being binary 'littler' before becoming 'r-cran-littler' so I needed an adjustment or two to also produce the virtual package little in the new scheme. And the -dbgsym now comes out as default, that is likely what #985898 had in mind. Thanks for the nudge! Dirk PS I think I may have one or two more ancient packages relying on cdbs which may not be as easy to convert... -- dirk.eddelbuettel.com | @eddelbuettel | [email protected]

