Roland Fehrenbacher, le mer. 30 sept. 2020 20:47:58 +0200, a ecrit: >Is the only solution here then really to have two source packages > with exactly the same upstream source and only a difference in > the way the binaries are built and what they depend upon?
That's what I do with starpu and hwloc. In starpu the packaging difference is really minimal so I use some sed scripts to switch between the "main" version and the "contrib" version. In hwloc the difference is more involved so I use two branches, and just pull from master to contrib. In the end it's not really much additional work. Samuel