On Thu, Feb 29, 2024 at 11:17:00AM -0300, Antonio Terceiro wrote:
> [...]
> 
> This was a bug in the python-bytecode debian/rules at that point:
> 
>   40   │ before-pybuild-autopkgtest:
>   41   │ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
>   42   │ ifeq ($(DEB_BUILD_ARCH),armhf)
>   43   │     patch -p1 < debian/armhf.patch
>   44   │ endif
>   45   │ endif
> 
> when the ifeq's don't evaluate to true (what happens everywhere but on
> armhf), the body of the `before-pybuild-autopkgtest` target is empty,
> and this causes make to call the default (%) target, which then calls
> `dh`.

Thanks for the analysis, Antonio; I completely hadn't realised that.
So no bug in dh_python after all!

Best wishes,

   Julian

Reply via email to