Hi Ted,

On Sun, Jul 28, 2019 at 10:04:48AM -0400, Theodore Y. Ts'o wrote:
> Yes, I had noticed that this was breaking some of the ports build as
> well, and so I have a similar patch in my tree already.  I was going
> to wait a few days to see if there were any other issues, and to allow
> 1.45.3-3 to enter testing before I was going to do another upload.  Is
> it urgent for you such that you would prefer an upload sooner?

If you defer it, I'll have to add the patch to rebootstrap.git and later
revert it. That's unfortunate, but certainly possible. I'll need some
fix (either in e2fsprogs or rebootstrap), because otherwise I'm blind to
later failures. Knowing your plans is key here. I'll assume that you
defer it unless you mail back with 12h.

>  override_dh_auto_test:
> +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
>       $(MAKE) -C ${stdbuilddir} V=1 check
> +endif
>  
>  test_printenv:
>       printenv | sort

It just occured to me that there might be a simpler implementation
(untested):

override_dh_auto_test:
        dh_auto_test -- V=1

Helmut

Reply via email to