Bug#1084915: RFS: python-nextdns/3.3.0-1 [ITP] -- Python wrapper for NextDNS API
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 soren@debian.org:
>
> 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
>
>
Reply to: