]> git.ipfire.org Git - location/libloc.git/commit
debian: Add intltoolize to dh_auto_configure
authorValters Jansons <valter.jansons@gmail.com>
Tue, 6 Apr 2021 11:13:31 +0000 (14:13 +0300)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Apr 2021 15:07:06 +0000 (15:07 +0000)
commit4e1a2bf3de0d7018d2590419c0bd4d3d52d38114
tree6872d90fb1f3cc5f860e9d273a4deeb6fa61c1d2
parent577e5edb0cf7039d3c05c59b311a3365662fb213
debian: Add intltoolize to dh_auto_configure

Debian has automated building tools that handle source trees directly.
It is expected that you can pick up a source tarball, and with the
appropriate debian/ subtree, a successful build can be produced using
the `debuild` tool. This depends on all the build steps having been
included as part of the debian/rules file (see: `man debuild`).

This commit ensures there is no need to manually run autogen.sh
on a locally extracted source tarball prior to building for Debian.
This is accomplished by adding the `intltoolize` command to the
override_dh_auto_configure step in d/rules.

There is no need to add the `autoreconf` command due to dh-autoreconf
always handling that prior to the dh_auto_configure step.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/rules