Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-05 Thread Hermann Meyer
Ups, sorry, you need to pass -j $(NUMJOBS) to the build command, not to configure. regards hermann

Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-04 Thread Hermann Meyer
If you use the DEB_BUILD_OPTIONS=parallel flag, you must past the $(NUMJOBS) somehow to the waf configure flags. https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options guitarix wscript accept the -j$(NUMJOBS) parameter. regards hermann

Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-04 Thread VĂ­ctor Cuadrado Juan
Package: guitarix Version: 0.34.0-2 Severity: normal Tags: upstream -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 When building with DEB_BUILD_OPTIONS=parallel (which uses -j JOBS), it doesn't honor the specified job number. For example, with DEB_BUILD_OPTIONS=parallel=3, it will use the