mumble-voip / mumble-ubuntu-ppa

Template Debian package used to generate the Mumble team's PPAs on Launchpad.
Other
8 stars 5 forks source link

Use CONFIG(dpkg-buildflags) instead of hardening-wrapper. #8

Closed mkrautz closed 7 years ago

mkrautz commented 7 years ago

The hardning-wrapper package has been removed from the tree in Zesty.

The solution is to shell out to dpkg-buildflags, which is implemented in Mumble via the CONFIG(dpkg-buildflags) qmake option.

This commit removes references to the old hardening-wrapper method, and implements the use of dpkg-buildflags instead.