[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help upload libfm_1.1.2.2-1~bpo70+1 and pcmanfm_1.1.2-1~bpo70+1, please.



On Fri, Feb 14, 2014 at 6:55 AM, Jakub Wilk <jwilk@debian.org> wrote:
> * Simon McVittie <smcv@debian.org>, 2014-02-14, 14:48:
>
>> override_dh_auto_test:
>>         # debhelper tries "make test" first, but in this package
>>         # it exists but is broken.
>>         make check
>
>
> The above code doesn't honour DEB_BUILD_OPTIONS=nocheck.
>

Strictly speaking, this isn't a blocker, but fairly simple to fix anyhow...

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    make check
endif

Andriy, please re-upload libfm to mentors with tests enabled (e.g. as
above) and I'll go ahead and upload your packages.

Regards,
Vincent


Reply to: