Bug#914053: boost1.67: Please use binary-indep target to build doc package

2018-11-19 Thread John Paul Adrian Glaubitz
Hi Giovanni! On 11/19/18 9:10 AM, Giovanni Mascellani wrote: > Thanks for the report of the patch, that is very helpful and I wanted to > do somthing like this (this problem is actually causing some > intermittent FTBFS on some arcitectures). I will review and upload ASAP. Sure :-). There are als

Bug#914053: boost1.67: Please use binary-indep target to build doc package

2018-11-19 Thread Giovanni Mascellani
Hi, Il 18/11/18 21:47, John Paul Adrian Glaubitz ha scritto: > Currently, the debian/rules file of the boost1.67 package contains the > following code in the override_dh_auto_build target: > > ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) > mkdir -p doc > else > $(JAM_DOC) --build

Bug#914053: boost1.67: Please use binary-indep target to build doc package

2018-11-18 Thread John Paul Adrian Glaubitz
Source: boost1.67 Version: 1.67.0-10 Severity: normal Hello! Currently, the debian/rules file of the boost1.67 package contains the following code in the override_dh_auto_build target: ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) mkdir -p doc else $(JAM_DOC) --build-dir=build-do