Update debian/rules file
authorDarshaka Pathirana <dpat@syn-net.org>
Mon, 11 Jun 2018 00:20:22 +0000 (02:20 +0200)
committerDarshaka Pathirana <dpat@syn-net.org>
Tue, 12 Jun 2018 22:56:00 +0000 (00:56 +0200)
commit4f429f26f68f4094bcf991c87903b40d7577f082
tree84d1207cd9d3332d179bb191a0e078886e2c0a86
parent947d3e8728be9aa18cac56692e5773b9a09f9f00
Update debian/rules file

In the course of updating the package to the latest Debian
Standards-Version I wanted to bring the debian/rules file up-to-date.
I generated a new template with dh_make(1) with the --addmissing option
and merged the header of template to the existing rules file. (Changing
the rest is work-in-progress and will follow at some later time).

The new template introduces the DPKG_EXPORT_BUILDFLAGS variable which
exports "all buildflags into the environment (where they can be picked
up by your build system)", see: dpkg-buildflags(1).

Exporting the buildflags caused some problems, because of a bug in the
"./configure"-script. This has been fixed with the patch, which has been
introduced in commit 93406119.
debian/rules