debian: use dh_auto_configure instead of open-coding configuration keithp-debian-changes
authorKeith Packard <keithp@keithp.com>
Tue, 23 Oct 2018 00:11:23 +0000 (17:11 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 23 Oct 2018 23:10:33 +0000 (16:10 -0700)
commit2bf081d153856ac872daff36ed2e6b8fd872f2ae
tree4b9891aee30ef68e1cc9acd478a8680729bbf5ad
parent19d78bc0faf26c6572da11741717310b0d3bcd4c
debian: use dh_auto_configure instead of open-coding configuration

This ensures that various debian defaults are used, including
architecture-specific library directories and hardening options.

Note that this changes where the .la files are installed, hence the
additional patch where those files are modified.

Signed-off-by: Keith Packard <keithp@keithp.com>
debian/rules