]> git.proxmox.com Git - mirror_spl.git/commit
Fix Debian packaging on ARMv7/ARM64
authorLOLi <loli10K@users.noreply.github.com>
Thu, 18 Jan 2018 18:14:18 +0000 (19:14 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Jan 2018 18:14:18 +0000 (10:14 -0800)
commitfb79036f288ea60b59d21fe250bc17445cf69f37
tree60245832f3db402e17ef1f7b429809aa6bd599d7
parentc9821f1ccc647dfbd506f381b736c664d862d126
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 zfsonlinux/zfs#7046
Closes #678
config/deb.am