builddeb: Pass the kernel:debarch substvar to dpkg-genchanges
authorSven Joachim <svenjoac@gmx.de>
Thu, 9 Nov 2017 18:27:06 +0000 (19:27 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Nov 2017 14:19:05 +0000 (23:19 +0900)
commitbace64800bae72c563bab66f23c7221fddaae142
tree25e1594fe0e9fe4dcac24a4388d3206d6187c58d
parent69c4907ba1ee9e9428363c9419c9116bb28c402c
builddeb: Pass the kernel:debarch substvar to dpkg-genchanges

At the end of "make bindeb-pkg" I noticed the following warning:

dpkg-genchanges: warning: unknown substitution variable ${kernel:debarch}

It turns out that since dpkg version 1.19.0 dpkg-genchanges honors
substitution variables in the Description field, while earlier
versions silently left them alone, see https://bugs.debian.org/856547.

The result is an incomplete description of the linux-headers package
in the generated .changes file.  Fix it by passing the kernel:debarch
substitution variable to dpkg-genchanges.

Signed-off-by: Sven Joachim <svenjoac@gmx.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/package/builddeb