Re: question about build profile nocheck

2017-11-02 Thread Afif Elghraoui
Hi, Wookey and Chris, Many thanks for the detailed answer and the links! على الأربعاء 1 تشرين الثاني 2017 ‫23:19، كتب Wookey: > On 2017-11-01 21:46 -0400, Afif Elghraoui wrote: [...] >> Am I mistaken? > > Yes. Somewhat discussed in > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568897 >

Re: question about build profile nocheck

2017-11-01 Thread Chris Lamb
Hi Afif, Wookey already replied with an excellent answer, but surely: > ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) > override_dh_auto_test: > commands... > commands... > else > override_dh_auto_test: > endif … is better written as: override_dh_auto_test: ifeq (,$(find

Re: question about build profile nocheck

2017-11-01 Thread Wookey
On 2017-11-01 21:46 -0400, Afif Elghraoui wrote: > Hello, > > The BuildProfileSpec on the wiki [1] defines the `nocheck` profile as: > > > > No test suite should be run, and build dependencies used only for that > purpose should be ignored. Builds that set this profile must also add > `nocheck`

question about build profile nocheck

2017-11-01 Thread Afif Elghraoui
Hello, The BuildProfileSpec on the wiki [1] defines the `nocheck` profile as: > No test suite should be run, and build dependencies used only for that purpose should be ignored. Builds that set this profile must also add `nocheck` to `DEB_BUILD_OPTIONS` ``` I understand this as saying that the