Dear Maintainer, It would be nice if I could do something like $ aptitude search '~Rbuild-depends:sagemath' which could help with managing transitions and things like that. X
Hi, 2017-08-12 23:19 Ximin Luo: It would certainly help these situations. However, as a note for possible implementations or people looking into this in the future, pkgCache::Dep::DepType from apt-pkg/pkgcache.h does only have into account dependencies between binary packages, so it's not very straightforward to achieve. Cheers.