[Bug 1543399] Re: php-directory-scanner: add nocheck and stage1 build profiles
Steve Langasek
steve.langasek at canonical.com
Thu Feb 11 07:35:03 UTC 2016
+ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS)
$(DEB_BUILD_PROFILES)))
I don't think this is correct. The filter command takes a single
pattern, followed by a set of whitespace-separated values to match it
against. I don't believe you can filter both nocheck and stage1 in a
single command.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1543399
Title:
php-directory-scanner: add nocheck and stage1 build profiles
Status in php-directory-scanner package in Ubuntu:
New
Bug description:
In order to remove PHP5 from the archive, a set of build-dependency
loops need to be bootstrapped. php-directory-scanner depends on
phpunit and symfony packages, which need to be bootstrapped.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-directory-scanner/+bug/1543399/+subscriptions
More information about the Ubuntu-sponsors
mailing list