Hi, debhelper 12 supports debhelper-compat as a Build-Depends in debian/control, instead of a debian/compat. Can you add support for this in aptitude build-dep? # aptitude build-dep gpsbabel Unable to satisfy the build-depends: Build-Depends: debhelper-compat (= 12) Unable to apply some actions, aborting Whereas apt build-dep gpsbabel can handle this. Thanks Jochen
Control: merge 509100 -1
Somebody™ needs to write code for that, it has been requested for over
ten years…
Cheers,
Sven
I found a workaround. If you need to install build dependencies for package X, just create a fake package, which has "Depends", which are equal to X's "Build-Depends". Then install this fake package via aptitude. Possibility of such workaround means that aptitude already has all needed machinery. We just need to make aptitude to treat "Build-Depends" in similar way to "Depends"