* Stefano Rivera: > Have you tried with --name? That's the intended way to build multiple > packages at the same time with pybuild.
Thanks for the hint. I tried replacing every instance of > dh_auto_foo --sourcedir=ndiff --buildsystem=pybuild > dh_auto_foo --sourcedir=zenmap --buildsystem=pybuild with > dh_auto_foo --sourcedir=ndiff --buildsystem=pybuild -- --name=ndiff > dh_auto_foo --sourcedir=zenmap --buildsystem=pybuild -- --name=zenmap Unfortunately, this does not work in my case. pybuild installs qto packages python3-ndiff and python3-zenmap, respectively – with no obvious way to override the package names. In any case, the warning I mentioned in the bug report ought to be either not come with any change in behavior or be a fatal error. Cheers, -Hilko

