Hi Jeremy, Jeremy Sowden <jer...@azazel.net> writes: > Don't know whether it the proper way to do it, but this: > > $ cat debian/rules > #!/usr/bin/make -f > #export DH_VERBOSE=1 > > %: > dh $@ --with python3 > > override_dh_auto_clean: > dh_auto_clean -O--buildsystem=cmake > dh_auto_clean -O--buildsystem=pybuild [...] > appears to put the right files in debian/tmp [...]
That solves my problem. Thank you very much! Cheers Ole