Hi folks, with this change from dpkg-dev git:
,---- | * dpkg-buildpackage no longer exports the compiler flags. Closes: #560070 | Packages must directly call dpkg-buildflags to retrieve them. `---- and the following from debhelper 8.9.4: ,---- | * dpkg-buildflags is only used to set environment in v9, to avoid | re-breaking packages that were already broken a first time by | dpkg-buildpackage unconditionally setting the environment, and | worked around that by unsetting variables in the rules file. | (Example: numpy) `---- , compiler flags are not set at all for packages using dh-style rules files, unless those packages are upgraded to debhelper compatibility level 9. That does not seem to be an acceptable outcome. Cheers, Sven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org