On Friday, October 11, 2024 8:27:48 AM MST souravbhattacharya@tutamail.com wrote:
> #!/usr/bin/make -f
> export PYBUILD_NAME=python
>
> %:
> dh $@ --buildsystem=pybuild
Typically it should be:
#!/usr/bin/make -f
export PYBUILD_NAME=nextdns
%:
dh $@ --buildsystem=pybuild
My understanding is that it basically tells autopkgtest the name of the module you have just built, so that it can correctly import it when running the tests. It isn’t needed in all cases, but it is important sometimes.
--
Soren Stoutner
soren@debian.org
Attachment:
signature.asc
Description: This is a digitally signed message part.