[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: combining pybuild and cmake



Hi Jeremy,

Jeremy Sowden <jeremy@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


Reply to: