Control: tags -1 - moreinfo

Update: I have updated PYBUILD_NAME to nextdns as suggested by Soren and Jeroen.
Thank you for your reviews and suggestions.


Regards,
Sourav


Oct 11, 2024, 22:27 by so...@debian.org:

>
> On Friday, October 11, 2024 8:27:48 AM MST souravbhattacha...@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
>
>
> so...@debian.org
>
>

Reply via email to