]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix Debian packaging on ARMv7/ARM64
authorLOLi <loli10K@users.noreply.github.com>
Thu, 18 Jan 2018 18:15:41 +0000 (19:15 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Jan 2018 18:15:41 +0000 (10:15 -0800)
commit79c3270476b7140220c7946dd0a709a31bb9ed1b
tree4d58a572dd299a40c2b4d8f78097eb3583256f14
parent51d1b58ef3467c3a9711c65458f93063dd17354f
Fix Debian packaging on ARMv7/ARM64

When building packages on Debian-based systems specify the target
architecture used by 'alien' to convert .rpm packages into .deb: this
avoids detecting an incorrect value which results in the following
errors:

<package>.aarch64.rpm is for architecture aarch64 ; the package cannot be built on this system
<package>.armv7l.rpm is for architecture armel ; the package cannot be built on this system

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #7046
Closes #7058
config/deb.am