Control: reassign 826672 cdbs Control: retitle 826672 SCons functionality in CDBS broken Control: affects 826672 src:linuxdcpp Control: tags 826672 +patch Control: block 811868 by 826672
The attached patch fixes the SCons functionality in CDBS. Based on a codesearch.d.n search it seems linuxdcpp is the only remaining user of this functionality, which explains why this wasn't discovered earlier. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
--- 1/class/scons.mk.in.old 2016-10-10 11:05:15.000000000 +0000 +++ 1/class/scons.mk.in 2016-10-10 11:06:18.000000000 +0000 @@ -47,7 +47,7 @@ common-install-arch common-install-indep:: common-install-impl common-install-impl:: - $(if $(DEB_SCONS_INSTALL_TARGET), + $(if $(DEB_SCONS_INSTALL_TARGET), \ $(DEB_SCONS_INVOKE) $(DEB_SCONS_INSTALL_TARGET) \ $(DEB_SCONS_OPTIONS) \ $(DEB_SCONS_INSTALL_OPTIONS), \ @@ -57,7 +57,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) common-post-build-arch common-post-build-indep:: common-post-build-impl common-post-build-impl:: - $(if $(DEB_SCONS_CHECK_TARGET), + $(if $(DEB_SCONS_CHECK_TARGET), \ $(DEB_SCONS_INVOKE) $(DEB_SCONS_CHECK_TARGET) \ $(DEB_SCONS_OPTIONS), \ $(call cdbs_warn,DEB_SCONS_CHECK_TARGET unset$(comma) \